You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe. ImageArtifact only supports bytes values. Often times APIs accept URLs as the image format.
Describe the solution you'd like
Some way for me to pass URLs to things like Image Variation Drivers
Describe alternatives you've considered
Cramming URLs into Image Artifacts and relying on the to_text to just work out.
Is your feature request related to a problem? Please describe.
ImageArtifact
only supports bytes values. Often times APIs accept URLs as the image format.Describe the solution you'd like
Some way for me to pass URLs to things like Image Variation Drivers
Describe alternatives you've considered
Cramming URLs into Image Artifacts and relying on the
to_text
to just work out.Additional context
Requirement came from trying to implement https://bria-ai-api-docs.redoc.ly/tag/Image-Generation#operation/reimagine in https://github.com/griptape-ai/griptape-bria
The text was updated successfully, but these errors were encountered: