Spaces:
Running
Running
Commit
•
ebc98bc
0
Parent(s):
Super-squash branch 'main' using huggingface_hub
Browse filesCo-authored-by: narugo1992 <narugo1992@users.noreply.huggingface.co>
- .gitattributes +35 -0
- README.md +74 -0
.gitattributes
ADDED
@@ -0,0 +1,35 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
4 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
5 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
11 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
12 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
13 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
14 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
15 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
16 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
17 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
18 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
19 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
20 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
21 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
22 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
23 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
24 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
25 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
26 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
27 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
28 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
29 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
30 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
31 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
32 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
33 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
34 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
35 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
@@ -0,0 +1,74 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
title: README
|
3 |
+
emoji: 🔥
|
4 |
+
colorFrom: blue
|
5 |
+
colorTo: blue
|
6 |
+
sdk: static
|
7 |
+
pinned: false
|
8 |
+
---
|
9 |
+
|
10 |
+
## Who We Are
|
11 |
+
|
12 |
+
We are a team focused on automating the training process of stable diffusion models (LoRA, Lycoris, Pivotal Tuning, etc.).
|
13 |
+
|
14 |
+
Our goal is to automate the entire pipeline, including data acquisition, data filtering, training, step selection, and platform deployment, **saving manpower and optimizing model training quality to the maximum**.
|
15 |
+
|
16 |
+
Our team comprises a Ph.D. in Software Engineering, a Ph.D. candidate in Computer Vision, professionals in art and design, and several AI waifu enthusiasts.
|
17 |
+
|
18 |
+
We are a purely non-profit team, and all our work is completely open, without any form of charge.
|
19 |
+
|
20 |
+
## Our Achievements
|
21 |
+
|
22 |
+
We have conducted multiple iterations on Pivotal Tuning training technology (training with a LoRA and one or more pt files). The progress is documented in the following technical blogs:
|
23 |
+
* [Overview of v1.4 Training Automation](https://civitai.com/articles/2064/2023-8-31-release-of-v14-training-automation-process)
|
24 |
+
* [Result Analysis of v1.4 Training Automation](https://civitai.com/articles/2479/2023-10-7-survey-of-v14-training-automation-and-planning-of-version-v15)
|
25 |
+
* v1.5 Automation is coming... :)
|
26 |
+
|
27 |
+
Quantitative analysis from the blog "Result Analysis of v1.4 Training Automation" shows that **v1.4 training automation has achieved a quite impressive level in both quality and quantity**, but there's still room for further improvement. This is an ongoing effort for v1.5 and future versions.
|
28 |
+
|
29 |
+
## Our Technical Outputs
|
30 |
+
|
31 |
+
### dghs-imgutils
|
32 |
+
|
33 |
+
Project Link: https://github.com/deepghs/imgutils
|
34 |
+
|
35 |
+
Project Documentation: https://deepghs.github.io/imgutils/main/index.html
|
36 |
+
|
37 |
+
**This is a library for various common operations on anime images**, including but not limited to:
|
38 |
+
|
39 |
+
* Tachie (Difference) Detection and Clustering
|
40 |
+
* Contrastive Character Image Pretraining
|
41 |
+
* Object Detection
|
42 |
+
* Edge Detection / Lineart Generation
|
43 |
+
* Monochrome Image Detection
|
44 |
+
* Image Rating
|
45 |
+
* Truncated Image Check
|
46 |
+
* Image Tagging
|
47 |
+
* Character Extraction
|
48 |
+
|
49 |
+
Check out the documentation for more features.
|
50 |
+
|
51 |
+
### Waifuc
|
52 |
+
|
53 |
+
Project Link: https://github.com/deepghs/waifuc
|
54 |
+
|
55 |
+
A **data pipeline framework based on dghs-imgutils**, supporting:
|
56 |
+
* Fast data retrieval (local disk, danbooru, pixiv, zerochan, etc.)
|
57 |
+
* Swift data filtering (comic exclusion, monochrome image exclusion, multi-character image exclusion, irrelevant character exclusion, etc.)
|
58 |
+
* Rapid data saving (local, cloud; with metadata, saved in stable diffusion dataset format, etc.)
|
59 |
+
* Quick building of processing pipelines (connecting multiple aforementioned stages)
|
60 |
+
|
61 |
+
*Note: This tool is currently a work in progress, although it's in use. It hasn't been released on PyPI and lacks comprehensive documentation. These aspects will be addressed soon.*
|
62 |
+
|
63 |
+
### Model Zoo
|
64 |
+
|
65 |
+
We manage our models and datasets on Huggingface: https://huggingface.co/deepghs
|
66 |
+
|
67 |
+
### Anything More?
|
68 |
+
|
69 |
+
In fact, our plans go beyond what's mentioned here. Other tools are continuously improving and will soon be released. Stay tuned!
|
70 |
+
|
71 |
+
<!-- ### How to Find Us?
|
72 |
+
|
73 |
+
If you are interested in anime waifus or models/tools development, or have some good ideas or feedbacks, just join our discord server: https://discord.gg/EAW4WqFdKY -->
|
74 |
+
|