From be1d90c3edd1ce64d5648716b65d434d01aa5bd7 Mon Sep 17 00:00:00 2001 From: Vladimir Mandic Date: Mon, 11 Dec 2023 23:45:01 -0500 Subject: [PATCH] update examples --- scripts/example.py | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/scripts/example.py b/scripts/example.py index 7fedd6a4d..b507f6386 100644 --- a/scripts/example.py +++ b/scripts/example.py @@ -3,6 +3,14 @@ from diffusers.pipelines import StableDiffusionPipeline, StableDiffusionXLPipeli from modules import shared, scripts, processing, sd_models """ +This is a simpler template for script for SD.Next that implements a custom pipeline +Items that can be added: +- Any pipeline already in diffusers + List of pipelines that can be directly used: +- Any pipeline for which diffusers definiotion exists and can be copied + List of pipelines with community definitions: +- Any custom pipeline that you create + Author:: - Your details