Skip to content

Commit 2a7f43a

Browse files
correct num inference steps
1 parent b978334 commit 2a7f43a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diffusers/pipelines/kandinsky3/kandinsky3_pipeline.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -267,7 +267,7 @@ def check_inputs(
267267
def __call__(
268268
self,
269269
prompt: Union[str, List[str]] = None,
270-
num_inference_steps: int = 100,
270+
num_inference_steps: int = 25,
271271
guidance_scale: float = 3.0,
272272
negative_prompt: Optional[Union[str, List[str]]] = None,
273273
num_images_per_prompt: Optional[int] = 1,

0 commit comments

Comments
 (0)