someone-in-the-world's picture
Add discoverability tags to Space README
130538f
|
Raw
History Blame Contribute Delete
4.74 kB

A newer version of the Gradio SDK is available: 6.24.0

Upgrade
metadata
title: High Resolution FireRed Image Edit 2K
emoji: 📷
colorFrom: red
colorTo: yellow
sdk: gradio
sdk_version: 6.12.0
app_file: app.py
pinned: false
short_description: High-resolution 2K image editing with FireRed
category: image-generation
models:
  - prithivMLmods/Qwen-Image-Edit-Rapid-AIO-V23
  - FireRedTeam/FireRed-Image-Edit-1.1
tags:
  - image-generation
  - image-to-image
  - image-editing
  - text-guided
  - diffusion
  - gradio

FireRed-Image-Edit-1.0-Fast

FireRed-Image-Edit-1.0-Fast is a high-performance, AI-driven image editing application that utilizes advanced diffusers and the QwenImageEditPlusPipeline for precise, prompt-based image modifications. Incorporating rapid Transformer configurations, the application provides an interactive Gradio web interface with a custom Soft Blue theme for an aesthetically pleasing user experience. Users can leverage powerful flow match euler discrete schedulers to seamlessly edit visual content by submitting an original image alongside descriptive textual instructions. The application operates entirely in Python, efficiently utilizing CUDA capabilities for accelerated machine learning computations, and serves as a fast, state-of-the-art solution for automated, text-guided image manipulation without complex manual editing software.

Screenshot 2026-03-21 at 15-27-14 FireRed Image Edit 1 0 Fast - a Hugging Face Space by prithivMLmods

Features

  • Advanced Diffusers Pipeline: Utilizes the QwenImageEditPlusPipeline integrated with FlowMatchEulerDiscreteScheduler for high-fidelity image editing based on user prompts.
  • Rapid AI Architecture: Employs optimized transformer structures designed for fast inference, providing quick iterations and real-time responsiveness.
  • Custom Themed Interface: Provides an interactive, user-friendly Gradio web interface styled with a custom Soft OrangeRed theme for an optimal visual layout.
  • Hardware Acceleration: Automatically identifies and leverages CUDA-compatible devices for optimal computational performance, rendering complex edits rapidly.

Installation

1. Clone the Repository

git clone https://github.com/PRITHIVSAKTHIUR/FireRed-Image-Edit-1.0-Fast.git
cd FireRed-Image-Edit-1.0-Fast

2. Install Pre-requirements

Certain system-level or structural dependencies must be configured before setting up the main python environment:

pip install -r pre-requirements.txt

3. Install Standard Dependencies

Install the core Python packages, which include critical modules like Diffusers, Accelerate, PEFT, and Gradio:

pip install -r requirements.txt

How to Run

To start the application and load the local server, run the main Python script:

python app.py

Once the model weights are successfully loaded into your device's memory and the server starts, the terminal will provide a local URL (typically http://127.0.0.1:7860). Open this link in your web browser to interact with the visual interface.

Project Structure

  • app.py: The main entry point script containing the custom Gradio interface setup, pipeline initialization, and inference logic.
  • qwenimage/: Core directory housing the transformer and processor modules crucial for the underlying image manipulation techniques.
  • requirements.txt: The primary file listing Python library requirements needed to operate the application correctly.
  • pre-requirements.txt: A list containing earlier or auxiliary dependency specifications.
  • examples/: Directory dedicated to storing sample images and expected outputs to verify application functionality.
  • LICENSE.txt: The legal text detailing the licensing constraints and permissions.

Workflow

  1. Navigate to the local server URL provided after executing the application.
  2. Upload a source image that you wish to edit into the input module.
  3. Provide a clear, detailed text prompt describing the exact modifications you want the AI to perform on the image.
  4. The system executes the QwenImageEditPlusPipeline via the underlying rapid transformers to compute the altered visual output.
  5. Retrieve and save the edited image directly from the interface.

License

This project is open-source. For detailed terms and conditions, refer to the included LICENSE.txt file within the repository.

Contributing

Community contributions are encouraged. Please submit an issue for bug reports or create a Pull Request to propose features, optimize inference times, or improve the user interface.