Prompt is now a keyword in the new metadata format generated from diffusionkit

This commit is contained in:
cmdr2 2022-12-14 10:31:19 +05:30
parent d103693811
commit 84d606408a

View File

@ -343,6 +343,7 @@ function getModelPath(filename, extensions)
}
const TASK_TEXT_MAPPING = {
prompt: 'Prompt',
width: 'Width',
height: 'Height',
seed: 'Seed',