FramePack Video Diffusion
Discover FramePack Video Diffusion, a revolutionary model for progressive video generation. Discover how this AI model can transform your workflow!
🚀Function Overview
A model that generates videos progressively from an initial image using text prompts, implementing non-F1 FramePack video diffusion with efficient memory management.
Key Features
- Progressive video generation in sections
- Starts from input images with text-guided motion control
- Efficient GPU memory management for various hardware
- Smooth blending of video sections
- Configurable quality vs. speed parameters
Use Cases
- •Animating still images with text prompts
- •Creating short dynamic video clips of motions/actions
- •Visualizing scene evolutions like weather changes
- •Prototyping story concepts and visual narratives
⚙️Input Parameters
input_image
stringInitial image to start the video from
prompt
stringText description of what you want in the video
negative_prompt
stringThings you want to avoid in the video
seed
integerSet for consistent results or leave empty for random
total_video_length_seconds
numberHow long the video should be in seconds
latent_window_size
integerControls how video chunks are processed - smaller is faster but may reduce quality
steps
integerMore steps give higher quality but take longer
cfg_scale
numberHigher values follow the prompt more closely, lower values are more creative
distilled_cfg_scale
numberControls prompt adherence for distilled model components
cfg_rescale
numberReduces oversaturation at high CFG values
use_teacache
booleanMakes generation faster with minimal quality impact
mp4_crf
integerControls video compression - lower values give better quality but larger files
💡Usage Examples
Example 1
Input Parameters
{ "steps": 25, "prompt": "Breakdancing", "mp4_crf": 23, "cfg_scale": 1, "cfg_rescale": 0, "input_image": "https://api.replicate.com/v1/files/NWE4MWNmNGEtY2EzZi00YTQwLWE5MjctYmIzNjM1NTA2NmYx", "use_teacache": true, "negative_prompt": "", "latent_window_size": 9, "distilled_cfg_scale": 10, "total_video_length_seconds": 3 }
Quick Actions
Technical Specifications
- Hardware Type
- A100 (80GB)
- Run Count
- 1.8k
- Commercial Use
- Supported
- Platform
- Replicate
Related Keywords
Related Models
Luma Reframe Video
Change the aspect ratio of any video up to 30 seconds long, outputs will be 720p
Frames to Video Merger
Convert a set of image frames (JPG or PNG) into a high-quality MP4 video. Automatically handles sorting and frame order for smooth playback.
twha Video Generation Model
A model for generating videos from text prompts and starting images.