2023-02-28 20:10:20 +00:00
|
|
|
#!/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()
|