https://github.com/alchemist-novaro/comfyui-api

https://github.com/alchemist-novaro/comfyui-api

Science Score: 13.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (6.0%) to scientific vocabulary

Keywords

api-wrapper comfyui comfyui-api stable-diffusion
Last synced: 5 months ago · JSON representation

Repository

Basic Info
  • Host: GitHub
  • Owner: alchemist-novaro
  • Language: Python
  • Default Branch: main
  • Homepage:
  • Size: 13.7 KB
Statistics
  • Stars: 2
  • Watchers: 1
  • Forks: 1
  • Open Issues: 0
  • Releases: 0
Topics
api-wrapper comfyui comfyui-api stable-diffusion
Created over 1 year ago · Last pushed about 1 year ago
Metadata Files
Readme

README.md

ComfyUI-API Integration Project

This is a project what I completed for a client. The app is designed to process text to image or image to image tasks via comfyui api, and upload processed image to firebase. You can build comfyui integrated website or other apps referring to this app.

Run project

  • First, install dependencies. pip install -r requirements.txt
  • Second, you should export comfyui workflow as API format.
  • Third, edit main.py file with your exact workflow path, prompt and other settings.
  • Fourth, make .envfile with your data. PROJECT_ID=${your firebase project id} FIREBASE_CERT_PATH=${your firebase certification path} SERVER_URL=${your comfyui server url (e.g. localhost:8188)}
  • Fifth, run main.py. python -m main

Owner

  • Name: Alchemist Novaro
  • Login: alchemist-novaro
  • Kind: user

GitHub Events

Total
Last Year

Dependencies

requirements.txt pypi
  • Pillow ==10.2.0
  • firebase-admin *
  • requests_toolbelt ==1.0.0
  • websocket_client ==1.7.0