Update imagegeneration_openai_dalle.py

This commit is contained in:
Believethehype 2023-12-10 20:17:53 +01:00
parent 5359f69bb1
commit 278dfdd91d

View File

@ -78,8 +78,6 @@ class ImageGenerationDALLE(DVMTaskInterface):
if len(split) > 1:
width = split[0]
height = split[1]
elif tag.as_vec()[1] == "model":
model = tag.as_vec()[2]
elif tag.as_vec()[1] == "quality":
quality = tag.as_vec()[2]