From 36383ae4d0ef5a323fee4f2d1214ffc01109a741 Mon Sep 17 00:00:00 2001 From: Adi Eyal Date: Sat, 11 Nov 2023 00:16:58 +0200 Subject: [PATCH] Updated changelog --- CHANGELOG.md | 1 - README.md | 4 ++++ docs/CHANGELOG.md | 1 + 3 files changed, 5 insertions(+), 1 deletion(-) delete mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md deleted file mode 100644 index ebce695..0000000 --- a/CHANGELOG.md +++ /dev/null @@ -1 +0,0 @@ -0.2.0 - Nodes now have settable seeds for reproducibility. Thanks to [@romeobuilderotti](https://github.com/romeobuilderotti/) for the inspiration for the inspiration. Also upgraded dynamicprompts to v0.30.1 diff --git a/README.md b/README.md index ee0e3c9..94f21cd 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,11 @@ Nodes can be found in the Dynamic Prompts menu: * [Dynamic Prompts Extension for Auto1111](https://github.com/adieyal/sd-dynamic-prompts) * [Tutorial](https://github.com/adieyal/sd-dynamic-prompts/blob/main/docs/tutorial.md) * [Online Resources](https://github.com/adieyal/sd-dynamic-prompts/blob/main/docs/resources.md) +<<<<<<< HEAD * [CHANGELOG](./CHANGELOG.md) +======= +* [Stable Diffusion SDXL Wildcards and ComfyUI](https://ericri.medium.com/stable-diffusion-sdxl-wildcards-and-comfyui-e8483e00e1c) +>>>>>>> refs/rewritten/main ## Installation diff --git a/docs/CHANGELOG.md b/docs/CHANGELOG.md index e032a4d..034aa08 100644 --- a/docs/CHANGELOG.md +++ b/docs/CHANGELOG.md @@ -1,3 +1,4 @@ +0.2.0 - Nodes now have settable seeds for reproducibility. Thanks to [@romeobuilderotti](https://github.com/romeobuilderotti/) for the inspiration for the inspiration. Also upgraded dynamicprompts to v0.30.1 0.1.3 - Wildcards in the ComfUI root are also supported for backwards compatibility 0.1.2 - The extension now looks for wildcards in custom_nodes/comfyui_dynamicprompts/wildcards 0.1.1 - Changed to relative imports - fixes [#1](https://github.com/adieyal/comfyui-dynamicprompts/issues/1)