低代码环境搭建
https://lowcode-engine.cn/site/docs/guide/quickStart/start
https://learn.microsoft.com/zh-cn/windows/wsl/install
https://zhuanlan.zhihu.com/p/34885182
https://www.zhihu.com/question/519987315
https://blog.csdn.net/qq_49907632/article/details/135974644
https://stackoverflow.com/questions/56617209/the-engine-node-is-incompatible-with-this-module
https://blog.csdn.net/scholar_man/article/details/134491200
https://zhuanlan.zhihu.com/p/409547049
https://zhuanlan.zhihu.com/p/487477918
最简单的AI
https://hf-mirror.com/
https://blog.csdn.net/TonyNotes/article/details/135828795
from huggingface_hub import hf_hub_download
hf_hub_download(repo_id="InstantX/InstantID", filename="ControlNetModel/config.json", local_dir="./checkpoints")
hf_hub_download(repo_id="InstantX/InstantID", filename="ControlNetModel/diffusion_pytorch_model.safetensors", local_dir="./checkpoints")
hf_hub_download(repo_id="InstantX/InstantID", filename="ip-adapter.bin", local_dir="./checkpoints")