Instructions to use alea31415/roukin8-characters-partial with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use alea31415/roukin8-characters-partial with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("alea31415/roukin8-characters-partial", 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
Update README.md 16ea20c
Update README.md b20de44
Update README.md be42590
Update README.md 24199f6
add loha 34e7e67
cyber-meow commited on
use safetensor format for the most recent checkpoint e6ee121
cyber-meow commited on
add model in diffuser format 11a3b28
cyber-meow commited on
add full ckpts b17a345
cyber-meow commited on
add locons 9986216
cyber-meow commited on
add old checkpoints 438d791
cyber-meow commited on