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

  • Log In
  • Sign Up

metercai
/
SimpleSDXL

Text-to-Image
Diffusers
English
Chinese
image-to-image
stable-diffusion
StableDiffusionXLPipeline
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

    How to use metercai/SimpleSDXL with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("metercai/SimpleSDXL", 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
SimpleSDXL
Ctrl+K
Ctrl+K
  • 1 contributor
History: 18 commits
metercai's picture
metercai
Delete checkpoints/juggernautXL_version6Rundiffusion.safetensors
260e917 verified over 2 years ago
  • checkpoints
    Delete checkpoints/juggernautXL_version6Rundiffusion.safetensors over 2 years ago
  • clip
    upload all models for SimpleSDXL over 2 years ago
  • clip_vision
    upload all models for SimpleSDXL over 2 years ago
  • configs
    upload all models for SimpleSDXL over 2 years ago
  • controlnet
    upload all models for SimpleSDXL over 2 years ago
  • diffusers
    upload all models for SimpleSDXL over 2 years ago
  • embeddings
    update new model over 2 years ago
  • gligen
    upload all models for SimpleSDXL over 2 years ago
  • hypernetworks
    upload all models for SimpleSDXL over 2 years ago
  • inpaint
    upload all models for SimpleSDXL over 2 years ago
  • loras
    update new model over 2 years ago
  • prompt_expansion
    upload all models for SimpleSDXL over 2 years ago
  • style_models
    upload all models for SimpleSDXL over 2 years ago
  • translator
    Delete translator/nllb-200-distilled-600M/tokenizer.json over 2 years ago
  • unet
    upload all models for SimpleSDXL over 2 years ago
  • upscale_models
    upload all models for SimpleSDXL over 2 years ago
  • vae
    upload all models for SimpleSDXL over 2 years ago
  • vae_approx
    upload all models for SimpleSDXL over 2 years ago
  • .gitattributes
    1.66 kB
    upload all models for SimpleSDXL over 2 years ago
  • README.md
    3.36 kB
    Update README.md over 2 years ago