feat: add support for EmptySD3LatentImage in default output retrieval
This commit is contained in:
parent
76fd02a72a
commit
570f08ef0c
@ -304,6 +304,8 @@ class PromptBuilder {
|
||||
return ["VAE"];
|
||||
case "EmptyLatentImage":
|
||||
return ["LATENT"];
|
||||
case "EmptySD3LatentImage":
|
||||
return ["LATENT"];
|
||||
case "LatentUpscale":
|
||||
return ["LATENT"];
|
||||
case "LatentUpscaleBy":
|
||||
|
Loading…
x
Reference in New Issue
Block a user