Will
Will
+1 Error only started occurring after I updated application to work with cross origin isolation due to chrome update.
@Gyans93 unfortunately no solution was found, so we hosted our own ffmpeg solution using AWS lambda and calling it from there
assuming you're using collab need to add a few lines. ```!pip install pygit2==1.12.2 %cd /content !git clone https://github.com/lllyasviel/Fooocus.git %cd /content/Fooocus/models/upscale_models/ !wget -O fooocus_upscaler_s409985e5.bin https://huggingface.co/lllyasviel/misc/resolve/main/fooocus_upscaler_s409985e5.bin?download=true %cd /content/Fooocus !python entry_with_update.py --share``` mainline...
you need to add python to your path in window. when you install python, check the box that says add system paths or something along those lines.
i think he means after but yeah `python .\entry_with_update.py --directml` should do the trick for you!