mirror of
https://github.com/AUTOMATIC1111/stable-diffusion-webui.git
synced 2025-12-10 20:30:46 -08:00
infotext.py: rename usages in the codebase
This commit is contained in:
parent
c5496c7646
commit
d859cec696
14 changed files with 25 additions and 25 deletions
|
|
@ -1,7 +1,7 @@
|
|||
import gradio as gr
|
||||
|
||||
from modules import scripts, sd_models
|
||||
from modules.generation_parameters_copypaste import PasteField
|
||||
from modules.infotext import PasteField
|
||||
from modules.ui_common import create_refresh_button
|
||||
from modules.ui_components import InputAccordion
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue