Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -29,7 +29,7 @@ dtype = torch.float16 if str(device).__contains__("cuda") else torch.float32
|
|
| 29 |
|
| 30 |
# initialization
|
| 31 |
base_model_path = "stabilityai/stable-diffusion-xl-base-1.0"
|
| 32 |
-
image_encoder_path = "
|
| 33 |
ip_ckpt = "ip-adapter_sdxl.bin"
|
| 34 |
|
| 35 |
controlnet_path = "diffusers/controlnet-canny-sdxl-1.0"
|
|
|
|
| 29 |
|
| 30 |
# initialization
|
| 31 |
base_model_path = "stabilityai/stable-diffusion-xl-base-1.0"
|
| 32 |
+
image_encoder_path = "zer0int/CLIP-GmP-ViT-L-14"#"openai/clip-vit-large-patch14"
|
| 33 |
ip_ckpt = "ip-adapter_sdxl.bin"
|
| 34 |
|
| 35 |
controlnet_path = "diffusers/controlnet-canny-sdxl-1.0"
|