StartHua / Comfyui_CXH_joy_caption

Recommended based on comfyui node pictures:Joy_caption + MiniCPMv2_6-prompt-generator + florence2
Apache License 2.0
321 stars 19 forks source link

Requirement 依赖能否不要限定版本? #44

Open LiJT opened 3 weeks ago

LiJT commented 3 weeks ago

目前的依赖环境限定版本限制的很苛刻,很多都是固定在一个版本,但是经常遇到其他插件会使用更新版本的情况,会导致每次开启comfyui自检都需要重装环境很折磨人,能否将下面很多依赖的需求版本移除? 目前的依赖 huggingface_hub==0.24.3 transformers>=4.43.3 tqdm numpy surrealist boto3==1.34.86 llama-cpp-python==0.2.89 Pillow==10.1.0 sentencepiece==0.1.99 accelerate>=0.30.1 bitsandbytes>=0.43.1 peft>=0.9.0

https://github.com/comfyanonymous/ComfyUI/releases/tag/v0.2.2 ComfyUI官方版整合包已经都使用了transformer 4.44.2了,很多依赖版本已经不是那么适用了

StartHua commented 3 weeks ago

自己升级这个

K-O-N-B commented 3 weeks ago

自己升级这个

小白也遇到了这个问题,不会python所以不知道怎么升级 T_T

image