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