Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -90,7 +90,7 @@ def king(type ,
|
|
90 |
generator = torch.Generator().manual_seed(seed)
|
91 |
image = pipe(
|
92 |
prompt = instruction,
|
93 |
-
guidance_scale =
|
94 |
num_inference_steps = steps,
|
95 |
width = width,
|
96 |
height = height,
|
|
|
90 |
generator = torch.Generator().manual_seed(seed)
|
91 |
image = pipe(
|
92 |
prompt = instruction,
|
93 |
+
guidance_scale = 5,
|
94 |
num_inference_steps = steps,
|
95 |
width = width,
|
96 |
height = height,
|