wiikoo's picture
Upload custom_nodes/ComfyUI-Crystools/core/config.py with huggingface_hub
24a8f9b verified
raw
history blame contribute delete
176 Bytes
import os
import logging
CONFIG = {
"loglevel": int(os.environ.get("CRYSTOOLS_LOGLEVEL", logging.INFO)),
"indent": int(os.environ.get("CRYSTOOLS_INDENT", 2))
}