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"];
|
return ["VAE"];
|
||||||
case "EmptyLatentImage":
|
case "EmptyLatentImage":
|
||||||
return ["LATENT"];
|
return ["LATENT"];
|
||||||
|
case "EmptySD3LatentImage":
|
||||||
|
return ["LATENT"];
|
||||||
case "LatentUpscale":
|
case "LatentUpscale":
|
||||||
return ["LATENT"];
|
return ["LATENT"];
|
||||||
case "LatentUpscaleBy":
|
case "LatentUpscaleBy":
|
||||||
|
Loading…
x
Reference in New Issue
Block a user