Update app.py
Browse files
app.py
CHANGED
|
@@ -22,7 +22,7 @@ contour_detector = SOFT_HEDdetector()
|
|
| 22 |
lineart_detector = LineartDetector()
|
| 23 |
canny_detector = CannyDetector()
|
| 24 |
|
| 25 |
-
base_model_path = "
|
| 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"
|