Spaces:
Paused
Paused
test gradio
Browse files
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)
|
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,token=token)
|
29 |
|
30 |
|
31 |
@spaces.GPU
|