From 21ce4954e2e52cb77ac7873ca7d62a7b58979abb Mon Sep 17 00:00:00 2001 From: painebenjamin <57536852+painebenjamin@users.noreply.github.com> Date: Fri, 11 Aug 2023 21:47:41 -0400 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 66af08cb..a77e27f3 100644 --- a/README.md +++ b/README.md @@ -273,6 +273,10 @@ Additional resources will be made available as they are needed, so don't hesitat Enfugue uses an extension of `diffusers.StableDiffusionPipeline` that provides a number of additional arguments over the typical signature, weaving between `txt2img`, `img2img`, `inpaint` and `controlnet` as necessary. It also has TensorRT support for all models in the pipeline. Start [here](https://github.com/painebenjamin/app.enfugue.ai/tree/main/src/python/enfugue) for documentation on how it is used. +## Enfugue JSON API + +The entirety of Enfugue's capabilities are available via JSON API. Find the documentation in [the wiki.](https://github.com/painebenjamin/app.enfugue.ai/wiki/JSON-API) + ## Building For anyone interested in building from source themselves, simply check out this repository and issue a `make` command to build the associated binary release. See below for all make targets.