Discover and explore top open-source AI tools and projects—updated daily.
Script for Stable Diffusion WebUI to create in-between images from seeds
Top 85.9% on SourcePulse
This script enables users of AUTOMATIC1111's Stable Diffusion WebUI to generate sequences of images that smoothly transition between different latent seeds, creating "seed travel" animations. It's designed for artists and researchers exploring the latent space of diffusion models to discover novel visual variations.
How It Works
The script interpolates the initial noise vectors derived from specified seeds. By generating intermediate noise states between two or more seeds, it produces a series of images that visually morph from one to another. This approach allows exploration of image variations not directly accessible through single seed generation, offering a unique method for discovering new visual content.
Quick Start & Requirements
https://github.com/yownas/seed_travel.git
. Restart the WebUI after installation.Highlighted Details
Maintenance & Community
Licensing & Compatibility
Limitations & Caveats
ValueError
related to old default values in ui-config.json
is mentioned.2 years ago
Inactive