Giter Club home page Giter Club logo

comfyui_api_gradio's Introduction

Python API for Comfy UI with Gradio

This repo contains the code from my YouTube tutorial on building a Python API to connect Gradio and Comfy UI for AI image generation with Stable Diffusion models.

Original project

https://github.com/SharCodin/comfy-gradio-api.git

Overview

This project shows:

  • How to connect a Gradio front-end interface to a Comfy UI backend
  • Sending workflow data as API requests
  • Updating generation parameters dynamically
  • Displaying generated images in Gradio
  • Adding text and image inputs
  • Using a smartphone camera for image inputs

By the end, you'll understand the basics of building a Python API and connecting a user interface with an AI workflow.

Running the Code

To run the code:

  1. Clone the repo
  2. Install dependencies (pip install requests Pillow gradio numpy)
  3. Modify the Comfy UI installation path
  4. Open python image_to_image.py and modify the INPUT_DIR and OUTPUT_DIRand' folder path image_to_image.py: resized_image.save(os.path.join(INPUT_DIR, "test_api.jpg"))The "test_api.jpg" is equal to the image of wlopsimple_api.json loading node's "image": "test_api.jpg"
  5. Open the localhost link to view in Gradio interface

The main files:

  • image_to_image.py - Contains Gradio UI and API logic
  • wlopsimple_api.json - Saved Comfy UI workflow

Let me know if you have any other questions!

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.