Instructions to use camenduru/IDM-VTON with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use camenduru/IDM-VTON with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("camenduru/IDM-VTON", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
model_index.json not found, please help
#2
by magnussctn - opened
when I run code (get by Use this model -> Diffusers -> popup) I got below issue:
v3.11/venv/lib/python3.11/site-packages/huggingface_hub/utils/_http.py", line 413, in hf_raise_for_status
raise _format(EntryNotFoundError, message, response) from e
huggingface_hub.errors.EntryNotFoundError: 404 Client Error. (Request ID: Root=1-694ea680-3c2515315baff409443e7330;60dae4f8-7022-4d12-96e4-b5aaa0869078)
Entry Not Found for url: https://huggingface.co/camenduru/IDM-VTON/resolve/main/model_index.json.