Code Monkey home page Code Monkey logo

Comments (8)

Acly avatar Acly commented on June 20, 2024 1

Should be fixed now, latest version should work without modification.

from comfyui-inpaint-nodes.

Acly avatar Acly commented on June 20, 2024

Probably caused by another custom node package which also registers an "inpaint" folder to models.

You can disable the other nodes, or try to modify comfyui-inpaint-nodes/__init__.py, line 6, replace extend with update

Let me know if it works or the name of the other custom nodes, then I can fix it

from comfyui-inpaint-nodes.

camoody1 avatar camoody1 commented on June 20, 2024

@Acly I have a custom node called "comfyui-art-venture" that has an inpaint folder in it. Is that what you're talking about? I'm guessing probably not. I don't really know how to determine which folders are registered to models. 🤷🏼‍♂️

from comfyui-inpaint-nodes.

Acly avatar Acly commented on June 20, 2024

The contention is about the the inpaint folder in ComfyUI\models\inpaint
The other custom node would be one which also requires you to put files there. But it's not that easy to find out which one it is if you have a lot of them, just thought there's a chance you might know. If not, try the code change, if it works that's good enough.

from comfyui-inpaint-nodes.

camoody1 avatar camoody1 commented on June 20, 2024

@Acly I actually didn't have that folder even after installing your nodes. I had to create it myself. Does that tell you anything?

from comfyui-inpaint-nodes.

camoody1 avatar camoody1 commented on June 20, 2024

@Acly Okay. I changed the word from "extend" to "update" and, now, the nodes aren't red anymore. What does this mean for me going forward? What do I have to worry about because I made this change?

from comfyui-inpaint-nodes.

Acly avatar Acly commented on June 20, 2024

Nothing to worry about. Some other nodes are also using the inpaint folder, maybe optionally, seems like you never made use of it. But they register certain file extensions. The inpaint nodes also register certain file extensions. With the change it should now include the extensions from both node packages.

from comfyui-inpaint-nodes.

camoody1 avatar camoody1 commented on June 20, 2024

Thank you for your quick responses. Have a great day. :)

from comfyui-inpaint-nodes.

Related Issues (20)

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.