ehristoforu commited on
Commit
1e64a05
1 Parent(s): 61cd670

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -41,7 +41,7 @@ if torch.cuda.is_available():
41
  "madebyollin/sdxl-vae-fp16-fix",
42
  torch_dtype=torch.float16
43
  )
44
- pipe.scheduler = KDPM2AncestralDiscreteScheduler.from_config(pipe.scheduler.config)
45
  pipe.to(device)
46
  print("Loaded on Device!")
47
  #pipe.load_lora_weights("stabilityai/stable-diffusion-xl-base-1.0", weight_name="sd_xl_offset_example-lora_1.0.safetensors")
 
41
  "madebyollin/sdxl-vae-fp16-fix",
42
  torch_dtype=torch.float16
43
  )
44
+ #pipe.scheduler = KDPM2AncestralDiscreteScheduler.from_config(pipe.scheduler.config)
45
  pipe.to(device)
46
  print("Loaded on Device!")
47
  #pipe.load_lora_weights("stabilityai/stable-diffusion-xl-base-1.0", weight_name="sd_xl_offset_example-lora_1.0.safetensors")