From 8b205d456880df3ad1ba467a823eb56ea48f1191 Mon Sep 17 00:00:00 2001 From: Philip Brown Date: Fri, 3 Nov 2023 08:01:30 -0700 Subject: [PATCH] Update README.md Explain how to get workflow from the demo images --- README.md | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b99aa7a..27cb453 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,13 @@ # ComfyUI Tutorial VN (WIP) -A Tutorial VN for ComfyUI made with ComfyUI. Still work in progress. +A Tutorial VN for ComfyUI made with ComfyUI. Still work in progress... [Link if you want to play it in your browser](https://comfyanonymous.github.io/ComfyUI_tutorial_vn/) +If you want to see the specific workflow used to create any of the images +(eg: "game/images/teacher grin.png") +start up ComfyUI, and then just drag-n-drop the PNG file into it. +The workflow is actually encoded into the EXIF data inside the PNG image, and will be automatically decoded. + +Warning: The workflow looks more scary than it really is, because a single workflow is used to generate multiple images. +If you watch the Visual Novel, you will understand better how to parse out the pieces you are actually interested in.