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

gagong
/
korean-sumukhwa-model-ver-1

Text-to-Image
Diffusers
Safetensors
English
Korean
StableDiffusionPipeline
art
Model card Files Files and versions
xet
Community

Instructions to use gagong/korean-sumukhwa-model-ver-1 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use gagong/korean-sumukhwa-model-ver-1 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("gagong/korean-sumukhwa-model-ver-1", 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
korean-sumukhwa-model-ver-1
8.53 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 29 commits
gagong's picture
gagong
Update README.md
77e3d70 almost 3 years ago
  • feature_extractor
    Upload 2 files over 3 years ago
  • scheduler
    Upload 2 files over 3 years ago
  • text_encoder
    Upload 4 files over 3 years ago
  • tokenizer
    Upload 4 files over 3 years ago
  • unet
    Upload 2 files over 3 years ago
  • vae
    Upload 4 files over 3 years ago
  • .gitattributes
    1.53 kB
    Upload sample1.jpg over 3 years ago
  • README.md
    5.37 kB
    Update README.md almost 3 years ago
  • args.json
    2.83 kB
    Upload args.json over 3 years ago
  • korean-sumukhwa-model-ver-1.ckpt

    Detected Pickle imports (3)

    • "collections.OrderedDict",
    • "torch._utils._rebuild_tensor_v2",
    • "torch.HalfStorage"

    What is a pickle import?

    2.13 GB
    xet
    Rename korean-painting-model-ver-1.ckpt to korean-sumukhwa-model-ver-1.ckpt over 3 years ago
  • korean-sumukhwa-model-ver-1.safetensors
    2.13 GB
    xet
    Upload korean-sumukhwa-model-ver-1.safetensors about 3 years ago
  • model_index.json
    537 Bytes
    Upload model_index.json over 3 years ago
  • sample1.jpg
    1.1 MB
    xet
    Upload sample1.jpg over 3 years ago
  • sample2.jpg
    750 kB
    Upload sample2.jpg over 3 years ago