Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -10,7 +10,7 @@ from insightface.utils import face_align
|
|
10 |
import gradio as gr
|
11 |
import cv2
|
12 |
|
13 |
-
base_model_path = "
|
14 |
vae_model_path = "stabilityai/sd-vae-ft-mse"
|
15 |
image_encoder_path = "laion/CLIP-ViT-H-14-laion2B-s32B-b79K"
|
16 |
ip_ckpt = hf_hub_download(repo_id="h94/IP-Adapter-FaceID", filename="ip-adapter-faceid_sd15.bin", repo_type="model")
|
|
|
10 |
import gradio as gr
|
11 |
import cv2
|
12 |
|
13 |
+
base_model_path = "Lykon/dreamshaper-8"
|
14 |
vae_model_path = "stabilityai/sd-vae-ft-mse"
|
15 |
image_encoder_path = "laion/CLIP-ViT-H-14-laion2B-s32B-b79K"
|
16 |
ip_ckpt = hf_hub_download(repo_id="h94/IP-Adapter-FaceID", filename="ip-adapter-faceid_sd15.bin", repo_type="model")
|