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

  • Log In
  • Sign Up

hsuwill000
/
bk-sdm-tiny-openvino

Text-to-Image
Diffusers
OpenVINO
OVStableDiffusionPipeline
stable-diffusion
stable-diffusion-diffusers
openvino-export
Model card Files Files and versions
xet
Community

Instructions to use hsuwill000/bk-sdm-tiny-openvino with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use hsuwill000/bk-sdm-tiny-openvino with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("hsuwill000/bk-sdm-tiny-openvino", 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
bk-sdm-tiny-openvino
2.12 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 21 commits
hsuwill000's picture
hsuwill000
Upload README.md with huggingface_hub
df33e4f verified over 1 year ago
  • feature_extractor
    Upload feature_extractor/preprocessor_config.json with huggingface_hub over 1 year ago
  • scheduler
    Upload scheduler/scheduler_config.json with huggingface_hub over 1 year ago
  • text_encoder
    Upload text_encoder/openvino_model.xml with huggingface_hub over 1 year ago
  • tokenizer
    Upload tokenizer/merges.txt with huggingface_hub over 1 year ago
  • unet
    Upload unet/openvino_model.xml with huggingface_hub over 1 year ago
  • vae_decoder
    Upload vae_decoder/config.json with huggingface_hub over 1 year ago
  • vae_encoder
    Upload vae_encoder/config.json with huggingface_hub over 1 year ago
  • .gitattributes
    1.52 kB
    initial commit over 1 year ago
  • README.md
    1.86 kB
    Upload README.md with huggingface_hub over 1 year ago
  • model_index.json
    652 Bytes
    Upload model_index.json with huggingface_hub over 1 year ago