Spaces:
Paused
Paused
uuu
Browse files
app.py
CHANGED
|
@@ -54,7 +54,7 @@ image_encoder_path = "google/siglip-so400m-patch14-384"
|
|
| 54 |
controlnet = SD3ControlNetModel.from_pretrained("stabilityai/stable-diffusion-3.5-large-controlnet-depth", torch_dtype=torch.float16)
|
| 55 |
|
| 56 |
adapter = T2IAdapter.from_pretrained(
|
| 57 |
-
ip_adapter_path
|
| 58 |
image_encoder_path=image_encoder_path,
|
| 59 |
nb_token=64,
|
| 60 |
torch_dtype=torch.float16
|
|
|
|
| 54 |
controlnet = SD3ControlNetModel.from_pretrained("stabilityai/stable-diffusion-3.5-large-controlnet-depth", torch_dtype=torch.float16)
|
| 55 |
|
| 56 |
adapter = T2IAdapter.from_pretrained(
|
| 57 |
+
ip_adapter_path,
|
| 58 |
image_encoder_path=image_encoder_path,
|
| 59 |
nb_token=64,
|
| 60 |
torch_dtype=torch.float16
|