Spaces:
Build error
Build error
Nupur Kumari
commited on
Commit
•
91d41b7
1
Parent(s):
294c8dc
update
Browse files
app.py
CHANGED
@@ -283,7 +283,7 @@ def create_inference_demo(pipe: InferencePipeline) -> gr.Blocks:
|
|
283 |
minimum=0,
|
284 |
maximum=500,
|
285 |
step=1,
|
286 |
-
value=
|
287 |
guidance_scale = gr.Slider(label='CFG Scale',
|
288 |
minimum=0,
|
289 |
maximum=50,
|
@@ -305,7 +305,7 @@ def create_inference_demo(pipe: InferencePipeline) -> gr.Blocks:
|
|
305 |
gr.Markdown('''
|
306 |
- Models with names starting with "custom-diffusion-models/" are the pretrained models provided in the [original repo](https://github.com/adobe-research/custom-diffusion), and the ones with names starting with "results/delta.bin" are your trained models.
|
307 |
- After training, you can press "Reload Weight List" button to load your trained model names.
|
308 |
-
-
|
309 |
''')
|
310 |
with gr.Column():
|
311 |
result = gr.Image(label='Result')
|
|
|
283 |
minimum=0,
|
284 |
maximum=500,
|
285 |
step=1,
|
286 |
+
value=100)
|
287 |
guidance_scale = gr.Slider(label='CFG Scale',
|
288 |
minimum=0,
|
289 |
maximum=50,
|
|
|
305 |
gr.Markdown('''
|
306 |
- Models with names starting with "custom-diffusion-models/" are the pretrained models provided in the [original repo](https://github.com/adobe-research/custom-diffusion), and the ones with names starting with "results/delta.bin" are your trained models.
|
307 |
- After training, you can press "Reload Weight List" button to load your trained model names.
|
308 |
+
- Increase number of steps in Other parameters for better samples qualitatively.
|
309 |
''')
|
310 |
with gr.Column():
|
311 |
result = gr.Image(label='Result')
|