Thafx commited on
Commit
61c0c53
1 Parent(s): f2dfa3d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +11 -21
app.py CHANGED
@@ -79,27 +79,22 @@ with gr.Blocks(css=css) as demo:
79
  <h1>Realistic Vision V1.3</h1>
80
  </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
-
84
- Please use this prompt template to get the desired generation results:<br>
85
-
86
- <b>Prompt</b>:
87
- RAW photo, *subject*, (high detailed skin:1.2), 8k uhd, dslr, soft lighting, high quality, film grain, Fujifilm XT3<br>
88
-
89
- 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
90
  <br>
91
 
92
- <b>Negative Prompt</b>:
93
  (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
94
  <br>
 
95
  <b>Settings</b><br>
96
- -Euler a : 25 steps<br>
97
  -CFG Scale : 7<br>
98
- -Hires. fix with R-ESRGAN General WDN 4xV3 upscaler<br>
99
- -25 Hires steps and Denoising strength 0.25-0.7<br>
100
- or<br>
101
- -10 Hires steps and Denoising strength 0.025-0.1 to save more details
102
- <br>
103
  Have Fun & Enjoy
104
  //THAFX<br>
105
  {"Add the following tokens to your prompts for the model to work properly: <b>prefix</b>" if prefix else ""}
@@ -148,12 +143,7 @@ Have Fun & Enjoy
148
  prompt.submit(inference, inputs=inputs, outputs=outputs)
149
  generate.click(inference, inputs=inputs, outputs=outputs)
150
 
151
- gr.HTML("""
152
- <div style="border-top: 1px solid #303030;">
153
- <br>
154
- <p>This space was created using <a href="https://huggingface.co/spaces/anzorq/sd-space-creator">SD Space Creator</a>.</p>
155
- </div>
156
- """)
157
 
158
  demo.queue(concurrency_count=1)
159
  demo.launch()
 
79
  <h1>Realistic Vision V1.3</h1>
80
  </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".Please use this prompt template to get the desired generation results:<br>
83
+ <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: 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 </i>
88
+ <br>
 
89
  <br>
90
 
91
+ <h2><b>Negative Prompt</b>:</h2>
92
  (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
93
  <br>
94
+ <br>
95
  <b>Settings</b><br>
96
+ -Steps : 25 <br>
97
  -CFG Scale : 7<br>
 
 
 
 
 
98
  Have Fun & Enjoy
99
  //THAFX<br>
100
  {"Add the following tokens to your prompts for the model to work properly: <b>prefix</b>" if prefix else ""}
 
143
  prompt.submit(inference, inputs=inputs, outputs=outputs)
144
  generate.click(inference, inputs=inputs, outputs=outputs)
145
 
146
+
 
 
 
 
 
147
 
148
  demo.queue(concurrency_count=1)
149
  demo.launch()