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

  • Log In
  • Sign Up

turingevo
/
tiny-sd-openvino

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

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

  • Libraries
  • Diffusers

    How to use turingevo/tiny-sd-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("turingevo/tiny-sd-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
tiny-sd-openvino
2.12 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 20 commits
turingevo's picture
turingevo
Upload README.md with huggingface_hub
d8b13dd verified 8 months ago
  • scheduler
    Upload scheduler/scheduler_config.json with huggingface_hub 8 months ago
  • text_encoder
    Upload text_encoder/openvino_model.xml with huggingface_hub 8 months ago
  • tokenizer
    Upload tokenizer/merges.txt with huggingface_hub 8 months ago
  • unet
    Upload unet/openvino_model.xml with huggingface_hub 8 months ago
  • vae_decoder
    Upload vae_decoder/config.json with huggingface_hub 8 months ago
  • vae_encoder
    Upload vae_encoder/config.json with huggingface_hub 8 months ago
  • .gitattributes
    1.52 kB
    initial commit 8 months ago
  • README.md
    819 Bytes
    Upload README.md with huggingface_hub 8 months ago
  • model_index.json
    609 Bytes
    Upload model_index.json with huggingface_hub 8 months ago