Instructions to use nadanainone/tonde with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use nadanainone/tonde with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("nadanainone/tonde", 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
Dreambooth model for Klonoa from the videogame series of the same name. Trained for a bro, because none of the models can actually Klonoa.
814 pictures, 10k steps
Prompt is klonoa
Includes an additional hypernetwork trained ages ago which might help or might not.
I claim no ownership over this, all rights belong to their respective owners. I also don't claim any responsibility or maintenance of the model, it is what it is.
Can do Klonoa cosplay too apparently
- Downloads last month
- 20





