cd /workspace/kohya_ss && source venv/bin/activate && ./gui.sh --share --headless --listen 0.0.0.0
Ctrl + C # 第一步:停服务
deactivate # 第二步:退环境
从输出结果来看,你的操作已经成功完成:kohya_ss 被以「子模块(submodule)」的形式提交并推送到了远程仓库(create mode 160000 kohya_ss 是 Git 对子模块的特殊标记,类似一个指向子模块特定提交的“指针”)。
[main 193b1f11a] Save environment snapshot 表明提交成功,2 files changed 中包含了子模块的引用信息(通常是 .gitmodules 文件和 kohya_ss 子模块指针)。To https://cnb.cool/GGFULL66/ComfyUI-KOHYA.git 显示已成功推送到远程仓库的 main 分支,远程分支已更新。子模块在远程仓库中仅存储「引用信息」(即指向 kohya_ss 原仓库的特定提交),而非实际内容。因此:
他人克隆仓库时,需要额外初始化子模块才能获取 kohya_ss 的内容:
# 克隆你的仓库后,进入目录
git clone https://cnb.cool/GGFULL66/ComfyUI-KOHYA.git
cd ComfyUI-KOHYA
# 初始化并拉取子模块内容
git submodule init
git submodule update
更新子模块内容:如果后续 kohya_ss 自身有更新(比如你在本地 kohya_ss 目录中 git pull 了新内容),需要同步更新外层仓库的子模块引用:
# 进入子模块目录拉取更新
cd kohya_ss
git pull origin 主分支名 # 如 main
cd .. # 返回外层仓库
# 提交子模块的新引用
git add kohya_ss
git commit -m "更新kohya_ss子模块到最新版本"
git push origin main
目前你的仓库已成功保存了 kohya_ss 作为子模块的状态,且变更已同步到远程。后续使用或共享时,记得通过 git submodule init/update 拉取子模块内容,避免 kohya_ss 目录为空。
如果需要修改子模块的配置(比如更换 kohya_ss 的原仓库地址),可以编辑 .gitmodules 文件后重新提交推送~
📢 2025/10/24
qd-sd15 回车启动再次使用sd1.5模型就不会黑图了(1015)📢 2025/08-09
xiazai.ipynb新增Wan2.2 Fun_control,Fun_inpaint模型更多详细更新内容查看日志。 📜 查看完整更新日志
AI-创作启动按钮open按钮,点击即可进入操作页面bash终端中输入小写字母cnb或者qd回车,即可正常运行启动程序。xiazai.ipynb 内有提示说明,只需替换你需要下载的链接即可放大类模型:
controlnet模型:
人脸识别与修复:
计算机视觉与分割:
自然语言处理:
多模态大模型:
其他
有些模型是多个插件通用,但是读取路径却不同,其中JoyCaption RMBG2.0是单独的模型路径,其他全部以LayerStyle_Advance读取路径为主。
xiazai.ipynb 内有提示说明,只需替换你需要下载的链接即可a-person-mask-generator
audio-separation-nodes-comfyui
cg-image-filter
cg-use-everywhere
comfy-mtb
ComfyLiterals
ComfyMath
ComfyQR
ComfyUI_ADV_CLIP_emb
ComfyUI_AdvancedRefluxControl
Comfyui_Comfly
ComfyUI_Comfyroll_CustomNodes
comfyui_controlnet_aux
comfyui_custom_nodes_alekpet
comfyui_essentials
comfyui_facesimilarity
ComfyUI_Fill-Nodes
ComfyUI_FizzNodes
comfyui_instantid
comfyui_ipadapter_plus
comfyui_layerstyle
ComfyUI_LayerStyle_Advance
comfyui_lg_tools
ComfyUi_NNLatentUpscale
comfyui_patches_ll
Comfyui_PDuse
comfyui_pops
comfyui_pulid_flux_ll
comfyui_segment_anything
comfyui_slk_joy_caption_two
ComfyUI_Sonic
ComfyUI_Text_Translation
comfyui_ttp_toolset
comfyui_ultimatesdupscale
comfyui_wordcloud
ComfyUI_YuE
comfyui-advanced-controlnet
comfyui-animatediff-evolved
ComfyUI-Anyline
comfyui-art-venture
comfyui-browser
comfyui-brushnet
ComfyUI-Crystools
comfyui-custom-scripts
ComfyUI-DD-Translation
comfyui-depthanythingv2
comfyui-detail-daemon
comfyui-easy-use
ComfyUI-Embedding_Picker
ComfyUI-fastblend
comfyui-fitsize
comfyui-florence2
comfyui-frame-interpolation
ComfyUI-FramePackWrapper
ComfyUI-GGUF
ComfyUI-GIMM-VFI
ComfyUI-GlifNodes
ComfyUI-GradientBlur
ComfyUI-HunyuanVideoWrapper
ComfyUI-IC-Light
comfyui-ic-light-native
comfyui-imagesubfolders
comfyui-impact-pack
comfyui-impact-subpack
comfyui-in-context-lora-utils
comfyui-inpaint-cropandstitch
comfyui-inpaint-nodes
comfyui-inspire-pack
comfyui-inspyrenet-rembg
ComfyUI-IPAdapter-Flux
comfyui-kjnodes
comfyui-lama-remover
comfyui-layerdiffuse
ComfyUI-LTXVideo
comfyui-ltxvideolora
comfyui-lumi-batcher
comfyui-manager
ComfyUI-Marigold
ComfyUI-MingNodes
comfyui-mixlab-nodes
comfyui-openai-fm
comfyui-openpose-editor
comfyui-post-processing-nodes
ComfyUi-RadarWeightNode
ComfyUI-ReActor
comfyui-redux-prompt
comfyui-rmbg
comfyui-saveimage-plus
comfyui-stringsandthings
comfyui-supir
comfyui-tensorops
comfyui-various
ComfyUI-Tripo
ComfyUI-UVR5
comfyui-video-matting
ComfyUI-VideoBasic
comfyui-videohelpersuite
ComfyUI-WanStartEndFramesNative
ComfyUI-WanVideoStartEndFrames
ComfyUI-WanVideoWrapper
comfyui-wd14-tagger
ComfyUI-YoloWorld-EfficientSAM
D2-SavePSD-ComfyUI
efficiency-nodes-comfyui
flux-prompt-generator
images_base64
janus-pro
joycaption_comfyui
OneButtonPrompt
portraittools-mw
pulid_comfyui
rembg-comfyui-node-better
rgthree-comfy
skimmed_cfg
stability-ComfyUI-nodes
teacache
wanblockswap
was-node-suite-comfyui
wavespeed
x-flux-comfyui
| 组件 | 版本 | 用途 |
|---|---|---|
| PyTorch | 2.7.0 | 深度学习框架 |
| NVIDIA Apex | latest | 混合精度训练优化 |
| torchsde | latest | 随机微分方程支持 |
| xformers | CUDA12.8版 | Transformer加速 |
| albumentations | latest | 高性能图像增强 |
| triton | latest | 高效GPU内核生成 |
| sageattention | 2.2.0 | 自定义Attention优化 |
| flash_attn | 2.7.4.post1 | Attention计算加速 |
| 库 | 用途 |
|---|---|
| librosa | 音频特征提取 |
| noisereduce | 噪声抑制 |
| sounddevice/soundfile | 音频设备接口 |
| pyaudio | 麦克风/扬声器控制 |
| 插件名称 | 功能描述 |
|---|---|
| ms-python.python | Python开发支持 |
| ms-azuretools.vscode-docker | Docker集成 |
| ms-toolsai.jupyter | Jupyter Notebook支持 |
| mhutchie.git-graph | Git可视化 |
| tencent-cloud.coding-copilot | AI辅助编程 |
| redhat.vscode-yaml | YAML语言支持 |
| cnbcool.cnb-welcome | 腾讯云开发工具 |
本镜像基于开源社区内容制作免费公开分享
镜像可能包含第三方软件或组件,其版权及许可条款由原作者所有。使用者应自行核实并遵守相关许可要求。作者不对第三方内容的功能或合法性负责。
本镜像按“原样”提供,作者不承诺其完整性、适用性或安全性。使用者需自行承担所有风险,作者对因使用或无法使用镜像导致的任何直接、间接损失概不负责(包括但不限于数据丢失、系统损坏、业务中断等)。
使用者需确保遵守所在国家/地区的法律法规。若因使用本镜像违反法律或侵犯第三方权益,使用者需独立承担全部责任,与镜像提供者无关。
任何基于本镜像修改或衍生的版本,均与本镜像提供者无关,相关责任由修改者自行承担。
如不同意本声明,请立即删除镜像。继续使用即视为接受上述条款。