From 44294a446e960835a12db4d906a2b6465e3e15b3 Mon Sep 17 00:00:00 2001 From: comfyanonymous Date: Fri, 10 Mar 2023 14:27:37 -0500 Subject: [PATCH] Link to lora example. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 2e095fb7..5f331500 100644 --- a/README.md +++ b/README.md @@ -16,7 +16,7 @@ This ui will let you design and execute advanced stable diffusion pipelines usin - Works even if you don't have a GPU with: ```--cpu``` (slow) - Can load both ckpt and safetensors models/checkpoints. Standalone VAEs and CLIP models. - Embeddings/Textual inversion -- Loras +- [Loras (regular and locon)](https://comfyanonymous.github.io/ComfyUI_examples/lora/) - Loading full workflows (with seeds) from generated PNG files. - Saving/Loading workflows as Json files. - Nodes interface can be used to create complex workflows like one for [Hires fix](https://comfyanonymous.github.io/ComfyUI_examples/2_pass_txt2img/) or much more advanced ones.