Update app.py
Browse files
app.py
CHANGED
@@ -12,8 +12,8 @@ MAX_IMAGE_SIZE = 1216
|
|
12 |
|
13 |
#pipe = DiffusionPipeline.from_pretrained("stabilityai/sdxl-turbo", torch_dtype=torch.float16, variant="fp16", use_safetensors=True)
|
14 |
pipe = StableDiffusionXLPipeline.from_pretrained(
|
15 |
-
"yodayo-ai/kivotos-xl-2.0",
|
16 |
-
|
17 |
torch_dtype=torch.float16,
|
18 |
use_safetensors=True,
|
19 |
custom_pipeline="lpw_stable_diffusion_xl",
|
|
|
12 |
|
13 |
#pipe = DiffusionPipeline.from_pretrained("stabilityai/sdxl-turbo", torch_dtype=torch.float16, variant="fp16", use_safetensors=True)
|
14 |
pipe = StableDiffusionXLPipeline.from_pretrained(
|
15 |
+
#"yodayo-ai/kivotos-xl-2.0",
|
16 |
+
"yodayo-ai/holodayo-xl-2.1",
|
17 |
torch_dtype=torch.float16,
|
18 |
use_safetensors=True,
|
19 |
custom_pipeline="lpw_stable_diffusion_xl",
|