Skip to content

Commit 796edef

Browse files
authored
Merge pull request #21 from duskfallcrew/duskfallcrew-patch-1
Update README.md
2 parents c6433ad + f48b689 commit 796edef

File tree

1 file changed

+28
-3
lines changed

1 file changed

+28
-3
lines changed

README.md

Lines changed: 28 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
11
# **Hugging Face Backup**
22

3-
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. Currently, this repository supports checkpoints rather than full backups, optimized for local machine usage. While folders may theoretically work for certain model types, such as diffusers, please note that vast user support is limited to Jupyter Lab environments.
3+
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.
44

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

77
[![ko-fi](https://ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/Z8Z8L4EO)
88

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

11-
If you're looking to easily open the Colab version please see: [<a target="_blank" href="https://colab.research.google.com/github/kieranxsomer/HuggingFace_Backup/blob/main/HuggingFace_Backup.ipynb">
12-
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
11+
If you're looking to easily open the Colab version please see: [<a target="_blank" href="https://colab.research.google.com/github/duskfallcrew/HuggingFace_Backup/blob/main/HuggingFace_Backup_2024_Colab.ipynb">
12+
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
1313
</a>
1414
](https://drive.google.com/file/d/14hn5qEfDvL1WAJcEEjFM0zY9598qe59F/view?usp=sharing)
1515

@@ -89,3 +89,28 @@ Open the SD Colab here:
8989
-----------------
9090

9191

92+
#### CHANGELOG
93+
94+
1 Incorporated 90% of the code from EveryDream2Trainer (by Victorchall), specifically the Python widget near the bottom.
95+
96+
2 Acknowledged Nocrypt for the original contributions and maintained proper credit.
97+
98+
3 Attempted to include all necessary requirements within the Jupyter notebook. If anything is missing, please let me know.
99+
100+
4 Admitting to my limited programming skills—feel free to fork and modify this project on github.
101+
102+
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.
103+
104+
6 Added instructions using my own natural language for clarity.
105+
106+
7 Translated the instructions to GPT and added them to GitHub.
107+
108+
8 Enhanced the Jupyter edition with clearer instructions.
109+
110+
9 Set a reminder to update the Colab version to reflect the latest changes.
111+
112+
10 Updated Colab to mostly match Jupyter, and fixed both folder uploaders to have extra functions thanks to Chat GPT.
113+
114+
115+
-----------------
116+

0 commit comments

Comments
 (0)