mirror of
https://github.com/invoke-ai/InvokeAI.git
synced 2026-01-15 04:58:04 -05: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()
|