GreenLandisaLie
GreenLandisaLie
I agree 100%. In my case, the only time I ever felt the need for this was when trying to view manga through the Hydrus API. Although I'm aware that...
I confirm this works. Just needs to use the onnx vae and add some code to the tests i guess. Thank you @zledas for doing this. I actually did the...
Same thing happens to me often. I have a RX560 4G and 16G DDR3 and I can use the ONNX pipeline but every so often I get that error when...
Favourites seem to work after these changes: 1) - making the postURL the same as fileURL (instead of empty) in the BooruItem creation of the HydrusHandler 2) - adding a...
I should've given more details. I'm using ported A1111 UI to work with DirectML on AMD (windows): [https://github.com/lshqqytiger/stable-diffusion-webui-directml](https://github.com/lshqqytiger/stable-diffusion-webui-directml). Its essentially the same as the native A1111 (same features and they...
I've just finished testing it on a clean, safe version of native A1111 (commit a9fed7c364061ae6efb37f797b6b522cb3cf7aa2) without any other extension except for this one - the issue still occurs. Since I...
A feature request occured to me that could also be a possible fix for this issue so I'll post here: Detect loras (maybe other types of external networks as well)...
@scrumpyman As you said, its not really possible to make multiple different loras working on individual images within the same batch - and even if it was it would very...
I made a childish modification to my dynamic_prompting.py file to allow freezing combinations that use `@{ | }@` per batch and it works but then I ran into an issue....
I uninstalled all onnx related packages I had then installed the latest ort nightly directml package which I grabbed from here: [https://aiinfra.visualstudio.com/PublicPackages/_artifacts/feed/ORT-Nightly/PyPI/ort-nightly-directml/overview/1.14.0.dev20221114003](https://aiinfra.visualstudio.com/PublicPackages/_artifacts/feed/ORT-Nightly/PyPI/ort-nightly-directml/overview/1.14.0.dev20221114003) Was also getting an incorrect version of protobuf...