Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
renzhc
diffusers_dcu
Commits
2a7f43a7
Commit
2a7f43a7
authored
Nov 24, 2023
by
Patrick von Platen
Browse files
correct num inference steps
parent
b978334d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/diffusers/pipelines/kandinsky3/kandinsky3_pipeline.py
src/diffusers/pipelines/kandinsky3/kandinsky3_pipeline.py
+1
-1
No files found.
src/diffusers/pipelines/kandinsky3/kandinsky3_pipeline.py
View file @
2a7f43a7
...
...
@@ -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
,
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment