Instructions to use aipicasso/cool-japan-diffusion-for-learning-2-0 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use aipicasso/cool-japan-diffusion-for-learning-2-0 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("aipicasso/cool-japan-diffusion-for-learning-2-0", dtype=torch.bfloat16, device_map="cuda") prompt = "anime, a beautuful girl with black hair and red eyes, kimono, 4k, detailed" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
File size: 134 Bytes
c6cef5e | 1 2 3 4 | version https://git-lfs.github.com/spec/v1
oid sha256:a81ef420e04c2857bacc85ebbeeeea01e01f141512511dc448f41539cacd60d1
size 334707217
|