Take some code from chainner to implement ESRGAN and other upscale models.

This commit is contained in:
comfyanonymous
2023-03-11 13:09:28 -05:00
parent 8c4ccb55d1
commit 905857edd8
45 changed files with 16654 additions and 0 deletions

View File

@@ -981,3 +981,5 @@ def load_custom_nodes():
load_custom_node(module_path)
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"))