andreasjansson/stable-diffusion-animation 🔢❓📝✓ → 🖼️
About
Animate Stable Diffusion by interpolating between two prompts
Example Output
Output
Performance Metrics
133.00s
Prediction Time
324.52s
Total Time
All Input Parameters
{ "width": 512, "height": 512, "prompt_end": "tall rectangular black monolith, a white room in the future with a bed, victorian details and a tall black monolith, a detailed matte painting by Wes Anderson, behance, light and space, reimagined by industrial light and magic, matte painting, criterion collection", "prompt_start": "tall rectangular black monolith, monkeys in the desert looking at a large tall monolith, a detailed matte painting by Wes Anderson, behance, light and space, reimagined by industrial light and magic, matte painting, criterion collection", "gif_ping_pong": true, "output_format": "mp4", "guidance_scale": 7.5, "prompt_strength": 0.9, "film_interpolation": true, "num_inference_steps": 50, "num_animation_frames": "25", "gif_frames_per_second": 20, "num_interpolation_steps": 5 }
Input Parameters
- seed
- Random seed. Leave blank to randomize the seed
- width
- Width of output image
- height
- Height of output image
- prompt_end (required)
- Prompt to end the animation with. You can include multiple prompts by separating the prompts with | (the 'pipe' character)
- prompt_start (required)
- Prompt to start the animation with
- gif_ping_pong
- Whether to reverse the animation and go back to the beginning before looping
- output_format
- Output file format
- guidance_scale
- Scale for classifier-free guidance
- prompt_strength
- Lower prompt strength generates more coherent gifs, higher respects prompts more but can be jumpy
- film_interpolation
- Whether to use FILM for between-frame interpolation (film-net.github.io)
- intermediate_output
- Whether to display intermediate outputs during generation
- num_inference_steps
- Number of denoising steps
- num_animation_frames
- Number of frames to animate
- gif_frames_per_second
- Frames/second in output GIF
- num_interpolation_steps
- Number of steps to interpolate between animation frames
Output Schema
Output
Example Execution Logs
Using seed: 52273 Generating initial latents for 4 steps Generating frame 0 Generating frame 1 Generating frame 2 Generating frame 3 Generating frame 4 Generating frame 5 Generating frame 6 Generating frame 7 Generating frame 8 Generating frame 9 Generating frame 10 Generating frame 11 Generating frame 12 Generating frame 13 Generating frame 14 Generating frame 15 Generating frame 16 Generating frame 17 Generating frame 18 Generating frame 19 Generating frame 20 Generating frame 21 Generating frame 22 Generating frame 23 Generating frame 24 Interpolating images with FILM Saving MP4
Version Details
- Version ID
ca1f5e306e5721e19c473e0d094e6603f0456fe759c10715fcd6c1b79242d4a5
- Version Created
- November 1, 2022