Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing

  • Log In
  • Sign Up

rinna
/
japanese-stable-diffusion

Text-to-Image
Diffusers
Safetensors
Japanese
JapaneseStableDiffusionPipeline
stable-diffusion
stable-diffusion-diffusers
Model card Files Files and versions
xet
Community
10

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
New discussion
Resources
  • PR & discussions documentation
  • Code of Conduct
  • Hub documentation

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
Company
TOS Privacy About Careers
Website
Models Datasets Spaces Pricing Docs