X-T-E-R / ComfyUI-EasyCivitai-XTNodes

Load your model with image previews, or directly download and import Civitai models via URL. This custom ComfyUI node supports Checkpoint, LoRA, and LoRA Stack models, offering features like bypass options.
MIT License
15 stars 2 forks source link

workflows don't work #6

Closed rainlizard closed 1 week ago

rainlizard commented 2 weeks ago

It says missing CivitaiCheckpointLoaderSimple and CivitaiLoraLoaderStacked Untitled

And the other workflow says missing LoraLoaderStackedWithPreviews and CheckpointLoaderSimpleWithPreviews

Untitled

This is honestly all too complicated to figure out without a workflow, so I hope you can remedy this.

rainlizard commented 2 weeks ago

ah, I think the real problem is I can't install it properly. None of the XTNodes are showing up.

I tried both manual install and installing through ComfyUI Manager.

UnclePsymon commented 2 weeks ago

I have the same issue. The nodes are imported just fine, but the nodes just do not show up. I am on Linux and aria2 is installed

$ aria2c --version                                   
aria2 version 1.37.0
X-T-E-R commented 1 week ago

I have the same issue. The nodes are imported just fine, but the nodes just do not show up. I am on Linux and aria2 is installed

$ aria2c --version                                   
aria2 version 1.37.0

Hello, I just did a version update. Could you please try updating and see if it works?

UnclePsymon commented 1 week ago

Nope, the nodes are still not there. I updated Comfy and all custom nodes and there is no import error with your nodes.

UnclePsymon commented 1 week ago

I just tried it on a different (Ubuntu) installation to make sure that it is not related to my main system. It is not working there either ;(

lunarlabs commented 1 week ago

Nodes aren't loading for me either. I enabled the debug flags in the init and this is what comes out on the log: XTNodes: Failed to import D:\StabilityMatrixData\Packages\ComfyUI\custom_nodes\ComfyUI-EasyCivitai-XTNodes\civitaiNodes\civitai_url_nodes.py / "'DynaBox' object has no attribute 'token'"

X-T-E-R commented 1 week ago

Nodes aren't loading for me either. I enabled the debug flags in the init and this is what comes out on the log: XTNodes: Failed to import D:\StabilityMatrixData\Packages\ComfyUI\custom_nodes\ComfyUI-EasyCivitai-XTNodes\civitaiNodes\civitai_url_nodes.py / "'DynaBox' object has no attribute 'token'"

OK,Thank you ! I know where the problem is. Please hold on, I'll fix it right away.

X-T-E-R commented 1 week ago

I just tried it on a different (Ubuntu) installation to make sure that it is not related to my main system. It is not working there either ;(

The reason is that the token option wasn't configured. I assumed it would be set by default for downloading NSFW models: the user would copy .secrets.toml.example to .secrets.toml and fill in the token. However, the token is not strictly required; regular models don't need a token. You could try it now, it should be working.

UnclePsymon commented 1 week ago

It does! Thanks a bunch!