| 286 | } |
| 287 | |
| 288 | bool SanaDiffusion::run(const std::string prompt, const std::string imagePath, int iterNum, int randomSeed, std::function<void(int)> progressCallback) { |
| 289 | return true; |
| 290 | } |
| 291 | // 核心推理流程 |
| 292 | // 输入:LLM特征(来自Qwen3-0.6B) -> Connector -> Projector -> DiT去噪 -> VAE解码 -> 输出图像 |
| 293 | bool SanaDiffusion::run(const VARP input_embeds, |
nothing calls this directly
no test coverage detected