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 Settings
- Draw Things
- DiffusionBee
Upload models
Browse files
selaiMix_v10Bakedvae.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:11702a5b73b3a3195aaee9849c678f54174bb7264f1809822518fd70416c655b
|
| 3 |
+
size 2132651014
|
selaiMix_v10Novae.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:c7696b56c615685ae988ad5d3a11fd8771187984303cb0050c61595eff1ad4ca
|
| 3 |
+
size 2132651014
|