diff --git a/README.md b/README.md index d69ec21e..9ed0afb9 100644 --- a/README.md +++ b/README.md @@ -9,6 +9,7 @@ A comprehensive toolset that streamlines organizing, downloading, and applying LoRA models in ComfyUI. With powerful features like recipe management, checkpoint organization, and one-click workflow integration, working with models becomes faster, smoother, and significantly easier. Access the interface at: `http://localhost:8188/loras` ![Interface Preview](https://github.com/willmiao/ComfyUI-Lora-Manager/blob/main/static/images/screenshot.png) +![One-Click Integration](https://github.com/willmiao/ComfyUI-Lora-Manager/blob/main/static/images/one-click-send.jpg) ## 📺 Tutorial: One-Click LoRA Integration Watch this quick tutorial to learn how to use the new one-click LoRA integration feature: diff --git a/static/images/one-click-send.jpg b/static/images/one-click-send.jpg new file mode 100644 index 00000000..9dfbdbfd Binary files /dev/null and b/static/images/one-click-send.jpg differ diff --git a/static/images/screenshot.png b/static/images/screenshot.png index ac2b0fa4..7044fdc9 100644 Binary files a/static/images/screenshot.png and b/static/images/screenshot.png differ diff --git a/wiki-images/import-recipe-url.png b/wiki-images/import-recipe-url.png new file mode 100644 index 00000000..177d7d27 Binary files /dev/null and b/wiki-images/import-recipe-url.png differ diff --git a/wiki-images/recipe-detail.png b/wiki-images/recipe-detail.png new file mode 100644 index 00000000..0dc4af0d Binary files /dev/null and b/wiki-images/recipe-detail.png differ diff --git a/wiki-images/recipe-download-missing.png b/wiki-images/recipe-download-missing.png new file mode 100644 index 00000000..0788bae1 Binary files /dev/null and b/wiki-images/recipe-download-missing.png differ diff --git a/wiki-images/recipe-save.png b/wiki-images/recipe-save.png new file mode 100644 index 00000000..21f40cc2 Binary files /dev/null and b/wiki-images/recipe-save.png differ diff --git a/wiki-images/recipe-send-to-workflow.png b/wiki-images/recipe-send-to-workflow.png new file mode 100644 index 00000000..c97f5246 Binary files /dev/null and b/wiki-images/recipe-send-to-workflow.png differ