Pablo Guerrero Rosel
Pablo Guerrero Rosel
An idea for anyone interested in reviving this amazing project. Holyjit could be rewritten to use the new codegen-backend rustc flag instead of implementing a compiler plugin. There is an...
**Is your feature request related to a problem? Please describe.** I would like to be able to run Stable Diffusion using wonnx **Describe the solution you'd like** At least, these...
### Is there an existing issue for this? - [X] I have searched the existing issues and checked the recent builds/commits ### What would your feature do ? I would...
Could you clarify the bindings license? Are they under the same license as dlib or any other permissive license like Apache 2.0 or MIT? https://github.com/davisking/dlib/blob/master/dlib/LICENSE.txt Thank you
When stable diffusion was released, the most requested features were always about reducing GPU requirements as this makes it available to more users with cheaper GPUs. I think this is...
As we can see here https://github.com/huggingface/diffusers/issues/556, adding support for padding_mode allows to generate images that can be seamlessly tiled. Ideally, we would like to be able to reconfigure the padding_mode...
Is it possible to do zero-copy with ipc-channel today? I've seen OsIpcSharedMemory, but I'm not sure it can be used directly for this purpose. If it's not possible right now,...
It would be really helpful to get support for methods on IWbemClassWrapper like we have for properties. I'm thinking of just two methods, a list_methods and exec_method. This would allow...