We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 551fe8d commit d9a87c1Copy full SHA for d9a87c1
main.py
@@ -13,7 +13,7 @@
13
import sys
14
15
if __name__ == "__main__":
16
- #NOTE: These do not do anything on core ComfyUI which should already have no communication with the internet, they are for custom nodes.
+ #NOTE: These do not do anything on core ComfyUI, they are for custom nodes.
17
os.environ['HF_HUB_DISABLE_TELEMETRY'] = '1'
18
os.environ['DO_NOT_TRACK'] = '1'
19
0 commit comments