feat: add support for EmptySD3LatentImage in default output retrieval

This commit is contained in:
2025-04-07 17:51:15 +02:00
parent 76fd02a72a
commit 570f08ef0c

View File

@@ -304,6 +304,8 @@ class PromptBuilder {
return ["VAE"];
case "EmptyLatentImage":
return ["LATENT"];
case "EmptySD3LatentImage":
return ["LATENT"];
case "LatentUpscale":
return ["LATENT"];
case "LatentUpscaleBy":