dalle2-in-python icon indicating copy to clipboard operation
dalle2-in-python copied to clipboard

Use DALL·E 2 in Python

Results 13 dalle2-in-python issues
Sort by recently updated
recently updated
newest added

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...

enhancement
help wanted
good first issue

**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...

enhancement
help wanted
good first issue

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,...

enhancement
help wanted
good first issue

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...

enhancement
help wanted
good first issue

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.

enhancement
help wanted

It would be nice to be able to get some user information -- specifically how many tokens are left in the user's account.

enhancement
help wanted

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.

enhancement
help wanted

Open for PRs 🔥

bug
documentation
enhancement
help wanted
good first issue
question

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 } }...

bug