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
- Draw Things
- DiffusionBee
What difference of the models?
#5
by alfredplpl - opened
Q: What difference of the models?
A: I recommend the 5GB model (no_optim.ckpt) if you want to generate images.
I recommend the 12GB model (last.ckpt) if you want to tune the model.