2kpr / ComfyUI-UltraPixel

GNU Affero General Public License v3.0
210 stars 11 forks source link

Download and install UltraPixel nodes, but they are still missing nodes,秋叶包 #19

Open xcyhf opened 1 month ago

xcyhf commented 1 month ago

After installation, there were no errors, but when opened, the node is still missing b401afaf96b4c5069717bd9cd719a798484605604 (1)

2kpr commented 1 month ago

I just did a fresh installation of ComfyUI, and then installed ComfyUI-UltraPixel with the Manager and it worked just fine, I then loaded the workflow json and it generated the image without errors.

ss

ss2

okamifish commented 1 month ago

After installation, there were no errors, but when opened, the node is still missing b401afaf96b4c5069717bd9cd719a798484605604 (1)

Got the same error on my comfyui, I feel like it might be a ‘requirements’ issue, but it’s still the same after reinstalling.

2kpr commented 1 month ago

After installation, there were no errors, but when opened, the node is still missing b401afaf96b4c5069717bd9cd719a798484605604 (1)

Got the same error on my comfyui, I feel like it might be a ‘requirements’ issue, but it’s still the same after reinstalling.

That is odd since I just reinstalled it right now fresh and it works just fine, what version of ComfyUI are you using?

petter529 commented 1 month ago

我的 comfyui 也出现了同样的错误。应该是秋叶包版本的普遍问题

petter529 commented 1 month ago

我尝试了用管理器,git,以及秋叶包的UI界面安装模块,都无法使用 搜狗截图20240718222847

2kpr commented 1 month ago

我尝试了用管理器,git,以及秋叶包的UI界面安装模块,都无法使用

Is this related to this version 'aki' mentioned here?: https://github.com/2kpr/ComfyUI-UltraPixel/issues/12#issuecomment-2235490598

gtbloody commented 1 month ago

秋叶包屏蔽了wandb,把这个nodes代码里import wandb都删掉,有4处

zhucenimei1991 commented 1 month ago

秋叶包屏蔽了wandb,把这个nodes代码里import wandb都删掉,有4处 终于能用了,谢谢

xcyhf commented 1 month ago

秋叶包屏蔽了wandb,把这个nodes代码里import wandb都删掉,有4处

Deleting 4 instances of import wandb resulted in normal display, but this error occurred, Error occurred when executing UltraPixelProcess: We couldn't connect to 'https://huggingface.co' to load this file, couldn't find it in the cached files and it looks like laion/CLIP-ViT-bigG-14-laion2B-39B-b160k is not the path to a directory containing a file named config.json. Checkout your internet connection or see how to run the library in offline mode at 'https://huggingface.co/docs/transformers/installation#offline-mode'.

CLIP-ViT-bigG-14-laion2B-39B-b160k The file set has also been downloaded, I don't know which folder to put it in?

gtbloody commented 1 month ago

秋叶包屏蔽了wandb,把这个nodes代码里import wandb都删掉,有4处

Deleting 4 instances of import wandb resulted in normal display, but this error occurred, Error occurred when executing UltraPixelProcess: We couldn't connect to 'https://huggingface.co' to load this file, couldn't find it in the cached files and it looks like laion/CLIP-ViT-bigG-14-laion2B-39B-b160k is not the path to a directory containing a file named config.json. Checkout your internet connection or see how to run the library in offline mode at 'https://huggingface.co/docs/transformers/installation#offline-mode'.

CLIP-ViT-bigG-14-laion2B-39B-b160k The file set has also been downloaded, I don't know which folder to put it in?

网络问题,开全局vpn,已经下载的话,默认应该是放在models\clip文件夹下