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

  • Log In
  • Sign Up

finnstrom3693
/
stable-cascade-lite

Diffusers
Safetensors
StableCascadeDecoderPipeline
Model card Files Files and versions
xet
Community

Instructions to use finnstrom3693/stable-cascade-lite with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use finnstrom3693/stable-cascade-lite with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("finnstrom3693/stable-cascade-lite", 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
stable-cascade-lite / tokenizer
3.61 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
finnstrom3693's picture
finnstrom3693
Upload StableCascadeDecoderPipeline
96a4f3d verified over 1 year ago
  • merges.txt
    525 kB
    Upload StableCascadeDecoderPipeline over 1 year ago
  • special_tokens_map.json
    588 Bytes
    Upload StableCascadeDecoderPipeline over 1 year ago
  • tokenizer.json
    2.22 MB
    Upload StableCascadeDecoderPipeline over 1 year ago
  • tokenizer_config.json
    705 Bytes
    Upload StableCascadeDecoderPipeline over 1 year ago
  • vocab.json
    862 kB
    Upload StableCascadeDecoderPipeline over 1 year ago