Skip to content

Document training stages and checkpoint locations#23

Draft
Copilot wants to merge 3 commits intomainfrom
copilot/request-training-results-phase-one
Draft

Document training stages and checkpoint locations#23
Copilot wants to merge 3 commits intomainfrom
copilot/request-training-results-phase-one

Conversation

Copy link
Copy Markdown

Copilot AI commented Jan 29, 2026

Issue requests "first stage training results" (pre-trained DreamBooth weights). No such artifacts are provided by the project.

Changes

  • Training pipeline documentation: Added 4-stage breakdown (DreamBooth → Inference → Geometry → Texture) with checkpoint save locations
  • Checkpoint paths: Distinguished PEFT vs non-PEFT configurations:
    • PEFT (LoRA/BoFT): {EXP_DIR}/unet/{step}/, {EXP_DIR}/text_encoder/{step}/
    • Non-PEFT (default): {EXP_DIR}/ (full pipeline)
  • Usage example: Inference command with required parameters
  • Expectations: Clarified no pre-trained weights available, ~1-2h training time on single GPU

Example usage:

python multi_concepts/inference.py \
  --pretrained_model_name_or_path stabilityai/stable-diffusion-2-1-base \
  --model_dir {EXP_DIR} \
  --instance_dir {INPUT_DIR} \
  --num_samples 10 \
  --use_peft none \
  --use_shape_description

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • puzzleavatar.is.tue.mpg.de
    • Triggering command: /home/REDACTED/work/_temp/ghcca-node/node/bin/node /home/REDACTED/work/_temp/ghcca-node/node/bin/node --enable-source-maps /home/REDACTED/work/_temp/copilot-developer-action-main/dist/index.js (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Original prompt

This section details on the original issue you should resolve

<issue_title>可以给我一份第一阶段的训练结果吗?谢谢</issue_title>
<issue_description></issue_description>

Comments on the Issue (you are @copilot in this section)


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

Copilot AI and others added 2 commits January 29, 2026 11:23
Co-authored-by: YuliangXiu <7944350+YuliangXiu@users.noreply.github.com>
Co-authored-by: YuliangXiu <7944350+YuliangXiu@users.noreply.github.com>
Copilot AI changed the title [WIP] Request training results for phase one Document training stages and checkpoint locations Jan 29, 2026
Copilot AI requested a review from YuliangXiu January 29, 2026 11:28
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.

可以给我一份第一阶段的训练结果吗?谢谢

2 participants