lllyasviel commited on
Commit
f16c8b0
·
1 Parent(s): f1e22ee
Files changed (1) hide show
  1. readme.md +1 -0
readme.md CHANGED
@@ -50,6 +50,7 @@ Note that many of these tricks are currently (2023 Aug 11) impossible to reprodu
50
  5. The parameters of samplers are carefully tuned.
51
  6. Because XL uses positional encoding for generating resolution, images generated by several fixed resolutions look a bit better than that from arbitrary resolutions. This suggests that resolutions in UI may be hard coded for better 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
 
54
  ## Thanks
55
 
 
50
  5. The parameters of samplers are carefully tuned.
51
  6. Because XL uses positional encoding for generating resolution, images generated by several fixed resolutions look a bit better than that from arbitrary resolutions. This suggests that resolutions in UI may be hard coded for better 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
 
55
  ## Thanks
56