aifeifei798 commited on
Commit
48e0441
·
verified ·
1 Parent(s): b978455

Update feifeilib/feifeimodload.py

Browse files
Files changed (1) hide show
  1. feifeilib/feifeimodload.py +5 -5
feifeilib/feifeimodload.py CHANGED
@@ -68,13 +68,13 @@ def feifeimodload():
68
 
69
  pipe.set_adapters(
70
  ["feifei"],
71
- adapter_weights=[1],
72
  )
73
 
74
- #pipe.fuse_lora(
75
- # adapter_name=["feifei"],
76
- # lora_scale=1.0,
77
- #)
78
 
79
  pipe.vae.enable_slicing()
80
  pipe.vae.enable_tiling()
 
68
 
69
  pipe.set_adapters(
70
  ["feifei"],
71
+ adapter_weights=[0.55],
72
  )
73
 
74
+ pipe.fuse_lora(
75
+ adapter_name=["feifei"],
76
+ lora_scale=1.0,
77
+ )
78
 
79
  pipe.vae.enable_slicing()
80
  pipe.vae.enable_tiling()