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

colt12
/
maxcushion

Text-to-Image
Diffusers
PyTorch
Safetensors
English
StableDiffusionXLPipeline
stable-diffusion-xl
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use colt12/maxcushion with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("colt12/maxcushion", 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 Settings
  • Draw Things
  • DiffusionBee
maxcushion
172 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 57 commits
colt12's picture
colt12
Update requirements.text
348c8f1 verified over 1 year ago
  • text_encoder
    Create text_encoder/config.json over 1 year ago
  • text_encoder_2
    Create text_encoder_2/config.json over 1 year ago
  • tokenizer
    Create tokenizer/special_tokens_map.json over 1 year ago
  • unet
    Create unet/config.json over 1 year ago
  • vae
    Create vae/config.json over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    1.17 kB
    Update README.md over 1 year ago
  • app.py
    1.33 kB
    Update app.py almost 2 years ago
  • config.json
    696 Bytes
    Update config.json over 1 year ago
  • diffusion_pytorch_model.safetensors
    172 MB
    xet
    Rename maxcushion.safetensors to diffusion_pytorch_model.safetensors over 1 year ago
  • handler.py
    1.77 kB
    Update handler.py over 1 year ago
  • model_index.json
    481 Bytes
    Update model_index.json over 1 year ago
  • pytorch_model.bin
    1.83 kB
    Create pytorch_model.bin over 1 year ago
  • requirements.text
    56 Bytes
    Update requirements.text over 1 year ago