alfredplpl commited on
Commit
2e7e1d5
1 Parent(s): 1e061dc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -24,8 +24,8 @@ pipe = StableDiffusionXLPipeline.from_pretrained(
24
 
25
 
26
  pipe=pipe.to("cuda")
27
- pipe.enable_freeu(s1=0.9, s2=0.2, b1=1.3, b2=1.4)
28
- #pipe.enable_freeu(s1=0.6, s2=0.4, b1=1.1, b2=1.2)
29
  #pipe.unet = torch.compile(pipe.unet, mode="reduce-overhead", fullgraph=True)
30
 
31
  state_dict = load_file("unaestheticXLv31.safetensors")
 
24
 
25
 
26
  pipe=pipe.to("cuda")
27
+ #pipe.enable_freeu(s1=0.9, s2=0.2, b1=1.3, b2=1.4)
28
+ pipe.enable_freeu(s1=0.6, s2=0.4, b1=1.1, b2=1.2)
29
  #pipe.unet = torch.compile(pipe.unet, mode="reduce-overhead", fullgraph=True)
30
 
31
  state_dict = load_file("unaestheticXLv31.safetensors")