Skip to content

Conversation

@hoblin
Copy link

@hoblin hoblin commented Dec 15, 2025

Summary

  • Remove Qwen-Image text-to-image model provisioning
  • Qwen2.5-VL captioning remains fully functional

Changes

  • Deleted: provision_qwen.sh, qwen_image_t2i.json, test_input_qwen.json
  • Added: provision_vlm.sh (VLM directory setup only)
  • Updated: start.sh, Dockerfile, README.md

Notes

  • VLM symlinks and HF_HOME config preserved for captioning
  • No build required - provisioning script changes only

hoblin added 11 commits August 11, 2024 17:18
- Install ComfyUI-Qwen2_5-VL node with required dependencies
  (accelerate, bitsandbytes, decord)
- Install ComfyUI-Custom-Scripts for ShowText output node
- Add VLM models symlink to network volume for persistence
- Refactor handler to support text outputs from ShowText nodes
- Add provision_qwen.sh script for manual model provisioning
- Update README with Qwen2.5-VL documentation and workflow example
…tilities

Shared download utilities:
- Extract download_utils.sh with get_remote_size, get_local_size, download_model
- Fix X-Linked-Size header parsing (anchor grep to avoid access-control-expose-headers match)
- Refactor provision_qwen.sh and provision_rmbg.sh to use shared utilities

New provisioning scripts:
- provision_z_image.sh for Z-Image Turbo model (~10GB)
- provision_kontext_pulid.sh for Flux Kontext + PuLID models (~25GB)

Dockerfile improvements:
- Install PuLID-FLUX custom node for character identity preservation
- Move provisioning script COPY after custom nodes for better layer caching
- Consolidate script copies into single COPY command

Runtime changes:
- start.sh: Add Z-Image and Kontext+PuLID provisioning calls
- extra_model_paths.yaml: Add pulid and insightface model paths

Build utilities:
- bin/build, bin/push, bin/test-local helper scripts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant