lictex_
lictex_
I license past and future contributions under the triple MIT OR Apache-2.0 OR Zlib license, allowing licensees to choose any one at their option.
also running into this issue on windows 10 with nvidia rtx 2070 mobile. (intel gpu doesnt leak tho) this will happen when i add a push constant into triangle example's...
yes that *should* work.. but actually not. [another blender bug](https://developer.blender.org/T85962) makes the `Realize Instances` node removing all UVs, which is unacceptable for exporting currently the only(?) way to export them...
yes tweaking script logic carefully could avoid this issue for me :thinking: considering if someone is serving sd as a public http api service then client side locks would be...
looks like its used to handle model deletion since `dict.update` wont remove any entries ah the `clear` seems also help properly sorting entries by name as a `ordered dict` use...
@ghpkishore seems a bit off-topic.. for the api calls i did nothing special really. put multiple entries into `args`, send the request, and it just works did a quick search...
think it should work. args are pretty well documented in the api wiki. make sure the `Multi ControlNet: Max models amount` in webui settings is large enough though
https://github.com/PolyMeilex/sctk-adwaita/pull/43 was merged recently, providing window shadows support but this is still not included in winit for now, so probably it won t be available until winit 0.30 (or later)...
i dont think there is currently.. try forking and patching winit to upgrade sctk-adwaita to 0.8. (or open an issue in winit repo, this isn t directly related to egui...
pen data shouldn't be merged with touch imo as it will complicate the touch events much. pen tablets are different from mouses and touchscreens in many ways, and they deserve...