raiyanyahya / dallecli

💠 Provide users with the ability to generate, edit and filter images using the DALL-E 3 API provided by OpenAI, all from the command line.
https://dallecli.com
MIT License
61 stars 8 forks source link

Inpainting #24

Closed maxp-hover closed 11 months ago

maxp-hover commented 1 year ago

Dall-e has the ability to edit an existing image using a prompt, see here https://www.educative.io/answers/how-to-edit-an-image-using-dalle-api

I tried to clone the project but I couldn't figure out how to actually run the CLI locally in development. Perhaps you could also include development instructions in the README?

raiyanyahya commented 1 year ago

The cli can be run locally by just cloning the repo and installing the cli with a symlink "pip install -e . " Any changes to the code will then be automatically reflected to the local copy of the cli.