diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2024-01-01 13:53:12 +0300 |
---|---|---|
committer | AUTOMATIC1111 <16777216c@gmail.com> | 2024-01-01 13:53:12 +0300 |
commit | d859cec696a953dbfd6f69f7735e68661748d579 (patch) | |
tree | 1eda934383d320ec788851aa019492e78a174c92 /modules/txt2img.py | |
parent | c5496c76461c90bd186ae8804aa65a33cd136d48 (diff) |
infotext.py: rename usages in the codebase
Diffstat (limited to 'modules/txt2img.py')
-rw-r--r-- | modules/txt2img.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/txt2img.py b/modules/txt2img.py index e4e18ceb..3a481915 100644 --- a/modules/txt2img.py +++ b/modules/txt2img.py @@ -2,7 +2,7 @@ from contextlib import closing import modules.scripts
from modules import processing
-from modules.generation_parameters_copypaste import create_override_settings_dict
+from modules.infotext import create_override_settings_dict
from modules.shared import opts
import modules.shared as shared
from modules.ui import plaintext_to_html
|