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
chenpangpang
ComfyUI
Commits
c8b5e08d
"git@developer.sourcefind.cn:wangsen/paddle_dbnet.git" did not exist on "0b3aa57569e78d15db84f3b0758af7ac870ff389"
Commit
c8b5e08d
authored
Jun 12, 2024
by
comfyanonymous
Browse files
Default shift value on SD3 is 3.0
parent
1ddf512f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
comfy_extras/nodes_model_advanced.py
comfy_extras/nodes_model_advanced.py
+1
-1
No files found.
comfy_extras/nodes_model_advanced.py
View file @
c8b5e08d
...
...
@@ -136,7 +136,7 @@ class ModelSamplingSD3:
@
classmethod
def
INPUT_TYPES
(
s
):
return
{
"required"
:
{
"model"
:
(
"MODEL"
,),
"shift"
:
(
"FLOAT"
,
{
"default"
:
1
.0
,
"min"
:
0.0
,
"max"
:
100.0
,
"step"
:
0.01
}),
"shift"
:
(
"FLOAT"
,
{
"default"
:
3
.0
,
"min"
:
0.0
,
"max"
:
100.0
,
"step"
:
0.01
}),
}}
RETURN_TYPES
=
(
"MODEL"
,)
...
...
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