Files
ComfyUI-Lora-Manager/py/utils/constants.py
2025-03-12 22:21:30 +08:00

8 lines
199 B
Python

NSFW_LEVELS = {
"PG": 1,
"PG13": 2,
"R": 4,
"X": 8,
"XXX": 16,
"Blocked": 32, # Probably not actually visible through the API without being logged in on model owner account?
}