ForserX / StableDiffusionUI

Stable Diffusion UI: Diffusers (CUDA/ONNX)
https://discord.gg/HMG82cYNrA
GNU General Public License v3.0
125 stars 14 forks source link

Publishing/Including CUDA dll's #19

Closed matbee-eth closed 1 year ago

matbee-eth commented 1 year ago

Is it possible to package a version of this that includes all necessary CUDA libraries, and Python? Is there a redistributable cuda/python runtime installer package, like .NET? It would be great to have a FAQ.

ForserX commented 1 year ago

Python + CUDA ~5 GB. But that's not even the problem. I am the owner of an AMD video card, which is why I simply cannot install CUDA dependencies.

Is there a redistributable cuda/python runtime installer package, like .NET?

IDK. SD library use Python by default. I make only UI into C#. (Well, the implementation of the execution itself and some extensions of the functionality in Python.)