Thafx commited on
Commit
d2a453a
1 Parent(s): db612a6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -42,7 +42,7 @@ gr.Interface(fn=genie, inputs=[gr.Textbox(label='Positive Promt. 77 Token Limit.
42
  gr.Textbox(label='Embedded Negative Prompt'),
43
  gr.Slider(minimum=.7, maximum=.99, value=.95, step=.01, label='Refiner Denoise Start %')],
44
  outputs='image',
45
- title="Stable Diffusion XL 1.0 CPU or GPU",
46
- description="Realistic Vision XL V1.0 Demo by SG161222, CPU or GPU. Currently running on <b>CPU</b>",
47
- article="Please use the prompt template below to get an example of the desired generation results:<br><b>Positive prompt:</b> dark shot, photo of cute 24 y.o blonde woman, perfect eyes, skin moles, short hair, looks at viewer, cinematic shot, hard shadows<br><b>Negative prompt:</b> (worst quality, low quality, illustration, 3d, 2d, painting, cartoons, sketch), open mouth <br> CFG scale: 7, Seed: 4271781772<br><br> <b>WARNING:</b> Be patient, as generation is Slow.<br>65s/Iteration. Expected Generation Time is 25-50mins an image for 25-50 iterations respectively. This model is capable of producing mild NSFW images"
48
  ).launch(debug=True, max_threads=80)
 
42
  gr.Textbox(label='Embedded Negative Prompt'),
43
  gr.Slider(minimum=.7, maximum=.99, value=.95, step=.01, label='Refiner Denoise Start %')],
44
  outputs='image',
45
+ title="Realistic Vision XL V1.0 Demo by SG161222",
46
+ description="The model is still in the training phase. This is not the final version and may contain artifacts and perform poorly in some cases. Currently running on <b>CPU</b>",
47
+ article="Please use the prompt template below to get an example of the desired generation results:<br><br><b>Positive prompt:</b> dark shot, photo of cute 24 y.o blonde woman, perfect eyes, skin moles, short hair, looks at viewer, cinematic shot, hard shadows<br><br><b>Negative prompt:</b> (worst quality, low quality, illustration, 3d, 2d, painting, cartoons, sketch), open mouth <br> Denoising strength: 0.25-0.5, CFG scale: 7, Seed: 4271781772<br><br> <b>WARNING:</b> Be patient, as generation is Slow.<br>65s/Iteration. Expected Generation Time is 25-50mins an image for 25-50 iterations respectively. This model is capable of producing mild NSFW images"
48
  ).launch(debug=True, max_threads=80)