mirror of
https://github.com/easydiffusion/easydiffusion.git
synced 2025-05-30 14:49:55 +02: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 = {
|
const TASK_TEXT_MAPPING = {
|
||||||
|
prompt: 'Prompt',
|
||||||
width: 'Width',
|
width: 'Width',
|
||||||
height: 'Height',
|
height: 'Height',
|
||||||
seed: 'Seed',
|
seed: 'Seed',
|
||||||
|
Loading…
x
Reference in New Issue
Block a user