@@ -6,6 +6,10 @@ import threading
import queue
import traceback
if '--dont-upcast-attention' in sys.argv:
print("disabling upcasting of attention")
os.environ['ATTN_PRECISION'] = "fp16"
import torch
import nodes
The note is not visible to the blocked user.