Spaces:
Running
on
Zero
Running
on
Zero
Update app.py
Browse files
app.py
CHANGED
@@ -40,7 +40,7 @@ pipe.load_lora_weights("ByteDance/Hyper-SD", weight_name="Hyper-SD15-1step-lora.
|
|
40 |
pipe.to("cuda")
|
41 |
pipe.scheduler = TCDScheduler.from_config(pipe.scheduler.config, timestep_spacing ="trailing")
|
42 |
|
43 |
-
with gr.Blocks(theme=gr.themes.
|
44 |
with gr.Column():
|
45 |
with gr.Row():
|
46 |
with gr.Column():
|
|
|
40 |
pipe.to("cuda")
|
41 |
pipe.scheduler = TCDScheduler.from_config(pipe.scheduler.config, timestep_spacing ="trailing")
|
42 |
|
43 |
+
with gr.Blocks(theme=gr.themes.Monochrome()) as demo:
|
44 |
with gr.Column():
|
45 |
with gr.Row():
|
46 |
with gr.Column():
|