实时文字生成图片,图片生成图片 https://github.com/cumulo-autumn/StreamDiffusion
天问 7834462089 Update 'README.md' | 11 months ago | |
---|---|---|
README.md | 11 months ago |
文字生成图片,图片生成图片,实时。
demo项目包含文字转图片,前端react打包到python目录,才有docker方式部署
cd StreamDiffusion/demo/realtime-txt2img
docker build -t stream-diffusion:latest -f Dockerfile .
docker run --gpus all -it -v $(pwd):/home/ubuntu/streamdiffusion stream-diffusion:latest