From 6775a0948dd795d40cf37967db5f02b04a2edb46 Mon Sep 17 00:00:00 2001 From: wyrde Date: Sat, 6 May 2023 17:24:43 -0400 Subject: [PATCH] formatting --- basics/building-up/README.md | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/basics/building-up/README.md b/basics/building-up/README.md index 6bf667f..0b7b9cc 100644 --- a/basics/building-up/README.md +++ b/basics/building-up/README.md @@ -401,19 +401,21 @@ The easiest way to install a node is with he comfyui monaager. It is a node itse * it will download the files * start comfyui and refresh the window. The manager should now be in the main menue. - + ### Installing from zips Most archives are a simple matter of unzipping them into the right folder. If they take more than that, the author generally provides instructions. * If the zip has only files ending in `.py`, put them directly in `custom_nodes` * if the zip has a folder/directory, put it (and the files inside it), in `custom_nodes` - * note, if the folder doesn't contain a file called __init__.py an error will be shown in the console when comfy starts. While annoying, the error can be ignored. + * note, if the folder doesn't contain a file called `__init__.py` an error will be shown in the console when comfy starts. While annoying, the error can be ignored. ### Installing from git + The proceedure is the same as installing the node manager. * copy the url from the green code box on the repo - + + * open a command windor or powershell to the custom_nodes directory * type `git clone ` and paste in the url, then hit enter. * follow instructions on the repo page or readme if there's extra steps (like installing requirements.)