From 2bbd91b5ec849192624e0f0463c2342c82eecb09 Mon Sep 17 00:00:00 2001 From: AUTOMATIC1111 <16777216c@gmail.com> Date: Thu, 22 Sep 2022 22:30:08 +0300 Subject: [PATCH] Updated Custom Scripts (markdown) --- Custom-Scripts.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Custom-Scripts.md b/Custom-Scripts.md index 0bb879b..587791d 100644 --- a/Custom-Scripts.md +++ b/Custom-Scripts.md @@ -151,7 +151,7 @@ class Script(scripts.Script): # Saving steps of the sampling process This script will save steps of the sampling process to a directory. -``` +```python import os.path import modules.scripts as scripts