Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

BarrenWardo
/
CatVTON

Diffusers
Safetensors
Model card Files Files and versions
xet
Community

Instructions to use BarrenWardo/CatVTON with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use BarrenWardo/CatVTON with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("BarrenWardo/CatVTON", 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
CatVTON
Ctrl+K
Ctrl+K
  • 1 contributor
History: 40 commits
BarrenWardo's picture
BarrenWardo
Update README.md
be6e9c2 verified almost 2 years ago
  • DensePose
    Delete DensePose/files_here almost 2 years ago
  • SCHP
    Delete SCHP/file almost 2 years ago
  • dresscode-16k-512
    Delete dresscode-16k-512/attention/file almost 2 years ago
  • mix-48k-1024
    Delete mix-48k-1024/attention/file almost 2 years ago
  • sd-vae-ft-mse
    Delete sd-vae-ft-mse/file almost 2 years ago
  • stable-diffusion-inpainting
    Delete stable-diffusion-inpainting/unet/file almost 2 years ago
  • vitonhd-16k-512
    Delete vitonhd-16k-512/attention/file almost 2 years ago
  • README.md
    84 Bytes
    Update README.md almost 2 years ago