v0.1.1
版本发布时间: 2023-12-30 21:24:00
cumulo-autumn/StreamDiffusion最新发布版本:v0.1.1(2023-12-30 21:24:00)
Feature
- Add demo/realtime-img2img, which can demonstrate a real time image-to-image using a webcam and live prompt update features
- Improve the image display speed in demo/realtime-txt2img
- Made the screen demo operational in Linux environments
- Enable custom LoRA (bug fix)
- Fixed a TensorRT compile error in the img2img example
- Integrated the installation of pywin32 with
python -m streamdiffusion.tools.install-tensorrt
- Bug fix, Update README
What's Changed
- fix multiprocessing on Linux by @GradientSurfer in https://github.com/cumulo-autumn/StreamDiffusion/pull/39
- added termination processing to the examples/screen demo by @Maoku in https://github.com/cumulo-autumn/StreamDiffusion/pull/51
- Update App.tsx by @johndpope in https://github.com/cumulo-autumn/StreamDiffusion/pull/56
- fix: channel not match by @Jannchie in https://github.com/cumulo-autumn/StreamDiffusion/pull/54
- Fix python path to not fail if it contains spaces by @CID8705 in https://github.com/cumulo-autumn/StreamDiffusion/pull/42
- install pywin32 with install-tensorrt command by @ddPn08 in https://github.com/cumulo-autumn/StreamDiffusion/pull/74
- Demo img2img webcam browser by @radames in https://github.com/cumulo-autumn/StreamDiffusion/pull/57
- Update the demo frontend framework by @ddPn08 in https://github.com/cumulo-autumn/StreamDiffusion/pull/83
New Contributors
- @GradientSurfer made their first contribution in https://github.com/cumulo-autumn/StreamDiffusion/pull/39
- @Maoku made their first contribution in https://github.com/cumulo-autumn/StreamDiffusion/pull/51
- @johndpope made their first contribution in https://github.com/cumulo-autumn/StreamDiffusion/pull/56
- @Jannchie made their first contribution in https://github.com/cumulo-autumn/StreamDiffusion/pull/54
- @CID8705 made their first contribution in https://github.com/cumulo-autumn/StreamDiffusion/pull/42
- @shinshin86 made their first contribution in https://github.com/cumulo-autumn/StreamDiffusion/pull/32
Full Changelog: https://github.com/cumulo-autumn/StreamDiffusion/compare/v0.1.0...v0.1.1