Stability-AI / stability-sdk

SDK for interacting with stability.ai APIs (e.g. stable diffusion inference)
https://platform.stability.ai/
MIT License
2.42k stars 336 forks source link

Does not display the generated image filenames anymore (ARTIFACT_IMAGE) #226

Open levelsio opened 1 year ago

levelsio commented 1 year ago

Upgraded from stability_sdk 0.3 to 0.7 for InteriorAI.com

But I rely on the output of stability_sdk after generating it to find the filename it generated and then process/save/send etc. that to the client.

Now it just generates an image file and quits silently.

Anyway to show it again? I kinda do not want to hack it with 'ls' and figure out the file myself. I generate tens of thousands of images per day.