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

  • Log In
  • Sign Up

OlafII
/
cosmosx

Text-to-Image
Diffusers
English
StableDiffusionPipeline
stable-diffusion
cosmosx
dreambooth
Model card Files Files and versions
xet
Community
1

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

  • Libraries
  • Diffusers

    How to use OlafII/cosmosx with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("OlafII/cosmosx", 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
cosmosx / images
1.51 MB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 1 commit
OlafII's picture
OlafII
Upload 3 files
f921d97 over 3 years ago
  • 01178-703442978-cosmosx, dog.png
    466 kB
    Upload 3 files over 3 years ago
  • 01191-56691087-cosmosx, goddess.png
    539 kB
    Upload 3 files over 3 years ago
  • 01198-693125065-cosmosx, lion.png
    505 kB
    Upload 3 files over 3 years ago