WASasquatch / was-node-suite-comfyui

An extensive node suite for ComfyUI with over 210 new nodes
MIT License
1.15k stars 170 forks source link

Throws An Error on 193 #48

Closed Kaharos94 closed 1 year ago

Kaharos94 commented 1 year ago

TEXT_TYPE = "TEXT" if was_config.contains('use_legacy_ascii_text'): if was_config['use_legacy_ascii_text']: TEXT_TYPE = "ASCII" print(f'\033[34mWAS Node Suite\033[0m Warning: use_legacy_ascii_text is True in was_suite_config.json. ASCII type is deprecated and the default will be TEXT in the future.')

Throws was_config is not defined. did a quick and dirty was_config = getSuiteConfig() in that block to get it running.

WASasquatch commented 1 year ago

Oops. Yeah I moved that out of a if/else to run on fresh installs (as it would run if already installed before). Thanks for letting me know.

WASasquatch commented 1 year ago

Should be corrected.