continue revolution
continue revolution
I was finally able to create some meaningful image. I will soon be publishing this support to my extension Edit: published
@alelordelo you can do this one time per each mask region. I will look into the controlnet source code to see if it is possible to generate one image with...
@alelordelo Today I looked into the source code of A1111 and I would say yes, it IS possible to do this. I think your proposal is really cool and will...
huggingface被墙了,你终端没办法下载Bert的tokenizer 终端代理有它自己的配法
https://github.com/continue-revolution/sd-webui-segment-anything#groundingdino
你下载的groundingdino模型并不是bert的tokenizer,tokenizer是另外的东西,是用来识别你文字的东西。 这个tokenizer目前只能通过终端自动下载,你需要配置终端代理,即http_proxy和https_proxy。因为huggingface代码库诡异的下载逻辑,我尚不知道如何直接下载然后放到某个文件夹。可能会在下下一个版本再尝试解决这个问题。
Note to English speakers: the above method only works for people who 1. are using package from Akegarasu 2. are blocked from accessing huggingface due to whatever reason. This issue...
@openwaterer 有的云服务器提供学术加速服务,例如autodl,建议优先使用提供学术加速服务的云服务器。他会把bert下载到你不知道的位置,复制他的文件夹无法解决问题。
@openwaterer 极有可能不在webui文件夹,它会在你的HF_HOME这个环境变量指向的文件夹里,如果HF_HOME为空,就会下载到~/.cache/hub (或者是类似的地方)