This website requires JavaScript.
Explore
Help
Sign In
apps
/
FastDeploy
Watch
1
Star
0
Fork
0
You've already forked FastDeploy
mirror of
https://github.com/PaddlePaddle/FastDeploy.git
synced
2025-10-05 16:48:03 +08:00
Code
Issues
Actions
2
Packages
Projects
Releases
Wiki
Activity
Files
a88c6a690551ea233d346cfb9bb5b7708a964b5f
FastDeploy
/
examples
/
multimodal
/
stable_diffusion
/
cpp
History
zhoushunjie
a88c6a6905
Add trt backend
2022-12-05 07:48:51 +00:00
..
CMakeLists.txt
[Diffusion] Add C++ dpm solver (
#714
)
2022-11-30 13:41:22 +08:00
dpm_solver_multistep_scheduler.cc
[Diffusion] Add StableDiffusionInpaint pipeline (
#760
)
2022-12-02 19:30:32 +08:00
dpm_solver_multistep_scheduler.h
[Diffusion] Add StableDiffusionInpaint pipeline (
#760
)
2022-12-02 19:30:32 +08:00
main.cc
Add trt backend
2022-12-05 07:48:51 +00:00
pipeline_stable_diffusion_inpaint.cc
Add trt backend
2022-12-05 07:48:51 +00:00
pipeline_stable_diffusion_inpaint.h
[Diffusion] Add StableDiffusionInpaint pipeline (
#760
)
2022-12-02 19:30:32 +08:00
README.md
Add trt backend
2022-12-05 07:48:51 +00:00
scheduler.h
[Diffusion] Add StableDiffusionInpaint pipeline (
#760
)
2022-12-02 19:30:32 +08:00
README.md
StableDiffusion C++部署示例