Skip to content

duskfallcrew/HuggingFace_Backup

Repository files navigation

Hugging Face Backup

Welcome to our peculiar repository! This project is a unique amalgamation of content from Nocrypt's notebook and EveryDream2Trainer for JupyterLabs, curated by a diverse DID system with a passion for experimentation. We affectionately call it "opinionated," reflecting our unconventional approach. The primary goal of this repository is to facilitate the quick upload of merged models to Hugging Face. While our focus is on functionality, we prioritize simplicity and accessibility.

If you want me to learn more programming, or want to fund my absolute nightmare of upcoming costs for model training:

ko-fi

If you've copied this to drive and it's no longer working check here: https://github.com/duskfallcrew/HuggingFace_Backup

If you're looking to easily open the Colab version please see: Open In Colab

If you're on CivitAI, the version SHOULD be updated as soon as a version has been pushed :3


Important Note:

Before diving in, ensure you create a Hugging Face token with write permissions. Follow this link for instructions on token creation.

You need to create a huggingface token, go to this link, then create new token or copy available token with the Write role.


Support?

Bugs can be tracked via the PR & Bug tracker on github, or Civitai DM/comment system, or via the Earth & Dusk Discord.


Collaboration

I am NOT A programmer by nature, I patch with what little knowledge I have. I Failed programming several times over the years, so if something needs cleaning up and you want to patch it - pull request it!


About & Sponsored

We are a system of over 300 alters, proudly navigating life with Dissociative Identity Disorder, ADHD, Autism, and CPTSD. We believe in the potential of AI to break down barriers and enhance aspects of mental health, even as it presents challenges. Our creative journey is an ongoing exploration of identity and expression, and we invite you to join us in this adventure.

Join Our Community:

We're always looking for more content creators to collaborate with and support. Join us on our various platforms:

Website: End Media

Discord: Join our Discord

Backups: Hugging Face

Support Us: Send a Pizza

Youtube: Duskfall Music & More

Spotify: PLAYLIST

Proudly Supported By:

Pirate Diffusion

Yodayo

Offsite Community Groups:

DeviantArt Group

Subreddit


***Forked from - EVERYDREAM2 TRAINER - LINAQRUF - AND NOCRYPT ***

Credtis for original codes for Colab - NOCRYPT ko-fi ko-fi

Open the SD Colab here: Open In Colab

Jupyter/EveryDream:

https://github.com/victorchall/EveryDream2trainer


CHANGELOG

1 Incorporated 90% of the code from EveryDream2Trainer (by Victorchall), specifically the Python widget near the bottom.

2 Acknowledged Nocrypt for the original contributions and maintained proper credit.

3 Attempted to include all necessary requirements within the Jupyter notebook. If anything is missing, please let me know.

4 Admitting to my limited programming skills—feel free to fork and modify this project on github.

5 Corrected the code from all_ckpts = f for f in glob.glob".safetensor" to all_ckpts = f for f in glob.glob ".safetensors" to ensure proper functionality.

6 Added instructions using my own natural language for clarity.

7 Translated the instructions to GPT and added them to GitHub.

8 Enhanced the Jupyter edition with clearer instructions.

9 Set a reminder to update the Colab version to reflect the latest changes.

10 Updated Colab to mostly match Jupyter, and fixed both folder uploaders to have extra functions thanks to Chat GPT.