Spaces:
Runtime error
Runtime error
commenting # negative_prompt = negative_prompt,
Browse files
app.py
CHANGED
|
@@ -34,7 +34,7 @@ def infer(prompt, negative_prompt, seed, randomize_seed, width, height, guidance
|
|
| 34 |
|
| 35 |
image = pipe(
|
| 36 |
prompt = prompt,
|
| 37 |
-
negative_prompt = negative_prompt,
|
| 38 |
guidance_scale = guidance_scale,
|
| 39 |
num_inference_steps = num_inference_steps,
|
| 40 |
width = width,
|
|
|
|
| 34 |
|
| 35 |
image = pipe(
|
| 36 |
prompt = prompt,
|
| 37 |
+
# negative_prompt = negative_prompt,
|
| 38 |
guidance_scale = guidance_scale,
|
| 39 |
num_inference_steps = num_inference_steps,
|
| 40 |
width = width,
|