el-el-san commited on
Commit
007938a
1 Parent(s): ff7c088

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -23,7 +23,8 @@ device = torch.device("cuda" if torch.cuda.is_available() else "cpu")
23
  # #variant="fp16"
24
  #)
25
  pipe = StableDiffusionXLPipeline.from_single_file(
26
- "https://huggingface.co/Laxhar/noob_sdxl_beta/noob_hercules4/fp16/checkpoint-e0_s10000.safetensors/checkpoint-e0_s10000.safetensors",
 
27
  use_safetensors=True,
28
  torch_dtype=torch.float16,
29
  )
 
23
  # #variant="fp16"
24
  #)
25
  pipe = StableDiffusionXLPipeline.from_single_file(
26
+ #"https://huggingface.co/Laxhar/noob_sdxl_beta/noob_hercules4/fp16/checkpoint-e0_s10000.safetensors/checkpoint-e0_s10000.safetensors",
27
+ "https://huggingface.co/Laxhar/noob_sdxl_beta/noob_hercules3/checkpoint/checkpoint-e2_s109089.safetensors/checkpoint-e2_s109089.safetensors",
28
  use_safetensors=True,
29
  torch_dtype=torch.float16,
30
  )