amos1088 commited on
Commit
1634c9a
·
1 Parent(s): 26f373a

test gradio

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -25,7 +25,7 @@ pipe = StableDiffusionXLPipeline.from_pretrained(
25
 
26
  # reduce memory consumption
27
  pipe.enable_vae_tiling()
28
- ip_model = IPAdapterXL(pipe, image_encoder_path, ip_ckpt, device, target_blocks=["up_blocks.0.attentions.1"])
29
 
30
 
31
  @spaces.GPU
 
25
 
26
  # reduce memory consumption
27
  pipe.enable_vae_tiling()
28
+ ip_model = IPAdapterXL(pipe, image_encoder_path, ip_ckpt, device)
29
 
30
 
31
  @spaces.GPU