diff --git a/modules/options_handler.py b/modules/options_handler.py index 646ccd874..92f11369d 100644 --- a/modules/options_handler.py +++ b/modules/options_handler.py @@ -18,8 +18,6 @@ compatibility_opts = ['clip_skip', 'uni_pc_lower_order_final', 'uni_pc_order'] class Options(): - data = None - data_labels = None typemap = {int: float} debug = os.environ.get('SD_CONFIG_DEBUG', None) is not None