Spaces:
Running
on
Zero
Running
on
Zero
Update ominicontrol.py
Browse files- ominicontrol.py +4 -4
ominicontrol.py
CHANGED
|
@@ -17,22 +17,22 @@ pipe = pipe.to("cuda")
|
|
| 17 |
pipe.unload_lora_weights()
|
| 18 |
|
| 19 |
pipe.load_lora_weights(
|
| 20 |
-
"Yuanshi/
|
| 21 |
weight_name=f"v0/ghibli.safetensors",
|
| 22 |
adapter_name="ghibli",
|
| 23 |
)
|
| 24 |
pipe.load_lora_weights(
|
| 25 |
-
"Yuanshi/
|
| 26 |
weight_name=f"v0/irasutoya.safetensors",
|
| 27 |
adapter_name="irasutoya",
|
| 28 |
)
|
| 29 |
pipe.load_lora_weights(
|
| 30 |
-
"Yuanshi/
|
| 31 |
weight_name=f"v0/simpsons.safetensors",
|
| 32 |
adapter_name="simpsons",
|
| 33 |
)
|
| 34 |
pipe.load_lora_weights(
|
| 35 |
-
"Yuanshi/
|
| 36 |
weight_name=f"v0/snoopy.safetensors",
|
| 37 |
adapter_name="snoopy",
|
| 38 |
)
|
|
|
|
| 17 |
pipe.unload_lora_weights()
|
| 18 |
|
| 19 |
pipe.load_lora_weights(
|
| 20 |
+
"Yuanshi/OminiControlArt",
|
| 21 |
weight_name=f"v0/ghibli.safetensors",
|
| 22 |
adapter_name="ghibli",
|
| 23 |
)
|
| 24 |
pipe.load_lora_weights(
|
| 25 |
+
"Yuanshi/OminiControlArt",
|
| 26 |
weight_name=f"v0/irasutoya.safetensors",
|
| 27 |
adapter_name="irasutoya",
|
| 28 |
)
|
| 29 |
pipe.load_lora_weights(
|
| 30 |
+
"Yuanshi/OminiControlArt",
|
| 31 |
weight_name=f"v0/simpsons.safetensors",
|
| 32 |
adapter_name="simpsons",
|
| 33 |
)
|
| 34 |
pipe.load_lora_weights(
|
| 35 |
+
"Yuanshi/OminiControlArt",
|
| 36 |
weight_name=f"v0/snoopy.safetensors",
|
| 37 |
adapter_name="snoopy",
|
| 38 |
)
|