Spaces:
Runtime error
Runtime error
tombetthauser
commited on
Commit
β’
bbadd6b
1
Parent(s):
c57aea2
Minor edits to denoising tab
Browse files
app.py
CHANGED
@@ -383,10 +383,17 @@ with gr.Blocks() as noise_steps:
|
|
383 |
gr.Markdown('''
|
384 |
# π§βπ Noise Steps Loader
|
385 |
|
386 |
-
This tool desn't exist yet!
|
|
|
|
|
|
|
|
|
|
|
|
|
387 |
|
388 |
-
![denoising image](https://cdn.discordapp.com/attachments/1082744000806658098/
|
389 |
''')
|
|
|
390 |
# dropdown = gr.Dropdown([dropdown for dropdown in list(DROPDOWNS) if 'ahx-beta' in dropdown], label="choose style...")
|
391 |
|
392 |
# with gr.Row():
|
|
|
383 |
gr.Markdown('''
|
384 |
# π§βπ Noise Steps Loader
|
385 |
|
386 |
+
This tool desn't exist yet!
|
387 |
+
|
388 |
+
When it's built out though the plan is for it to let you expose the de-noising process that helps define Stable Diffusion image generation.
|
389 |
+
|
390 |
+
The plan is to let you enter custom a custom prompt / seed etc and see how Stable Diffusion is turning it's starting static image into an image that matches your prompt step-by-step.
|
391 |
+
|
392 |
+
Hopefully it'll be working soon. Check out the example below for now!
|
393 |
|
394 |
+
![denoising image](https://cdn.discordapp.com/attachments/1082744000806658098/1088575231158923304/Untitled.png)
|
395 |
''')
|
396 |
+
# ![denoising image](https://cdn.discordapp.com/attachments/1082744000806658098/1088577845061759026/Untitled.png)
|
397 |
# dropdown = gr.Dropdown([dropdown for dropdown in list(DROPDOWNS) if 'ahx-beta' in dropdown], label="choose style...")
|
398 |
|
399 |
# with gr.Row():
|