Spaces:
Runtime error
Runtime error
Update app_fast.py
Browse files- app_fast.py +6 -2
app_fast.py
CHANGED
|
@@ -24,8 +24,12 @@ for pipe in [text_to_video_pipe, image_to_video_pipe]:
|
|
| 24 |
|
| 25 |
|
| 26 |
##Lora testing
|
| 27 |
-
LORA_REPO_ID = "
|
| 28 |
-
LORA_FILENAME
|
|
|
|
|
|
|
|
|
|
|
|
|
| 29 |
causvid_path = hf_hub_download(repo_id=LORA_REPO_ID, filename=LORA_FILENAME)
|
| 30 |
pipe.load_lora_weights(causvid_path, adapter_name="causvid_lora")
|
| 31 |
pipe.set_adapters(["causvid_lora"], adapter_weights=[0.95])
|
|
|
|
| 24 |
|
| 25 |
|
| 26 |
##Lora testing
|
| 27 |
+
LORA_REPO_ID = "JERRYNPC/WAN2.2-LORA-NSFW"
|
| 28 |
+
LORA_FILENAME= "jerry_HIGH-nsfw-V10E800.safetensors"
|
| 29 |
+
|
| 30 |
+
|
| 31 |
+
|
| 32 |
+
|
| 33 |
causvid_path = hf_hub_download(repo_id=LORA_REPO_ID, filename=LORA_FILENAME)
|
| 34 |
pipe.load_lora_weights(causvid_path, adapter_name="causvid_lora")
|
| 35 |
pipe.set_adapters(["causvid_lora"], adapter_weights=[0.95])
|