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
8ae1e4d1
Commit
8ae1e4d1
authored
Mar 27, 2024
by
comfyanonymous
Browse files
Make step on sharpen node smaller.
parent
2f93b916
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
comfy_extras/nodes_post_processing.py
comfy_extras/nodes_post_processing.py
+2
-2
No files found.
comfy_extras/nodes_post_processing.py
View file @
8ae1e4d1
...
...
@@ -204,13 +204,13 @@ class Sharpen:
"default"
:
1.0
,
"min"
:
0.1
,
"max"
:
10.0
,
"step"
:
0.1
"step"
:
0.
0
1
}),
"alpha"
:
(
"FLOAT"
,
{
"default"
:
1.0
,
"min"
:
0.0
,
"max"
:
5.0
,
"step"
:
0.1
"step"
:
0.
0
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