diff --git a/nbs/SD3_API.ipynb b/nbs/SD3_API.ipynb index eb99cf6..7842cfb 100644 --- a/nbs/SD3_API.ipynb +++ b/nbs/SD3_API.ipynb @@ -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", diff --git a/nbs/Stable_Image_API_Public.ipynb b/nbs/Stable_Image_API_Public.ipynb index cc12b91..07a2255 100644 --- a/nbs/Stable_Image_API_Public.ipynb +++ b/nbs/Stable_Image_API_Public.ipynb @@ -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",