From c58d8e6d5486aa8b65b28c69fd02c049113b2718 Mon Sep 17 00:00:00 2001 From: wyrde Date: Fri, 7 Apr 2023 14:56:36 -0400 Subject: [PATCH] Update README.md suffs --- basics/README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/basics/README.md b/basics/README.md index 4df371b..8af06f1 100644 --- a/basics/README.md +++ b/basics/README.md @@ -23,6 +23,11 @@ Notes: * _SaveImage_ can do sub folders. The format is `folder/imageprefix`. * The _LoadImage_ node is (at this writing) too small. Drag the bottom down to show the image preview. Glory at the terrible sketch comfy made for an example! +## Tips and Philosophy + +* ComfyUI has a philosophy of keep it simple. Don't try to create a "do it all" workflow, instead focus on a specific objective. +* use the _CheckpointLoaderSimple_ node to load checkpoints. It will auto pick the right settings depending on your GPU. + ## This directory conatains some basic workflows showing beginning principles. Think of them as badly organized tutorials.