prithivMLmods commited on
Commit
7b0eba1
·
verified ·
1 Parent(s): 0a61fa3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,7 +93,7 @@ if torch.cuda.is_available():
93
  variant="fp16"
94
  )
95
  pipe2 = DiffusionPipeline.from_pretrained(
96
- "cagliostrolab/animagine-xl-3.0",
97
  torch_dtype=torch.float16,
98
  use_safetensors=True,
99
  add_watermarker=False,
 
93
  variant="fp16"
94
  )
95
  pipe2 = DiffusionPipeline.from_pretrained(
96
+ "dreamlike-art/dreamlike-anime-1.0",
97
  torch_dtype=torch.float16,
98
  use_safetensors=True,
99
  add_watermarker=False,