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

  • Log In
  • Sign Up

ooutlierr
/
fuse-dit

Text-to-Image
Diffusers
Safetensors
FuseDiTPipeline
Model card Files Files and versions
xet
Community
3

Instructions to use ooutlierr/fuse-dit with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use ooutlierr/fuse-dit with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("ooutlierr/fuse-dit", 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
fuse-dit
18.9 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 9 commits
ooutlierr's picture
ooutlierr
nielsr's picture
nielsr HF Staff
Add library_name and pipeline_tag metadata (#4)
1181cfa verified 12 months ago
  • scheduler
    Upload folder using huggingface_hub about 1 year ago
  • tokenizer
    Upload folder using huggingface_hub about 1 year ago
  • transformer
    Upload folder using huggingface_hub about 1 year ago
  • vae
    Upload folder using huggingface_hub about 1 year ago
  • .gitattributes
    1.52 kB
    initial commit about 1 year ago
  • README.md
    1.22 kB
    Add library_name and pipeline_tag metadata (#4) 12 months ago
  • model_index.json
    328 Bytes
    Upload folder using huggingface_hub about 1 year ago