diff options
author | AUTOMATIC1111 <16777216c@gmail.com> | 2024-01-01 10:53:12 +0000 |
---|---|---|
committer | AUTOMATIC1111 <16777216c@gmail.com> | 2024-01-01 10:53:12 +0000 |
commit | d859cec696a953dbfd6f69f7735e68661748d579 (patch) | |
tree | 1eda934383d320ec788851aa019492e78a174c92 /modules/ui_extra_networks.py | |
parent | c5496c76461c90bd186ae8804aa65a33cd136d48 (diff) | |
download | stable-diffusion-webui-gfx803-d859cec696a953dbfd6f69f7735e68661748d579.tar.gz stable-diffusion-webui-gfx803-d859cec696a953dbfd6f69f7735e68661748d579.tar.bz2 stable-diffusion-webui-gfx803-d859cec696a953dbfd6f69f7735e68661748d579.zip |
infotext.py: rename usages in the codebase
Diffstat (limited to 'modules/ui_extra_networks.py')
-rw-r--r-- | modules/ui_extra_networks.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/ui_extra_networks.py b/modules/ui_extra_networks.py index b8c02241..790af135 100644 --- a/modules/ui_extra_networks.py +++ b/modules/ui_extra_networks.py @@ -10,7 +10,7 @@ import json import html
from fastapi.exceptions import HTTPException
-from modules.generation_parameters_copypaste import image_from_url_text
+from modules.infotext import image_from_url_text
from modules.ui_components import ToolButton
extra_pages = []
|