Skip to content

Commit

Permalink
add scheduler param
Browse files Browse the repository at this point in the history
  • Loading branch information
SBrandeis committed Jan 26, 2024
1 parent 8dc4d17 commit 9ccb3a4
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions packages/tasks/src/tasks/text-to-image/spec/input.json
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,10 @@
}
},
"required": ["width", "height"]
},
"scheduler": {
"type": "string",
"description": "For diffusion models. Override the scheduler with a compatible one"
}
}
}
Expand Down

0 comments on commit 9ccb3a4

Please sign in to comment.