alexeyGod commited on
Commit
cc75a5d
·
verified ·
1 Parent(s): 849afd7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -62,6 +62,7 @@ pipe = DiffusionPipeline.from_pretrained(
62
  # "sayakpaul/taesd-diffusers", torch_dtype=torch_dtype, use_safetensors=True)
63
  pipe.scheduler = DPMSolverMultistepScheduler.from_config(pipe.scheduler.config)
64
  print(pipe.scheduler.compatibles)
 
65
  pipe = pipe.to(device)
66
  pipe.enable_vae_tiling()
67
 
 
62
  # "sayakpaul/taesd-diffusers", torch_dtype=torch_dtype, use_safetensors=True)
63
  pipe.scheduler = DPMSolverMultistepScheduler.from_config(pipe.scheduler.config)
64
  print(pipe.scheduler.compatibles)
65
+ pipe.load_lora_weights("BetterCocks2.safetensors")
66
  pipe = pipe.to(device)
67
  pipe.enable_vae_tiling()
68