Update app.py
Browse files
app.py
CHANGED
@@ -28,5 +28,5 @@ gr.Interface(fn=infer, inputs=[gr.Image(type='numpy', source='canvas'), gr.Textb
|
|
28 |
gr.Slider(label = "Seed", minimum = 0, maximum = 987654321987654321, step = 1, randomize = True)],
|
29 |
outputs='image',
|
30 |
title = "Stable Diffusion XL 1.0 Doodle to Image CPU",
|
31 |
-
description = "For more information on Stable Diffusion XL 1.0 see https://huggingface.co/stabilityai/stable-diffusion-xl-refiner-1.0 <br><br>
|
32 |
article = "Code Monkey: <a href=\"https://huggingface.co/Manjushri\">Manjushri</a>").queue(max_size=5).launch()
|
|
|
28 |
gr.Slider(label = "Seed", minimum = 0, maximum = 987654321987654321, step = 1, randomize = True)],
|
29 |
outputs='image',
|
30 |
title = "Stable Diffusion XL 1.0 Doodle to Image CPU",
|
31 |
+
description = "For more information on Stable Diffusion XL 1.0 see https://huggingface.co/stabilityai/stable-diffusion-xl-refiner-1.0 <br><br>Sketch an Image then enter a Prompt, or let it just do its Thing, then click submit. 10 Iterations takes about ~900-1200 seconds currently. For more informationon about Stable Diffusion or Suggestions for prompts, keywords, artists or styles see https://github.com/Maks-s/sd-akashic",
|
32 |
article = "Code Monkey: <a href=\"https://huggingface.co/Manjushri\">Manjushri</a>").queue(max_size=5).launch()
|