Merge branch 'main' into 036

This commit is contained in:
dbth
2024-11-06 11:14:59 +01:00
committed by GitHub
4 changed files with 16 additions and 8 deletions

View File

@@ -72,6 +72,7 @@ class ImageGenerationReplicate(DVMTaskInterface):
self.model = "stability-ai/stable-diffusion-3",
for tag in event.tags().to_vec():
if tag.as_vec()[0] == 'i':
input_type = tag.as_vec()[2]
if input_type == "text":