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

krea
/
krea-realtime-video

Text-to-Video
Diffusers
Safetensors
Diffusion Single File
video-to-video
realtime
Model card Files Files and versions
xet
Community
9

Instructions to use krea/krea-realtime-video with libraries, inference providers, notebooks, and local apps. Follow these links to get started.

  • Libraries
  • Diffusers

    How to use krea/krea-realtime-video with Diffusers:

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("krea/krea-realtime-video", dtype=torch.bfloat16, device_map="cuda")
    
    prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
    image = pipe(prompt).images[0]
  • Diffusion Single File

    How to use krea/krea-realtime-video with Diffusion Single File:

    # No code snippets available yet for this library.
    
    # To use this model, check the repository files and the library's documentation.
    
    # Want to help? PRs adding snippets are welcome at:
    # https://github.com/huggingface/huggingface.js
  • Notebooks
  • Google Colab
  • Kaggle
krea-realtime-video
57.2 GB
Ctrl+K
Ctrl+K
  • 4 contributors
History: 22 commits
erwann's picture
erwann
dn6's picture
dn6 HF Staff
Diffusers updates (#6)
6b5d204 verified 9 months ago
  • hf_assets
    Upload 6 files 10 months ago
  • transformer
    Diffusers updates (#6) 9 months ago
  • .gitattributes
    1.93 kB
    Upload 6 files 10 months ago
  • README.md
    13.4 kB
    Diffusers updates (#6) 9 months ago
  • __init__.py
    0 Bytes
    Add diffusers (#1) 10 months ago
  • before_denoise.py
    47.9 kB
    Diffusers updates (#6) 9 months ago
  • decoders.py
    5.31 kB
    Diffusers updates (#6) 9 months ago
  • denoise.py
    10.1 kB
    Diffusers updates (#6) 9 months ago
  • encoders.py
    10.8 kB
    Diffusers updates (#6) 9 months ago
  • krea-realtime-video-14b.safetensors
    28.6 GB
    xet
    Upload krea-realtime-video-14b.safetensors with huggingface_hub 10 months ago
  • modular_blocks.py
    1.41 kB
    Diffusers updates (#6) 9 months ago
  • modular_config.json
    153 Bytes
    Diffusers updates (#6) 9 months ago
  • modular_model_index.json
    1.52 kB
    Diffusers updates (#6) 9 months ago