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
RUN export COMMANDLINE_ARGS="--skip-torch-cuda-test --precision full --no-half"
does not have effect in my local build. Without exporting such variable, the caching step has a few failure.
Changing it with "ARG COMMANDLINE_ARGS" does not make that step to fail.
The caching step is RUN cd /stable-diffusion-webui && python cache.py --use-cpu=all --ckpt /model.safetensors .
I am a docker beginner, so I don't know if this is wanted or unwanted.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
RUN export COMMANDLINE_ARGS="--skip-torch-cuda-test --precision full --no-half"
does not have effect in my local build. Without exporting such variable, the caching step has a few failure.
Changing it with "ARG COMMANDLINE_ARGS" does not make that step to fail.
The caching step is RUN cd /stable-diffusion-webui && python cache.py --use-cpu=all --ckpt /model.safetensors .
I am a docker beginner, so I don't know if this is wanted or unwanted.
The text was updated successfully, but these errors were encountered: