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
Python(13180,0x1712a7000) malloc: Corruption of free object 0x142738330: msizes 8/7 disagree
Python(13180,0x1712a7000) malloc: *** set a breakpoint in malloc_error_break to debug
The mysterious part is, this happens AFTER the created image has successfully been saved to disk – I get the image, and then the malloc crash. I don't think it's rest of my program, as it works perfectly well if I replace the Stability api call with DALL-E, imagenAIry etc. – it only happens when using stability-sdk. Versions are stability-sdk 0.4.0, Python 3.10.10 (Flask app), Macos 13.13 (M1).
Any ideas anyone?
The text was updated successfully, but these errors were encountered:
Hi,
I'm using the reference code from https://platform.stability.ai/docs/features/text-to-image?tab=python and sometimes it does work as intended, but about half of the runs (in a seemingly random fashion), Python crashes with the following error message:
Python(13180,0x1712a7000) malloc: Corruption of free object 0x142738330: msizes 8/7 disagree
Python(13180,0x1712a7000) malloc: *** set a breakpoint in malloc_error_break to debug
The mysterious part is, this happens AFTER the created image has successfully been saved to disk – I get the image, and then the malloc crash. I don't think it's rest of my program, as it works perfectly well if I replace the Stability api call with DALL-E, imagenAIry etc. – it only happens when using stability-sdk. Versions are stability-sdk 0.4.0, Python 3.10.10 (Flask app), Macos 13.13 (M1).
Any ideas anyone?
The text was updated successfully, but these errors were encountered: