[diffusion] refactor: refactor sampling params (#13706)

This commit is contained in:
Mick
2025-11-22 22:43:04 +08:00
committed by GitHub
parent 3397bcee84
commit ca548d8324
7 changed files with 135 additions and 149 deletions
@@ -273,7 +273,6 @@ Consider updating perf_baselines.json with the snippets below:
response_format="b64_json",
)
rid = response.headers.get("x-request-id", "")
print(f"{response=}")
result = response.parse()
validate_image(result.data[0].b64_json)