fix: remove image transformation

This commit is contained in:
Oleg Proskurin 2026-01-20 09:11:12 +07:00
parent dd1e1d2cf2
commit 5e70345be2
1 changed files with 12 additions and 12 deletions

View File

@ -228,7 +228,7 @@ export const Content = () => (
SDK: <a href="https://github.com/Leonardo-Interactive/leonardo-python-sdk" className="text-blue-600 hover:underline">Python</a>,{' '} SDK: <a href="https://github.com/Leonardo-Interactive/leonardo-python-sdk" className="text-blue-600 hover:underline">Python</a>,{' '}
<a href="https://github.com/Leonardo-Interactive/leonardo-ts-sdk" className="text-blue-600 hover:underline">TypeScript</a>.{' '} <a href="https://github.com/Leonardo-Interactive/leonardo-ts-sdk" className="text-blue-600 hover:underline">TypeScript</a>.{' '}
<a href="https://docs.leonardo.ai/docs/connect-to-leonardoai-mcp" className="text-blue-600 hover:underline">MCP</a>.{' '} <a href="https://docs.leonardo.ai/docs/connect-to-leonardoai-mcp" className="text-blue-600 hover:underline">MCP</a>.{' '}
CDN hosting. Image transformation: upscaling, inpainting, outpainting, background removal. CDN hosting. Upscaling, inpainting, outpainting, background removal.
</p> </p>
{/* Adobe Firefly */} {/* Adobe Firefly */}
@ -283,7 +283,7 @@ export const Content = () => (
<a href="https://developer.adobe.com/firefly-services/docs/firefly-api/" className="text-blue-600 hover:underline">REST API</a>.{' '} <a href="https://developer.adobe.com/firefly-services/docs/firefly-api/" className="text-blue-600 hover:underline">REST API</a>.{' '}
SDK: <a href="https://developer.adobe.com/firefly-services/docs/guides/sdks/" className="text-blue-600 hover:underline">JavaScript</a>.{' '} SDK: <a href="https://developer.adobe.com/firefly-services/docs/guides/sdks/" className="text-blue-600 hover:underline">JavaScript</a>.{' '}
<a href="https://docs.firefly.ai/integrations/mcp" className="text-blue-600 hover:underline">MCP</a>.{' '} <a href="https://docs.firefly.ai/integrations/mcp" className="text-blue-600 hover:underline">MCP</a>.{' '}
S3+CloudFront CDN (temporary URLs). Image transformation: generative fill, generative expand, background removal, upscaling. S3+CloudFront CDN (temporary URLs). Generative fill, generative expand, background removal, upscaling.
</p> </p>
{/* ChatGPT / GPT-4o */} {/* ChatGPT / GPT-4o */}
@ -372,7 +372,7 @@ export const Content = () => (
<p className="text-gray-700 leading-relaxed mb-4"> <p className="text-gray-700 leading-relaxed mb-4">
<strong>API:</strong>{' '} <strong>API:</strong>{' '}
<a href="https://developer.ideogram.ai/ideogram-api/api-overview" className="text-blue-600 hover:underline">REST API</a>.{' '} <a href="https://developer.ideogram.ai/ideogram-api/api-overview" className="text-blue-600 hover:underline">REST API</a>.{' '}
Temporary image URLs (expiring). Image transformation: edit, remix, reframe, upscale, background replacement. Temporary image URLs (expiring). Edit, remix, reframe, upscale, background replacement.
</p> </p>
{/* Google Gemini */} {/* Google Gemini */}
@ -431,7 +431,7 @@ export const Content = () => (
<a href="https://ai.google.dev/gemini-api/docs/imagen" className="text-blue-600 hover:underline">REST API</a>.{' '} <a href="https://ai.google.dev/gemini-api/docs/imagen" className="text-blue-600 hover:underline">REST API</a>.{' '}
SDK: <a href="https://ai.google.dev/gemini-api/docs/libraries" className="text-blue-600 hover:underline">Python, JavaScript, Go, Java, C#</a>.{' '} SDK: <a href="https://ai.google.dev/gemini-api/docs/libraries" className="text-blue-600 hover:underline">Python, JavaScript, Go, Java, C#</a>.{' '}
CLI: <a href="https://github.com/google-gemini/gemini-cli" className="text-blue-600 hover:underline">gemini-cli</a>.{' '} CLI: <a href="https://github.com/google-gemini/gemini-cli" className="text-blue-600 hover:underline">gemini-cli</a>.{' '}
Base64 response (no hosting). Image transformation: inpainting, outpainting, upscaling, subject customization. Base64 response (no hosting). Inpainting, outpainting, upscaling, subject customization.
</p> </p>
{/* Recraft AI */} {/* Recraft AI */}
@ -485,7 +485,7 @@ export const Content = () => (
<p className="text-gray-700 leading-relaxed mb-4"> <p className="text-gray-700 leading-relaxed mb-4">
<strong>API:</strong>{' '} <strong>API:</strong>{' '}
<a href="https://docs.recraft.ai" className="text-blue-600 hover:underline">REST API</a> (OpenAI-compatible).{' '} <a href="https://docs.recraft.ai" className="text-blue-600 hover:underline">REST API</a> (OpenAI-compatible).{' '}
Temporary image URLs. Image transformation: vectorization, upscaling, inpainting, outpainting, background removal. Temporary image URLs. Vectorization, upscaling, inpainting, outpainting, background removal.
</p> </p>
{/* Reve AI */} {/* Reve AI */}
@ -599,7 +599,7 @@ export const Content = () => (
<strong>API:</strong>{' '} <strong>API:</strong>{' '}
<a href="https://docs.bfl.ai/" className="text-blue-600 hover:underline">REST API</a>.{' '} <a href="https://docs.bfl.ai/" className="text-blue-600 hover:underline">REST API</a>.{' '}
<a href="https://docs.bfl.ai/api_integration/mcp_integration" className="text-blue-600 hover:underline">MCP</a>.{' '} <a href="https://docs.bfl.ai/api_integration/mcp_integration" className="text-blue-600 hover:underline">MCP</a>.{' '}
Temporary URLs (10 min expiration). Image transformation: inpainting, outpainting, multi-reference editing. Temporary URLs (10 min expiration). Inpainting, outpainting, multi-reference editing.
</p> </p>
{/* Stable Diffusion 3.5 */} {/* Stable Diffusion 3.5 */}
@ -673,7 +673,7 @@ export const Content = () => (
> >
Go Go
</a> </a>
. CLI via Python SDK. Image transformation: upscaling, inpainting, . CLI via Python SDK. Upscaling, inpainting,
outpainting, background removal. outpainting, background removal.
</p> </p>
@ -903,7 +903,7 @@ export const Content = () => (
> >
CLI CLI
</a> </a>
. Image transformation: style transfer, img2img. . Style transfer, img2img.
</p> </p>
{/* Runware */} {/* Runware */}
@ -966,7 +966,7 @@ export const Content = () => (
> >
Python Python
</a> </a>
. Image transformation: upscaling, inpainting, outpainting, background . Upscaling, inpainting, outpainting, background
removal, vectorize. removal, vectorize.
</p> </p>
@ -1021,7 +1021,7 @@ export const Content = () => (
> >
JavaScript JavaScript
</a> </a>
. Image hosting (shareable URLs). Image transformation: upscaling, . Image hosting (shareable URLs). Upscaling,
inpainting, outpainting, background removal, segmentation. inpainting, outpainting, background removal, segmentation.
</p> </p>
@ -1078,7 +1078,7 @@ export const Content = () => (
> >
Python Python
</a> </a>
. Image transformation: upscaling, inpainting, outpainting, background . Upscaling, inpainting, outpainting, background
removal, ControlNet. removal, ControlNet.
</p> </p>
@ -1320,7 +1320,7 @@ export const Content = () => (
> >
REST API REST API
</a> </a>
. Image transformation: upscaling, style transfer, enhance. . Upscaling, style transfer, enhance.
</p> </p>
{/* Freepik AI */} {/* Freepik AI */}