-
Hi, when I attempt to load a pretrained model I receive errors that certain dependencies are not installed, as seen in the image below:
![image](https://user-images.githubusercontent.com/31883449/1…
-
Hello guys,
I want to use my custom trained model via torch.hub. I load the model like follows:
`model = torch.hub.load(source='local', repo_or_dir=r'path\to\local\yolov5_obb', model='custom', pat…
-
## 🚀 Feature
Hi team, thanks for the great work. Is there plan to integrate into [Torch Hub](https://pytorch.org/docs/stable/hub.html)?
## Motivation & Examples
Simplify the user experience…
-
### System Info
- `transformers` version: 4.47.0.dev0
- Platform: Linux-5.15.0-1052-oracle-x86_64-with-glibc2.35
- Python version: 3.10.12
- Huggingface_hub version: 0.25.2
- Safetensors version:…
-
When runing hubconf.py at this line `model = torch.hub.load('yvanyin/metric3d', 'metric3d_vit_small', pretrain=True)`, it returns a runtime errror.
```
Using cache found in C:\Users\xxxxx/.cache\…
-
Following the instruction of setting up this environment, and execute the script in README.md, I got the following error that breaks the execution.
```shell
(venv_dgmeval) zhajiajun@consistency-m…
-
### Describe the bug
When I loaded the checkpoint of the transformer saved using the training script train_dreambooth_flux.py, I found it exactly the same as the pretrained flux-dev model. So I sus…
-
I have downloaded the plugin and models several times, but it gives me an error
Both gradio_demo_bg.py and gradio_demo.py have the same error
I am newbie please help me,
Below is my compute…
-
## Describe the bug
运行demo代码时,在from import阶段就报错了。
## How To Reproduce
from models.tts.maskgct.maskgct_utils import *
这句报错了
--------------------------------------------------------------------…
-
我尝试使用本地调用但是在birefnet.load_state_dict(state_dict)这里报错:Traceback (most recent call last):
File "d:\Image\BiRefNet\test.py", line 18, in
birefnet.load_state_dict(state_dict)
File "D:\Anaconda…