File size: 710 Bytes
6921116 404ac8f 6921116 404ac8f | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 | ---
license: unlicense
tags:
- flux2
- flux
- video-to-video
- stream-to-stream
- diffusion
- flow-matching
- rectified-flow
- generative-models
- image-generation
- pytorch
library_name: pytorch
pipeline_tag: video-to-video
---
# Stream Refractor
**Stream Refractor** is an experimental *"Stream2Stream"* model that edits input video stream in real-time according to *edit refernce* produced by large image editing model (e.g. Flux.2-klein)
It is a **Rectified Flow** model with **0.6B** parameters that generates each latent block of frames in a few diffusion steps.
### Inference code: [https://github.com/tensorforger/StreamRefractor](https://github.com/tensorforger/StreamRefractor) |