Instructions to use AnimeTest/rinotuna-man with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use AnimeTest/rinotuna-man with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("AnimeTest/rinotuna-man", 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 160c6f6
Update README.md 7d6f4de
Update README.md d838175
Upload sample_images with huggingface_hub 54bbd17
TestManFold commited on
Upload model_index.json with huggingface_hub f7fdc29
TestManFold commited on
Upload vae with huggingface_hub 66ff086
TestManFold commited on
Upload unet with huggingface_hub 7a5bf14
TestManFold commited on
Upload tokenizer with huggingface_hub 1888b94
TestManFold commited on
Upload text_encoder with huggingface_hub 06025d0
TestManFold commited on
Upload scheduler with huggingface_hub c2abf0f
TestManFold commited on
Upload feature_extractor with huggingface_hub 4a7ac65
TestManFold commited on
Upload the concept Rinotuna-Man embeds and token 98ee800
TestManFold commited on