diff --git a/README.md b/README.md index 44aa3c88..db5e04dd 100644 --- a/README.md +++ b/README.md @@ -20,11 +20,12 @@ BizyAir is a collection of [ComfyUI](https://github.com/comfyanonymous/ComfyUI) nodes that help you overcome environmental and hardware limitations, allowing you to more easily generate high-quality content with ComfyUI. -![](./docs/docs/getting-started/imgs/run-bizyair-examples.gif) +![](./docs/docs/getting-started/imgs/text-guided-segment-anything.gif) -BizyAir nodes are capable of operating in conjunction with local nodes. For example, the workflow below shows the use of BizyAir for ChatGLM3 text encoding and VAE decoding, while employing a local KSampler. +BizyAir now supports many models and nodes. + +![](./docs/docs/getting-started/imgs/models-and-nodes.gif) - ![](./docs/docs/getting-started/imgs/run-with-local-nodes.gif) ## Table of Contents @@ -42,7 +43,7 @@ Run ComfyUI anywhere, anytime, without worrying about the environment or hardwar Please see the [Quick Start](https://siliconflow.github.io/BizyAir/getting-started/quick-start.html) page to set up BizyAir. -Make sure to **set your API KEY** for the **first time** use! +Make sure to **set your API KEY** for the **first time** use! You can click on the "click to login" link for a quick setup. ![](./docs/docs/getting-started/imgs/how-to-set-key.gif) diff --git a/docs/docs/getting-started/imgs/how-to-set-key.gif b/docs/docs/getting-started/imgs/how-to-set-key.gif index 14bcc7f7..66fa7077 100644 Binary files a/docs/docs/getting-started/imgs/how-to-set-key.gif and b/docs/docs/getting-started/imgs/how-to-set-key.gif differ diff --git a/docs/docs/getting-started/imgs/models-and-nodes.gif b/docs/docs/getting-started/imgs/models-and-nodes.gif new file mode 100644 index 00000000..0733b899 Binary files /dev/null and b/docs/docs/getting-started/imgs/models-and-nodes.gif differ diff --git a/docs/docs/getting-started/imgs/run-with-local-nodes.gif b/docs/docs/getting-started/imgs/run-with-local-nodes.gif deleted file mode 100644 index b4cb4bf4..00000000 Binary files a/docs/docs/getting-started/imgs/run-with-local-nodes.gif and /dev/null differ diff --git a/docs/docs/getting-started/imgs/text-guided-segment-anything.gif b/docs/docs/getting-started/imgs/text-guided-segment-anything.gif new file mode 100644 index 00000000..fd45b414 Binary files /dev/null and b/docs/docs/getting-started/imgs/text-guided-segment-anything.gif differ