Spaces:
Running
on
L40S
Running
on
L40S
#---------------------------------------------------------------------------------------------------------------------# | |
# Comfyroll Studio custom nodes by RockOfFire and Akatsuzi https://github.com/Suzie1/ComfyUI_Comfyroll_CustomNodes | |
# for ComfyUI https://github.com/comfyanonymous/ComfyUI | |
#---------------------------------------------------------------------------------------------------------------------# | |
class AnyType(str): | |
# Credit to pythongosssss | |
def __ne__(self, __value: object) -> bool: | |
return False | |