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

tk93
/
V-Express

Text-to-Image
Diffusers
ONNX
English
stable-diffusion
audio-to-video
Model card Files Files and versions
xet
Community
3

Instructions to use tk93/V-Express with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use tk93/V-Express with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("tk93/V-Express", 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
V-Express
6.33 GB
Ctrl+K
Ctrl+K
  • 2 contributors
History: 15 commits
tk93's picture
tk93
Update README.md
b42f6b4 verified about 1 year ago
  • model_ckpts
    update: add empty file almost 2 years ago
  • .gitattributes
    1.79 kB
    update: use .bin replace .pth almost 2 years ago
  • README.md
    1.99 kB
    Update README.md about 1 year ago
  • audio_projection.bin
    59.1 MB
    xet
    update: use .bin replace .pth almost 2 years ago
  • denoising_unet.bin
    2.73 GB
    xet
    update: use .bin replace .pth almost 2 years ago
  • motion_module.bin
    909 MB
    xet
    update: use .bin replace .pth almost 2 years ago
  • reference_net.bin
    1.72 GB
    xet
    update: use .bin replace .pth almost 2 years ago
  • v_kps_guider.bin
    2.18 MB
    xet
    update: use .bin replace .pth almost 2 years ago