amos1088 commited on
Commit
e6b8562
·
1 Parent(s): 3aaab9b

test gradio

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -30,7 +30,7 @@ pipeline.load_ip_adapter(
30
  subfolder="sdxl_models",
31
  weight_name=["ip-adapter-plus_sdxl_vit-h.safetensors"]
32
  )
33
- pipeline.set_ip_adapter_scale([0.7, 0.3])
34
  pipeline.enable_model_cpu_offload()
35
 
36
 
 
30
  subfolder="sdxl_models",
31
  weight_name=["ip-adapter-plus_sdxl_vit-h.safetensors"]
32
  )
33
+ pipeline.set_ip_adapter_scale([0.6])
34
  pipeline.enable_model_cpu_offload()
35
 
36