Spaces:
Running
on
Zero
Running
on
Zero
Update feifeilib/feifeimodload.py
Browse files
feifeilib/feifeimodload.py
CHANGED
@@ -23,6 +23,12 @@ def feifeimodload():
|
|
23 |
hf_hub_download("aifeifei798/feifei-flux-lora-v1", "feifei.safetensors"),
|
24 |
adapter_name="feifei",
|
25 |
)
|
|
|
|
|
|
|
|
|
|
|
|
|
26 |
|
27 |
#pipe.load_lora_weights(
|
28 |
# hf_hub_download("adirik/flux-cinestill", "lora.safetensors"),
|
@@ -54,12 +60,12 @@ def feifeimodload():
|
|
54 |
#)
|
55 |
|
56 |
pipe.set_adapters(
|
57 |
-
["feifei"],
|
58 |
-
adapter_weights=[0.75],
|
59 |
)
|
60 |
|
61 |
pipe.fuse_lora(
|
62 |
-
adapter_name=["feifei"],
|
63 |
lora_scale=1.0,
|
64 |
)
|
65 |
|
|
|
23 |
hf_hub_download("aifeifei798/feifei-flux-lora-v1", "feifei.safetensors"),
|
24 |
adapter_name="feifei",
|
25 |
)
|
26 |
+
Sakimi_chan_-_FLUX.safetensors
|
27 |
+
|
28 |
+
pipe.load_lora_weights(
|
29 |
+
hf_hub_download("aifeifei798/flux-nsfw-lora", "Sakimi_chan_-_FLUX.safetensors"),
|
30 |
+
adapter_name="Sakimi_chan",
|
31 |
+
)
|
32 |
|
33 |
#pipe.load_lora_weights(
|
34 |
# hf_hub_download("adirik/flux-cinestill", "lora.safetensors"),
|
|
|
60 |
#)
|
61 |
|
62 |
pipe.set_adapters(
|
63 |
+
["feifei","Sakimi_chan"],
|
64 |
+
adapter_weights=[0.75,1],
|
65 |
)
|
66 |
|
67 |
pipe.fuse_lora(
|
68 |
+
adapter_name=["feifei","Sakimi_chan"],
|
69 |
lora_scale=1.0,
|
70 |
)
|
71 |
|