← All stories
● Covered by 1 source · 1 reportMedium impact1 neutral

Gradio Workflow Rebuilds AUTOMATIC1111 Features as a Single Workflow Canvas

🔄 Updated 10h ago
New to BrevFeed? We gather this story from every outlet covering it into one summary — ranked by real-world impact, not just the latest headline — so you never miss what matters. What is BrevFeed? →

Key points

  • Workflow1111 rebuilds AUTOMATIC1111 features in Gradio.
  • It comprises eleven media pipelines and 73 nodes.
  • Pipelines include text-to-image, hi-res fix, image-to-image.
  • Users can run pipelines via Hugging Face login; model calls use user quota.

Introducing Workflow1111

Gradio has announced Workflow1111, a project that reconstructs most of the features found in AUTOMATIC1111's stable-diffusion-webui within a single Gradio workflow canvas. This initiative aims to provide a structured, node-based environment for complex AI media generation tasks.

Core Functionality and Structure

Workflow1111 is built as a graph of eleven distinct media pipelines, utilizing 73 individual nodes. These pipelines cover a range of functionalities, including state-of-the-art models for text-to-image generation, hi-resolution image fixing, image-to-image transformations, prompt-matrix grids, VLM interrogation, detection-to-inpaint masks, ControlNet-style annotators, background removal, PNG Info storage, and image-to-video conversion.

The system uses four operator kinds: Python functions (fn), models called via InferenceClient (model), other Gradio Spaces (space), and rows from a Hugging Face Hub dataset (dataset). Each node on the canvas encapsulates one of these operators.

Access and Usage

Users can access and run these pipelines by signing in with a Hugging Face account or providing an access token. All model calls made through Workflow1111 utilize the user's own quota, providing a direct link between usage and resource allocation. The project is available for direct use or duplication for custom modifications.

Key Pipelines Detailed

The core text-to-image pipeline includes controls for negative prompts, steps, CFG, seed, dimensions, and model selection. A prompt-builder function node processes the prompt, and a post-process function node embeds generation parameters into PNG metadata. The hi-resolution fix pipeline uses a FLUX.1-Kontext model node for upscaling and denoising. This same Kontext node also handles image-to-image tasks, allowing users to upload an image and describe desired changes.

✨ This summary was generated by AI from the outlets' reporting listed below. It is not independently verified and may contain errors — check the original sources. How BrevFeed works →

The daily brief

One email each morning: the day's tech stories, clustered across outlets and summarized. No account needed.

One email a day. Unsubscribe in one click, any time.

Today's brief

Spend a few minutes, get the whole day. Every topic's top stories in one hands-free rundown — listen, watch, or read the transcript.

~16 min · 14 stories · Sep 10

▶ Play today's brief Listen on Spotify

New every morning, and the back catalogue is archived by date.

Reporting from

Gradio has rebuilt most of AUTOMATIC1111's stable-diffusion-webui features into a single workflow canvas called Workflow1111. This allows users to run eleven media pipelines, including text-to-image, hi-resolution fix, and image-to-image, using a graph of 73 nodes within the Gradio environment.