42

Results 13 comments of 42

> Hmm... I'm not sure, app uses system's fonts, so it's a bit strange that some symbols is unavailable, I'll try to investigate it later I have completed the Simplified...

> There was an errors in translation? No, I have filled in the corresponding Chinese content compared from the English json file

u can change this import code ,like this ```python # from midas.dpt_depth import DPTDepthModel from MiDaS.midas.dpt_depth import DPTDepthModel # from midas.midas_net import MidasNet from MiDaS.midas.midas_net import MidasNet # from midas.midas_net_custom...

Here's my temporary solution ![A6ADA58D-C0AD-4dcb-A640-4651AE03CE1C](https://user-images.githubusercontent.com/14139451/223623779-c7a91f02-bfd4-438d-bfef-34fe4f8e8c5e.png) ```bat echo off for /d %%i in (*) do ( echo %%i cd %%i git pull cd .. ) ``` put this cmd script into...

> (Note: these steps are for the interference only mode) After trying forever, I got it working. That's what I have done: > > * Install the vs build tool...

This post mean TODO or other somthing?

hey gays What is clip_vision and how do I use it. --- i got same issues I have checked some information and it says that this function should be used...

在demo.py import之后增加/修改 ```python import os model_path = os.path.join(".", "models") tokenizer = AutoTokenizer.from_pretrained(model_path, trust_remote_code=True) model = AutoModel.from_pretrained(model_path, trust_remote_code=True).half().cuda() model = model.eval() ``` 然后把从hugfacing上git clone好的文件放到models目录下。这个linux和windows都可以用。

我这啥提示都没,我是调用本地API的,填写API地址和KEY之后,测试对话有生成有对话框,但对话框内没任何内容,也没有任何报错信息。

理论上NodeJS最好是最新的版本才对。有什么场景需要独立版本?