leenamx

Results 11 comments of leenamx

请问您上传的这个yolo v5 v3版本可以转onnx和trt吗? 有相应的参考文档吗? 谢谢!

I also get this problem. And I wanana know should I modify the "max_frames = self.model.cfg.max_frames" to "max_frames = xxx (I set)" every time?

I use A100 (80GB) to do inference with 600 frames. However, the OOM error come out like below: torch.cuda.OutOfMemoryError: CUDA out of memory. Tried to allocate 12.30 GiB (GPU 0;...

Hi~ Have you successfully deployed CenterNet model in Deepstream? I meet a problem when I deploy trt model converted from CenterNet on Deepstream, because I do not know how Deepstream...

> 请问tokenizer(2个) / text_encoder(2个)以及scheduler下的文件应该放到models下的那个文件下呢? 同问 请问这个问题您解决了吗

![20240520123940](https://github.com/IDEA-CCNL/Fooocus-Taiyi-XL/assets/56286935/396fc589-096e-4370-91d6-36b18805b5a6) @wxj630 您好,我通过命令行运行 python entry_with_update.py --listen --preset taiyi 的时候报出如上错误 1、config key加载出现问题 2、embeddings加载出现问题 3、现在前端gradio页面能够打开,但是点击生成没有反应,卡在”Waiting for task to start ...“ 我的系统环境是win10,python3.10,按照要求安装了requirements的包,然后也将huggingface下载下来的taiyi_diffusion_xl.safetensors文件放到"./models/checkpoints/"下面了 请问应该如何解决上述三个问题呀?谢谢您!

@wxj630 感谢您的解答,您指的是Fooocus-Taiyi-XL文件夹根目录下的config.txt文件吗? 在config.txt中我没有发现里面有关于指定tokenizer的路径的命令。单我注意到上面的报错中有一句话warning, tokenizer path not specified, using default tokenizer,因此我通过全局搜索发现在Fooocus-Taiyi-XL\backend\headless\fcbh\sd1_clip.py 文件中 SDTokenizer 这个类初始化中使用了您指定的路径,因此我把这个路径改成了HuggingFace下载下来的Taiyi-Stable-Diffusion-XL-3.5B\tokenizer后可以正常加载tokenizer。 ![20240520141639](https://github.com/IDEA-CCNL/Fooocus-Taiyi-XL/assets/56286935/132b7d6b-f50f-4c6c-b606-cf57785be3e3) 然而在加载完成之后,我试图在网页中输入中文”男孩“或者英文”boy“会报如下编码错误: ![微信截图_20240520141945](https://github.com/IDEA-CCNL/Fooocus-Taiyi-XL/assets/56286935/fc1c4bc6-5769-47b5-8a9f-3f2ef7b5c3d0) 请问这个问题该怎么解决呢? 期待您的解答!谢谢!

感谢您的解答! 根据您提供的方法已经成功解决该编码问题。 此外还有几个疑惑期望您可以帮忙解答: 1、从您提供的huggingface模型仓库,看到有text_encoder、text_encoder_2、tokenizer、tokenizer_2,请问encoder和tokenizer应该使用哪一个呢? 2、看到您在markdown文档中说的是将huggingface模型仓库中根目录下的taiyi_diffusion_xl.safetensors 移动至Fooocus-Taiyi-XL\models\checkpoints 目录下,请问从huggingface上下载下来的除了taiyi_diffusion_xl.safetensors文件之外的其余几个文件夹,如:scheduler、text_encoder、text_encoder_2、tokenizer、tokenizer_2、unet、vae 这7个文件夹里的文件应该放在那里进行使用呢? 3、请问一下.\Fooocus-Taiyi-XL\models\ 文件夹目录内有许多模型文件夹,如clip、clip_vision、embeddings、loras、unet、vae等文件夹,但文件夹都是空的,请问应该怎么处理呢?

Thanks for your reply! The error still persists and I found out by analyzing the traceback **File "/mnt/data/linan/FPD/fpd/fpd_detector.py", line 102, in extract_support_feat feats = self.backbone(img, use_meta_conv=True)** I try to delete...

> 请尝试 0.15.2 版本,应该已经解决。 更新0.15.2后已经解决,谢谢!