Hayden Reeve

Results 35 comments of Hayden Reeve

Any idea if there's a chance to look at this one again? It would be super helpful, I use Scroll Lock as my PTT key, haha. Makes things awkward.

That's a shame, would be a great benefit to the program.

Here's a visual example. This is the current implementation and the desired default output for this functionality: ![image](https://github.com/comfyanonymous/ComfyUI/assets/39004735/230e659c-320b-48cc-8e7c-aec42f768e5f) But by default, these nodes will initialise as a widget: ![image](https://github.com/comfyanonymous/ComfyUI/assets/39004735/542f9a2f-f605-4c5c-ac09-f3c732eed4ff) Which...

Not going to pretend I know what I'm doing, but in making the following changes I managed to progress to the next error at least. ```diff diff --git a/InstantIDNode.py b/InstantIDNode.py...

Also recommend adding ```diff @@ -186,6 +186,9 @@ class Ipadapter_instantidLoader_Node_Zho: def load_ip_adapter_instantid(self, pipe, Ipadapter_instantid_path, filename): # 使用hf_hub_download方法获取PhotoMaker文件的路径 face_adapter = os.path.join(Ipadapter_instantid_path, filename) + + if not os.path.exists(face_adapter): + raise FileNotFoundError(f"Cannot find...

> Is this the result of having IPAdapter installed? because the insightface loader node conflicts with the InstantID insightface loader node? perhaps giving it a different naming scheme? > >...

`InstantIDNode.py` and yes. The red is what it looked like before the change, the green is what it looks like after the change.

You're now looking at the issue described in #5 I don't have a solution for this yet.

You don't need a linux installation. Just clone the main comfy repo, install the python prereqs on your system, and then run using an editor such as Jetbrains Fleet or...