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

Update base image of auto #483

Closed
wants to merge 1 commit into from
Closed

Update base image of auto #483

wants to merge 1 commit into from

Conversation

AbdBarho
Copy link
Owner

@MiikaH
Copy link

MiikaH commented May 24, 2023

FYI, I now tested this commit and can confirm that sd-webui-controlnet extension is working without issues.

However CUDA 11.8 -> 11.7 downgrade is nasty because 11.8 is required for RTX 4000 series cards to run at full speeds (11.7 is less than 50% speed of 11.8). I wonder why pytorch/pytorch docker image doesn't have 11.8 variants even though PIP wheels have been providing 11.8 for a good while now. :s

@MiikaH
Copy link

MiikaH commented May 24, 2023

Performance numbers for SD 1.5 model default settings on RTX 4080:

CUDA 11.7:

  • ~6 it/s with --medvram enabled (currently always active in docker-compose.yml, should be optional IMHO)
  • ~10 it/s without --medvram

CUDA 11.8:

  • ~16 it/s with --medvram
  • ~22 it/s without --medvram

@AbdBarho
Copy link
Owner Author

Thanks for the benchmark, I am not really sure if we should wait for pytorch to update their docker images?

I think I am going to move apt dependencies to a different PR, the base image can stay here for now.

AbdBarho added a commit that referenced this pull request May 24, 2023
It seems that users are struggling to follow the instructions on the
wiki


#483 (comment)
cloudaxes pushed a commit to cloudaxes/stable-diffusion-webui-docker that referenced this pull request Sep 6, 2023
It seems that users are struggling to follow the instructions on the
wiki


AbdBarho#483 (comment)
@AbdBarho
Copy link
Owner Author

#610

@AbdBarho AbdBarho closed this Nov 13, 2023
@AbdBarho AbdBarho deleted the auto-base branch November 13, 2023 20:15
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.

2 participants