Text-to-Image
Diffusers
English
Not-For-All-Audiences
art
RedHotTensors commited on
Commit
ef9e706
1 Parent(s): f85cc49

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -26,7 +26,7 @@ This model can produce detailed sexually explicit content and is not suitable fo
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
 
@@ -52,8 +52,9 @@ The model is zero-terminal-SNR with V-prediction. Use the ModelSamplingDiscrete
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". Current, this version is recommended.
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.
 
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.
 
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 embedding 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
 
 
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.
57
+ - Currently, the "lite" version is recommended.
58
 
59
  ## Training Details
60
  - 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.