3 Commits

Author SHA1 Message Date
  w-e-w f25c3fc9cb
fix sd_vae_explanation (#16748) 1 year ago
  w-e-w fc0952abb9
Merge pull request #16745 from Sanchows/removed-unused-import-modules-errors 1 year ago
  Alexander Sachenko b414c62ce4
removed unnecessary import modules.errors 1 year ago
2 changed files with 2 additions and 4 deletions
Split View
  1. +1
    -3
      modules/launch_utils.py
  2. +1
    -1
      modules/shared_items.py

+ 1
- 3
modules/launch_utils.py View File

@@ -43,9 +43,7 @@ def check_python_version():
supported_minors = [7, 8, 9, 10, 11]
if not (major == 3 and minor in supported_minors):
import modules.errors
modules.errors.print_error_explanation(f"""
errors.print_error_explanation(f"""
INCOMPATIBLE PYTHON VERSION
This program is tested with 3.10.6 Python, but you have {major}.{minor}.{micro}.


+ 1
- 1
modules/shared_items.py View File

@@ -125,7 +125,7 @@ def ui_reorder_categories():
def callbacks_order_settings():
options = {
"sd_vae_explanation": OptionHTML("""
"callbacks_order_explanation": OptionHTML("""
For categories below, callbacks added to dropdowns happen before others, in order listed.
"""),


Loading…
Cancel
Save
Baidu
map