InvokeAI/scripts/dynamic_prompts.py

10 lines
211 B
Python
Raw Normal View History

#!/usr/bin/env python
"""
Simple script to generate a file of InvokeAI prompts and settings
that scan across steps and other parameters.
"""
2023-03-07 15:10:18 +00:00
import ldm.invoke.dynamic_prompts
ldm.invoke.dynamic_prompts.main()