alfredplpl commited on
Commit
4217bef
1 Parent(s): f260ff2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ pipe=pipe.to("cuda")
38
  #pipe.load_lora_weights(adapter_id_2)
39
  #pipe.fuse_lora()
40
 
41
- pipe.enable_freeu(s1=0.9, s2=0.2, b1=1.3, b2=1.4)
42
  #pipe.enable_freeu(s1=0.6, s2=0.4, b1=1.1, b2=1.2)
43
  #pipe.unet = torch.compile(pipe.unet, mode="reduce-overhead", fullgraph=True)
44
 
 
38
  #pipe.load_lora_weights(adapter_id_2)
39
  #pipe.fuse_lora()
40
 
41
+ #pipe.enable_freeu(s1=0.9, s2=0.2, b1=1.3, b2=1.4)
42
  #pipe.enable_freeu(s1=0.6, s2=0.4, b1=1.1, b2=1.2)
43
  #pipe.unet = torch.compile(pipe.unet, mode="reduce-overhead", fullgraph=True)
44