InvokeAI/scripts/dynamic_prompts.py
2023-03-07 10:10:18 -05:00

10 lines
211 B
Python
Executable File

#!/usr/bin/env python
"""
Simple script to generate a file of InvokeAI prompts and settings
that scan across steps and other parameters.
"""
import ldm.invoke.dynamic_prompts
ldm.invoke.dynamic_prompts.main()