Spaces:
Runtime error
Runtime error
File size: 662 Bytes
cb56a8d |
1 2 3 4 5 6 7 8 9 |
globalThis.titles = {
...globalThis.titles,
"Verbose logging": "Displays UmiAI log messages. Useful when prompt crafting, or debugging file-path errors.",
"Cache files": "Cache .txt and .yaml files at runtime. Speeds up prompt generation. Disable if you're editing wildcard files to see changes instantly.",
"Same prompt in batch": 'Same prompt will be used for all generated images in a batch.',
'**negative keywords**': 'Collect and add **negative keywords** from wildcards to Negative Prompts. Needed for fine-tuned UMI Preset Prompts.',
'Static wildcards': 'Always picks the same random/wildcard options when using a static seed.'
};
|