Richard Neuschulz commited on
Commit
531a2cf
1 Parent(s): 642071e

Update base model to 'animagine-xl-3.0'

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -7,7 +7,8 @@ from insightface.app import FaceAnalysis
7
  import gradio as gr
8
  import cv2
9
 
10
- base_model_path = "SG161222/RealVisXL_V3.0"
 
11
  ip_ckpt = hf_hub_download(repo_id="h94/IP-Adapter-FaceID", filename="ip-adapter-faceid_sdxl.bin", repo_type="model")
12
  device = "cuda"
13
 
 
7
  import gradio as gr
8
  import cv2
9
 
10
+ #base_model_path = "SG161222/RealVisXL_V3.0"
11
+ base_model_path = "cagliostrolab/animagine-xl-3.0"
12
  ip_ckpt = hf_hub_download(repo_id="h94/IP-Adapter-FaceID", filename="ip-adapter-faceid_sdxl.bin", repo_type="model")
13
  device = "cuda"
14