v0.1.1: New webcam img2img demo, enable LoRA, screen demo for Linux, speed up realtime-txt2img demo
LatestFeature
- 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 #39
- added termination processing to the examples/screen demo by @Maoku in #51
- Update App.tsx by @johndpope in #56
- fix: channel not match by @Jannchie in #54
- Fix python path to not fail if it contains spaces by @CID8705 in #42
- install pywin32 with install-tensorrt command by @ddPn08 in #74
- Demo img2img webcam browser by @radames in #57
- Update the demo frontend framework by @ddPn08 in #83
New Contributors
- @GradientSurfer made their first contribution in #39
- @Maoku made their first contribution in #51
- @johndpope made their first contribution in #56
- @Jannchie made their first contribution in #54
- @CID8705 made their first contribution in #42
- @shinshin86 made their first contribution in #32
Full Changelog: v0.1.0...v0.1.1