ezzcodeezzlife / dalle2-in-python

Use DALL·E 2 in Python
https://pypi.org/project/dalle2/
MIT License
178 stars 34 forks source link

Refactor and add support for inpainting #7

Closed charlesjlee closed 1 year ago

charlesjlee commented 1 year ago

This is a big PR. It's too big and I know it, but I'm too lazy to break it up into smaller pieces. I'm happy to go through multiple revisions here. The three main changes are:

  1. Extracting common logic into their own methods
  2. Adding support for the inpainting API
  3. Expanding examples in the README

I broke some things, notably:

ezzcodeezzlife commented 1 year ago

Thanks for the PR and all the feature ideas in the new issues. Really improves this package a lot ❤️