aboutsummaryrefslogtreecommitdiffstats
path: root/modules/processing_scripts/seed.py
diff options
context:
space:
mode:
authorAUTOMATIC1111 <16777216c@gmail.com>2024-01-01 14:25:30 +0000
committerAUTOMATIC1111 <16777216c@gmail.com>2024-01-01 14:25:30 +0000
commit5d7d1823afab0a051a3fbbdb3213bae8051350b7 (patch)
tree1c718b1a935fe5c2cc7861e647960f12aecff124 /modules/processing_scripts/seed.py
parent1ffdedc11d49862cf0d030fb0bcc25eb0449939b (diff)
downloadstable-diffusion-webui-gfx803-5d7d1823afab0a051a3fbbdb3213bae8051350b7.tar.gz
stable-diffusion-webui-gfx803-5d7d1823afab0a051a3fbbdb3213bae8051350b7.tar.bz2
stable-diffusion-webui-gfx803-5d7d1823afab0a051a3fbbdb3213bae8051350b7.zip
rename infotext.py again, this time to infotext_utils.py; I didn't realize infotext would be used for variable names in multiple places, which makes it awkward to import the module; also fix the bug I caused by this rename that breaks tests
Diffstat (limited to 'modules/processing_scripts/seed.py')
-rw-r--r--modules/processing_scripts/seed.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/processing_scripts/seed.py b/modules/processing_scripts/seed.py
index 60293278..2d3cbb97 100644
--- a/modules/processing_scripts/seed.py
+++ b/modules/processing_scripts/seed.py
@@ -3,7 +3,7 @@ import json
import gradio as gr
from modules import scripts, ui, errors
-from modules.infotext import PasteField
+from modules.infotext_utils import PasteField
from modules.shared import cmd_opts
from modules.ui_components import ToolButton