Merge pull request #32 from cryptopoly/feature/chat-level-up#33
Merged
cryptopoly merged 1 commit intostagingfrom May 6, 2026
Merged
Merge pull request #32 from cryptopoly/feature/chat-level-up#33cryptopoly merged 1 commit intostagingfrom
cryptopoly merged 1 commit intostagingfrom
Conversation
Brings the chat / image / video phase 2-3 work into staging on top of the recent Windows runtime fixes. Conflict resolution notes: - gpu.py / test_gpu_detection.py: kept staging's subprocess-based torch probe (fixes a Windows DLL lock that PR 32's in-process import would re-introduce). Ported PR 32's torch_install_warning() in alongside it so image_runtime / video_runtime imports keep working. - setup.py: kept staging's reset_torch_status_cache + reset_vram_total_cache (superset of PR 32's reset). - pyproject.toml: bumped version to 0.7.4. - VideoStudioTab.tsx: combined PR 32's CPU-fallback danger badge with staging's stricter restart-required condition; dropped staging's duplicate LTX-2 distilled callout (PR 32 has it elsewhere). - styles.css: kept both library-row-actions layout properties; kept staging's contain: layout on install-log-panel. - videos.ts: kept staging's estimateVideoRequestPeakGb + nf4RuntimeFootprintForRepo helpers; widened useNf4 type to boolean | null per PR 32; extended NF4 lookup to cover Wan 2.2-T2V-A14B and LTX-Video; PR 32's relaxed risk thresholds (0.85/0.95) carried through. Tests aligned with PR 32's relationship-style assertions.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Brings the chat / image / video phase 2-3 work into staging on top of the recent Windows runtime fixes. Conflict resolution notes: