# Conflicts: # studio/backend/core/inference/diffusion.py # studio/frontend/src/features/images/images-page.tsx
3.2 KiB
3.2 KiB
- Decision: Used live GitHub PR metadata rather than memory to reconstruct the PR stack accurately.
- Decision: Treated closed
#6658as the original image-generation root and open#6763as the live continuation, because both are byoobabooga, both use head branchimage-generation, and both are based onmain. - Decision: Identified all authored PRs by
danielhanchenstacked 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
#6781headfix-mlx-gguf-reload-contextbasemain, titleMLX CI: bound llama-cli context so the GGUF reload stops timing out;#6780headfix-rag-extraction-rtl-docx-tablesbasemain, titleStudio RAG: fix RTL/Indic PDF corruption and dropped DOCX tables; output was truncated afterharden-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, titleStudio: add image generation with Unsloth GGUFs, headimage-generation, basemain. - Key output:
#6763 [OPEN] by oobabooga, titleStudio: add image generation with Unsloth GGUFs, headimage-generation, basemain. - 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→#6679diffusion-phase4-native→#6680diffusion-phase6-features→#6690diffusion-phase7-perf→#6694diffusion-phase8-quant→#6700diffusion-phase9-prequant→#6701diffusion-phase10-attention→#6702diffusion-phase11-consumer-int8→#6703diffusion-phase12-fbcache→#6716diffusion-phase14-int8-modulation→#6717diffusion-phase15-int8-prequant→#6724diffusion-phase16-native-engine-routing, branching to#6768diffusion-sdserverand#6769diffusion-image-workflows; from#6769, branches#6772diffusion-fp8-perrowand#6771diffusion-lora→#6773diffusion-controlnet. - Completed: Counted
16 PRs, all authored bydanielhanchen, all currentlyOPEN, 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, coveringOn Device/chat picker fixes,GGUF speed-mode relabel,LoRA dot-alias fix,FP8 per-row fix,ControlNet, andFLUX.2-dev family. - Completed: Flagged that phase numbers
5and13are 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.