Spaces:
Running
on
Zero
Running
on
Zero
aifeifei798
commited on
Update app.py
Browse files
app.py
CHANGED
@@ -13,8 +13,10 @@ device: str = "cuda" if torch.cuda.is_available() else "cpu"
|
|
13 |
|
14 |
pipe = DiffusionPipeline.from_pretrained("aifeifei798/DarkIdol-flux-v1.1", torch_dtype=dtype).to(device)
|
15 |
trigger_word = "CNSTLL"
|
16 |
-
|
17 |
pipe.load_lora_weights(hf_hub_download("aifeifei798/feifei-flux-lora-v1", "feifei.safetensors"),adapter_name="feifei")
|
|
|
|
|
18 |
# Enable VAE tiling
|
19 |
pipe.vae.enable_tiling()
|
20 |
|
|
|
13 |
|
14 |
pipe = DiffusionPipeline.from_pretrained("aifeifei798/DarkIdol-flux-v1.1", torch_dtype=dtype).to(device)
|
15 |
trigger_word = "CNSTLL"
|
16 |
+
|
17 |
pipe.load_lora_weights(hf_hub_download("aifeifei798/feifei-flux-lora-v1", "feifei.safetensors"),adapter_name="feifei")
|
18 |
+
pipe.load_lora_weights("adirik/flux-cinestill")
|
19 |
+
|
20 |
# Enable VAE tiling
|
21 |
pipe.vae.enable_tiling()
|
22 |
|