Instructions to use bariscal/cbst_style with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use bariscal/cbst_style with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("bariscal/cbst_style", 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 Settings
- Draw Things
- DiffusionBee
Commit History
Update README.md ce712f4
Update README.md f983199
Update README.md 6e7b90c
Upload 3 files f83280a
Upload 2 files 780bd63
Barış Çal commited on
Upload model.ckpt db19c2c
Barış Çal commited on
Upload 15 files 30f162d
Barış Çal commited on
README.md 5889ea4
Barış Çal commited on