nuwandaa commited on
Commit
34b01d1
·
verified ·
1 Parent(s): f5a0f26

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -22,7 +22,7 @@ contour_detector = SOFT_HEDdetector()
22
  lineart_detector = LineartDetector()
23
  canny_detector = CannyDetector()
24
 
25
- base_model_path = "runwayml/stable-diffusion-v1-5"
26
  transformer_block_path = "laion/CLIP-ViT-H-14-laion2B-s32B-b79K"
27
  styleshot_model_path = "Gaojunyao/StyleShot"
28
  styleshot_lineart_model_path = "Gaojunyao/StyleShot_lineart"
 
22
  lineart_detector = LineartDetector()
23
  canny_detector = CannyDetector()
24
 
25
+ base_model_path = "SG161222/Realistic_Vision_V6.0_B1_noVAE"
26
  transformer_block_path = "laion/CLIP-ViT-H-14-laion2B-s32B-b79K"
27
  styleshot_model_path = "Gaojunyao/StyleShot"
28
  styleshot_lineart_model_path = "Gaojunyao/StyleShot_lineart"