Spaces:
Sleeping
Sleeping
zhiweili
commited on
Commit
•
ad5e86e
1
Parent(s):
d7867bc
change base model
Browse files- inversion_run_realvxl.py +1 -1
inversion_run_realvxl.py
CHANGED
@@ -48,7 +48,7 @@ assert (
|
|
48 |
generator = None
|
49 |
device = "cuda" if torch.cuda.is_available() else "cpu"
|
50 |
|
51 |
-
BASE_MODEL = "
|
52 |
|
53 |
pipeline = StableDiffusionXLImg2ImgPipeline.from_pretrained(
|
54 |
BASE_MODEL,
|
|
|
48 |
generator = None
|
49 |
device = "cuda" if torch.cuda.is_available() else "cpu"
|
50 |
|
51 |
+
BASE_MODEL = "stabilityai/sdxl-turbo"
|
52 |
|
53 |
pipeline = StableDiffusionXLImg2ImgPipeline.from_pretrained(
|
54 |
BASE_MODEL,
|