From 94600cda0658ba8700b5af43e5c8110a34793078 Mon Sep 17 00:00:00 2001 From: weiyangfoh Date: Sat, 21 Jun 2025 05:40:56 +0800 Subject: [PATCH] Update README.md --- README.md | 13 +++++++++---- 1 file changed, 9 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index e2c87d9ef..eece1b1b9 100644 --- a/README.md +++ b/README.md @@ -63,14 +63,19 @@ We generated the images using ComfyUI with a customized workflow and converted t ## 🚀 How to Start 1. Launch ComfyUI + ```bash git clone https://github.com/weiyangfoh/ComfyUI + ```bash cd ComfyUI + ```bash python main.py -Make sure the Illustrious XL model is placed in your models/checkpoints folder. +- Make sure the Illustrious XL model is placed in your models/checkpoints folder. 3. Run Our Script + ```bash cd Group-Hello-Kitty -In the Group-Hello-Kitty folder: +- In the Group-Hello-Kitty folder: + ```bash python main.py -It will automatically call ComfyUI to generate 7 images with the correct filename prefix. -Images will be saved to your ComfyUI /output/ folder. +- It will automatically call ComfyUI to generate 7 images with the correct filename prefix. +- Images will be saved to your ComfyUI /output/ folder.