dalle2-in-python
dalle2-in-python copied to clipboard
Use DALL·E 2 in Python
Hey, really love this repo. I was wondering if there was a possible implementation for generating images based on specific images that you upload (similar to what you can do...
**Is your feature request related to a problem? Please describe.** When a request to Dalle fails, the reason is logged but `None` is returned. This makes it difficult to programmatically...
DALL·E supports an edit API that lets you generate variations on a given image. The image can either be one that was generated by DALL·E and lives on the server,...
Hey there 👋 Nice project! I just ran into a `missing_scope` error and after some research, I read that OpenAI automatically changes API keys when they detect access from external...
The DALL·E UI allows you to mark an image as a "favorite", which just saves a reference to a collection. It would be nice to do this programatically.
It would be nice to be able to get some user information -- specifically how many tokens are left in the user's account.
The DALL·E UI allows you to designate an image as public and then creates a shareable link. It would be nice to be able to do this programatically.
Could you please tell me how long will the token expired and under what kind of circumstances base on your experience?
Try to test inpainting as in description. I get the error: ... }} is not valid under any of the given schemas", "type": "invalid_request_error", "param": null, "code": null } }...