diff --git a/CHANGES.md b/CHANGES.md index 6fb7d025..aa7947a5 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -27,6 +27,7 @@ - Support loading models in the safetensor format, for improved safety ### Detailed changelog +* 2.4.19 - 10 Dec 2022 - Show init img in task list * 2.4.19 - 7 Dec 2022 - Use pre-trained hypernetworks while generating images. Thanks @C0bra5 * 2.4.19 - 6 Dec 2022 - Allow processing new tasks first. Thanks @madrang * 2.4.19 - 6 Dec 2022 - Allow reordering the task queue (by dragging tasks). Thanks @madrang diff --git a/ui/index.html b/ui/index.html index a35504b2..4868cad3 100644 --- a/ui/index.html +++ b/ui/index.html @@ -57,7 +57,7 @@ Negative Prompt - Click to learn more about Negative Prompts + Click to learn more about Negative Prompts (optional)
StepUpdate: ${JSON.stringify(stepUpdate, undefined, 4)}