Spaces:
Paused
Paused
uuu
Browse files
app.py
CHANGED
@@ -57,7 +57,7 @@ pipe = StableDiffusion3ControlNetPipeline.from_pretrained(
|
|
57 |
torch_dtype=torch.float16,
|
58 |
).to("cuda")
|
59 |
|
60 |
-
pipe.
|
61 |
ip_adapter_path=ip_adapter_path,
|
62 |
image_encoder_path=image_encoder_path,
|
63 |
nb_token=64,
|
|
|
57 |
torch_dtype=torch.float16,
|
58 |
).to("cuda")
|
59 |
|
60 |
+
pipe.load_ip_adapter(
|
61 |
ip_adapter_path=ip_adapter_path,
|
62 |
image_encoder_path=image_encoder_path,
|
63 |
nb_token=64,
|