
This is a workflow designed exclusively for Wan Animate 2.
It is designed so that you can create dancing videos simply by preparing your videos and photos and pressing the run button, without the need for complex settings.
Please refer to the tutorial video for detailed instructions on how to use it.
ㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡㅡ
Wan Animate 2 전용 워크플로우 입니다.
복잡한 설정 필요없이
동영상과 사진만 준비한 후 실행버튼을 누르면 춤추는 영상을 만들 수 있도록 만들었습니다.
사용방법에 관련된 자세한 영상은 튜토리얼 영상을 참고해주세요
Description
Wan Animate 2 - V1
FAQ
Comments (1)
It's almost working, the workflow failed.
[ERROR] !!! Exception during processing !!! Could not reach local LLM server: [WinError 10061] Aucune connexion n’a pu être établie car l’ordinateur cible l’a expressément refusée
ConnectionRefusedError: [WinError 10061]No connection could be established because the target computer expressly refused it
...
The above exception was the direct cause of the following exception:
...
raise RuntimeError(f"Could not reach local LLM server: {exc}") from exc
RuntimeError: Could not reach local LLM server: [WinError 10061] No connection could be established because the target computer expressly refused it
I checked that :
LM Studio is clearly listening on 127.0.0.1:8000 ✅
Python 3.10 by ComfyUI reaches this port ✅
http.client.HTTPConnection reaches this port ✅
/v1/models works ✅
/v1/completions works ✅
/v1/chat/completions in streaming works ✅
the workflow does indeed contain http://127.0.0.1:8000/v1 ✅
Active or inactive JIT → even 10061 ❌
Any help ? Thanks !