Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix pricing and sd3.5 dropdown in notebook #299

Merged
merged 1 commit into from
Oct 22, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 3 additions & 3 deletions nbs/SD3_API.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -125,9 +125,9 @@
"\n",
"Stable Image services include one offering currently in production:\n",
"\n",
"- SD3 Large: The 2 billion parameter model. This service will use 6.5 credits.\n",
"- SD3 Large Turbo: The 8 billion parameter model. This service will use 4 credits.\n",
"- SD3 Medium: The 8 billion parameter model with a faster inference time. This service will use 3.5 credits.\n",
"- SD3 and SD3.5 Large: The 8 billion parameter model. This service will use 6.5 credits.\n",
"- SD3 and SD3.5 Large Turbo: A distilled version of Stable Diffusion 3/3.5 Large with a faster inference time. This service will use 4 credits.\n",
"- SD3 Medium: The 2 billion parameter model. This service will use 3.5 credits.\n",
"\n",
"See https://platform.stability.ai/docs/api-reference#tag/Generate\n",
"\n",
Expand Down
4 changes: 2 additions & 2 deletions nbs/Stable_Image_API_Public.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -174,9 +174,9 @@
"\n",
"- Ultra: Our most advanced text to image generation service. This service will use 8 credits.\n",
"\n",
"- Core: Our primary service for text-to-image generation. This service will use 3 credits.\n",
"- SD3.0 & SD3.5: This service will use 6.5 credits for SD3/3.5 Large, 4 credits for SD3/3.5 Large Turbo, 3.5 credits for SD3 Medium.\n",
"\n",
"- SD3: This service will use 3.5 credits for SD3 Medium, 6.5 credits for SD3 Large, and 4 credits for SD3 Large Turbo\n",
"- Core: Our primary service for text-to-image generation. This service will use 3 credits.\n",
"\n",
"See https://platform.stability.ai/docs/api-reference#tag/Generate\n",
"\n",
Expand Down
Loading