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

  • Log In
  • Sign Up

meicich
/
cactus

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

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

  • Libraries
  • Diffusers

    How to use meicich/cactus with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("meicich/cactus", 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
cactus
20.4 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 13 commits
meicich's picture
meicich
Upload 2 files
dbe2875 over 2 years ago
  • feature_extractor
    a over 2 years ago
  • safety_checker
    a over 2 years ago
  • scheduler
    a over 2 years ago
  • text_encoder
    Update text_encoder/config.json over 2 years ago
  • tokenizer
    a over 2 years ago
  • unet
    a over 2 years ago
  • vae
    Upload 2 files over 2 years ago
  • .gitattributes
    1.52 kB
    initial commit over 2 years ago
  • README.md
    25 Bytes
    initial commit over 2 years ago
  • model_index.json
    577 Bytes
    Update model_index.json over 2 years ago
  • v1-5-pruned-emaonly.safetensors
    4.24 GB
    xet
    a over 2 years ago
  • v1-inference.yaml
    1.87 kB
    a over 2 years ago