jiuface commited on
Commit
42a5c12
·
verified ·
1 Parent(s): 55b3c41

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -23,7 +23,7 @@ from datetime import datetime
23
  import json
24
 
25
  device = "cuda"
26
- base_model_id = "SG161222/RealVisXL_V4.0"
27
  controlnet_model_id = "diffusers/controlnet-depth-sdxl-1.0"
28
  vae_model_id = "madebyollin/sdxl-vae-fp16-fix"
29
 
 
23
  import json
24
 
25
  device = "cuda"
26
+ base_model_id = "SG161222/RealVisXL_V5.0"
27
  controlnet_model_id = "diffusers/controlnet-depth-sdxl-1.0"
28
  vae_model_id = "madebyollin/sdxl-vae-fp16-fix"
29