Spaces:
Sleeping
Sleeping
zhiweili
commited on
Commit
•
76f75d8
1
Parent(s):
5d79e37
change base model
Browse files- inversion_run_adapter.py +2 -2
inversion_run_adapter.py
CHANGED
@@ -47,10 +47,10 @@ generator = None
|
|
47 |
device = "cuda" if torch.cuda.is_available() else "cpu"
|
48 |
|
49 |
# BASE_MODEL = "stabilityai/stable-diffusion-xl-base-1.0"
|
50 |
-
|
51 |
# BASE_MODEL = "SG161222/RealVisXL_V5.0_Lightning"
|
52 |
# BASE_MODEL = "Lykon/dreamshaper-xl-v2-turbo"
|
53 |
-
BASE_MODEL = "RunDiffusion/Juggernaut-XL-Lightning"
|
54 |
|
55 |
lineart_detector = LineartDetector.from_pretrained("lllyasviel/Annotators")
|
56 |
lineart_detector = lineart_detector.to(device)
|
|
|
47 |
device = "cuda" if torch.cuda.is_available() else "cpu"
|
48 |
|
49 |
# BASE_MODEL = "stabilityai/stable-diffusion-xl-base-1.0"
|
50 |
+
BASE_MODEL = "stabilityai/sdxl-turbo"
|
51 |
# BASE_MODEL = "SG161222/RealVisXL_V5.0_Lightning"
|
52 |
# BASE_MODEL = "Lykon/dreamshaper-xl-v2-turbo"
|
53 |
+
# BASE_MODEL = "RunDiffusion/Juggernaut-XL-Lightning"
|
54 |
|
55 |
lineart_detector = LineartDetector.from_pretrained("lllyasviel/Annotators")
|
56 |
lineart_detector = lineart_detector.to(device)
|