Skip to content

Commit

Permalink
Update new models
Browse files Browse the repository at this point in the history
  • Loading branch information
vietanhlehuu committed Jun 20, 2024
1 parent d21cc52 commit 476f881
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions plugin.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,10 @@
{
"name": "model",
"label": "Model to use for generation",
"description": "Optional, default: \"sd3\"",
"description": "Optional, default: \"sd3-large\"",
"type": "enum",
"values": ["sd3", "sd3-turbo"]
"values": ["sd3-medium", "sd3-large", "sd3-large-turbo"],
"defaultValue": "sd3-large"
},
{
"name": "negative_prompt",
Expand Down

0 comments on commit 476f881

Please sign in to comment.