kayfahaarukku commited on
Commit
105b5b7
1 Parent(s): 3e85fb9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ tqdm.monitor_interval = 0
11
 
12
  # Load the diffusion pipeline
13
  pipe = StableDiffusionXLPipeline.from_pretrained(
14
- "kayfahaarukku/UrangDiffusion-1.2",
15
  torch_dtype=torch.float16,
16
  custom_pipeline="lpw_stable_diffusion_xl",
17
  )
 
11
 
12
  # Load the diffusion pipeline
13
  pipe = StableDiffusionXLPipeline.from_pretrained(
14
+ "kayfahaarukku/UrangDiffusion-1.3",
15
  torch_dtype=torch.float16,
16
  custom_pipeline="lpw_stable_diffusion_xl",
17
  )