Spaces:
Running
on
Zero
Running
on
Zero
prithivMLmods
commited on
Commit
•
827f2a0
1
Parent(s):
c890404
Update app.py
Browse files
app.py
CHANGED
@@ -50,7 +50,7 @@ if torch.cuda.is_available():
|
|
50 |
use_safetensors=True,
|
51 |
)
|
52 |
pipe.scheduler = EulerAncestralDiscreteScheduler.from_config(pipe.scheduler.config)
|
53 |
-
pipe.load_lora_weights("prithivMLmods/
|
54 |
pipe.set_adapters("rlms")
|
55 |
pipe.to("cuda")
|
56 |
|
@@ -156,7 +156,7 @@ def load_predefined_images():
|
|
156 |
|
157 |
|
158 |
|
159 |
-
with gr.Blocks(css=css, theme="
|
160 |
gr.Markdown(DESCRIPTIONz)
|
161 |
with gr.Row():
|
162 |
prompt = gr.Text(
|
|
|
50 |
use_safetensors=True,
|
51 |
)
|
52 |
pipe.scheduler = EulerAncestralDiscreteScheduler.from_config(pipe.scheduler.config)
|
53 |
+
pipe.load_lora_weights("prithivMLmods/Canopus-Realism-LoRA", weight_name="Canopus-Realism-LoRA.safetensors", adapter_name="rlms")
|
54 |
pipe.set_adapters("rlms")
|
55 |
pipe.to("cuda")
|
56 |
|
|
|
156 |
|
157 |
|
158 |
|
159 |
+
with gr.Blocks(css=css, theme="bethecloud/storj_theme") as demo:
|
160 |
gr.Markdown(DESCRIPTIONz)
|
161 |
with gr.Row():
|
162 |
prompt = gr.Text(
|