unsloth/async_task_outputs/async_task_output_dr02pq.md
Daniel Han c800e89206 Merge remote-tracking branch 'origin/image-generation' into diffusion-image-workflows
# Conflicts:
#	studio/backend/core/inference/diffusion.py
#	studio/frontend/src/features/images/images-page.tsx
2026-07-02 03:36:50 +00:00

17 lines
No EOL
3.2 KiB
Markdown

- Decision: Used live GitHub PR metadata rather than memory to reconstruct the PR stack accurately.
- Decision: Treated closed `#6658` as the original image-generation root and open `#6763` as the live continuation, because both are by `oobabooga`, both use head branch `image-generation`, and both are based on `main`.
- Decision: Identified all authored PRs by `danielhanchen` stacked transitively on `#6658` / `#6763`, with current work concentrated in the top diffusion-image-workflows sub-stack.
- Commands run from `/mnt/disks/unslothai/ubuntu/workspace_81`:
- `env -u GH_TOKEN gh pr list --repo unslothai/unsloth --author danielhanchen --state open --limit 50 --json number,title,headRefName,baseRefName,isDraft,state 2>&1 | head -100`
- Key output included open authored PRs such as `#6781` head `fix-mlx-gguf-reload-context` base `main`, title `MLX CI: bound llama-cli context so the GGUF reload stops timing out`; `#6780` head `fix-rag-extraction-rtl-docx-tables` base `main`, title `Studio RAG: fix RTL/Indic PDF corruption and dropped DOCX tables`; output was truncated after `harden-llmco`.
- `for n in 6658 6763; do ... env -u GH_TOKEN gh pr view $n --repo unslothai/unsloth --json number,title,headRefName,baseRefName,author,state ... done`
- Key output: `#6658 [CLOSED] by oobabooga`, title `Studio: add image generation with Unsloth GGUFs`, head `image-generation`, base `main`.
- Key output: `#6763 [OPEN] by oobabooga`, title `Studio: add image generation with Unsloth GGUFs`, head `image-generation`, base `main`.
- No files were created or edited in this span.
- No errors were encountered.
- Completed: Produced bottom-to-top stack rooted at `#6658` / `#6763`: `main``image-generation` `#6763` / `#6658``#6679` `diffusion-phase4-native``#6680` `diffusion-phase6-features``#6690` `diffusion-phase7-perf``#6694` `diffusion-phase8-quant``#6700` `diffusion-phase9-prequant``#6701` `diffusion-phase10-attention``#6702` `diffusion-phase11-consumer-int8``#6703` `diffusion-phase12-fbcache``#6716` `diffusion-phase14-int8-modulation``#6717` `diffusion-phase15-int8-prequant``#6724` `diffusion-phase16-native-engine-routing`, branching to `#6768` `diffusion-sdserver` and `#6769` `diffusion-image-workflows`; from `#6769`, branches `#6772` `diffusion-fp8-perrow` and `#6771` `diffusion-lora``#6773` `diffusion-controlnet`.
- Completed: Counted `16 PRs`, all authored by `danielhanchen`, all currently `OPEN`, transitively stacked on `#6658` / `#6763`.
- Completed: Grouped stack as `Phase chain (11): #6679, #6680, #6690, #6694, #6700, #6701, #6702, #6703, #6716, #6717, #6724`; `Native sd-server branch (1): #6768`; `diffusion-image-workflows sub-stack (4): #6769 -> #6771, #6772 -> #6773`.
- Completed: Noted session work landed in top PRs `#6769`, `#6771`, `#6772`, `#6773`, covering `On Device/chat picker fixes`, `GGUF speed-mode relabel`, `LoRA dot-alias fix`, `FP8 per-row fix`, `ControlNet`, and `FLUX.2-dev family`.
- Completed: Flagged that phase numbers `5` and `13` are absent as separate open PRs because they were folded into adjacent phases upstream.
- Pending: User was offered follow-up to list merge order or check CI status across the stack; no follow-up was performed in this span.