SD WebUI extension for dynamic prompt generation
Top 21.0% on sourcepulse
This extension for AUTOMATIC1111's Stable Diffusion WebUI provides a powerful template language for generating diverse and combinatorial prompts. It targets users who want to explore a wide range of creative possibilities by automating prompt variation, enabling efficient experimentation with styles, artists, and concepts.
How It Works
The core of the extension is a template language that supports random selection from lists (e.g., {option1|option2}
), recursive wildcard file matching (e.g., __colors*__
), and combinatorial generation of all possible prompt combinations. This allows users to define complex prompt structures that can be expanded into numerous unique prompts, facilitating systematic exploration of the latent space.
Quick Start & Requirements
extensions/sd-dynamic-prompts
directory.pip install dynamicprompts[attentiongrabber,magicprompt]
.Highlighted Details
Maintenance & Community
The project is actively maintained. Community resources include a GitHub repository for issues and discussions.
Licensing & Compatibility
The extension is released under the MIT License, permitting commercial use and integration with closed-source projects.
Limitations & Caveats
Relative paths for wildcard files are not currently supported; full paths are required. Some AI prompt generation models may require significant VRAM. Combinatorial generation with variation strength > 0 might require specific configuration adjustments for desired results.
1 year ago
1 day