Giter VIP home page Giter VIP logo

komojini-comfyui-nodes's People

Contributors

komojini avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar

Forkers

haohaocreates

komojini-comfyui-nodes's Issues

local variable 'cap' referenced before assignment

Error occurred when executing YouTubeVideoLoader:

local variable 'cap' referenced before assignment

File "/ComfyUI/execution.py", line 155, in recursive_execute
output_data, output_ui = get_output_data(obj, input_data_all)
File "/ComfyUI/execution.py", line 85, in get_output_data
return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True)
File "/ComfyUI/execution.py", line 78, in map_node_over_list
results.append(getattr(obj, func)(**slice_dict(input_data_all, i)))
File "/ComfyUI/custom_nodes/komojini-comfyui-nodes/nodes/video_loaders.py", line 257, in load_video
return download_youtube_video(**kwargs)
File "/ComfyUI/custom_nodes/komojini-comfyui-nodes/nodes/video_loaders.py", line 218, in download_youtube_video
cap.release()

Slight (fixable) issue with ultimateSDupscaler

To reproduce:

  • update comfy ui to 23/01/24 version, restart
  • install ultimate sd upscaler, restart
  • install komojini-comfyui-nodes , restart

Load a wrokflow that contains USDU and you'll find the node red and and error message asking to uninstall/reinstall USDU. I suspect this has to do with dependencies.

Fix: uninstall USDU, restart, reinstal USDU , restart and delete then re-add the USDU node.

I hope this helps someone and maybe komojini you can figure which dependency is impacted (i couldn't find it in the logs).

Cheers

[WARN] Komojini-ComfyUI-CustomNodes: Error on prompt\n'key'"

I'm using a 1.5 model and a very basic animate diff workflow to trial the feature and various control nets.
I spotted this warning:

[WARN] Komojini-ComfyUI-CustomNodes: Error on prompt\n'key'"

... and was curious if this is something i can safely ignore, given it's likely to be soemthing related to newlines in the cliptextencoder (or at least i think it is).

Thank you.

Opening another workflow caused an error

TypeError: unsupported operand type(s) for |: 'type' and 'type'

Traceback (most recent call last):
File "/ComfyUI/nodes.py", line 1872, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 850, in exec_module
File "", line 228, in _call_with_frames_removed
File "/ComfyUI/custom_nodes/komojini-comfyui-nodes/init.py", line 1, in
from .nodes import *
File "/ComfyUI/custom_nodes/komojini-comfyui-nodes/nodes/init.py", line 1, in
from .video_loaders import YouTubeVideoLoader, UltimateVideoLoader
File "/ComfyUI/custom_nodes/komojini-comfyui-nodes/nodes/video_loaders.py", line 174, in
def is_gif(filename: Path | str) -> bool:
TypeError: unsupported operand type(s) for |: 'type' and 'type'

using setter and gettrt error TypeError: object of type 'NoneType' has no len()

ERROR:root:!!! Exception during processing !!!
ERROR:root:Traceback (most recent call last):
File "E:\IMAGE\ComfyUI_test\ComfyUI\execution.py", line 155, in recursive_execute
output_data, output_ui = get_output_data(obj, input_data_all)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "E:\IMAGE\ComfyUI_test\ComfyUI\execution.py", line 99, in get_output_data
output_is_list = [False] * len(results[0])
^^^^^^^^^^^^^^^
TypeError: object of type 'NoneType' has no len()

1706198443588

try image getter or cached getter , the same error

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.