Fedor Rumyantsev
Fedor Rumyantsev
Indeed, A1111 lets user specify device on a separate basis - either GUI option (like the one for RNG) or a cmd argument would be great to have. For now,...
Double that - happy to assist with reproducing the issue and providing any details as necessary.
> --use-cpu gfpgan codeformer Just tried the same on Forge but had no luck. Is that specific to A1111? I suspect it gets ignored after I pass --use-ipex which sets...
After some digging around, I was apparently able to fix this by moving the CondFunc and a function from `xpu_specific.py` to `model_management.py`: ``` ldm_patched/modules/model_management.py | 72 +++++++++++++++++++++++++++++++++ 1 file changed,...
> How did you get it to work on intel arc? It works for me out of the box (by passing `--use-ipex` command line argument), but there are several fixes...