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

  • Log In
  • Sign Up

ayan1988
/
diffusion.maobi

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

Instructions to use ayan1988/diffusion.maobi with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use ayan1988/diffusion.maobi with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("ayan1988/diffusion.maobi", 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
diffusion.maobi
5.48 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 2 commits
ayan1988's picture
ayan1988
commit files to HF hub
5db8f60 over 2 years ago
  • feature_extractor
    commit files to HF hub over 2 years ago
  • safety_checker
    commit files to HF hub over 2 years ago
  • scheduler
    commit files to HF hub over 2 years ago
  • text_encoder
    commit files to HF hub over 2 years ago
  • tokenizer
    commit files to HF hub over 2 years ago
  • unet
    commit files to HF hub over 2 years ago
  • vae
    commit files to HF hub over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • model_index.json
    630 Bytes
    commit files to HF hub over 2 years ago