mirror of
https://github.com/invoke-ai/InvokeAI
synced 2024-08-30 20:32:17 +00:00
10 lines
211 B
Python
Executable File
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()
|