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

  • Log In
  • Sign Up

BoyuanJiang
/
FitDiT

Diffusers
ONNX
Safetensors
StableDiffusion3TryOnPipeline
Model card Files Files and versions
xet
Community
5

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

  • Libraries
  • Diffusers

    How to use BoyuanJiang/FitDiT with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("BoyuanJiang/FitDiT", 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
FitDiT
8.73 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 3 commits
BoyuanJiang's picture
BoyuanJiang
update readme
e2e1825 over 1 year ago
  • dwpose
    upload model over 1 year ago
  • humanparsing
    upload model over 1 year ago
  • pose_guider
    upload model over 1 year ago
  • resource
    upload model over 1 year ago
  • scheduler
    upload model over 1 year ago
  • transformer_garm
    upload model over 1 year ago
  • transformer_vton
    upload model over 1 year ago
  • vae
    upload model over 1 year ago
  • .gitattributes
    1.56 kB
    upload model over 1 year ago
  • README.md
    5.82 kB
    update readme over 1 year ago
  • model_index.json
    545 Bytes
    upload model over 1 year ago