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