use a1111 emphasizing (#399)

This commit is contained in:
lllyasviel
2023-09-16 15:01:34 -07:00
committed by GitHub
parent d819ffae56
commit 7b73152fe3
3 changed files with 40 additions and 1 deletions
+2
View File
@@ -150,6 +150,8 @@ Below things are already inside the software, and **users do not need to do anyt
9. 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.
10. 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.
11. A carefully designed system for balancing multiple styles as well as prompt expansion.
12. Using automatic1111's method to normalize prompt emphasizing. This significantly improve results when users directly copy prompts from civitai.
13. The joint swap system of refiner now also support img2img and upscale in a seamless way.
## Advanced Features