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

  • Log In
  • Sign Up

Koolchh
/
selai-mix

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

Instructions to use Koolchh/selai-mix with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use Koolchh/selai-mix with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("Koolchh/selai-mix", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "masterpiece, best quality, 1boy, male focus, solo, sweater, necklace, handsome, looking at viewer, open mouth, smile, crossed arms, red hair, autumn leaves, from above, from side"
    image = pipe(prompt).images[0]
  • Notebooks
  • Google Colab
  • Kaggle
  • Local Apps
  • Draw Things
  • DiffusionBee
selai-mix
Ctrl+K
Ctrl+K
  • 1 contributor
History: 21 commits
Koolchh's picture
Koolchh
Upload StableDiffusionPipeline
03e1f06 over 2 years ago
  • images
    Upload sample image over 2 years ago
  • scheduler
    Upload StableDiffusionPipeline over 2 years ago
  • text_encoder
    Upload StableDiffusionPipeline over 2 years ago
  • tokenizer
    Upload StableDiffusionPipeline over 2 years ago
  • unet
    Upload StableDiffusionPipeline over 2 years ago
  • vae
    Upload StableDiffusionPipeline over 2 years ago
  • .gitattributes
    1.58 kB
    Upload sample image over 2 years ago
  • README.md
    1.45 kB
    Update README.md over 2 years ago
  • model_index.json
    526 Bytes
    Upload StableDiffusionPipeline over 2 years ago
  • selaiMix_v10Bakedvae.safetensors
    2.13 GB
    xet
    Upload models over 2 years ago
  • selaiMix_v10Novae.safetensors
    2.13 GB
    xet
    Upload models over 2 years ago