Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -103,8 +103,8 @@ class GradioDemo:
|
|
103 |
seed = gr.Slider(label="Seed", minimum=-1, maximum=2147483647, step=1, randomize=False, value=1024)
|
104 |
with gr.Row():
|
105 |
output_raw = gr.Image(label="SDXL w/ LCM-LoRA ")
|
106 |
-
output_oms_cp = gr.Image(label="w/ OMS (consistent
|
107 |
-
output_oms_icp = gr.Image(label="w/ OMS (inconsistent
|
108 |
output_oms_cfg = gr.Image(label="w/ OMS w/ OMS CFG")
|
109 |
|
110 |
oms_prompt_checkbox.input(
|
|
|
103 |
seed = gr.Slider(label="Seed", minimum=-1, maximum=2147483647, step=1, randomize=False, value=1024)
|
104 |
with gr.Row():
|
105 |
output_raw = gr.Image(label="SDXL w/ LCM-LoRA ")
|
106 |
+
output_oms_cp = gr.Image(label="w/ OMS (consistent) w/o OMS CFG")
|
107 |
+
output_oms_icp = gr.Image(label="w/ OMS (inconsistent) w/o OMS CFG")
|
108 |
output_oms_cfg = gr.Image(label="w/ OMS w/ OMS CFG")
|
109 |
|
110 |
oms_prompt_checkbox.input(
|