el-el-san commited on
Commit
a5c27c2
1 Parent(s): 451bce5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -44,7 +44,7 @@ def cleanup_old_files():
44
  device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
45
 
46
  pipe = StableDiffusionXLPipeline.from_single_file(
47
- "https://huggingface.co/bluepen5805/illustrious_pencil-XL/illustrious_pencil-XL-v1.2.1.safetensors",
48
  use_safetensors=True,
49
  torch_dtype=torch.float16,
50
  )
 
44
  device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
45
 
46
  pipe = StableDiffusionXLPipeline.from_single_file(
47
+ "https://huggingface.co/bluepen5805/illustrious_pencil-XL/illustrious_pencil-XL-v2.0.0.safetensors",
48
  use_safetensors=True,
49
  torch_dtype=torch.float16,
50
  )