Commit
·
57d3a6d
1
Parent(s):
77ff54c
Update README.md
Browse files
README.md
CHANGED
@@ -68,7 +68,7 @@ tags:
|
|
68 |
* Stable Diffusion XL 1.0 model:
|
69 |
* `1024x1024px`
|
70 |
* Trained with 11 epochs of 280,000 images each
|
71 |
-
* Finetuned with
|
72 |
* Compatible with [🤗 `diffusers`](https://huggingface.co/docs/diffusers/index)
|
73 |
* Compatible with [`stable-diffusion-webui`](https://github.com/AUTOMATIC1111/stable-diffusion-webui)
|
74 |
* Fully open source crawl, dataset, curation, and training process:
|
@@ -96,4 +96,5 @@ tags:
|
|
96 |
* `cosine_with_restarts` scheduler
|
97 |
* 11 epochs of [V3 curated dataset](https://huggingface.co/datasets/hearmeneigh/e621-rising-v3-curated) samples resized to `< 1024x1024px` (maintain aspect ratio)
|
98 |
* 16 epochs of [V3 finetuner dataset](https://huggingface.co/datasets/hearmeneigh/e621-rising-v3-finetuner) samples resized to `< 1024x1024px` (maintain aspect ratio)
|
|
|
99 |
* Tags for each sample are shuffled for each epoch
|
|
|
68 |
* Stable Diffusion XL 1.0 model:
|
69 |
* `1024x1024px`
|
70 |
* Trained with 11 epochs of 280,000 images each
|
71 |
+
* Finetuned with 22 epochs of 40,000 images each
|
72 |
* Compatible with [🤗 `diffusers`](https://huggingface.co/docs/diffusers/index)
|
73 |
* Compatible with [`stable-diffusion-webui`](https://github.com/AUTOMATIC1111/stable-diffusion-webui)
|
74 |
* Fully open source crawl, dataset, curation, and training process:
|
|
|
96 |
* `cosine_with_restarts` scheduler
|
97 |
* 11 epochs of [V3 curated dataset](https://huggingface.co/datasets/hearmeneigh/e621-rising-v3-curated) samples resized to `< 1024x1024px` (maintain aspect ratio)
|
98 |
* 16 epochs of [V3 finetuner dataset](https://huggingface.co/datasets/hearmeneigh/e621-rising-v3-finetuner) samples resized to `< 1024x1024px` (maintain aspect ratio)
|
99 |
+
* 6 epochs of [V3 finetuner dataset](https://huggingface.co/datasets/hearmeneigh/e621-rising-v3-finetuner) samples resized to `< 1024x1024px` (maintain aspect ratio, randomly drop 70% of tags)
|
100 |
* Tags for each sample are shuffled for each epoch
|