Spaces:
Running
on
L40S
Running
on
L40S
File size: 666 Bytes
4450790 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 |
#---------------------------------------------------------------------------------------------------------------------#
# 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
|