mirror of
https://github.com/believethehype/nostrdvm.git
synced 2025-10-05 19:23:11 +02:00
Update imagegeneration_openai_dalle.py
This commit is contained in:
@@ -78,8 +78,6 @@ class ImageGenerationDALLE(DVMTaskInterface):
|
|||||||
if len(split) > 1:
|
if len(split) > 1:
|
||||||
width = split[0]
|
width = split[0]
|
||||||
height = split[1]
|
height = split[1]
|
||||||
elif tag.as_vec()[1] == "model":
|
|
||||||
model = tag.as_vec()[2]
|
|
||||||
elif tag.as_vec()[1] == "quality":
|
elif tag.as_vec()[1] == "quality":
|
||||||
quality = tag.as_vec()[2]
|
quality = tag.as_vec()[2]
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user