Update app.py
Browse files
app.py
CHANGED
@@ -111,18 +111,14 @@ with gr.Blocks(css=css) as demo:
|
|
111 |
</div>
|
112 |
<p>
|
113 |
Demo for <a href="https://huggingface.co/SG161222/Realistic_Vision_V1.4">Realistic Vision V1.4</a>
|
114 |
-
Stable Diffusion model by <a href="https://huggingface.co/SG161222/"><abbr title="SG1611222">Eugene</abbr></a>. {"" if prefix else ""}
|
115 |
-
|
116 |
-
Running on {"<b>GPU 🔥</b>" if torch.cuda.is_available() else f"<b>CPU ⚡</b>"}.
|
117 |
</p>
|
118 |
-
|
119 |
-
<br>
|
120 |
-
<br>
|
121 |
-
Please use this prompt template below to get an example of the desired generation results:
|
122 |
<br>
|
123 |
|
124 |
-
<q><em>Important note: The <b>"RAW photo"</b> in the prompt may degrade the result in v1.4.</em></q>
|
125 |
-
|
126 |
<br>
|
127 |
<b>Prompt</b>:
|
128 |
<details><code>
|
@@ -130,14 +126,19 @@ RAW photo, *subject*, (high detailed skin:1.2), 8k uhd, dslr, soft lighting, hig
|
|
130 |
<br>
|
131 |
<bdo dir="rtl">(high detailed skin:1.2), 8k uhd, dslr, soft lighting, high quality, film grain, Fujifilm XT3</bdo>
|
132 |
<br>
|
133 |
-
<
|
134 |
-
|
|
|
|
|
135 |
</code></details>
|
136 |
|
137 |
<br>
|
138 |
<b>Negative Prompt</b>:
|
139 |
<details><code>
|
140 |
-
(deformed iris, deformed pupils, semi-realistic, cgi, 3d, render, sketch, cartoon, drawing, anime:1.4), text, close up, cropped, out of frame, worst quality,
|
|
|
|
|
|
|
141 |
</code></details>
|
142 |
|
143 |
<br>
|
|
|
111 |
</div>
|
112 |
<p>
|
113 |
Demo for <a href="https://huggingface.co/SG161222/Realistic_Vision_V1.4">Realistic Vision V1.4</a>
|
114 |
+
Stable Diffusion model by <a href="https://huggingface.co/SG161222/"><abbr title="SG1611222">Eugene</abbr></a>. {"" if prefix else ""}
|
115 |
+
Running on {"<b>GPU 🔥</b>" if torch.cuda.is_available() else f"<b>CPU ⚡</b>"}.
|
|
|
116 |
</p>
|
117 |
+
<p>Please use this prompt template below to get an example of the desired generation results:
|
|
|
|
|
|
|
118 |
<br>
|
119 |
|
120 |
+
<q><em>Important note: The <b>"RAW photo"</b> in the prompt may degrade the result in v1.4.</em></q></p>
|
121 |
+
<br>
|
122 |
<br>
|
123 |
<b>Prompt</b>:
|
124 |
<details><code>
|
|
|
126 |
<br>
|
127 |
<bdo dir="rtl">(high detailed skin:1.2), 8k uhd, dslr, soft lighting, high quality, film grain, Fujifilm XT3</bdo>
|
128 |
<br>
|
129 |
+
<q><i>
|
130 |
+
Example: RAW photo, a close up portrait photo of 26 y.o woman in wastelander clothes, long haircut, pale skin, slim body, background is city ruins, <br>
|
131 |
+
(high detailed skin:1.2), 8k uhd, dslr, soft lighting, high quality, film grain, Fujifilm XT3
|
132 |
+
</i></q>
|
133 |
</code></details>
|
134 |
|
135 |
<br>
|
136 |
<b>Negative Prompt</b>:
|
137 |
<details><code>
|
138 |
+
(deformed iris, deformed pupils, semi-realistic, cgi, 3d, render, sketch, cartoon, drawing, anime:1.4), text, close up, cropped, out of frame, worst quality, <br>
|
139 |
+
low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, blurry, <br>
|
140 |
+
dehydrated, bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross proportions, malformed limbs, missing arms, missing legs, extra arms, <br>
|
141 |
+
extra legs, fused fingers, too many fingers, long neck
|
142 |
</code></details>
|
143 |
|
144 |
<br>
|