lllyasviel commited on
Commit
bfe2799
·
1 Parent(s): 5269fb6

Update readme.md (#124)

Browse files
Files changed (1) hide show
  1. readme.md +4 -0
readme.md CHANGED
@@ -105,6 +105,10 @@ Note that some of these tricks are currently (2023 Aug 11) impossible to reprodu
105
  8. 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.
106
  9. 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.
107
 
 
 
 
 
108
  ## Thanks
109
 
110
  The codebase starts from an odd mixture of [Automatic1111](https://github.com/AUTOMATIC1111/stable-diffusion-webui) and [ComfyUI](https://github.com/comfyanonymous/ComfyUI). (And they both use GPL license.)
 
105
  8. 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.
106
  9. 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.
107
 
108
+ ## Advanced Features
109
+
110
+ [Click here to browse the advanced features.](https://github.com/lllyasviel/Fooocus/discussions/117)
111
+
112
  ## Thanks
113
 
114
  The codebase starts from an odd mixture of [Automatic1111](https://github.com/AUTOMATIC1111/stable-diffusion-webui) and [ComfyUI](https://github.com/comfyanonymous/ComfyUI). (And they both use GPL license.)