JoPmt commited on
Commit
f04a638
1 Parent(s): 4cdb669

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -9,9 +9,7 @@ accelerator = Accelerator(cpu=True)
9
  pipe = StableDiffusionXLPipeline.from_single_file("https://huggingface.co/lllyasviel/fav_models/fav/realisticStockPhoto_v10.safetensors", torch_dtype=torch.bfloat16, use_safetensors=True, variant=None, safety_checker=None)
10
  pipe.load_lora_weights("./", weight_name="SDXL_FILM_PHOTOGRAPHY_STYLE_BetaV0.4.safetensors", local_files_only="True")
11
  pipe.fuse_lora(fuse_unet=True,fuse_text_encoder=False)
12
- ##pipe = accelerator.prepare(pipe.unet.load_attn_procs("./", weight_name="SDXL_FILM_PHOTOGRAPHY_STYLE_BetaV0.4.safetensors"))
13
- ##pipe.scheduler = accelerator.prepare(EulerDiscreteScheduler.from_config(pipe.scheduler.config))
14
- ##pipe.unet.to(memory_format=torch.channels_last)
15
  accelerator.prepare(pipe.to("cpu"))
16
  apol=[]
17
  def plex(prompt,neg_prompt,stips,nut):
 
9
  pipe = StableDiffusionXLPipeline.from_single_file("https://huggingface.co/lllyasviel/fav_models/fav/realisticStockPhoto_v10.safetensors", torch_dtype=torch.bfloat16, use_safetensors=True, variant=None, safety_checker=None)
10
  pipe.load_lora_weights("./", weight_name="SDXL_FILM_PHOTOGRAPHY_STYLE_BetaV0.4.safetensors", local_files_only="True")
11
  pipe.fuse_lora(fuse_unet=True,fuse_text_encoder=False)
12
+ pipe.unet.to(memory_format=torch.channels_last)
 
 
13
  accelerator.prepare(pipe.to("cpu"))
14
  apol=[]
15
  def plex(prompt,neg_prompt,stips,nut):