Files
FastDeploy/examples/multimodal/stable_diffusion/cpp/README.md
2022-12-05 09:19:11 +00:00

13 lines
701 B
Markdown
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# StableDiffusion C++部署示例
在部署前,需确认以下两个步骤
- 1. 软硬件环境满足要求,参考[FastDeploy环境要求](../../../../docs/cn/build_and_install/download_prebuilt_libraries.md)
- 2. 根据开发环境下载预编译部署库和samples代码参考[FastDeploy预编译库](../../../../docs/cn/build_and_install/download_prebuilt_libraries.md)
本目录下提供`*_infer.cc`快速完成StableDiffusion各任务的C++部署示例。
## Inpaint任务
StableDiffusion Inpaint任务是一个根据提示文本补全图片的任务具体而言就是用户给定提示文本原始图片以及原始图片的mask图片该任务输出补全后的图片。