lllyasviel commited on
Commit
4941287
·
1 Parent(s): 6e5ef17
Files changed (1) hide show
  1. readme.md +1 -1
readme.md CHANGED
@@ -48,7 +48,7 @@ Note that some of these tricks are currently (2023 Aug 11) impossible to reprodu
48
  3. We modified the style templates a bit and added the "cinematic-default".
49
  4. We tested the "sd_xl_offset_example-lora_1.0.safetensors" and it seems that when the lora weight is below 0.5, the results are always better than XL without lora.
50
  5. The parameters of samplers are carefully tuned.
51
- 6. Because XL uses positional encoding for generation resolution, images generated by several fixed resolutions look a bit better than that from arbitrary resolutions (because the positional encoding is not very good at handling int numbers that are unseen during training). This suggests that resolutions in UI may be hard coded for best results.
52
  7. Separated prompts for two different text encoders seem unnecessary. Separated prompts for base model and refiner may work but the effects are random, and we refrain from implement this.
53
  8. DPM family seems well-suited for XL, since XL sometimes generates overly smooth texture but DPM family sometimes generate overly dense detail in texture. Their joint effect looks neutral and appealing to human perception.
54
 
 
48
  3. We modified the style templates a bit and added the "cinematic-default".
49
  4. We tested the "sd_xl_offset_example-lora_1.0.safetensors" and it seems that when the lora weight is below 0.5, the results are always better than XL without lora.
50
  5. The parameters of samplers are carefully tuned.
51
+ 6. Because XL uses positional encoding for generation resolution, images generated by several fixed resolutions look a bit better than that from arbitrary resolutions (because the positional encoding is not very good at handling int numbers that are unseen during training). This suggests that the resolutions in UI may be hard coded for best results.
52
  7. Separated prompts for two different text encoders seem unnecessary. Separated prompts for base model and refiner may work but the effects are random, and we refrain from implement this.
53
  8. DPM family seems well-suited for XL, since XL sometimes generates overly smooth texture but DPM family sometimes generate overly dense detail in texture. Their joint effect looks neutral and appealing to human perception.
54