Hayden Reeve
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.
请问大神,AttributeError: 'StableDiffusionXLInstantIDPipeline' object has no attribute 'dtype' ,这个问题怎么解决?
No solution yet, see #5
Here's a visual example. This is the current implementation and the desired default output for this functionality:  But by default, these nodes will initialise as a widget:  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...