heshengtao / comfyui_LLM_party

LLM Agent Framework in ComfyUI includes Omost,GPT-sovits, ChatTTS,GOT-OCR2.0, and FLUX prompt nodes,access to Feishu,discord,and adapts to all llms with similar openai/gemini interfaces, such as o1,ollama, grok, qwen, GLM, deepseek, moonshot,doubao. Adapted to local llms, vlm, gguf such as llama-3.2, Linkage neo4j KG, graphRAG / RAG / html 2 img
GNU Affero General Public License v3.0
1.05k stars 93 forks source link

Please use `torch.amp.autocast('cuda', args...)` instead. #77

Open Hileowill opened 2 months ago

Hileowill commented 2 months ago

py-cord[voice] is already installed D:\Anaconda3\envs\Comfyui\lib\site-packages\vector_quantize_pytorch\vector_quantize_pytorch.py:461: FutureWarning: torch.cuda.amp.autocast(args...) is deprecated. Please use torch.amp.autocast('cuda', args...) instead. @autocast(enabled = False) D:\Anaconda3\envs\Comfyui\lib\site-packages\vector_quantize_pytorch\vector_quantize_pytorch.py:674: FutureWarning: torch.cuda.amp.autocast(args...) is deprecated. Please use torch.amp.autocast('cuda', args...) instead. @autocast(enabled = False) D:\Anaconda3\envs\Comfyui\lib\site-packages\vector_quantize_pytorch\finite_scalar_quantization.py:162: FutureWarning: torch.cuda.amp.autocast(args...) is deprecated. Please use torch.amp.autocast('cuda', args...) instead. @autocast(enabled = False) llama-cpp installed py-cord[voice] is already installed

heshengtao commented 2 months ago

This is one of your old dependencies calling an old version of a function, not my code calling an old version of a function