mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-02-16 18:32:25 +01:00
Prompt is now a keyword in the new metadata format generated from diffusionkit
This commit is contained in:
parent
d103693811
commit
84d606408a
@ -343,6 +343,7 @@ function getModelPath(filename, extensions)
|
||||
}
|
||||
|
||||
const TASK_TEXT_MAPPING = {
|
||||
prompt: 'Prompt',
|
||||
width: 'Width',
|
||||
height: 'Height',
|
||||
seed: 'Seed',
|
||||
|
Loading…
Reference in New Issue
Block a user