diff --git a/basics/building-up/README.md b/basics/building-up/README.md index 53e11e5..2e55ddc 100644 --- a/basics/building-up/README.md +++ b/basics/building-up/README.md @@ -237,6 +237,8 @@ Why do all the reroutes and color coding? Can't we connect directly from the mod ## Expanding on Fixing +### More Latent Fixing + Adding more nodes and increasing the HR-Fix is easy. * Drag the ouput nodes to the right so there's more space. @@ -264,6 +266,44 @@ Adding more nodes and increasing the HR-Fix is easy. More latent HRFs will gradually increase the output image while adding details. But let's stop here and add some pixel space HRFs. Onewards, noble steed! +### Pixel Space HR Fixing + +First, we need to translate from latent space to pixel space. + +* Select the VAE Decode and its VAE reroute below and clone them over by the last ksampler. + + +* drag the output nodes to the right again + + +* Now add a _Upscale Image_ node + + + + +* After the upscale node, we need a _VAE Encode_ node. + + + +* Select the reroute nodes and ksampler and clone them into the space after the new encode node + + +* Connect all the noodles + + + + +* During this process, the connection to the first VAE reroute all the way on the left will likely be lost. Don't worry! Pan over to the left by holding down space while moving the mouse. + * space + mouse = pan. + * release space to move mouse back + * space + mouse to pan again +* start dragging the noodle from the leftmost vae reroute + * space and mouse to keep going +* and attach it to the newer VAE reroute. +* the workflow should now look something like this: + + + ## Upscaling (Still writing this too also) diff --git a/basics/building-up/pix/pixel space hrf 1.png b/basics/building-up/pix/pixel space hrf 1.png new file mode 100644 index 0000000..4176e74 Binary files /dev/null and b/basics/building-up/pix/pixel space hrf 1.png differ diff --git a/basics/building-up/pix/pixel space hrf 10.png b/basics/building-up/pix/pixel space hrf 10.png new file mode 100644 index 0000000..59df6e3 Binary files /dev/null and b/basics/building-up/pix/pixel space hrf 10.png differ diff --git a/basics/building-up/pix/pixel space hrf 11.png b/basics/building-up/pix/pixel space hrf 11.png new file mode 100644 index 0000000..5bf49f8 Binary files /dev/null and b/basics/building-up/pix/pixel space hrf 11.png differ diff --git a/basics/building-up/pix/pixel space hrf 12.png b/basics/building-up/pix/pixel space hrf 12.png new file mode 100644 index 0000000..bb055db Binary files /dev/null and b/basics/building-up/pix/pixel space hrf 12.png differ diff --git a/basics/building-up/pix/pixel space hrf 13.png b/basics/building-up/pix/pixel space hrf 13.png new file mode 100644 index 0000000..4495dce Binary files /dev/null and b/basics/building-up/pix/pixel space hrf 13.png differ diff --git a/basics/building-up/pix/pixel space hrf 15.png b/basics/building-up/pix/pixel space hrf 15.png new file mode 100644 index 0000000..3ad083e Binary files /dev/null and b/basics/building-up/pix/pixel space hrf 15.png differ diff --git a/basics/building-up/pix/pixel space hrf 2.png b/basics/building-up/pix/pixel space hrf 2.png new file mode 100644 index 0000000..0b87618 Binary files /dev/null and b/basics/building-up/pix/pixel space hrf 2.png differ diff --git a/basics/building-up/pix/pixel space hrf 3.png b/basics/building-up/pix/pixel space hrf 3.png new file mode 100644 index 0000000..9b7c074 Binary files /dev/null and b/basics/building-up/pix/pixel space hrf 3.png differ diff --git a/basics/building-up/pix/pixel space hrf 4.png b/basics/building-up/pix/pixel space hrf 4.png new file mode 100644 index 0000000..94ce41e Binary files /dev/null and b/basics/building-up/pix/pixel space hrf 4.png differ diff --git a/basics/building-up/pix/pixel space hrf 5.png b/basics/building-up/pix/pixel space hrf 5.png new file mode 100644 index 0000000..a52f40d Binary files /dev/null and b/basics/building-up/pix/pixel space hrf 5.png differ diff --git a/basics/building-up/pix/pixel space hrf 6.png b/basics/building-up/pix/pixel space hrf 6.png new file mode 100644 index 0000000..db8d7e6 Binary files /dev/null and b/basics/building-up/pix/pixel space hrf 6.png differ diff --git a/basics/building-up/pix/pixel space hrf 7.png b/basics/building-up/pix/pixel space hrf 7.png new file mode 100644 index 0000000..68d67df Binary files /dev/null and b/basics/building-up/pix/pixel space hrf 7.png differ diff --git a/basics/building-up/pix/pixel space hrf 8.png b/basics/building-up/pix/pixel space hrf 8.png new file mode 100644 index 0000000..b5b052e Binary files /dev/null and b/basics/building-up/pix/pixel space hrf 8.png differ diff --git a/basics/building-up/pix/pixel space hrf 9.png b/basics/building-up/pix/pixel space hrf 9.png new file mode 100644 index 0000000..eaf8499 Binary files /dev/null and b/basics/building-up/pix/pixel space hrf 9.png differ