Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -13,7 +13,7 @@ taef1 = AutoencoderTiny.from_pretrained("aifeifei798/taef1", torch_dtype=dtype).
|
|
| 13 |
|
| 14 |
pipe = DiffusionPipeline.from_pretrained("aifeifei798/DarkIdol-flux-v1", torch_dtype=dtype, vae=taef1).to(device)
|
| 15 |
|
| 16 |
-
pipe.load_lora_weights(hf_hub_download("aifeifei798/feifei-flux-lora-v1", "feifei.safetensors"),adapter_name="feifei"
|
| 17 |
|
| 18 |
pipe.set_adapters(["feifei"],adapter_weights=[0.65])
|
| 19 |
|
|
|
|
| 13 |
|
| 14 |
pipe = DiffusionPipeline.from_pretrained("aifeifei798/DarkIdol-flux-v1", torch_dtype=dtype, vae=taef1).to(device)
|
| 15 |
|
| 16 |
+
pipe.load_lora_weights(hf_hub_download("aifeifei798/feifei-flux-lora-v1", "feifei.safetensors"),adapter_name="feifei")
|
| 17 |
|
| 18 |
pipe.set_adapters(["feifei"],adapter_weights=[0.65])
|
| 19 |
|