XuDongZhou commited on
Commit
a69f013
·
verified ·
1 Parent(s): ef580d7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -44,9 +44,9 @@ base_model = 'frankjoshua/realvisxlV40_v40Bakedvae'
44
  vae_path = 'madebyollin/sdxl-vae-fp16-fix'
45
  ckpt = 'RED-AIGC/InstantID-XS'
46
 
47
- image_proj_path = "./ckpt/image_proj.bin")
48
- cnxs_path = "./ckpt/controlnetxs.bin")
49
- cross_attn_path = "./ckpt/cross_attn.bin")
50
 
51
 
52
  # Load face encoder
 
44
  vae_path = 'madebyollin/sdxl-vae-fp16-fix'
45
  ckpt = 'RED-AIGC/InstantID-XS'
46
 
47
+ image_proj_path = "./ckpt/image_proj.bin"
48
+ cnxs_path = "./ckpt/controlnetxs.bin"
49
+ cross_attn_path = "./ckpt/cross_attn.bin"
50
 
51
 
52
  # Load face encoder