Skip to content

Split and unify execution module #62

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Conversation

andreclaudino
Copy link

  • Split the module into lib and command line executor.
  • Set a conda environment configuration to help developers (actually simple, but should be increased while developing)
  • Simplify and unificate text2image and image2image into stable-diffusion command and a single module.
  • Refactor the executor code, following code quality principles
  • Add dependencies into setup.py, allowing the module to be installed with it`s dependencies (may be improved to allow automatic installation for m1).

* Split execution and lib into differnt modules
* Unify img2img.py and text2img.py into execution/main.py
* Move dependencies to setup.py, turning the module into an installable
* Add a conda environment configuration to help development installation
Add stable-diffusion console script
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant