From fef0f0d92cf538ba09d60774ec6699cb9daac3d9 Mon Sep 17 00:00:00 2001 From: Samuele Lorefice Date: Mon, 25 Dec 2023 04:19:44 +0100 Subject: [PATCH] Updated Readme. --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b2683bb..1f137ca 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,19 @@ # Comfy Sharp +###### _A C# library for interacting with the ComfyUI Web API._ -## _README is coming soon_ \ No newline at end of file +## 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.