-
Notifications
You must be signed in to change notification settings - Fork 435
StreamDiffusion pipeline #201
Jonathhhan
started this conversation in
Ideas
-
The StreamDiffusion pipeline seems to be very well optimized: https://github.com/cumulo-autumn/StreamDiffusion
I wonder, if it is possible to implement it in stable-diffusion.cpp.
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 2 -
👀 1
Replies: 2 comments
-
It requires knowing how to use TensorRT, which is a library that works only with Python. It would be best if one of those who contributed to that project helps in adding many optimizations in sd.cpp.
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 4
0 replies
-
@FSSRepo there is also an official c++ API:
https://docs.nvidia.com/deeplearning/tensorrt/api/c_api/index.html
https://github.com/cyrusbehr/tensorrt-cpp-api
Beta Was this translation helpful? Give feedback.
All reactions
-
👍 1
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment