Instructions to use 8clabs/sketch-model-3 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use 8clabs/sketch-model-3 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("8clabs/sketch-model-3", 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
Commit History
gitingore safetensors c339505
gitignore f660a8f
style lora fusion with character lora dec981f
gitignore 341de7e
Ubuntu commited on
serve loras update for logging ec6657c
Ubuntu commited on
axiom logger 034cfa9
Ubuntu commited on
update fae2553
Ubuntu commited on
serve loras df078ed
Ubuntu commited on
flask serve a10adb4
zwx00 commited on
functional handler with gcs support ba99fa4
zww commited on
gcs upload in handler 4929721
zww commited on
. 0728495
blaz@katalist.ai commited on