Diffusion Single File
comfyui
tdrussell commited on
Commit
2dded9e
·
verified ·
1 Parent(s): 272847f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md CHANGED
@@ -16,6 +16,14 @@ This preview version is an intermediate model checkpoint, and is not representat
16
  # Installing and running
17
  The model is natively supported in ComfyUI. The above image contains a workflow; you can open it in ComfyUI or drag-and-drop to get the workflow.
18
 
 
 
 
 
 
 
 
 
19
  # Prompting
20
  The model is trained on Danbooru-style tags, natural language captions, and combinations of tags and captions.
21
 
@@ -64,6 +72,15 @@ deviantart<br>
64
  Flame<br>
65
  Digital painting of a fiery dragon with glowing yellow eyes, black horns, and a long, sinuous tail, perched on a glowing, molten rock formation. The background is a gradient of dark purple to orange.
66
 
 
 
 
 
 
 
 
 
 
67
  # Limitations
68
  - The model doesn't do realism well. This is intended. It is an anime / illustration / art focused model.
69
  - The model may generate undesired content, especially if the prompt is short or lacking details.
 
16
  # Installing and running
17
  The model is natively supported in ComfyUI. The above image contains a workflow; you can open it in ComfyUI or drag-and-drop to get the workflow.
18
 
19
+ ## Generation settings
20
+ - The preview version should be used at about 1MP resolution. E.g. 1024x1024, 896x1152, 1152x896, etc.
21
+ - 30-50 steps, CFG 4-5.
22
+ - A variety of samplers work. Some of my favorites:
23
+ - er_sde: neutral style, flat colors, sharp lines. I use this as a reasonable default.
24
+ - euler_a: Softer, thinner lines. Can sometimes tend towards a 2.5D look. CFG can be pushed a bit higher than other samplers without burning the image.
25
+ - dpmpp_2m_sde_gpu: similar in style to er_sde but can produce more variety and be more "creative". Depending on the prompt it can get too wild sometimes.
26
+
27
  # Prompting
28
  The model is trained on Danbooru-style tags, natural language captions, and combinations of tags and captions.
29
 
 
72
  Flame<br>
73
  Digital painting of a fiery dragon with glowing yellow eyes, black horns, and a long, sinuous tail, perched on a glowing, molten rock formation. The background is a gradient of dark purple to orange.
74
 
75
+ ## Natural language prompting tips
76
+ - If using pure natural langauge, more descriptive is better. Aim for at least 2 sentences. Extremely short prompts can give unexpected results (this will be better in the final version).
77
+ - You can mix tags and natural language in arbitrary order.
78
+ - You can put quality / artist tags at the beginning of a natural language prompt.
79
+ - "masterpiece, best quality, @big chungus. An anime girl with medium-length blonde hair is..."
80
+ - Name a character, then describe their basic appearance.
81
+ - "Digital artwork of Fern from Sousou no Frieren, with long purple hair and purple eyes, wearing a black coat over a white dress with puffy sleeves..."
82
+ - This is extra important when prompting for multiple characters. If you just list off character names with no description of appearance, the model can get confused.
83
+
84
  # Limitations
85
  - The model doesn't do realism well. This is intended. It is an anime / illustration / art focused model.
86
  - The model may generate undesired content, especially if the prompt is short or lacking details.