-
Hi @GaoShuang98 thank you for open sourcing your model!
Are there any plans to release the trained model on torch.hub? It is quite simple to do and allows people to use your model with two lines of…
-
Hey @Ahmedest61, it was great meeting you at ECCV!
Are there any plans to release the trained model on torch.hub? It is quite simple to do and allows people to use your model with two lines of code…
-
generate image code detail
```python
from diffusers import FluxTransformer2DModel
import torch
def load_flux_model(
model_path: str,
load_from_file: bool = True,
dtype: …
-
Traceback (most recent call last):
File "G:\ComfyUI_windows_portable\ComfyUI\nodes.py", line 2012, in load_custom_node
module_spec.loader.exec_module(module)
File "", line 940, in exec_modu…
-
### Search before asking
- [X] I have searched the HUB [issues](https://github.com/ultralytics/hub/issues) and found no similar bug report.
### HUB Component
Models, Training
### Bug
I am experi…
-
this is the error in the terminal
C:\pinokio\api\storydiffusion-comics\app>conda_hook && conda deactivate && conda deactivate && conda deactivate && conda activate base && C:\pinokio\api\storydiffu…
-
my code like this:
> model = ESM3.from_pretrained(model_name = "./huggingface/hub/models--EvolutionaryScale--esm3-sm-open-v1/snapshots/66ecd636588d3100e13598a5720678db6583d01c/", device=torch.devic…
-
if needed you can use this repo (model) in colab with next code (you can change port of gradio in server_port if you need it): %cd /content
!git clone https://github.com/tencent/Hunyuan3D-1
%cd …
-
I was trying to finetuning Meta-Llama-3-8B-Instruct using 4 gpus with the following command:
`torchrun --nproc_per_node 4 -m training.run --output_dir llama3test --model_name_or_path meta-llama/Met…
-
Thank you for the Cotrakcer v2.1 update!
However when I run the script in README, it run into error.
For offline mode:
```
Using cache found in /home/xxx/.cache/torch/hub/facebookresearch_co-t…