Skip to content

Latest commit

 

History

History
38 lines (28 loc) · 1.02 KB

README.md

File metadata and controls

38 lines (28 loc) · 1.02 KB

SD Image Parsing Service

This is a simple mockup of an image parsing webservice. Feel free to use it as you see fit. Please note that this project is provided as-is, and will probably not be actively maintained or updated in the future.

Screenshot

Installation

To set up the project, follow these steps:

  1. Clone the repository and navigate into the directory:

    git clone https://github.com/d3x-at/sd-parsers-web
    cd sd-parsers-web
  2. Create and activate a virtual environment:

    python3 -m venv .venv
    source .venv/bin/activate
  3. Install the necessary dependencies:

    pip3 install -r requirements.txt
  4. Run the service:

    python3 parser.py

Powered by:

Example image created by HHGomez on CivitAI.