Skip to content

Commit fe64f75

Browse files
Remove pricing information from notebook and link to ground truth pricing page
1 parent bf3f014 commit fe64f75

5 files changed

Lines changed: 59 additions & 46 deletions

nbs/SD3_API.ipynb

Lines changed: 10 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
"id": "rgv9qma6OOue"
77
},
88
"source": [
9-
"# SD3.5, SD3.5-Turbo, and SD3.5-Medium\n",
9+
"# SD3.5, SD3.5-Turbo, SD3.5-Medium, and SD3.5 Flash\n",
1010
"\n",
1111
"Welcome. This notebook can be used to try out the SD3.5 service from Stability.\n",
1212
"\n",
@@ -113,13 +113,15 @@
113113
"\n",
114114
"Stable Image services include:\n",
115115
"\n",
116-
"- SD3.5 Large: The 8 billion parameter model. This service will use 6.5 credits.\n",
117-
"- SD3.5 Large Turbo: A distilled version of Stable Diffusion 4 Large with a faster inference time. This service will use 4 credits.\n",
118-
"- SD3.5 Medium: The 2 billion parameter model. This service will use 3.5 credits.\n",
119-
"- SD3.5 Flash: A distilled version of Stable Diffusion 3.5 Medium. Generates high-quality images with a 4 step process instead of 40. This service will use 2.5 credits.\n",
116+
"- SD3.5 Large: The 8 billion parameter model.\n",
117+
"- SD3.5 Large Turbo: A distilled version of Stable Diffusion 4 Large with a faster inference time.\n",
118+
"- SD3.5 Medium: The 2 billion parameter model.\n",
119+
"- SD3.5 Flash: A distilled version of Stable Diffusion 3.5 Medium. Generates high-quality images with a 4 step process instead of 40.\n",
120120
"\n",
121121
"See https://platform.stability.ai/docs/api-reference#tag/Generate\n",
122122
"\n",
123+
"Pricing page: https://platform.stability.ai/pricing\n",
124+
"\n",
123125
"Try these services out in the sections below. Check back in for regular updates.\n",
124126
"\n",
125127
"Feedback welcome."
@@ -850,12 +852,13 @@
850852
"provenance": []
851853
},
852854
"kernelspec": {
853-
"display_name": "Python 3",
855+
"display_name": ".venv",
856+
"language": "python",
854857
"name": "python3"
855858
},
856859
"language_info": {
857860
"name": "python",
858-
"version": "3.10.12"
861+
"version": "3.13.3"
859862
}
860863
},
861864
"nbformat": 4,

nbs/Stable_Image_API_Control.ipynb

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,11 +116,13 @@
116116
"\n",
117117
"Stable Image editing services include four offerings currently in production:\n",
118118
"\n",
119-
"- Sketch: This service offers an ideal solution for design projects that require brainstorming and frequent iterations. It upgrades rough hand-drawn sketches to refined outputs with precise control. For non-sketch images, it allows detailed manipulation of the final appearance by leveraging the contour lines and edges within the image. This service will use 3 credits.\n",
120-
"- Control: This service excels in generating images by maintaining the structure of an input image, making it especially valuable for advanced content creation scenarios such as recreating scenes or rendering characters from models. This service will use 3 credits.\n",
119+
"- Sketch: This service offers an ideal solution for design projects that require brainstorming and frequent iterations. It upgrades rough hand-drawn sketches to refined outputs with precise control. For non-sketch images, it allows detailed manipulation of the final appearance by leveraging the contour lines and edges within the image.\n",
120+
"- Control: This service excels in generating images by maintaining the structure of an input image, making it especially valuable for advanced content creation scenarios such as recreating scenes or rendering characters from models.\n",
121121
"\n",
122122
"See https://platform.stability.ai/docs/api-reference#tag/Control\n",
123123
"\n",
124+
"Pricing page: https://platform.stability.ai/pricing\n",
125+
"\n",
124126
"Try these services out in the sections below. Check back in for regular updates.\n",
125127
"\n",
126128
"Feedback welcome."

nbs/Stable_Image_API_Edit.ipynb

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -116,13 +116,15 @@
116116
"\n",
117117
"Stable Image editing services include four offerings currently in production:\n",
118118
"\n",
119-
"- Inpaint: where you specify a `mask` (or use the alpha channel of the `image` parameter). The `prompt` is what will be added to the image in the masked area. Regardless of input resolution, the output will be provided at 4mp. This service will use 3 credits.\n",
120-
"- Search-and-Replace: where you specify what you want to replace in the input image via `search_prompt`. The `prompt` is what will be added to the image in place of the object from the search_prompt. Regardless of input resolution, the output will be provided at 4mp. This service will use 4 credits.\n",
121-
"- Outpaint: Extend an image in any direction. This service will use 4 credits.\n",
122-
"- Remove Background: Removes the background from an image. This service will use 2 credits.\n",
119+
"- Inpaint: where you specify a `mask` (or use the alpha channel of the `image` parameter). The `prompt` is what will be added to the image in the masked area. Regardless of input resolution, the output will be provided at 4mp.\n",
120+
"- Search-and-Replace: where you specify what you want to replace in the input image via `search_prompt`. The `prompt` is what will be added to the image in place of the object from the search_prompt. Regardless of input resolution, the output will be provided at 4mp.\n",
121+
"- Outpaint: Extend an image in any direction.\n",
122+
"- Remove Background: Removes the background from an image.\n",
123123
"\n",
124124
"See https://platform.stability.ai/docs/api-reference#tag/Edit\n",
125125
"\n",
126+
"Pricing page: https://platform.stability.ai/pricing\n",
127+
"\n",
126128
"Try these services out in the sections below. Check back in for regular updates.\n",
127129
"\n",
128130
"Feedback welcome."

0 commit comments

Comments
 (0)