prithivMLmods commited on
Commit
8bc7f59
·
verified ·
1 Parent(s): 7b0eba1

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
- "dreamlike-art/dreamlike-anime-1.0",
97
  torch_dtype=torch.float16,
98
  use_safetensors=True,
99
  add_watermarker=False,
 
93
  variant="fp16"
94
  )
95
  pipe2 = DiffusionPipeline.from_pretrained(
96
+ "Linaqruf/animagine-xl",
97
  torch_dtype=torch.float16,
98
  use_safetensors=True,
99
  add_watermarker=False,