Thafx commited on
Commit
78b17b2
β€’
1 Parent(s): 61c0c53

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -10
app.py CHANGED
@@ -79,28 +79,23 @@ 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".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 ""}
101
  </p>
102
- Running on {"<b>GPU πŸ”₯</b>" if torch.cuda.is_available() else f"<b>CPU πŸ₯Ά</b>. For faster inference it is recommended to <b>upgrade to GPU in <a href='https://huggingface.co/spaces/Thafx/sdrv1_3/settings'>Settings</a></b>"} after duplicating the space<br><br>
103
- <a style="display:inline-block" href="https://huggingface.co/spaces/Thafx/sdrv1_3?duplicate=true"><img src="https://bit.ly/3gLdBN6" alt="Duplicate Space"></a>
104
  </div>
105
  """
106
  )
 
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
+ 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>
100
  """
101
  )