Spaces:
Running
on
L40S
Running
on
L40S
Commit
•
897c8e5
1
Parent(s):
d986994
Update app.py
Browse files
app.py
CHANGED
@@ -35,7 +35,7 @@ pipe = StableDiffusion3Pipeline.from_pretrained(
|
|
35 |
)
|
36 |
|
37 |
pipe.init_ipadapter(
|
38 |
-
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 |
)
|