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

  • Log In
  • Sign Up

ezlee258258
/
Inversion-DPO

Text-to-Image
Diffusers
Safetensors
stable-diffusion-xl
stable-diffusion
inversion
dpo
fine-tuned
Model card Files Files and versions
xet
Community
1

Instructions to use ezlee258258/Inversion-DPO with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use ezlee258258/Inversion-DPO with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("ezlee258258/Inversion-DPO", 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
  • Local Apps
  • Draw Things
  • DiffusionBee
Inversion-DPO
Ctrl+K
Ctrl+K
  • 2 contributors
History: 10 commits
ezlee258258's picture
ezlee258258
Update README.md
c32675c verified 10 months ago
  • unet
    Upload unet/diffusion_pytorch_model-00001-of-00002.safetensors with huggingface_hub 10 months ago
  • .gitattributes
    1.52 kB
    initial commit 10 months ago
  • README.md
    2.12 kB
    Update README.md 10 months ago