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

rupeshs
/
FLUX.1-schnell-openvino-int4

Diffusers
English
stablediffusion
OpenVINO
FluxPipeline
flux
Model card Files Files and versions
xet
Community
1

Instructions to use rupeshs/FLUX.1-schnell-openvino-int4 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use rupeshs/FLUX.1-schnell-openvino-int4 with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("rupeshs/FLUX.1-schnell-openvino-int4", 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
FLUX.1-schnell-openvino-int4
9.08 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 13 commits
rupeshs's picture
rupeshs
Update README.md
b66da06 verified almost 2 years ago
  • scheduler
    Upload 21 files almost 2 years ago
  • text_encoder
    Rename text_encoder/text_encoder_int4.xml to text_encoder/text_encoder.xml almost 2 years ago
  • text_encoder_2
    Rename text_encoder_2/text_encoder_2_int4.xml to text_encoder_2/text_encoder_2.xml almost 2 years ago
  • tokenizer
    Upload 21 files almost 2 years ago
  • tokenizer_2
    Upload 21 files almost 2 years ago
  • transformer
    Rename transformer/transformer_int4.xml to transformer/transformer.xml almost 2 years ago
  • vae
    Rename vae/vae_decoder_int4.xml to vae/vae_decoder.xml almost 2 years ago
  • .gitattributes
    1.52 kB
    initial commit almost 2 years ago
  • README.md
    296 Bytes
    Update README.md almost 2 years ago