Replies: 3 comments 4 replies
-
2023-05-23_00-16-23.mp4Here is a quick example from this morning on my Mac. I lowered strengths since CN is not working. |
Beta Was this translation helpful? Give feedback.
0 replies
-
I updated my control net extension and it is there now and working 100%. :) |
Beta Was this translation helpful? Give feedback.
0 replies
-
I cannot get it to work on my M2 mac. I just get the error Torch not compiled with CUDA enabled |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
The extension is working for me!
I run a1111 using these parameters in webui-user.sh and in general it is faster and stopped crashing:
export COMMANDLINE_ARGS="--skip-torch-cuda-test --upcast-sampling --opt-sub-quad-attention --use-cpu interrogate"
I also added this to keep torch updated:
# python3 venv without trailing slash (defaults to ${install_dir}/${clone_dir}/venv)
venv_dir="venv-torch-nightly"
# install command for torch
export TORCH_COMMAND="pip install --pre torch torchvision -f https://download.pytorch.org/whl/nightly/cpu/torch_nightly.html"
Also be sure to check "Upcast cross attention layer to float32" at Settings->Stable Diffusion
Beta Was this translation helpful? Give feedback.
All reactions