Closed ulysses-potiguara closed 1 year ago
Facing the same issue here on 0.2.7, but an update to the latest version 0.3.0 fixed this error.
Facing the same issue here on 0.2.7, but an update to the latest version 0.3.0 fixed this error.
Thanks for bringing that up. That solved. I noticed stability-sdk version on Poetry was locked.
Anyway, I believe this kind of updates shouldn't have to break the API.
+1 agree... should have been in the release notes
I'm getting the error "Enum ArtifactType has no name defined for value 8" when running the sample code for Text-to-Image.
The error appears when trying to get artifacts at
for artifact in resp.artifacts:
.for resp in answers
performs the loop just fine.Although no images is returned, the credits are still consumed.