Open xcyhf opened 4 months 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.
After installation, there were no errors, but when opened, the node is still missing
Got the same error on my comfyui, I feel like it might be a ‘requirements’ issue, but it’s still the same after reinstalling.
After installation, there were no errors, but when opened, the node is still missing
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?
我的 comfyui 也出现了同样的错误。应该是秋叶包版本的普遍问题
我尝试了用管理器,git,以及秋叶包的UI界面安装模块,都无法使用
我尝试了用管理器,git,以及秋叶包的UI界面安装模块,都无法使用
Is this related to this version 'aki' mentioned here?: https://github.com/2kpr/ComfyUI-UltraPixel/issues/12#issuecomment-2235490598
秋叶包屏蔽了wandb,把这个nodes代码里import wandb都删掉,有4处
秋叶包屏蔽了wandb,把这个nodes代码里import wandb都删掉,有4处 终于能用了,谢谢
秋叶包屏蔽了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?
秋叶包屏蔽了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文件夹下
After installation, there were no errors, but when opened, the node is still missing