1inkusFace commited on
Commit
3d9bca6
·
verified ·
1 Parent(s): 4a6aeb7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -122,7 +122,7 @@ def infer(
122
  sd_image_a = Image.open(latent_file.name).convert('RGB')
123
  print("-- using image file and loading ip-adapter --")
124
  pipe.init_ipadapter(
125
- ip_adapter_path=ip_adapter_path,
126
  image_encoder_path=image_encoder_path,
127
  nb_token=64,
128
  )
 
122
  sd_image_a = Image.open(latent_file.name).convert('RGB')
123
  print("-- using image file and loading ip-adapter --")
124
  pipe.init_ipadapter(
125
+ ip_adapter_path=ipadapter_path,
126
  image_encoder_path=image_encoder_path,
127
  nb_token=64,
128
  )