aifeifei798 commited on
Commit
87e7369
·
verified ·
1 Parent(s): e03b885

Update feifeilib/feifeimodload.py

Browse files
Files changed (1) hide show
  1. feifeilib/feifeimodload.py +8 -8
feifeilib/feifeimodload.py CHANGED
@@ -25,15 +25,15 @@ def feifeimodload():
25
  adapter_name="feifei",
26
  )
27
 
28
- pipe.set_adapters(
29
- ["feifei"],
30
- adapter_weights=[0.85],
31
- )
32
 
33
- pipe.fuse_lora(
34
- adapter_name=["feifei"],
35
- lora_scale=1.0,
36
- )
37
 
38
  #pipe.enable_sequential_cpu_offload()
39
  pipe.vae.enable_slicing()
 
25
  adapter_name="feifei",
26
  )
27
 
28
+ #pipe.set_adapters(
29
+ # ["feifei"],
30
+ # adapter_weights=[0.85],
31
+ #)
32
 
33
+ #pipe.fuse_lora(
34
+ # adapter_name=["feifei"],
35
+ # lora_scale=1.0,
36
+ #)
37
 
38
  #pipe.enable_sequential_cpu_offload()
39
  pipe.vae.enable_slicing()