Files
ComfySharp/README.md
Samuele Lorefice fef0f0d92c Updated Readme.
2023-12-25 04:19:44 +01:00

20 lines
754 B
Markdown

# Comfy Sharp
###### _A C# library for interacting with the ComfyUI Web API._
## Features
- Seamlessly works with all and any nodes in your own ComfyUI installation.
- Supports all ComfyUI API exposed endpoints.
- Provides a simple ComfyClient class for easy access to the API.
- On initialization the client automatically builds an additiona assembly containing all the available nodes as classes. Also leaves available the source code for importing it in a project.
- This assembly then gets loaded into the client.
## Usage
_Coming soon..._
## Project status
### Heavy WIP
> [!WARNING]
> This project is still in heavy experimental phase and is not yet ready for use.
> Feel free to contact me if you want to contribute or have any questions.