Update app.py
Browse files
app.py
CHANGED
@@ -19,7 +19,7 @@ image_encoder_path = "laion/CLIP-ViT-H-14-laion2B-s32B-b79K"
|
|
19 |
ip_ckpt = hf_hub_download(repo_id="h94/IP-Adapter-FaceID", filename="ip-adapter-faceid_sd15.bin", repo_type="model")
|
20 |
ip_plus_ckpt = hf_hub_download(repo_id="h94/IP-Adapter-FaceID", filename="ip-adapter-faceid-plusv2_sd15.bin", repo_type="model")
|
21 |
|
22 |
-
device = "
|
23 |
|
24 |
# Initialize the noise scheduler
|
25 |
noise_scheduler = DDIMScheduler(
|
|
|
19 |
ip_ckpt = hf_hub_download(repo_id="h94/IP-Adapter-FaceID", filename="ip-adapter-faceid_sd15.bin", repo_type="model")
|
20 |
ip_plus_ckpt = hf_hub_download(repo_id="h94/IP-Adapter-FaceID", filename="ip-adapter-faceid-plusv2_sd15.bin", repo_type="model")
|
21 |
|
22 |
+
device = "cuda"
|
23 |
|
24 |
# Initialize the noise scheduler
|
25 |
noise_scheduler = DDIMScheduler(
|