Skip to content
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

Fix projects at particular git commits #34

Open
3 of 6 tasks
wpafbo79 opened this issue Dec 10, 2022 · 0 comments · Fixed by #65, #74, #75, #76 or #67
Open
3 of 6 tasks

Fix projects at particular git commits #34

wpafbo79 opened this issue Dec 10, 2022 · 0 comments · Fixed by #65, #74, #75, #76 or #67
Assignees
Labels
enhancement New feature or request

Comments

@wpafbo79
Copy link
Owner

wpafbo79 commented Dec 10, 2022

For projects with releases, use the releases. Otherwise use particular Git commits.

Doing this will allow for images to remain usable OOTB. Development is so rapid that multiple projects break while fixing one.

  • InvokeAI
  • CompVis Stable Diffusion
  • TencentARC GFPGAN
  • Xintao's Real-ESRGAN
  • Basu Jindal's Stable Diffusion
  • AUTOMATIC1111's Stable Diffusion
@wpafbo79 wpafbo79 self-assigned this Dec 10, 2022
@wpafbo79 wpafbo79 added the enhancement New feature or request label Dec 10, 2022
wpafbo79 added a commit that referenced this issue Jan 19, 2023
Use the config.sh GIT_COMMIT to create an environment variable in the
Dockerfile that can be used to pull a commit or tag.

See: #34
wpafbo79 added a commit that referenced this issue Jan 19, 2023
Use the config.sh GIT_COMMIT to create an environment variable in the
Dockerfile that can be used to pull a commit or tag.

See: #34
wpafbo79 added a commit that referenced this issue Jan 22, 2023
In order to switch from a fixed commit as mentioned in #34, it is
necessary to fetch the main/master branch and switch to it.

Rel: #34
See: #59
wpafbo79 added a commit that referenced this issue Jan 22, 2023
In order to switch from a fixed commit as mentioned in #34, it is
necessary to fetch the main/master branch and switch to it.

Rel: #34
See: #59
wpafbo79 added a commit that referenced this issue Jan 22, 2023
Also, update config volumes for the specific release.

Rel: #34
wpafbo79 added a commit that referenced this issue Jan 22, 2023
InvokeAI needs Python venv to move away from miniconda.

Rel: #34
wpafbo79 added a commit that referenced this issue Jan 22, 2023
@wpafbo79 wpafbo79 linked a pull request Jan 22, 2023 that will close this issue
wpafbo79 added a commit that referenced this issue Jan 22, 2023
Also, update config volumes for the specific release.

Rel: #34
wpafbo79 added a commit that referenced this issue Jan 22, 2023
InvokeAI needs Python venv to move away from miniconda.

Rel: #34
wpafbo79 added a commit that referenced this issue Jan 22, 2023
@wpafbo79 wpafbo79 reopened this Jan 22, 2023
wpafbo79 added a commit that referenced this issue Jan 22, 2023
Update Basu Jindal's Stable Diffusion to use GIT_COMMIT config variable.
Use Gradio and setup exposed port.  Update config volumes for the
specific release.

Also, fix release to Cuda 11.8.0.

See: #34
wpafbo79 added a commit that referenced this issue Jan 22, 2023
Update Basu Jindal's Stable Diffusion to use GIT_COMMIT config variable.
Use Gradio and setup exposed port.  Update config volumes for the
specific release.

Also, fix release to Cuda 11.8.0.

See: #34
wpafbo79 added a commit that referenced this issue Jan 22, 2023
Update CompVis's Stable Diffusion to use GIT_COMMIT config variable.
Update config volumes for the specific release.

Also, fix release to Cuda 11.8.0.

See: #34
wpafbo79 added a commit that referenced this issue Jan 22, 2023
Update CompVis's Stable Diffusion to use GIT_COMMIT config variable.
Update config volumes for the specific release.

Also, fix release to Cuda 11.8.0.

See: #34
wpafbo79 added a commit that referenced this issue Feb 11, 2023
Follow new manual installation instructions.  Use commands setup by the
virtual environment.

Add additional volumes for new models and diffusers.

See: #34
wpafbo79 added a commit that referenced this issue Feb 11, 2023
Follow new manual installation instructions.  Use commands setup by the
virtual environment.

Add additional volumes for new models and diffusers.

See: #34
wpafbo79 added a commit that referenced this issue Feb 11, 2023
wpafbo79 added a commit that referenced this issue Feb 11, 2023
wpafbo79 added a commit that referenced this issue Feb 12, 2023
wpafbo79 added a commit that referenced this issue Feb 12, 2023
wpafbo79 added a commit that referenced this issue Mar 18, 2023
wpafbo79 added a commit that referenced this issue Mar 18, 2023
wpafbo79 added a commit that referenced this issue Mar 22, 2023
Allow the global build of images to also build the InvokeAI xformers
image.

See: #34
@wpafbo79 wpafbo79 linked a pull request Mar 22, 2023 that will close this issue
wpafbo79 added a commit that referenced this issue Mar 22, 2023
Allow the global build of images to also build the InvokeAI xformers
image.

See: #34
wpafbo79 added a commit that referenced this issue May 17, 2023
Join hub and diffusers dirs since these directories are for the same
thing.

Rel: #34
wpafbo79 added a commit that referenced this issue May 17, 2023
wpafbo79 added a commit that referenced this issue May 17, 2023
Join hub and diffusers dirs since these directories are for the same
thing.

Rel: #34
wpafbo79 added a commit that referenced this issue May 17, 2023
@wpafbo79 wpafbo79 linked a pull request May 17, 2023 that will close this issue
wpafbo79 added a commit that referenced this issue May 18, 2023
Update xFormers version.

See: #34
wpafbo79 added a commit that referenced this issue May 18, 2023
Update xFormers version.

See: #34
@wpafbo79 wpafbo79 reopened this May 18, 2023
This was unlinked from pull requests May 18, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment