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'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: https://github.com/duskfallcrew/HuggingFace_Backup/blob/main/HuggingFace_Backup_2024_Colab.ipynb
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 (https://huggingface.co/settings/tokens), 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.
Send us pizza! https://ko-fi.com/DUSKFALLcrew
-----------------
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](https://www.end-media.org/)
Discord: [Join our Discord](https://discord.gg/5t2kYxt7An)
Backups: [Hugging Face](https://huggingface.co/EarthnDusk)
Support Us: [Send a Pizza](https://ko-fi.com/duskfallcrew)
Youtube: [Duskfall Music & More](https://www.youtube.com/channel/UCk7MGP7nrJz5awBSP75xmVw)
Spotify: [PLAYLIST](https://open.spotify.com/playlist/00R8x00YktB4u541imdSSf?si=57a8f0f0fe87434e)
Proudly Supported By:
[Pirate Diffusion](https://www.piratediffusion.com/)
[Yodayo](https://yodayo.com/)
### Offsite Community Groups:
[DeviantArt Group](https://www.deviantart.com/diffusionai)
[Subreddit
](https://www.reddit.com/r/earthndusk/)
-----------------
CHANGELOG1 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.