Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

lee45
/
IDM-VTON

Image-to-Image
Diffusers
ONNX
Safetensors
StableDiffusionXLInpaintPipeline
Model card Files Files and versions
xet
Community

Instructions to use lee45/IDM-VTON with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use lee45/IDM-VTON with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    from diffusers.utils import load_image
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("lee45/IDM-VTON", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "Turn this cat into a dog"
    input_image = load_image("https://huggingface.co/datasets/huggingface/documentation-images/resolve/main/diffusers/cat.png")
    
    image = pipe(image=input_image, prompt=prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
IDM-VTON
29.4 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 63 commits
lee45's picture
lee45
Rename unet_encoder/diffusion_pytorch_model .safetensors to unet_encoder/diffusion_pytorch_model.safetensors
82d9880 verified almost 2 years ago
  • densepose
    hello almost 2 years ago
  • humanparsing
    hello almost 2 years ago
  • image_encoder
    Rename image_encoder/image_encoder_config.json to image_encoder/config.json almost 2 years ago
  • openpose
    hello almost 2 years ago
  • scheduler
    Rename scheduler/scheduler_scheduler_config.json to scheduler/scheduler_config.json almost 2 years ago
  • text_encoder
    Rename text_encoder/text_encoder_config.json to text_encoder/config.json almost 2 years ago
  • text_encoder_2
    Rename text_encoder_2/text_encoder_2_config.json to text_encoder_2/config.json almost 2 years ago
  • tokenizer
    Rename tokenizer/tokenizer_vocab.json to tokenizer/vocab.json almost 2 years ago
  • tokenizer_2
    Rename tokenizer_2/tokenizer_2_vocab.json to tokenizer_2/vocab.json almost 2 years ago
  • unet
    Rename unet/unet_config.json to unet/config.json almost 2 years ago
  • unet_encoder
    Rename unet_encoder/diffusion_pytorch_model .safetensors to unet_encoder/diffusion_pytorch_model.safetensors almost 2 years ago
  • vae
    Rename vae/vae_config.json to vae/config.json almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    31 Bytes
    initial commit almost 2 years ago
  • model_index.json
    750 Bytes
    Upload model_index.json almost 2 years ago