Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
Uh oh!
There was an error while loading.
Please reload this page
.
tetherto
/
qvac-ext-stable-diffusion.cpp
Public
forked from
leejet/stable-diffusion.cpp
Notifications
You must be signed in to change notification settings
Fork
5
Star
0
Code
Pull requests
5
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
QVAC-21981 feat: ABot-World interactive walk sessions + native scene creation
- #22
#22
Merged
DmitryMalishev
merged 19 commits into
2026-07-03
tetherto/qvac-ext-stable-diffusion.cpp:2026-07-03
from
feature-abot-dit
tetherto/qvac-ext-stable-diffusion.cpp:feature-abot-dit
Copy head branch name to clipboard
Aug 4, 2026
Conversation
Commits
19
(19)
Checks
Files changed
Merged
QVAC-21981 feat: ABot-World interactive walk sessions + native scene creation
#22
DmitryMalishev
merged 19 commits into
2026-07-03
tetherto/qvac-ext-stable-diffusion.cpp:2026-07-03
from
feature-abot-dit
tetherto/qvac-ext-stable-diffusion.cpp:feature-abot-dit
Copy head branch name to clipboard
Commits
Commits on Jul 17, 2026
fix: match reference first-chunk semantics in Wan VAE temporal upsample
Show description for cba491c
olyasir
authored and
DmitryMalishev
committed
cba491c
View commit details
Copy full SHA for cba491c
Browse repository at this point
fix: assert time_conv block exists before use in upsample3d path
olyasir
authored and
DmitryMalishev
committed
7fa2187
View commit details
Copy full SHA for 7fa2187
Browse repository at this point
feat: recognize and load ABot-World models (causal Wan2.2-TI2V-5B + action adapter)
Show description for 3ff42cb
DmitryMalishev
committed
3ff42cb
View commit details
Copy full SHA for 3ff42cb
Browse repository at this point
docs: ABot-World walk MVP spec + CI scaffold
DmitryMalishev
committed
f5e8eb4
View commit details
Copy full SHA for f5e8eb4
Browse repository at this point
feat: ABot-World walk MVP stepping stone (native taehv decode + GPU CI)
Show description for da3f6b2
DmitryMalishev
committed
da3f6b2
View commit details
Copy full SHA for da3f6b2
Browse repository at this point
Commits on Jul 20, 2026
chore: remove temporary fork CI + decode stepping stone
Show description for deb0de5
DmitryMalishev
committed
deb0de5
View commit details
Copy full SHA for deb0de5
Browse repository at this point
docs: keep only user-facing ABot documentation
Show description for 7d5cb8a
DmitryMalishev
committed
7d5cb8a
View commit details
Copy full SHA for 7d5cb8a
Browse repository at this point
Commits on Jul 21, 2026
fix: reject ABot batch generation at the shared choke point; honest capability queries
Show description for 23d8fd5
DmitryMalishev
committed
23d8fd5
View commit details
Copy full SHA for 23d8fd5
Browse repository at this point
feat: ABot-World causal walk core + interactive session C API
Show description for 60f922f
DmitryMalishev
committed
60f922f
View commit details
Copy full SHA for 60f922f
Browse repository at this point
feat: ABot-World walk validation harnesses (parity / walk / session)
Show description for 0c81b16
DmitryMalishev
committed
0c81b16
View commit details
Copy full SHA for 0c81b16
Browse repository at this point
fix: build ABot validation harnesses only for static libs
Show description for a98abc4
DmitryMalishev
committed
a98abc4
View commit details
Copy full SHA for a98abc4
Browse repository at this point
Commits on Jul 23, 2026
fix: bound walk-graph memory and add opt-in per-layer KV cache
Show description for f9a9c65
DmitryMalishev
and
claude
committed
f9a9c65
View commit details
Copy full SHA for f9a9c65
Browse repository at this point
fix: make ABot KV-cache walk correct on shared/single-GPU backends
Show description for 13a3583
DmitryMalishev
and
claude
committed
13a3583
View commit details
Copy full SHA for 13a3583
Browse repository at this point
Commits on Jul 24, 2026
fix: ABot DiT params were allocated F32 (prefix double-dot broke type lookup)
Show description for ce22d24
DmitryMalishev
and
claude
committed
ce22d24
View commit details
Copy full SHA for ce22d24
Browse repository at this point
Commits on Jul 28, 2026
feat: native ABot-World scene creation (umT5-XXL prompt + Wan2.2 VAE first frame)
Show description for 07cee51
DmitryMalishev
and
claude
committed
07cee51
View commit details
Copy full SHA for 07cee51
Browse repository at this point
Commits on Jul 30, 2026
feat: optional text-only scene packs (no init image) - gated, checkpoint-limited
Show description for f284a42
DmitryMalishev
and
claude
committed
f284a42
View commit details
Copy full SHA for f284a42
Browse repository at this point
Commits on Jul 31, 2026
doc: finalize ABot docs and stale references for review
Show description for 7f9a1e7
DmitryMalishev
and
claude
committed
7f9a1e7
View commit details
Copy full SHA for 7f9a1e7
Browse repository at this point
Commits on Aug 3, 2026
fix: make walk-session failures terminal; commit KV bookkeeping only on success
Show description for 81a0f02
DmitryMalishev
and
claude
committed
81a0f02
View commit details
Copy full SHA for 81a0f02
Browse repository at this point
fix: move walk toggles to session params and harden the scene-pack parser
Show description for 52b231e
DmitryMalishev
and
claude
committed
52b231e
View commit details
Copy full SHA for 52b231e
Browse repository at this point
You can’t perform that action at this time.