From 7037819c4fac42ed89d11481b621f110d81fb581 Mon Sep 17 00:00:00 2001 From: wyrde Date: Mon, 24 Apr 2023 19:04:53 -0400 Subject: [PATCH] vae stuff --- basics/building-up/README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/basics/building-up/README.md b/basics/building-up/README.md index 550762d..0cbf8b7 100644 --- a/basics/building-up/README.md +++ b/basics/building-up/README.md @@ -35,8 +35,6 @@ This basic workflow generates an image based on the positive and negative prompt * workflow + vae.json file -First download a VAE from [stabilityai](https://huggingface.co/stabilityai/sd-vae-ft-mse-original/tree/main) and drop it in `ComfyUI\models\vae`. Get the pruned.safetensors file. Don't click the filename, click to the right. - adding new nodes is done three ways * noodle dragging * left click and drag from a node's output dot. A noodle appears. @@ -54,6 +52,9 @@ adding new nodes is done three ways For a VAE Loader * Right click. Add node → loaders → Load VAE +* double left click, type VAEL and select it +* a noodle can be pulled from the _VAE Decode_ node's input and dropped to show a Vae Loader in the menu, but that'll be messy. Let's save messy workflows for crazy vixens like comfy and mike. + ## Adding a Lora