Text-to-Image
Diffusers
Safetensors
Japanese
JapaneseStableDiffusionPipeline
stable-diffusion
stable-diffusion-diffusers
Instructions to use rinna/japanese-stable-diffusion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use rinna/japanese-stable-diffusion with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("rinna/japanese-stable-diffusion", 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
Japanese Filtered 100M LAION 5B subset
#9 opened about 3 years ago
by
MathYouF
model yaml file for the converted ckpt file
#7 opened about 3 years ago
by
MioZhu
Stable Diffusion 26+ Tutorials & Guides - Not An Issue Thread - So Many Tips And Tricks - Informative
#6 opened over 3 years ago
by
MonsterMMORPG
Update README.md
#5 opened over 3 years ago
by
Mayouta
Create new file
#4 opened over 3 years ago
by
mase
Example on page has image.save out of scope.
#2 opened over 3 years ago
by
MrMonkE