Spaces:
Runtime error
Runtime error
app
Browse files
app.py
CHANGED
@@ -965,7 +965,7 @@ with demo:
|
|
965 |
Work done when Can Qin was an intern at Salesforce AI Research.
|
966 |
</p>
|
967 |
<p style="font-size: 0.9rem; margin: 0rem; line-height: 1.2em; margin-top:1em">
|
968 |
-
<b> ONE model for ALL the condition-to-image generation! </b>
|
969 |
<b><a href="https://github.com/salesforce/UniControl">[Github]</a></b>
|
970 |
<b><a href="https://canqin001.github.io/UniControl-Page/">[Website]</a></b>
|
971 |
<b><a href="https://arxiv.org/abs/2305.11147">[arXiv]</a></b>
|
@@ -1301,7 +1301,7 @@ with demo:
|
|
1301 |
scale = gr.Slider(label="Guidance Scale", minimum=0.1, maximum=30.0, value=9.0, step=0.1)
|
1302 |
seed = gr.Slider(label="Seed", minimum=-1, maximum=2147483647, step=1, randomize=True)
|
1303 |
eta = gr.Number(label="eta (DDIM)", value=0.0)
|
1304 |
-
a_prompt = gr.Textbox(label="Added Prompt", value='best quality, extremely detailed')
|
1305 |
n_prompt = gr.Textbox(label="Negative Prompt", value='')
|
1306 |
with gr.Column():
|
1307 |
result_gallery = gr.Gallery(label='Output', show_label=False, elem_id="gallery").style(grid=2,
|
|
|
965 |
Work done when Can Qin was an intern at Salesforce AI Research.
|
966 |
</p>
|
967 |
<p style="font-size: 0.9rem; margin: 0rem; line-height: 1.2em; margin-top:1em">
|
968 |
+
<b> ONE compact model for ALL the visual-condition-to-image generation! </b>
|
969 |
<b><a href="https://github.com/salesforce/UniControl">[Github]</a></b>
|
970 |
<b><a href="https://canqin001.github.io/UniControl-Page/">[Website]</a></b>
|
971 |
<b><a href="https://arxiv.org/abs/2305.11147">[arXiv]</a></b>
|
|
|
1301 |
scale = gr.Slider(label="Guidance Scale", minimum=0.1, maximum=30.0, value=9.0, step=0.1)
|
1302 |
seed = gr.Slider(label="Seed", minimum=-1, maximum=2147483647, step=1, randomize=True)
|
1303 |
eta = gr.Number(label="eta (DDIM)", value=0.0)
|
1304 |
+
a_prompt = gr.Textbox(label="Added Prompt", value='best quality, extremely detailed, colorful')
|
1305 |
n_prompt = gr.Textbox(label="Negative Prompt", value='')
|
1306 |
with gr.Column():
|
1307 |
result_gallery = gr.Gallery(label='Output', show_label=False, elem_id="gallery").style(grid=2,
|