Giter Site home page Giter Site logo

comfyui-various's Issues

Error occurred when executing JWMaskResize

For any mask I'm getting this:

Error occurred when executing JWMaskResize:

local variable 'image' referenced before assignment

  File "C:\ComfyUI\ComfyUI\execution.py", line 153, in recursive_execute
    output_data, output_ui = get_output_data(obj, input_data_all)
  File "C:\ComfyUI\ComfyUI\execution.py", line 83, in get_output_data
    return_values = map_node_over_list(obj, input_data_all, obj.FUNCTION, allow_interrupt=True)
  File "C:\ComfyUI\ComfyUI\execution.py", line 76, in map_node_over_list
    results.append(getattr(obj, func)(**slice_dict(input_data_all, i)))
  File "C:\ComfyUI\ComfyUI\custom_nodes\comfyui-various\comfyui_image_ops.py", line 356, in execute
    image,

Does this node work for you?

Nodes are broken

Possibly triggered by a ComfyUI update, in any case numerous nodes no longer work

String Concentrate

Error occurred when executing JWStringConcat:
generate_functional_node..decorator.._.() takes 0 positional arguments but 1 was given

The same applies to Float / Int min and max

Error occurred when executing JWFloatMin:
generate_functional_node..decorator.._.() takes 0 positional arguments but 1 was given

JWFloatMax & JWIntegerMax wrong operation

Instead of Max, the node JWIntegerMax and JWFloatMax are doing min :

comfyui_primitive_ops.py
@generate_functional_node("jamesWalker55", "JWIntegerMax", "Integer Maximum") def _(a: int = 0, b: int = 0) -> tuple[int]: return (min(a, b),)

@generate_functional_node("jamesWalker55", "JWFloatMax", "Float Maximum") def _(a: float = 0, b: float = 0) -> tuple[float]: return (min(a, b),)

Mac Silicon Issue

Hi there, sorry for posting twice. I had initially posted feedback on the profile page and am not sure if that is correct. But, I'm having an issue using an Animate Diff workflow that points at one of your custom nodes. I was hoping you might have some feedback to help. I'm on a Mac book with an M3Pro chip and 18 gigs of RAM. I've tried installing the custom nodes manually, via the manager and via git clone. and I keep getting the following error when loading the workflow. Any help is completely appreciated . Upon loading comfy, I get the following error. Also, I am running a virtual environment and installed via Homebrew if that makes any difference.

When loading the graph, the following node types were not found:
JWInteger
Nodes that have failed to load will show as red on the graph.

Thank you for any help in advance!

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.