From 9845de265ee42cee0c6b9c1dd0f2f49bd7606705 Mon Sep 17 00:00:00 2001 From: Conner Harkness Date: Tue, 4 Mar 2025 11:21:48 -0700 Subject: [PATCH] Updated README.md --- README.md | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/README.md b/README.md index 9954c2b..fe2ea94 100644 --- a/README.md +++ b/README.md @@ -24,17 +24,17 @@ A simplified interface to ComfyUI through Discord The message above is broken into a several compontents: - * `steps` - 25 - * `cfg` - 8 - * `width` - 512 - * `height` - 480 - * `positive`: "a bowl of fruit on a wooden desk" - * `negative`: "red, strawberry, red apple, raspberry, metal" - * `repeat_n_times`: 4 +* `steps` - 25 +* `cfg` - 8 +* `width` - 512 +* `height` - 480 +* `positive`: "a bowl of fruit on a wooden desk" +* `negative`: "red, strawberry, red apple, raspberry, metal" +* `repeat_n_times`: 4 ...and is passed to ComfyUI by loading `example-workflow.json` and making text replacements, e.g. - * `__STEPS__` with `25` - * `__POSITIVE__` with `a bowl of fruit on a wooden desk` +* `__STEPS__` with `25` +* `__POSITIVE__` with `a bowl of fruit on a wooden desk` The `example-workflow_settings.json` file can be used to provide default values that are left unspecified in the user's message. For example, keys `width` and `height` can be set in `example-workflow_settings.json` and used for direct replacements of `__WIDTH__` and `__HEIGHT__` in the API workflow JSON body.