Thafx commited on
Commit
000e5bd
β€’
1 Parent(s): 990aebf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -7
app.py CHANGED
@@ -81,19 +81,22 @@ with gr.Blocks(css=css) as demo:
81
  <p>
82
  Demo for <a href="https://huggingface.co/SG161222/Realistic_Vision_V1.3">Realistic Vision V1.3</a> Stable Diffusion model by "Eugene".<br>
83
  Please use this prompt template to get the desired generation results:<br>
84
- <h2><b>Prompt</b>:</h2>
 
85
  RAW photo, *subject*, (high detailed skin:1.2), 8k uhd, dslr, soft lighting, high quality, film grain, Fujifilm XT3
86
  <br>
87
- <i>Example: <details> 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 </details> </i>
88
- <br>
89
- <h2><b>Negative Prompt</b>:</h2>
 
 
 
90
  (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
 
91
  <br>
92
- <b>Settings</b><br>
93
- -Steps : 25 ,CFG Scale : 7
94
  Have Fun & Enjoy
95
  //THAFX<br>
96
- {"Add the following tokens to your prompts for the model to work properly: <b>prefix</b>" if prefix else ""}
97
  </p>
98
  Running on {"<b>GPU πŸ”₯</b>" if torch.cuda.is_available() else f"<b>CPU πŸ”₯</b>"}.
99
  </div>
 
81
  <p>
82
  Demo for <a href="https://huggingface.co/SG161222/Realistic_Vision_V1.3">Realistic Vision V1.3</a> Stable Diffusion model by "Eugene".<br>
83
  Please use this prompt template to get the desired generation results:<br>
84
+ <h2><b>Prompt</b>:</h2><br>
85
+ <details>
86
  RAW photo, *subject*, (high detailed skin:1.2), 8k uhd, dslr, soft lighting, high quality, film grain, Fujifilm XT3
87
  <br>
88
+ <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
89
+ </i>
90
+ </details>
91
+
92
+ <h2><b>Negative Prompt</b>:</h2><br>
93
+ <details>
94
  (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
95
+ </details>
96
  <br>
 
 
97
  Have Fun & Enjoy
98
  //THAFX<br>
99
+ {"" if prefix else ""}
100
  </p>
101
  Running on {"<b>GPU πŸ”₯</b>" if torch.cuda.is_available() else f"<b>CPU πŸ”₯</b>"}.
102
  </div>