Hugging Face's logo Hugging Face
  • Models
  • Datasets
  • Spaces
  • Buckets new
  • Docs
  • Enterprise
  • Pricing
    • Website
      • Tasks
      • HuggingChat
      • Collections
      • Languages
      • Organizations
    • Community
      • Blog
      • Posts
      • Daily Papers
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

natsusakiyomi
/
SakuraMix

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

Instructions to use natsusakiyomi/SakuraMix with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use natsusakiyomi/SakuraMix with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("natsusakiyomi/SakuraMix", 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
SakuraMix
Ctrl+K
Ctrl+K
  • 1 contributor
History: 30 commits
natsusakiyomi's picture
natsusakiyomi
Upload SakuraMix-v2.2.safetensors
bd32c3d almost 3 years ago
  • .gitattributes
    1.48 kB
    initial commit about 3 years ago
  • README.md
    7.42 kB
    Update README.md almost 3 years ago
  • SakuraMix-v2.1.safetensors
    4.27 GB
    xet
    Upload SakuraMix-v2.1.safetensors almost 3 years ago
  • SakuraMix-v2.2.safetensors
    5.66 GB
    xet
    Upload SakuraMix-v2.2.safetensors almost 3 years ago
  • SakuraMix-v2.ckpt

    Detected Pickle imports (4)

    • "torch.LongStorage",
    • "torch._utils._rebuild_tensor_v2",
    • "collections.OrderedDict",
    • "torch.FloatStorage"

    What is a pickle import?

    4.27 GB
    xet
    Upload SakuraMix-v2.ckpt about 3 years ago
  • SakuraMix-v3.safetensors
    4.27 GB
    xet
    Upload SakuraMix-v3.safetensors about 3 years ago
  • SakuraMix-v4.safetensors
    4.27 GB
    xet
    Upload SakuraMix-v4.safetensors almost 3 years ago
  • SakuraMixA.ckpt
    4.27 GB
    xet
    Upload 2 files about 3 years ago
  • SakuraMixB.ckpt

    Detected Pickle imports (4)

    • "torch.FloatStorage",
    • "torch.LongStorage",
    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2"

    What is a pickle import?

    4.27 GB
    xet
    Upload 2 files about 3 years ago