aifeifei798 commited on
Commit
5fe8ada
·
verified ·
1 Parent(s): e99cf5f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -30,12 +30,12 @@ def feifeimodload():
30
  )
31
 
32
  pipe.set_adapters(
33
- ["feifei","Ultra-Realistic"],
34
- adapter_weights=[0.8, 0.75],
35
  )
36
 
37
  pipe.fuse_lora(
38
- adapter_name=["feifei", "Ultra-Realistic"],
39
  lora_scale=1.0,
40
  )
41
 
 
30
  )
31
 
32
  pipe.set_adapters(
33
+ ["feifei"],
34
+ adapter_weights=[0.8],
35
  )
36
 
37
  pipe.fuse_lora(
38
+ adapter_name=["feifei"],
39
  lora_scale=1.0,
40
  )
41