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

  • Log In
  • Sign Up

IPostYellow
/
krea-realtime-video-diffusers

Diffusers
Safetensors
KreaWanCausalPipeline
Model card Files Files and versions
xet
Community

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

  • Libraries
  • Diffusers

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

    pip install -U diffusers transformers accelerate
    import torch
    from diffusers import DiffusionPipeline
    
    # switch to "mps" for apple devices
    pipe = DiffusionPipeline.from_pretrained("IPostYellow/krea-realtime-video-diffusers", 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
krea-realtime-video-diffusers
42.5 GB
Ctrl+K
Ctrl+K
  • 1 contributor
History: 4 commits
IPostYellow's picture
IPostYellow
Upload 5 files
6b4702e verified about 1 month ago
  • scheduler
    Upload 7 files about 1 month ago
  • text_encoder
    Upload 7 files about 1 month ago
  • tokenizer
    Upload 7 files about 1 month ago
  • transformer
    Upload 5 files about 1 month ago
  • vae
    Upload 7 files about 1 month ago
  • .gitattributes
    1.58 kB
    Upload 7 files about 1 month ago
  • README.md
    31 Bytes
    initial commit about 1 month ago
  • configuration.json
    56 Bytes
    Upload 7 files about 1 month ago
  • model_index.json
    515 Bytes
    Upload 7 files about 1 month ago