Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
@@ -192,10 +192,15 @@ with gr.Blocks(css=css) as demo:
|
|
192 |
gr.Markdown(
|
193 |
""" # Running SDXL Turbo `Alyxsissy`
|
194 |
## How do I use it?
|
195 |
-
|
196 |
-
|
197 |
## Advanced Options
|
198 |
-
###
|
|
|
|
|
|
|
|
|
|
|
199 |
"""
|
200 |
)
|
201 |
|
|
|
192 |
gr.Markdown(
|
193 |
""" # Running SDXL Turbo `Alyxsissy`
|
194 |
## How do I use it?
|
195 |
+
#### Start typing your prompt in the text box, and the model will generate images constantly as you type.
|
196 |
+
#### you can also upload or paste an image, and generate variations based on your image, and prompt.
|
197 |
## Advanced Options
|
198 |
+
### Strength
|
199 |
+
#### Controls how much the prompt affect the image.
|
200 |
+
### Steps
|
201 |
+
#### Controls how many times the model will run on the image.
|
202 |
+
### Seed
|
203 |
+
#### Every seed is a different variation of your combo of prompt, image, strength, and steps.
|
204 |
"""
|
205 |
)
|
206 |
|