# text-to-image

A machine-learning technology that generates images from text prompts.

This is one page of public article previews, not the complete archive. Follow Next page to continue. Summaries are not the original full articles.

## Introducing ChatGPT Images 2.5

DevFeed: [Introducing ChatGPT Images 2.5](<https://devfeed.tech/articles/introducing-chatgpt-images-2-5-31183.md>)

Original publisher: [Read original article](<https://simonwillison.net/2026/Sep/8/introducing-chatgpt-images-25/>)

Author: Simon Willison

Published: 2026-09-08T22:46:33Z

Content type: release

Language: en

Sources: [Simon Willison's Weblog](<https://devfeed.tech/sources/simon-willison-s-weblog.md>)

Topics: [ChatGPT](<https://devfeed.tech/topics/chatgpt.md>), [OpenAI](<https://devfeed.tech/topics/openai.md>), [Generative AI](<https://devfeed.tech/topics/generative-ai.md>), [text-to-image](<https://devfeed.tech/topics/text-to-image.md>), [Command-line interface](<https://devfeed.tech/topics/cli.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-2-236](<https://devfeed.tech/tags/ai-2-236.md>), [chatgpt](<https://devfeed.tech/tags/chatgpt.md>), [generative-ai](<https://devfeed.tech/tags/generative-ai.md>), [generative-ai-1-982](<https://devfeed.tech/tags/generative-ai-1-982.md>), [openai](<https://devfeed.tech/tags/openai.md>), [openai-463](<https://devfeed.tech/tags/openai-463.md>), [text-to-image](<https://devfeed.tech/tags/text-to-image.md>), [text-to-image-47](<https://devfeed.tech/tags/text-to-image-47.md>), [tools](<https://devfeed.tech/tags/tools.md>), [tools-78](<https://devfeed.tech/tags/tools-78.md>), [uv](<https://devfeed.tech/tags/uv.md>), [uv-100](<https://devfeed.tech/tags/uv-100.md>)

### AI overview

OpenAI's ChatGPT Images 2.5 release adds improved multi-turn instruction following, faster responses, and better preservation of subjects in reference photos. The API introduces the gpt-image-2.5-sunburst and gpt-image-2.5-flare model IDs, with Sunburst positioned for precise editing and Flare for faster everyday generation.

### Source excerpt

Introducing ChatGPT Images 2.5 OpenAI's image generation models are apparently used "more than 3 billion images across ChatGPT Images and the GPT-Image models in the API". This latest release improves their instruction-following ability across multiple turns, responds faster, and "is better at preserving the subjects in your reference photos". There are two new model IDs in the API: gpt-image-2.5-sunburst and gpt-image-2.5-flare. Based on this I think Sunburst is the stronger option: Choose Sunburst for workflows where editing precision matters most, and Flare for fast, high-quality everyday image generation. I upgraded my openai_image.py CLI tool to support passing in one or more reference images, so now this works: uv run https://tools.simonwillison.net/python/openai_image.py \ 'add a raccoon scientist studying the chart thoughtfully' \ -i https://static.simonwillison.net/static/2026/openai-agent-usage.webp \ -m gpt-image-2.5-sunburst This is the original image, and here's what I got back from that prompt to "add a raccoon scientist studying the chart thoughtfully": Tags: tools, ai, openai, generative-ai, uv, text-to-image

## Alice AI ART 2.0: путь к unified-модели, которая одинаково хорошо умеет генерировать и редактировать картинки

DevFeed: [Alice AI ART 2.0: путь к unified-модели, которая одинаково хорошо умеет генерировать и редактировать картинки](<https://devfeed.tech/articles/alice-ai-art-2-0-unified-24868.md>)

Original publisher: [Read original article](<https://habr.com/ru/companies/yandex/articles/1058630/>)

Author: snk4tr (Яндекс)

Published: 2026-07-14T08:40:58Z

Content type: article

Language: ru

Sources: [Яндекс - Как мы делаем Яндекс / Статьи](<https://devfeed.tech/sources/source.md>)

Topics: [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [text-to-image](<https://devfeed.tech/topics/text-to-image.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [ai-art](<https://devfeed.tech/tags/ai-art.md>), [alice-ai](<https://devfeed.tech/tags/alice-ai.md>), [image-editing](<https://devfeed.tech/tags/image-editing.md>), [image-to-image](<https://devfeed.tech/tags/image-to-image.md>), [tag-5db67948c7d9](<https://devfeed.tech/tags/tag-5db67948c7d9.md>), [tag-d346fb5ae499](<https://devfeed.tech/tags/tag-d346fb5ae499.md>), [tag-e493b9551702](<https://devfeed.tech/tags/tag-e493b9551702.md>), [text-to-image](<https://devfeed.tech/tags/text-to-image.md>), [unified-models](<https://devfeed.tech/tags/unified-models.md>)

### AI overview

A team developing Alice AI ART describes its effort to unify text-to-image generation and instruction-based image editing in one model. The article covers the previous split architecture, the motivation for unification, and the evaluation datasets used to measure quality.

### Source excerpt

Привет, Хабр! На связи команда генеративных моделей в компьютерном зрении. Вместе с другими командами мы делаем мультимодального ассистента Алиса AI. Внутри него мы развиваем несколько вариантов визуальной генерации с помощью отдельной модели Alice AI ART. Два базовых сценария её работы -- генерация по тексту (Text-to-Image, T2I) и редактирование по картинке с инструкцией (Image-to-Image, I2I). Именно о них пойдёт речь. Всё это время эти сценарии жили как два разных стека: свои базовые модели, свои данные, свои метрики и, честно говоря, своя отдельная боль в разработке и поддержке. В этом году мы поставили себе цель, которая звучала просто, а на практике оказалась полугодовым приключением: не только подтянуть качество, а сделать одну модель, которая одинаково хорошо умеет и в T2I, и в I2I. Внутри мы называем такой режим unified или просто uni. Вас ждёт рассказ об отдельных экспериментах и наблюдениях, которые помогли нам сделать первый шаг в этом направлении и привели нас к Alice AI ART 2.0, -- включая те, которые красиво не сработали (спойлер: их хватало). Читать далее

## Start building with Nano Banana 2 Lite and Gemini Omni Flash

DevFeed: [Start building with Nano Banana 2 Lite and Gemini Omni Flash](<https://devfeed.tech/articles/start-building-with-nano-banana-2-lite-and-gemini-omni-flash-6246.md>)

Original publisher: [Read original article](<https://deepmind.google/blog/start-building-with-nano-banana-2-lite-and-gemini-omni-flash/>)

Author: Alisa Fortin

Published: 2026-06-30T16:02:40Z

Content type: release

Language: en

Sources: [Google DeepMind News](<https://devfeed.tech/sources/google-deepmind-news.md>)

Topics: [Google AI](<https://devfeed.tech/topics/google-ai.md>), [API](<https://devfeed.tech/topics/api.md>), [text-to-image](<https://devfeed.tech/topics/text-to-image.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [api](<https://devfeed.tech/tags/api.md>), [benchmarks](<https://devfeed.tech/tags/benchmarks.md>), [build-faster](<https://devfeed.tech/tags/build-faster.md>), [building](<https://devfeed.tech/tags/building.md>), [cost](<https://devfeed.tech/tags/cost.md>), [efficiency](<https://devfeed.tech/tags/efficiency.md>), [gemini](<https://devfeed.tech/tags/gemini.md>), [generation](<https://devfeed.tech/tags/generation.md>), [generative](<https://devfeed.tech/tags/generative.md>), [google-ai](<https://devfeed.tech/tags/google-ai.md>), [images](<https://devfeed.tech/tags/images.md>), [latency](<https://devfeed.tech/tags/latency.md>), [life](<https://devfeed.tech/tags/life.md>), [media](<https://devfeed.tech/tags/media.md>), [models](<https://devfeed.tech/tags/models.md>), [none](<https://devfeed.tech/tags/none.md>), [performance](<https://devfeed.tech/tags/performance.md>), [prototyping](<https://devfeed.tech/tags/prototyping.md>), [scale](<https://devfeed.tech/tags/scale.md>), [video](<https://devfeed.tech/tags/video.md>)

### AI overview

Google DeepMind announces Nano Banana 2 Lite, a fast and cost-efficient image model for high-throughput developer pipelines, and makes Gemini Omni Flash available to developers for video generation and conversational editing. The models are offered through Google AI Studio, the Gemini API and Gemini Enterprise Agent Platform.

### Source excerpt

Scale your ideas with Nano Banana 2 Lite, our fastest, most cost-efficient Gemini Image model, and Gemini Omni Flash for high-quality video and conversational editing.

## DeepInfra on Hugging Face Inference Providers 🔥

DevFeed: [DeepInfra on Hugging Face Inference Providers 🔥](<https://devfeed.tech/articles/deepinfra-on-hugging-face-inference-providers-7279.md>)

Original publisher: [Read original article](<https://huggingface.co/blog/inference-providers-deepinfra>)

Author: Aray Sultanbekova; Shang-Pin; Utemuratov; Yessen K; Oguz Vuruskaner; Célina Hanouti; Simon Brandeis; Lucain Pouget

Published: 2026-04-29T00:00:00Z

Content type: article

Language: en

Sources: [Hugging Face - Blog](<https://devfeed.tech/sources/hugging-face-blog.md>)

Topics: [deepinfra](<https://devfeed.tech/topics/deepinfra.md>), [hugging face](<https://devfeed.tech/topics/hugging-face.md>), [inference-providers](<https://devfeed.tech/topics/inference-providers.md>), [AI Inference](<https://devfeed.tech/topics/ai-inference.md>), [SDKs](<https://devfeed.tech/topics/sdks.md>), [Large Language Model](<https://devfeed.tech/topics/llm.md>), [API keys](<https://devfeed.tech/topics/api-keys.md>), [text-generation](<https://devfeed.tech/topics/text-generation.md>), [text-to-image](<https://devfeed.tech/topics/text-to-image.md>)

Tags: [ai-inference](<https://devfeed.tech/tags/ai-inference.md>), [api](<https://devfeed.tech/tags/api.md>), [api-keys](<https://devfeed.tech/tags/api-keys.md>), [applications](<https://devfeed.tech/tags/applications.md>), [artificial-intelligence](<https://devfeed.tech/tags/artificial-intelligence.md>), [code](<https://devfeed.tech/tags/code.md>), [deepinfra](<https://devfeed.tech/tags/deepinfra.md>), [enterprise](<https://devfeed.tech/tags/enterprise.md>), [hub](<https://devfeed.tech/tags/hub.md>), [hugging-face](<https://devfeed.tech/tags/hugging-face.md>), [inference](<https://devfeed.tech/tags/inference.md>), [inference-providers](<https://devfeed.tech/tags/inference-providers.md>), [javascript](<https://devfeed.tech/tags/javascript.md>), [llms](<https://devfeed.tech/tags/llms.md>), [open](<https://devfeed.tech/tags/open.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [partnerships](<https://devfeed.tech/tags/partnerships.md>), [pricing](<https://devfeed.tech/tags/pricing.md>), [python](<https://devfeed.tech/tags/python.md>), [sdks](<https://devfeed.tech/tags/sdks.md>), [text-generation](<https://devfeed.tech/tags/text-generation.md>), [text-to-image](<https://devfeed.tech/tags/text-to-image.md>)

### AI overview

DeepInfra is now a supported Inference Provider on the Hugging Face Hub, with serverless access to more than 100 models and integration with Hugging Face's JavaScript and Python SDKs. The article describes provider selection, API-key and routed-by-Hugging-Face modes, supported model tasks, and initial access to conversational and text-generation models.

### Source excerpt

We're on a journey to advance and democratize artificial intelligence through open source and open science.

## PRX Part 3 -- Training a Text-to-Image Model in 24h!

DevFeed: [PRX Part 3 -- Training a Text-to-Image Model in 24h!](<https://devfeed.tech/articles/prx-part-3-training-a-text-to-image-model-in-24h-7037.md>)

Original publisher: [Read original article](<https://huggingface.co/blog/Photoroom/prx-part3>)

Author: David Bertoin; Roman Frigg; Jon Almazán

Published: 2026-03-03T16:50:49Z

Content type: article

Language: en

Sources: [Hugging Face - Blog](<https://devfeed.tech/sources/hugging-face-blog.md>)

Topics: [text-to-image](<https://devfeed.tech/topics/text-to-image.md>), [GPU](<https://devfeed.tech/topics/gpu.md>), [Code](<https://devfeed.tech/topics/code.md>), [Hardware](<https://devfeed.tech/topics/hardware.md>)

Tags: [code](<https://devfeed.tech/tags/code.md>), [compute](<https://devfeed.tech/tags/compute.md>), [computer-vision](<https://devfeed.tech/tags/computer-vision.md>), [cost](<https://devfeed.tech/tags/cost.md>), [diffusion](<https://devfeed.tech/tags/diffusion.md>), [engineering](<https://devfeed.tech/tags/engineering.md>), [experiment](<https://devfeed.tech/tags/experiment.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [hardware](<https://devfeed.tech/tags/hardware.md>), [model](<https://devfeed.tech/tags/model.md>), [open](<https://devfeed.tech/tags/open.md>), [performance](<https://devfeed.tech/tags/performance.md>), [text-to-image](<https://devfeed.tech/tags/text-to-image.md>), [training](<https://devfeed.tech/tags/training.md>)

### AI overview

The article describes a 24-hour speedrun for training a text-to-image diffusion model by combining architectural and training techniques from earlier posts. It targets 512px training followed by 1024px fine-tuning on 32 H200 GPUs within an approximately $1,500 compute budget, and says the training code and experimental framework will be open-sourced.

### Source excerpt

Welcome back 👋 In the last two posts (Part 1 and Part 2), we explored a wide range of architectural and training tricks for diffusion models. We tried to evaluate each idea in isolation, measuring throughput, convergence speed, and final image quality, and tried to understand what actually moves the needle. In this post, we want to answer a much more practical question: What happens when we combine all the tricks that worked?

## Training Design for Text-to-Image Models: Lessons from Ablations

DevFeed: [Training Design for Text-to-Image Models: Lessons from Ablations](<https://devfeed.tech/articles/training-design-for-text-to-image-models-lessons-from-ablations-7035.md>)

Original publisher: [Read original article](<https://huggingface.co/blog/Photoroom/prx-part2>)

Author: David Bertoin; Roman Frigg; Jon Almazán

Published: 2026-02-03T11:25:53Z

Content type: article

Language: en

Sources: [Hugging Face - Blog](<https://devfeed.tech/sources/hugging-face-blog.md>)

Topics: [text-to-image](<https://devfeed.tech/topics/text-to-image.md>), [foundation-models](<https://devfeed.tech/topics/foundation-models.md>), [Optimization](<https://devfeed.tech/topics/optimization.md>)

Tags: [efficiency](<https://devfeed.tech/tags/efficiency.md>), [experiments](<https://devfeed.tech/tags/experiments.md>), [models](<https://devfeed.tech/tags/models.md>), [open](<https://devfeed.tech/tags/open.md>), [optimization](<https://devfeed.tech/tags/optimization.md>), [scale](<https://devfeed.tech/tags/scale.md>), [series](<https://devfeed.tech/tags/series.md>), [techniques](<https://devfeed.tech/tags/techniques.md>), [text-to-image](<https://devfeed.tech/tags/text-to-image.md>), [training](<https://devfeed.tech/tags/training.md>)

### AI overview

This second article in a series documents experiments for training efficient text-to-image foundation models from scratch. Using PRX as the case study, it examines techniques that improve training speed, convergence reliability, and learned representations, comparing them through controlled experiments and combinations against a clean Flow Matching baseline.

### Source excerpt

Welcome back! This is the second part of our series on training efficient text-to-image models from scratch. In the first post of this series, we introduced our goal: training a competitive text-to-image foundation model entirely from scratch, in the open, and at scale. We focused primarily on architectural choices and motivated the core design decisions behind our model PRX.

## Build with Nano Banana Pro, our Gemini 3 Pro Image model

DevFeed: [Build with Nano Banana Pro, our Gemini 3 Pro Image model](<https://devfeed.tech/articles/build-with-nano-banana-pro-our-gemini-3-pro-image-model-6142.md>)

Original publisher: [Read original article](<https://deepmind.google/blog/build-with-nano-banana-pro-our-gemini-3-pro-image-model/>)

Author: Alisa Fortin

Published: 2025-11-20T15:11:14Z

Content type: article

Language: en

Sources: [Google DeepMind News](<https://devfeed.tech/sources/google-deepmind-news.md>)

Topics: [Google AI](<https://devfeed.tech/topics/google-ai.md>), [text-to-image](<https://devfeed.tech/topics/text-to-image.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [API](<https://devfeed.tech/topics/api.md>), [multimodal](<https://devfeed.tech/topics/multimodal.md>), [Google Search](<https://devfeed.tech/topics/google-search.md>), [Figma](<https://devfeed.tech/topics/figma.md>)

Tags: [4k](<https://devfeed.tech/tags/4k.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-studio](<https://devfeed.tech/tags/ai-studio.md>), [api](<https://devfeed.tech/tags/api.md>), [color-grading](<https://devfeed.tech/tags/color-grading.md>), [demo](<https://devfeed.tech/tags/demo.md>), [figma](<https://devfeed.tech/tags/figma.md>), [gemini](<https://devfeed.tech/tags/gemini.md>), [generation](<https://devfeed.tech/tags/generation.md>), [google-search](<https://devfeed.tech/tags/google-search.md>), [image](<https://devfeed.tech/tags/image.md>), [model](<https://devfeed.tech/tags/model.md>), [multimodal](<https://devfeed.tech/tags/multimodal.md>), [none](<https://devfeed.tech/tags/none.md>), [product-design](<https://devfeed.tech/tags/product-design.md>)

### AI overview

The article announces Nano Banana Pro, also called Gemini 3 Pro Image, a higher-fidelity image generation and editing model built on Gemini 3 Pro. It describes developer access through the Gemini API in Google AI Studio and Vertex AI, with multimodal capabilities, Google Search grounding, improved text rendering, precise image controls, high-resolution outputs, and support for compositing multiple reference elements. The model is also being integrated into developer and creative platforms for UI mockups and visual asset creation.

### Source excerpt

Nano Banana Pro, or Gemini 3 Pro Image, is our most advanced image generation and editing model.

## Replicate Integration with Encore.ts

DevFeed: [Replicate Integration with Encore.ts](<https://devfeed.tech/articles/replicate-integration-with-encore-ts-17835.md>)

Original publisher: [Read original article](<https://encore.dev/blog/replicate-image-gen-tutorial>)

Author: Ivan Cernja

Published: 2025-11-17T00:00:00Z

Content type: tutorial

Language: en

Sources: [Encore Updates](<https://devfeed.tech/sources/encore-updates.md>)

Topics: [AI Development](<https://devfeed.tech/topics/ai-development.md>), [text-to-image](<https://devfeed.tech/topics/text-to-image.md>), [API](<https://devfeed.tech/topics/api.md>), [flux](<https://devfeed.tech/topics/flux.md>), [stable-diffusion](<https://devfeed.tech/topics/stable-diffusion.md>), [Node.js](<https://devfeed.tech/topics/node-js.md>), [Secrets Management](<https://devfeed.tech/topics/secrets-management.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [api](<https://devfeed.tech/tags/api.md>), [diffusion](<https://devfeed.tech/tags/diffusion.md>), [flux](<https://devfeed.tech/tags/flux.md>), [integration](<https://devfeed.tech/tags/integration.md>), [node-js](<https://devfeed.tech/tags/node-js.md>), [secrets-management](<https://devfeed.tech/tags/secrets-management.md>), [stable-diffusion](<https://devfeed.tech/tags/stable-diffusion.md>), [tutorial](<https://devfeed.tech/tags/tutorial.md>)

### AI overview

This tutorial explains how to build a type-safe backend with Encore.ts and Replicate to run AI model predictions and generate images. It covers asynchronous results, image storage, API authentication, secret management, and models such as FLUX and Stable Diffusion.

### Source excerpt

Running AI models with Replicate and Encore

## DigitalOcean Gradient AI Platform adds image generation, knowledge-base auto-indexing, VPC security, and developer tools

DevFeed: [DigitalOcean Gradient AI Platform adds image generation, knowledge-base auto-indexing, VPC security, and developer tools](<https://devfeed.tech/articles/build-smarter-agents-with-image-generation-auto-indexing-vpc-security-and-new-ai-tools-on-digitalocean-gradienttm-ai-platform-19915.md>)

Original publisher: [Read original article](<https://www.digitalocean.com/blog/new-capabilities-security-developer-tools-gradient-ai-platform>)

Author: Grace Morgan

Published: 2025-10-02T07:12:50Z

Content type: release

Language: en

Sources: [DigitalOcean](<https://devfeed.tech/sources/digitalocean.md>)

Topics: [AI Platform](<https://devfeed.tech/topics/ai-platform.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Digital Ocean](<https://devfeed.tech/topics/digital-ocean.md>), [text-to-image](<https://devfeed.tech/topics/text-to-image.md>), [API](<https://devfeed.tech/topics/api.md>), [Serverless](<https://devfeed.tech/topics/serverless.md>), [stable-diffusion](<https://devfeed.tech/topics/stable-diffusion.md>), [multimodal](<https://devfeed.tech/topics/multimodal.md>), [Security](<https://devfeed.tech/topics/security.md>), [Image](<https://devfeed.tech/topics/image.md>), [OpenAI](<https://devfeed.tech/topics/openai.md>)

Tags: [2025](<https://devfeed.tech/tags/2025.md>), [accelerate](<https://devfeed.tech/tags/accelerate.md>), [ai](<https://devfeed.tech/tags/ai.md>), [ai-platform](<https://devfeed.tech/tags/ai-platform.md>), [ai-tools](<https://devfeed.tech/tags/ai-tools.md>), [api](<https://devfeed.tech/tags/api.md>), [api-integration](<https://devfeed.tech/tags/api-integration.md>), [authentication](<https://devfeed.tech/tags/authentication.md>), [code](<https://devfeed.tech/tags/code.md>), [data](<https://devfeed.tech/tags/data.md>), [development](<https://devfeed.tech/tags/development.md>), [generation](<https://devfeed.tech/tags/generation.md>), [github](<https://devfeed.tech/tags/github.md>), [image](<https://devfeed.tech/tags/image.md>), [openai](<https://devfeed.tech/tags/openai.md>), [platform](<https://devfeed.tech/tags/platform.md>), [product-updates](<https://devfeed.tech/tags/product-updates.md>), [range](<https://devfeed.tech/tags/range.md>), [text-to-image](<https://devfeed.tech/tags/text-to-image.md>), [vpc](<https://devfeed.tech/tags/vpc.md>), [workflow](<https://devfeed.tech/tags/workflow.md>)

### AI overview

DigitalOcean announces new Gradient AI Platform capabilities, including programmatic image generation through the Serverless Inference API, Knowledge Base Auto-Indexing, security controls, and additional developer tools for building AI applications.

### Source excerpt

At Deploy London 2025, we shared the next chapter of the Gradient AI Platform. We're making it easier for developers and businesses to build production-ready AI applications, whether you're experimenting with your first agent or scaling an enterprise workload. Today, in that spirit, we're introducing a new wave of features that expand what you can build with the Gradient AI Platform, give you greater security and control, and accelerate your development workflow. Expanding capabilities for Gradient AI Platform AI applications are becoming more multimodal and data-driven, able to work with text, images, audio, and other formats. With Image Model Support and Knowledge Base Auto-Indexing, these new Gradient AI Platform features make it easier than ever to give your agents a wide range of inputs and knowledge sources. Image Model Support You can now generate images programmatically using text prompts through Gradient AI Platform's Serverless Inference API, powered by OpenAI's gpt-image-1 model. This is the platform's first non-text modality (with more coming soon), expanding our capabilities from text-only to include text-to-image generation. Text-to-image generation - Generate images directly via the Serverless Inference API. API integration - OpenAI compatible using the image generation endpoint. For code examples and setup instructions, check out the DigitalOcean Gradient AI starter kit on GitHub. Unified billing - Image generation charges appear on your DigitalOcean account alongside other services. Developer-first workflow - Direct API access without requiring UI-based tools or self-hosting. Enterprise authentication - Use Model Access Keys for secure access. With this capability, you can create images using natural language prompts for projects such as content generation, marketing assets, product imagery, and more. Get started with Image Model Support -> Knowledge Base Auto-Indexing Keep your agents up to date without the manual work. With auto-indexing, new and u

## Fast LoRA inference for Flux with Diffusers and PEFT

DevFeed: [Fast LoRA inference for Flux with Diffusers and PEFT](<https://devfeed.tech/articles/fast-lora-inference-for-flux-with-diffusers-and-peft-7344.md>)

Original publisher: [Read original article](<https://huggingface.co/blog/lora-fast>)

Author: Sayak Paul; Benjamin Bossan

Published: 2025-07-23T00:00:00Z

Content type: article

Language: en

Sources: [Hugging Face - Blog](<https://devfeed.tech/sources/hugging-face-blog.md>)

Topics: [flux](<https://devfeed.tech/topics/flux.md>), [lora](<https://devfeed.tech/topics/lora.md>), [Inference Performance](<https://devfeed.tech/topics/inference-performance.md>), [Hacktoberfest](<https://devfeed.tech/topics/hacktoberfest.md>), [diffusers](<https://devfeed.tech/topics/diffusers.md>), [Optimization](<https://devfeed.tech/topics/optimization.md>), [peft](<https://devfeed.tech/topics/peft.md>), [quantization](<https://devfeed.tech/topics/quantization.md>), [model architecture](<https://devfeed.tech/topics/model-architecture.md>), [text-to-image](<https://devfeed.tech/topics/text-to-image.md>), [GPU](<https://devfeed.tech/topics/gpu.md>)

Tags: [amd](<https://devfeed.tech/tags/amd.md>), [diffusers](<https://devfeed.tech/tags/diffusers.md>), [diffusion](<https://devfeed.tech/tags/diffusion.md>), [flux](<https://devfeed.tech/tags/flux.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [guide](<https://devfeed.tech/tags/guide.md>), [inference](<https://devfeed.tech/tags/inference.md>), [latency](<https://devfeed.tech/tags/latency.md>), [lora](<https://devfeed.tech/tags/lora.md>), [model-architecture](<https://devfeed.tech/tags/model-architecture.md>), [optimization](<https://devfeed.tech/tags/optimization.md>), [peft](<https://devfeed.tech/tags/peft.md>), [quantization](<https://devfeed.tech/tags/quantization.md>), [text-to-image](<https://devfeed.tech/tags/text-to-image.md>)

### AI overview

This article presents an optimization recipe for faster LoRA inference with the Flux.1-Dev text-to-image model using Diffusers and PEFT. The approach addresses LoRA hotswapping and recompilation issues with Flash Attention 3, FP8 quantization from TorchAO, and hotswapping-ready compilation, achieving about a 2.3x speedup while balancing inference speed and memory use.

### Source excerpt

We're on a journey to advance and democratize artificial intelligence through open source and open science.

## Memory-efficient Diffusion Transformers with Quanto and Diffusers

DevFeed: [Memory-efficient Diffusion Transformers with Quanto and Diffusers](<https://devfeed.tech/articles/memory-efficient-diffusion-transformers-with-quanto-and-diffusers-7450.md>)

Original publisher: [Read original article](<https://huggingface.co/blog/quanto-diffusers>)

Author: Sayak Paul; David Corvoysier

Published: 2024-07-30T00:00:00Z

Content type: tutorial

Language: en

Sources: [Hugging Face - Blog](<https://devfeed.tech/sources/hugging-face-blog.md>)

Topics: [diffusers](<https://devfeed.tech/topics/diffusers.md>), [diffusion-transformers](<https://devfeed.tech/topics/diffusion-transformers.md>), [quantization](<https://devfeed.tech/topics/quantization.md>), [optimum](<https://devfeed.tech/topics/optimum.md>), [PyTorch](<https://devfeed.tech/topics/pytorch.md>), [stable-diffusion](<https://devfeed.tech/topics/stable-diffusion.md>), [text-to-image](<https://devfeed.tech/topics/text-to-image.md>), [benchmarking](<https://devfeed.tech/topics/benchmarking.md>)

Tags: [benchmarking](<https://devfeed.tech/tags/benchmarking.md>), [diffusers](<https://devfeed.tech/tags/diffusers.md>), [diffusion-transformers](<https://devfeed.tech/tags/diffusion-transformers.md>), [efficiency](<https://devfeed.tech/tags/efficiency.md>), [gpu](<https://devfeed.tech/tags/gpu.md>), [guide](<https://devfeed.tech/tags/guide.md>), [optimum](<https://devfeed.tech/tags/optimum.md>), [pytorch](<https://devfeed.tech/tags/pytorch.md>), [quality](<https://devfeed.tech/tags/quality.md>), [quantization](<https://devfeed.tech/tags/quantization.md>), [sd3](<https://devfeed.tech/tags/sd3.md>), [text-to-image](<https://devfeed.tech/tags/text-to-image.md>)

### AI overview

This tutorial explains how to reduce the memory requirements of Transformer-based diffusion pipelines using Quanto quantization utilities from the Diffusers library. It benchmarks FP8 quantization on PixArt-Sigma, Stable Diffusion 3, and Aura Flow, reporting memory savings with slightly higher latency and little quality degradation.

### Source excerpt

We're on a journey to advance and democratize artificial intelligence through open source and open science.

## AI and Apple Intelligence: Apple AI features, dog-bark decoding, Mistral, Stable Diffusion, and ChatGPT learning

DevFeed: [AI and Apple Intelligence: Apple AI features, dog-bark decoding, Mistral, Stable Diffusion, and ChatGPT learning](<https://devfeed.tech/articles/ai-is-artificial-intelligence-or-apple-intelligence-air-around-ai-a3-7-38784.md>)

Original publisher: [Read original article](<https://airaroundai.substack.com/p/ai-is-artificial-intelligence-or>)

Author: Pradeep Kumar

Published: 2024-06-19T14:32:53Z

Content type: news

Language: en

Sources: [Air Around AI](<https://devfeed.tech/sources/air-around-ai.md>)

Topics: [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [genai](<https://devfeed.tech/topics/genai.md>), [AI Models](<https://devfeed.tech/topics/ai-models.md>), [text-to-image](<https://devfeed.tech/topics/text-to-image.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [ChatGPT](<https://devfeed.tech/topics/chatgpt.md>), [datasets](<https://devfeed.tech/topics/datasets.md>)

Tags: [ai](<https://devfeed.tech/tags/ai.md>), [apple](<https://devfeed.tech/tags/apple.md>), [artificial-intelligence](<https://devfeed.tech/tags/artificial-intelligence.md>), [chatgpt](<https://devfeed.tech/tags/chatgpt.md>), [datasets](<https://devfeed.tech/tags/datasets.md>), [diffusion](<https://devfeed.tech/tags/diffusion.md>), [open-source](<https://devfeed.tech/tags/open-source.md>)

### AI overview

This news roundup covers Apple Intelligence features for Siri, image and speech recognition, privacy-focused on-device processing, AI research on dog vocalizations, Mistral AI's reported $6 billion valuation, Stable Diffusion 3 Medium, Apple's release of Core ML models and datasets on Hugging Face, and a ChatGPT-based learning example.

### Source excerpt

Siri with AI, Decoding Dog barks, Mistral is now $6 Billion, Apple's Open 20 Core ML Model & 4 datasets, 80/20 Principle with ChatGPT, Gartner's super 3 predictions for GenAI, Dream Machine

## Diffusers welcomes Stable Diffusion 3

DevFeed: [Diffusers welcomes Stable Diffusion 3](<https://devfeed.tech/articles/diffusers-welcomes-stable-diffusion-3-7469.md>)

Original publisher: [Read original article](<https://huggingface.co/blog/sd3>)

Author: Dhruv Nair; YiYi Xu; Sayak Paul; Alvaro Somoza; Kashif Rasul; Apolinário from multimodal AI art

Published: 2024-06-12T00:00:00Z

Content type: release

Language: en

Sources: [Hugging Face - Blog](<https://devfeed.tech/sources/hugging-face-blog.md>)

Topics: [stable-diffusion](<https://devfeed.tech/topics/stable-diffusion.md>), [diffusers](<https://devfeed.tech/topics/diffusers.md>), [diffusion-transformers](<https://devfeed.tech/topics/diffusion-transformers.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [text-to-image](<https://devfeed.tech/topics/text-to-image.md>), [multimodal](<https://devfeed.tech/topics/multimodal.md>), [lora](<https://devfeed.tech/topics/lora.md>), [Inference](<https://devfeed.tech/topics/inference.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>)

Tags: [artificial-intelligence](<https://devfeed.tech/tags/artificial-intelligence.md>), [diffusers](<https://devfeed.tech/tags/diffusers.md>), [diffusion](<https://devfeed.tech/tags/diffusion.md>), [guide](<https://devfeed.tech/tags/guide.md>), [inference](<https://devfeed.tech/tags/inference.md>), [lora](<https://devfeed.tech/tags/lora.md>), [multimodal](<https://devfeed.tech/tags/multimodal.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [sd3](<https://devfeed.tech/tags/sd3.md>), [stable-diffusion](<https://devfeed.tech/tags/stable-diffusion.md>), [text-to-image](<https://devfeed.tech/tags/text-to-image.md>)

### AI overview

The article announces Stable Diffusion 3 Medium, a 2B-parameter latent diffusion model. It describes the MMDiT architecture, multimodal text and image processing, rectified flow matching, inference support through a new scheduler, and accompanying Diffusers, DreamBooth, and LoRA resources.

### Source excerpt

We're on a journey to advance and democratize artificial intelligence through open source and open science.

## Launching the Artificial Analysis Text to Image Leaderboard & Arena

DevFeed: [Launching the Artificial Analysis Text to Image Leaderboard & Arena](<https://devfeed.tech/articles/launching-the-artificial-analysis-text-to-image-leaderboard-arena-7313.md>)

Original publisher: [Read original article](<https://huggingface.co/blog/leaderboard-artificial-analysis2>)

Author: Micah Hill-Smith; George Cameron

Published: 2024-06-06T00:00:00Z

Content type: article

Language: en

Sources: [Hugging Face - Blog](<https://devfeed.tech/sources/hugging-face-blog.md>)

Topics: [text-to-image](<https://devfeed.tech/topics/text-to-image.md>), [Human-AI evaluation](<https://devfeed.tech/topics/human-ai-evaluation.md>), [Artificial Intelligence](<https://devfeed.tech/topics/ai.md>), [Open Source](<https://devfeed.tech/topics/open-source.md>), [stable-diffusion](<https://devfeed.tech/topics/stable-diffusion.md>)

Tags: [artificial-intelligence](<https://devfeed.tech/tags/artificial-intelligence.md>), [collaboration](<https://devfeed.tech/tags/collaboration.md>), [community](<https://devfeed.tech/tags/community.md>), [diffusion](<https://devfeed.tech/tags/diffusion.md>), [evaluation](<https://devfeed.tech/tags/evaluation.md>), [generation](<https://devfeed.tech/tags/generation.md>), [leaderboard](<https://devfeed.tech/tags/leaderboard.md>), [open-source](<https://devfeed.tech/tags/open-source.md>), [openai](<https://devfeed.tech/tags/openai.md>), [ranking](<https://devfeed.tech/tags/ranking.md>), [research](<https://devfeed.tech/tags/research.md>), [text-to-image](<https://devfeed.tech/tags/text-to-image.md>)

### AI overview

The Artificial Analysis Text to Image Leaderboard ranks open-source and proprietary image-generation models using ELO scores derived from more than 45,000 human image preferences. Its Image Arena uses crowdsourced comparisons across diverse prompts and use cases. The article highlights the rapid evolution of image models, the strong performance of proprietary systems, and the growing competitiveness of open-source models such as Playground AI v2.5 and Stable Diffusion 3.

### Source excerpt

We're on a journey to advance and democratize artificial intelligence through open source and open science.

## MobileDiffusion: Rapid text-to-image generation on-device

DevFeed: [MobileDiffusion: Rapid text-to-image generation on-device](<https://devfeed.tech/articles/mobilediffusion-rapid-text-to-image-generation-on-device-28544.md>)

Original publisher: [Read original article](<http://blog.research.google/2024/01/mobilediffusion-rapid-text-to-image.html>)

Author: Google AI (noreply@blogger.com)

Published: 2024-01-31T21:59:00Z

Content type: article

Language: en

Sources: [Google Research](<https://devfeed.tech/sources/google-research.md>)

Topics: [Machine learning](<https://devfeed.tech/topics/machine-learning.md>), [Mobile](<https://devfeed.tech/topics/mobile.md>), [text-to-image](<https://devfeed.tech/topics/text-to-image.md>), [Inference](<https://devfeed.tech/topics/inference.md>), [model-deployment](<https://devfeed.tech/topics/model-deployment.md>), [Optimization](<https://devfeed.tech/topics/optimization.md>), [Android](<https://devfeed.tech/topics/android.md>), [iOS](<https://devfeed.tech/topics/ios.md>), [MediaPipe](<https://devfeed.tech/topics/mediapipe.md>)

Tags: [android](<https://devfeed.tech/tags/android.md>), [computer-vision](<https://devfeed.tech/tags/computer-vision.md>), [deployment](<https://devfeed.tech/tags/deployment.md>), [diffusion](<https://devfeed.tech/tags/diffusion.md>), [generation](<https://devfeed.tech/tags/generation.md>), [image](<https://devfeed.tech/tags/image.md>), [inference](<https://devfeed.tech/tags/inference.md>), [ios](<https://devfeed.tech/tags/ios.md>), [machine-learning](<https://devfeed.tech/tags/machine-learning.md>), [mediapipe](<https://devfeed.tech/tags/mediapipe.md>), [mobile](<https://devfeed.tech/tags/mobile.md>), [on-device](<https://devfeed.tech/tags/on-device.md>), [on-device-learning](<https://devfeed.tech/tags/on-device-learning.md>), [optimization](<https://devfeed.tech/tags/optimization.md>), [text-to-image](<https://devfeed.tech/tags/text-to-image.md>)

### AI overview

Google researchers introduce MobileDiffusion, a latent diffusion model designed for on-device text-to-image generation. Using DiffusionGAN for one-step sampling, it was tested on premium iOS and Android devices and generated 512x512 images in about half a second with a 520-million-parameter model.

### Source excerpt

Posted by Yang Zhao, Senior Software Engineer, and Tingbo Hou, Senior Staff Software Engineer, Core ML Text-to-image diffusion models have shown exceptional capabilities in generating high-quality images from text prompts. However, leading models feature billions of parameters and are consequently expensive to run, requiring powerful desktops or servers (e.g., Stable Diffusion, DALL-E, and Imagen). While recent advancements in inference solutions on Android via MediaPipe and iOS via Core ML have been made in the past year, rapid (sub-second) text-to-image generation on mobile devices has remained out of reach. To that end, in "MobileDiffusion: Subsecond Text-to-Image Generation on Mobile Devices", we introduce a novel approach with the potential for rapid text-to-image generation on-device. MobileDiffusion is an efficient latent diffusion model specifically designed for mobile devices. We also adopt DiffusionGAN to achieve one-step sampling during inference, which fine-tunes a pre-trained diffusion model while leveraging a GAN to model the denoising step. We have tested MobileDiffusion on iOS and Android premium devices, and it can run in half a second to generate a 512x512 high-quality image. Its comparably small model size of just 520M parameters makes it uniquely suited for mobile deployment. Rapid text-to-image generation on-device. Background The relative inefficiency of text-to-image diffusion models arises from two primary challenges. First, the inherent design of diffusion models requires iterative denoising to generate images, necessitating multiple evaluations of the model. Second, the complexity of the network architecture in text-to-image diffusion models involves a substantial number of parameters, regularly reaching into the billions and resulting in computationally expensive evaluations. As a result, despite the potential benefits of deploying generative models on mobile devices, such as enhancing user experience and addressing emerging privacy concer