Skip to content

Commit

Permalink
ComfyUI tool use the new internal enumeration class "VariableKey" (la…
Browse files Browse the repository at this point in the history
  • Loading branch information
QunBB authored and cuiks committed Sep 26, 2024
1 parent 8cc982c commit d93e714
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -333,7 +333,7 @@ def text2img(
break

return self.create_blob_message(
blob=image, meta={"mime_type": "image/png"}, save_as=self.VARIABLE_KEY.IMAGE.value
blob=image, meta={"mime_type": "image/png"}, save_as=self.VariableKey.IMAGE.value
)

except Exception as e:
Expand Down

0 comments on commit d93e714

Please sign in to comment.