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
905857ed
Commit
905857ed
authored
Mar 11, 2023
by
comfyanonymous
Browse files
Take some code from chainner to implement ESRGAN and other upscale models.
parent
8c4ccb55
Changes
45
Expand all
Show whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
196 additions
and
0 deletions
+196
-0
comfy_extras/chainner_models/model_loading.py
comfy_extras/chainner_models/model_loading.py
+89
-0
comfy_extras/chainner_models/types.py
comfy_extras/chainner_models/types.py
+53
-0
comfy_extras/nodes_upscale_model.py
comfy_extras/nodes_upscale_model.py
+52
-0
models/upscale_models/put_esrgan_and_other_upscale_models_here
...s/upscale_models/put_esrgan_and_other_upscale_models_here
+0
-0
nodes.py
nodes.py
+2
-0
No files found.
comfy_extras/chainner_models/model_loading.py
0 → 100644
View file @
905857ed
This diff is collapsed.
Click to expand it.
comfy_extras/chainner_models/types.py
0 → 100644
View file @
905857ed
This diff is collapsed.
Click to expand it.
comfy_extras/nodes_upscale_model.py
0 → 100644
View file @
905857ed
This diff is collapsed.
Click to expand it.
models/upscale_models/put_esrgan_and_other_upscale_models_here
0 → 100644
View file @
905857ed
nodes.py
View file @
905857ed
...
@@ -981,3 +981,5 @@ def load_custom_nodes():
...
@@ -981,3 +981,5 @@ def load_custom_nodes():
load_custom_node
(
module_path
)
load_custom_node
(
module_path
)
load_custom_nodes
()
load_custom_nodes
()
load_custom_node
(
os
.
path
.
join
(
os
.
path
.
join
(
os
.
path
.
dirname
(
os
.
path
.
realpath
(
__file__
)),
"comfy_extras"
),
"nodes_upscale_model.py"
))
Prev
1
2
3
Next
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