Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ def infer(prompt, negative_prompt, seed, randomize_seed, width, height, guidance
|
|
34 |
image = pipe(
|
35 |
prompt = prompt,
|
36 |
negative_prompt = 'low quality, bad quality, boring, ugly',
|
37 |
-
|
38 |
num_inference_steps = num_inference_steps,
|
39 |
width = width,
|
40 |
height = height,
|
|
|
34 |
image = pipe(
|
35 |
prompt = prompt,
|
36 |
negative_prompt = 'low quality, bad quality, boring, ugly',
|
37 |
+
prior_guidance_scale = guidance_scale,
|
38 |
num_inference_steps = num_inference_steps,
|
39 |
width = width,
|
40 |
height = height,
|