Spaces:
Thafx
/
Runtime error

Thafx commited on
Commit
a47699b
·
1 Parent(s): cd97239

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -5
app.py CHANGED
@@ -112,31 +112,32 @@ with gr.Blocks(css=css) as demo:
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
- </p>
116
  Running on {"<b>GPU 🔥</b>" if torch.cuda.is_available() else f"<b>CPU ⚡</b>"}.
 
117
 
118
  <br>
119
  <br>
120
  Please use this prompt template below to get an example of the desired generation results:
121
  <br>
122
 
123
- <q><em>Important note: The <mark>"RAW photo"</mark> in the prompt may degrade the result in v1.4.</em></q>
124
 
125
  <br>
126
  <b>Prompt</b>:
127
- <small><details><code>
128
  RAW photo, *subject*, (high detailed skin:1.2), 8k uhd, dslr, soft lighting, high quality, film grain, Fujifilm XT3
129
  <br>
130
  <bdo dir="rtl">(high detailed skin:1.2), 8k uhd, dslr, soft lighting, high quality, film grain, Fujifilm XT3</bdo>
131
  <br>
132
  <sub><i>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, (high detailed skin:1.2), 8k uhd, dslr, soft lighting, high quality, film grain, Fujifilm XT3
133
  </i></sub>
134
- </code></details></small>
135
 
136
  <br>
137
  <b>Negative Prompt</b>:
138
  <details><code>
139
- (deformed iris, deformed pupils, semi-realistic, cgi, 3d, render, sketch, cartoon, drawing, anime:1.4), text, <br> close up, cropped, out of frame, worst quality, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, blurry, dehydrated, bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross proportions, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck
140
  </code></details>
141
 
142
  <br>
 
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>
129
  RAW photo, *subject*, (high detailed skin:1.2), 8k uhd, dslr, soft lighting, high quality, film grain, Fujifilm XT3
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
  <sub><i>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, (high detailed skin:1.2), 8k uhd, dslr, soft lighting, high quality, film grain, Fujifilm XT3
134
  </i></sub>
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, low quality, jpeg artifacts, ugly, duplicate, morbid, mutilated, extra fingers, mutated hands, poorly drawn hands, poorly drawn face, mutation, deformed, blurry, dehydrated, bad anatomy, bad proportions, extra limbs, cloned face, disfigured, gross proportions, malformed limbs, missing arms, missing legs, extra arms, extra legs, fused fingers, too many fingers, long neck
141
  </code></details>
142
 
143
  <br>