el-el-san commited on
Commit
ee16012
1 Parent(s): 73977d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- #"yodayo-ai/holodayo-xl-2.1",
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",