Instructions to use nubby/kantoku with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use nubby/kantoku with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("nubby/kantoku", 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
Commit History
Upload diffusers library 0e045e8
Upload kntk_V3_mix75.safetensors b40bb45
Upload kntkV3_11000.safetensors 2472f53
Upload kntkV3_11000.ckpt c9db56e
Update README.md d402354
initial commit 2e8fb40
bWm_nubby commited on