1
0
Fork 0

feat(api): add remaining inputs params to response

This commit is contained in:
Sean Sube 2023-01-06 10:43:58 -06:00
parent bef07d7208
commit bbd0e938c7
1 changed files with 3 additions and 0 deletions

View File

@ -216,6 +216,9 @@ def txt2img():
return json_with_cors({
'output': output_file,
'params': {
'model': model,
'provider': provider,
'scheduler': scheduler.__name__,
'cfg': cfg,
'steps': steps,
'height': height,