RedHotTensors
commited on
Commit
•
bd173c1
1
Parent(s):
f625232
Update README.md
Browse files
README.md
CHANGED
@@ -18,8 +18,7 @@ language:
|
|
18 |
|
19 |
FluffyRock Unbound is a finetune of [Fluffyrock Unleashed v1.0](https://huggingface.co/RedRocket/Fluffyrock-Unleashed) trained on an expanded, curated <a href="https://e621.net/">e621</a> dataset and with training changes adapted from Nvidia Labs <a href="https://arxiv.org/abs/2312.02696">EDM2</a>.
|
20 |
|
21 |
-
This model can produce detailed sexually explicit content and is not suitable for use by minors.
|
22 |
-
It will generally not produce sexually explicit content at all unless prompted.
|
23 |
|
24 |
## Downloads
|
25 |
|
@@ -27,16 +26,7 @@ It will generally not produce sexually explicit content at all unless prompted.
|
|
27 |
<a href="https://huggingface.co/RedRocket/Fluffyrock-Unbound/resolve/main/Fluffyrock-Unbound-v1-1.yaml?download=true">Fluffyrock-Unbound-v1-1.yaml</a> - YAML file for A1111 Stable Diffusion WebUI. Place this in the same folder as the model.<br>
|
28 |
<a href="https://huggingface.co/RedRocket/Fluffyrock-Unbound/resolve/main/fluffyrock-unbound-tag-strength-v1.1.csv?download=true">fluffyrock-unbound-tag-strength-v1.1.csv</a> - Recommended tag completion file, representing the strength of each concept in the model. (<a href="fluffyrock-unbound-tag-strength-v1.1.csv
|
29 |
">Raw Counts</a>, <a href="https://huggingface.co/RedRocket/Fluffyrock-Unbound/resolve/main/fluffyrock-unbound-tag-metadata-v1.1.csv?download=true">Metadata</a>)<br>
|
30 |
-
|
31 |
-
### TI Embeddings
|
32 |
-
|
33 |
-
<a href="https://huggingface.co/RedRocket/Fluffyrock-Unbound/resolve/main/boring_e621_unbound_lite.safetensors?download=true">boring_e621_unbound_lite</a>
|
34 |
-
<a href="https://huggingface.co/RedRocket/Fluffyrock-Unbound/resolve/main/boring_e621_unbound_plus.safetensors?download=true">boring_e621_unbound_plus</a>
|
35 |
-
|
36 |
-
Currently experimental textual inversion embeddings in a similar vein to the [Boring Embeddings](https://huggingface.co/FoodDesert/Boring_Embeddings). Intended to improve quality while not drastically altering image content. Intended to be used as part of a negative prompt (although using them in the positive prompt will work and may be even more fun).
|
37 |
-
|
38 |
-
The "lite" version is 6 tokens wide and is initialized on the values of ``by <|endoftext|><|endoftext|><|endoftext|><|endoftext|><|endoftext|>``, which is very close to a "blank slate".
|
39 |
-
The "plus" version is trained on the same dataset, is 8 tokens wide, and is initialized on an average vector of 100 low-scoring artists. Currently, the "lite" version is recommended.
|
40 |
|
41 |
## Prompting Guide
|
42 |
|
@@ -57,6 +47,14 @@ Place the model checkpoint in the ``models/checkpoints`` folder. The optional Bo
|
|
57 |
The model is zero-terminal-SNR with V-prediction. Use the ModelSamplingDiscrete node to configure it properly.
|
58 |
<img style="margin-top: 0; width: 500px;" src="https://huggingface.co/RedRocket/Fluffyrock-Unbound/resolve/main/comfyui-1.webp">
|
59 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
60 |
## Training Details
|
61 |
- Adaptive timestep weighting: Timesteps are weighted using a similar method to what the EDM2 paper used, according to the homoscedastic uncertainty of MSE loss on each timestep, thereby equalizing the contribution of each timestep. Loss weight was also conditioned on resolution in order to equalize the contribution of each resolution group. The overall effect of this is that the model is now very good at both high- and low-frequency details, and is not as biased towards blurry backgrounds.
|
62 |
- EMA weights were assembled post-hoc using the method described in the EDM2 paper. The checkpoint shipped uses an EMA length sigma of 0.225.
|
|
|
18 |
|
19 |
FluffyRock Unbound is a finetune of [Fluffyrock Unleashed v1.0](https://huggingface.co/RedRocket/Fluffyrock-Unleashed) trained on an expanded, curated <a href="https://e621.net/">e621</a> dataset and with training changes adapted from Nvidia Labs <a href="https://arxiv.org/abs/2312.02696">EDM2</a>.
|
20 |
|
21 |
+
This model can produce detailed sexually explicit content and is not suitable for use by minors. It will generally not produce sexually explicit content unless prompted.
|
|
|
22 |
|
23 |
## Downloads
|
24 |
|
|
|
26 |
<a href="https://huggingface.co/RedRocket/Fluffyrock-Unbound/resolve/main/Fluffyrock-Unbound-v1-1.yaml?download=true">Fluffyrock-Unbound-v1-1.yaml</a> - YAML file for A1111 Stable Diffusion WebUI. Place this in the same folder as the model.<br>
|
27 |
<a href="https://huggingface.co/RedRocket/Fluffyrock-Unbound/resolve/main/fluffyrock-unbound-tag-strength-v1.1.csv?download=true">fluffyrock-unbound-tag-strength-v1.1.csv</a> - Recommended tag completion file, representing the strength of each concept in the model. (<a href="fluffyrock-unbound-tag-strength-v1.1.csv
|
28 |
">Raw Counts</a>, <a href="https://huggingface.co/RedRocket/Fluffyrock-Unbound/resolve/main/fluffyrock-unbound-tag-metadata-v1.1.csv?download=true">Metadata</a>)<br>
|
29 |
+
<a href="https://huggingface.co/RedRocket/Fluffyrock-Unbound/resolve/main/boring_e621_unbound_lite.safetensors?download=true">boring_e621_unbound_lite.safetensors</a> - Boring-E621 style negative embeddings to improve quality. Use in the negative prompt. (<a href="https://huggingface.co/RedRocket/Fluffyrock-Unbound/resolve/main/boring_e621_unbound_plus.safetensors?download=true">Stronger Plus Version</a>)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
30 |
|
31 |
## Prompting Guide
|
32 |
|
|
|
47 |
The model is zero-terminal-SNR with V-prediction. Use the ModelSamplingDiscrete node to configure it properly.
|
48 |
<img style="margin-top: 0; width: 500px;" src="https://huggingface.co/RedRocket/Fluffyrock-Unbound/resolve/main/comfyui-1.webp">
|
49 |
|
50 |
+
## Quality Embeddings
|
51 |
+
|
52 |
+
Experimental textual inversion embeddings in a similar vein to the [Boring Embeddings](https://huggingface.co/FoodDesert/Boring_Embeddings) are provided above.
|
53 |
+
They're intended to improve quality while not drastically altering image content. They should be used as part of a negative prompt, although using them in the positive prompt can be fun too.
|
54 |
+
|
55 |
+
- The "lite" version is 6 tokens wide and is initialized on the values of ``by <|endoftext|><|endoftext|><|endoftext|><|endoftext|><|endoftext|>``, which is very close to a "blank slate".
|
56 |
+
- The "plus" version is trained on the same dataset, is 8 tokens wide, and is initialized on an average vector of 100 low-scoring artists. Currently, the "lite" version is recommended.
|
57 |
+
|
58 |
## Training Details
|
59 |
- Adaptive timestep weighting: Timesteps are weighted using a similar method to what the EDM2 paper used, according to the homoscedastic uncertainty of MSE loss on each timestep, thereby equalizing the contribution of each timestep. Loss weight was also conditioned on resolution in order to equalize the contribution of each resolution group. The overall effect of this is that the model is now very good at both high- and low-frequency details, and is not as biased towards blurry backgrounds.
|
60 |
- EMA weights were assembled post-hoc using the method described in the EDM2 paper. The checkpoint shipped uses an EMA length sigma of 0.225.
|