Commit 2a7f43a7 authored by Patrick von Platen's avatar Patrick von Platen
Browse files

correct num inference steps

parent b978334d
......@@ -267,7 +267,7 @@ class Kandinsky3Pipeline(DiffusionPipeline, LoraLoaderMixin):
def __call__(
self,
prompt: Union[str, List[str]] = None,
num_inference_steps: int = 100,
num_inference_steps: int = 25,
guidance_scale: float = 3.0,
negative_prompt: Optional[Union[str, List[str]]] = None,
num_images_per_prompt: Optional[int] = 1,
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment