Spaces:
Running
on
Zero
Running
on
Zero
alfredplpl
commited on
Commit
•
f55030b
1
Parent(s):
2e7e1d5
Update app.py
Browse files
app.py
CHANGED
@@ -25,7 +25,7 @@ pipe = StableDiffusionXLPipeline.from_pretrained(
|
|
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")
|
|
|
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")
|