feat: simple openai image generation api compatiple server (#1037)

This commit is contained in:
leejet
2025-12-13 13:53:21 +08:00
committed by GitHub
parent 11ab095230
commit 2aecdd57ca
35 changed files with 15915 additions and 1705 deletions

View File

@@ -1,4 +1,4 @@
set(TARGET sd)
set(TARGET sd-cli)
add_executable(${TARGET} main.cpp)
install(TARGETS ${TARGET} RUNTIME)

View File

@@ -1,7 +1,7 @@
# Run
```
usage: ./bin/sd [options]
usage: ./bin/sd-cli [options]
CLI Options:
-o, --output <string> path to write result image to (default: ./output.png)

File diff suppressed because it is too large Load Diff