Skip to content

Commit

Permalink
feat: Add Stability 3.5 large (#13)
Browse files Browse the repository at this point in the history
  • Loading branch information
ReinderVosDeWael authored Dec 26, 2024
1 parent bedf47d commit 22452e8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,5 @@
.open-webui
local
*.pyc
__pycache__
__pycache__
.idea
2 changes: 1 addition & 1 deletion proxy/app/routers/images/schemas.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

import pydantic

IMAGE_GENERATION_MODELS = Literal["aws/stability.sd3-large-v1:0"]
IMAGE_GENERATION_MODELS = Literal["aws/stability.sd3-large-v1:0", "aws/stability.sd3-5-large-v1:0"]


class PostImageGenerationRequest(pydantic.BaseModel):
Expand Down

0 comments on commit 22452e8

Please sign in to comment.