We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
New samplers ware added to the auto repo but they do not work within docker's webui AUTOMATIC1111/stable-diffusion-webui#4304
In the final release the naming is different then in pull req modules/sd_samplers.py position 27 and 28
('DPM++ 2S a', 'sample_dpmpp_2s_ancestral', ['k_dpmpp_2s_a'], {}), ('DPM++ 2M', 'sample_dpmpp_2m', ['k_dpmpp_2m'], {}),
position 34 and 35
('DPM++ 2S a Karras', 'sample_dpmpp_2s_ancestral', ['k_dpmpp_2s_a_ka'], {'scheduler': 'karras'}), ('DPM++ 2M Karras', 'sample_dpmpp_2m', ['k_dpmpp_2m_ka'], {'scheduler': 'karras'}),
WEBUI AUTOMATIC1111 (auto)
Hardware / Software OS: Windows 11 OS version: 2aH2 22000.652 Docker&compose version: Latest RAM: 32GB GPU/VRAM: 8GB
The text was updated successfully, but these errors were encountered:
You just need to update k-diffusion in the Dockerfile manually to workaround this:
diff --git a/services/AUTOMATIC1111/Dockerfile b/services/AUTOMATIC1111/Dockerfile index ca6f40f..7122995 100644 --- a/services/AUTOMATIC1111/Dockerfile +++ b/services/AUTOMATIC1111/Dockerfile @@ -20,7 +20,7 @@ RUN . /clone.sh CodeFormer https://github.com/sczhou/CodeFormer.git c5b4593074ba && rm -rf assets inputs RUN . /clone.sh BLIP https://github.com/salesforce/BLIP.git 48211a1594f1321b00f14c9f7a5b4813144b2fb9 -RUN . /clone.sh k-diffusion https://github.com/crowsonkb/k-diffusion.git f4e99857772fc3a126ba886aadf795a332774878 +RUN . /clone.sh k-diffusion https://github.com/crowsonkb/k-diffusion.git 60e5042ca0da89c14d1dd59d73883280f8fce991 RUN . /clone.sh clip-interrogator https://github.com/pharmapsychotic/clip-interrogator 2486589f24165c8e3b303f84e9dbbea318df83e8
Sorry, something went wrong.
Added in #205
Add Samplers (#205)
4273204
AUTOMATIC1111/stable-diffusion-webui@804d9fb Closes #201 Closes #204
Add Samplers (AbdBarho#205)
3cf30a6
AUTOMATIC1111/stable-diffusion-webui@804d9fb Closes AbdBarho#201 Closes AbdBarho#204
Successfully merging a pull request may close this issue.
New samplers ware added to the auto repo but they do not work within docker's webui
AUTOMATIC1111/stable-diffusion-webui#4304
In the final release the naming is different then in pull req
modules/sd_samplers.py
position 27 and 28
position 34 and 35
WEBUI AUTOMATIC1111 (auto)
Hardware / Software
OS: Windows 11
OS version: 2aH2 22000.652
Docker&compose version: Latest
RAM: 32GB
GPU/VRAM: 8GB
The text was updated successfully, but these errors were encountered: