multimodalart HF staff commited on
Commit
897c8e5
1 Parent(s): d986994

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ pipe = StableDiffusion3Pipeline.from_pretrained(
35
  )
36
 
37
  pipe.init_ipadapter(
38
- ip_adapter_path=ip_adapter_path,
39
  image_encoder_path=image_encoder_path,
40
  nb_token=64,
41
  )
 
35
  )
36
 
37
  pipe.init_ipadapter(
38
+ ip_adapter_path=ipadapter_path,
39
  image_encoder_path=image_encoder_path,
40
  nb_token=64,
41
  )