From 721ba8fd97e333a641d60c970705200ebd63716d Mon Sep 17 00:00:00 2001 From: w-e-w <40751091+w-e-w@users.noreply.github.com> Date: Tue, 9 Apr 2024 19:34:04 +0900 Subject: [PATCH] add link to an example extension on how to write intotext to images --- Developing-extensions.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Developing-extensions.md b/Developing-extensions.md index 6a3408a..5445fd8 100644 --- a/Developing-extensions.md +++ b/Developing-extensions.md @@ -36,6 +36,8 @@ def preload(parser): For how to develop custom scripts, which usually will do most of extension's work, see [Developing custom scripts](Developing-custom-scripts). +- Example on how to write infotext (aka PNG info) to images [sd-webui-infotext-example](https://github.com/w-e-w/sd-webui-infotext-example) + ## Localization extensions The preferred way to do localizations for the project is via making an extension. The basic file structure for the extension should be: