Nekochu commited on
Commit
5a55ab1
·
1 Parent(s): 736cf48

remove --schedule beta (not supported by sd.cpp)

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -48,7 +48,6 @@ def generate(prompt, negative_prompt, resolution, seed):
48
  "--steps", str(STEPS),
49
  "--cfg-scale", str(CFG),
50
  "--sampling-method", "euler_a",
51
- "--schedule", "beta",
52
  "-o", output_path,
53
  "--diffusion-fa",
54
  "--vae-tiling",
 
48
  "--steps", str(STEPS),
49
  "--cfg-scale", str(CFG),
50
  "--sampling-method", "euler_a",
 
51
  "-o", output_path,
52
  "--diffusion-fa",
53
  "--vae-tiling",