Update app.py
Browse files
app.py
CHANGED
|
@@ -209,10 +209,10 @@ css="""
|
|
| 209 |
|
| 210 |
with gr.Blocks(css=css) as demo:
|
| 211 |
gr.Markdown(f"""
|
| 212 |
-
|
| 213 |
-
|
| 214 |
-
|
| 215 |
-
|
| 216 |
""")
|
| 217 |
|
| 218 |
with gr.Row():
|
|
@@ -332,9 +332,9 @@ with gr.Blocks(css=css) as demo:
|
|
| 332 |
|
| 333 |
alpha = gr.Slider(
|
| 334 |
label="Merge Weight",
|
| 335 |
-
minimum=1.
|
| 336 |
-
maximum=2.
|
| 337 |
-
step=0.
|
| 338 |
value=1.8,
|
| 339 |
)
|
| 340 |
|
|
|
|
| 209 |
|
| 210 |
with gr.Blocks(css=css) as demo:
|
| 211 |
gr.Markdown(f"""
|
| 212 |
+
# Orthogonal Adaptation
|
| 213 |
+
Describe your world with a **[ 🪄 Text Prompts ]** (global and regional prompts) and choose two characters to merge.
|
| 214 |
+
Select their **[ 👯 Poses ]** (spatial conditions) for regionally controllable sampling to generate a unique image using our model.
|
| 215 |
+
Let your creativity run wild! (Currently running on : {power_device} )
|
| 216 |
""")
|
| 217 |
|
| 218 |
with gr.Row():
|
|
|
|
| 332 |
|
| 333 |
alpha = gr.Slider(
|
| 334 |
label="Merge Weight",
|
| 335 |
+
minimum=1.2,
|
| 336 |
+
maximum=2.1,
|
| 337 |
+
step=0.3,
|
| 338 |
value=1.8,
|
| 339 |
)
|
| 340 |
|