Instructions to use Pie31415/dm_anime with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Pie31415/dm_anime with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Pie31415/dm_anime", 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
Update README.md 0634a63
Upload dm_anime_epoch10.png 54b91e6
Upload README.md with huggingface_hub 2139226
Upload model_index.json with huggingface_hub b982782
Upload with huggingface_hub 9739b69
Upload with huggingface_hub fd56a51
initial commit bf3149d
awu commited on