|
1 | 1 | # **Hugging Face Backup** |
2 | 2 |
|
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. |
4 | 4 |
|
5 | 5 | If you want me to learn more programming, or want to fund my absolute nightmare of upcoming costs for model training: |
6 | 6 |
|
7 | 7 | [](https://ko-fi.com/Z8Z8L4EO) |
8 | 8 |
|
9 | 9 | If you've copied this to drive and it's no longer working check here: https://github.com/duskfallcrew/HuggingFace_Backup |
10 | 10 |
|
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"/> |
13 | 13 | </a> |
14 | 14 | ](https://drive.google.com/file/d/14hn5qEfDvL1WAJcEEjFM0zY9598qe59F/view?usp=sharing) |
15 | 15 |
|
@@ -89,3 +89,28 @@ Open the SD Colab here: |
89 | 89 | ----------------- |
90 | 90 |
|
91 | 91 |
|
| 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