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
      • Hardware
      • Learn
      • Discord
      • Forum
      • GitHub
    • Solutions
      • Team & Enterprise
      • Hugging Face PRO
      • Enterprise Support
      • Inference Providers
      • Inference Endpoints
      • Storage Buckets

  • Log In
  • Sign Up

Bingsu
/
my-korean-stable-diffusion-v1-5

Text-to-Image
Diffusers
Safetensors
Korean
StableDiffusionPipeline
stable-diffusion
stable-diffusion-diffusers
Model card Files Files and versions
xet
Community
5

Instructions to use Bingsu/my-korean-stable-diffusion-v1-5 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use Bingsu/my-korean-stable-diffusion-v1-5 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("Bingsu/my-korean-stable-diffusion-v1-5", 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 Settings
  • Draw Things
  • DiffusionBee
my-korean-stable-diffusion-v1-5
18.3 GB
Ctrl+K
Ctrl+K
  • 3 contributors
History: 29 commits
Bingsu's picture
Bingsu
Update README.md
ff96e5b over 3 years ago
  • feature_extractor
    Upload feature_extractor/preprocessor_config.json with huggingface_hub almost 4 years ago
  • safety_checker
    Upload safety_checker/pytorch_model.bin with huggingface_hub almost 4 years ago
  • scheduler
    Upload scheduler/scheduler_config.json with huggingface_hub almost 4 years ago
  • text_encoder
    Upload text_encoder/pytorch_model.bin with huggingface_hub almost 4 years ago
  • tokenizer
    Upload merges.txt almost 4 years ago
  • unet
    Adding `safetensors` variant of this model (#2) almost 4 years ago
  • vae
    Add `scale_factor` to vae config. (#3) over 3 years ago
  • .gitattributes
    1.52 kB
    Update .gitattributes almost 4 years ago
  • README.md
    6.68 kB
    Update README.md over 3 years ago
  • model.safetensors
    492 MB
    xet
    Adding `safetensors` variant of this model (#2) almost 4 years ago
  • model_index.json
    541 Bytes
    Update model_index.json over 3 years ago
  • my-korean-stable-diffusion-v1-5.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 my-korean-stable-diffusion-v1-5.ckpt almost 4 years ago
  • my-korean-stable-diffusion-v1-5.safetensors
    4.27 GB
    xet
    Adding `safetensors` variant of this model (#2) almost 4 years ago