Daniel Han
c68c9fab9e
Merge remote-tracking branch 'origin/video-tab' into video-wan
2026-07-05 11:52:49 +00:00
Daniel Han
3d19b0f137
Merge remote-tracking branch 'origin/video-inference' into video-tab
2026-07-05 11:52:47 +00:00
Daniel Han
9862ccc85a
Merge remote-tracking branch 'origin/diffusion-more-families' into video-inference
2026-07-05 11:52:46 +00:00
Daniel Han
e741935626
Merge remote-tracking branch 'origin/diffusion-auto-badges' into diffusion-more-families
2026-07-05 11:52:45 +00:00
Daniel Han
cc23062077
Merge remote-tracking branch 'origin/diffusion-auto-install' into diffusion-auto-badges
2026-07-05 11:52:43 +00:00
Daniel Han
e2e10c4ee9
Merge branch 'diffusion-auto-install' of https://github.com/unslothai/unsloth into diffusion-auto-install
2026-07-05 11:48:48 +00:00
Daniel Han
9d3a1d3ff7
Invalidate import caches after a wheel install so the new kernel is importable
...
A successful on-demand wheel install writes into site-packages after the
import system already cached that directory's listing, so the very next
find_spec / import in the same process can miss the freshly installed
package when the install lands within the directory mtime's resolution.
That silently falls set_attention_backend back to native on first use.
Call importlib.invalidate_caches() after a successful install so the
kernel is picked up immediately, and cover both the success and failure
paths in the attention installer tests.
2026-07-05 11:48:34 +00:00
pre-commit-ci[bot]
e998f73e93
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2026-07-05 11:48:31 +00:00
pre-commit-ci[bot]
715a18824b
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2026-07-05 11:47:57 +00:00
pre-commit-ci[bot]
225b899587
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2026-07-05 11:47:22 +00:00
pre-commit-ci[bot]
31f04c026e
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2026-07-05 11:46:48 +00:00
pre-commit-ci[bot]
995ce8ac5f
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2026-07-05 11:46:16 +00:00
pre-commit-ci[bot]
d398978349
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2026-07-05 11:45:40 +00:00
Daniel Han
1e2ee60dd4
Merge branch 'video-tab' into video-wan
2026-07-05 11:39:49 +00:00
Daniel Han
cbfb1388f7
Merge branch 'video-inference' into video-tab
2026-07-05 11:39:47 +00:00
Daniel Han
84bbc9d5a5
Merge branch 'diffusion-more-families' into video-inference
2026-07-05 11:39:46 +00:00
Daniel Han
2e3bd9b393
Merge branch 'diffusion-auto-badges' into diffusion-more-families
2026-07-05 11:39:35 +00:00
Daniel Han
af76745353
Merge branch 'diffusion-auto-install' into diffusion-auto-badges
2026-07-05 11:39:34 +00:00
Daniel Han
3c4dd8d118
Merge branch 'diffusion-fp16-accum' into diffusion-auto-install
2026-07-05 11:39:32 +00:00
Daniel Han
ac90e6cdab
Merge branch 'diffusion-auto-policy' into diffusion-fp16-accum
2026-07-05 11:39:31 +00:00
Daniel Han
a20049bfc0
Merge branch 'diffusion-train-perf2' into diffusion-auto-policy
2026-07-05 11:39:30 +00:00
Daniel Han
66387c1533
Merge branch 'diffusion-krea2' into diffusion-train-perf2
2026-07-05 11:39:16 +00:00
Daniel Han
f543af6d27
Merge branch 'diffusion-train-tab-2' into diffusion-krea2
2026-07-05 11:39:15 +00:00
Daniel Han
5979d68a03
Merge branch 'diffusion-train-precision' into diffusion-train-tab-2
2026-07-05 11:39:14 +00:00
Daniel Han
2d466df322
Merge branch 'diffusion-train-perf' into diffusion-train-precision
2026-07-05 11:39:12 +00:00
Daniel Han
b88d0d49b8
Merge branch 'image-generation' into diffusion-train-perf
2026-07-05 11:39:11 +00:00
Daniel Han
fc1e099124
Harden ControlNet loads, thumbnail cache keys, API training guard, and picker roving keys
...
Review follow-ups on the image-generation PR:
- ControlNet: resolve_controlnet accepts a bare owner/name repo without the
non-GGUF base trust gate, and _controlnet_pipe hands it straight to
from_pretrained. A malicious pickle .bin would deserialize on load, so run
the same Hugging Face malware preflight (evaluate_file_security) the chat and
export loaders use before any remote ControlNet load; local dirs are exempt.
- Dataset thumbnails: key the cache on the full filename instead of the stem so
sample.png and sample.jpg no longer collide on one .thumbs file (which could
serve or delete the wrong image); the delete cleanup globs the same key.
- Diffusion training start: mirror start_training's API-key guard so an API
client cannot start training (which frees VRAM by unloading chat) while an
inference request is streaming; it now returns 409 before any GPU is freed.
- Model picker: include the curated safetensors row keys in the recommended
roving key list so arrow-key navigation reaches those rows instead of hitting
the duplicate option-missing id.
Tests: ControlNet malware gate (remote blocked before from_pretrained, local
skipped), thumbnail same-stem cache separation, API-key diffusion-start 409
before GPU free. Full diffusion suites green.
2026-07-05 11:36:58 +00:00
pre-commit-ci[bot]
6bbd37f33f
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2026-07-05 08:05:19 +00:00
pre-commit-ci[bot]
5921609bb3
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2026-07-05 08:04:18 +00:00
pre-commit-ci[bot]
34ca1d7755
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2026-07-05 08:03:19 +00:00
pre-commit-ci[bot]
c23c0d6047
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2026-07-05 08:02:46 +00:00
pre-commit-ci[bot]
95b0356d6f
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2026-07-05 08:01:42 +00:00
pre-commit-ci[bot]
6c486cc452
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2026-07-05 08:01:07 +00:00
pre-commit-ci[bot]
5ff6a87336
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2026-07-05 08:00:31 +00:00
pre-commit-ci[bot]
f9e290a824
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2026-07-05 07:59:57 +00:00
pre-commit-ci[bot]
1c40fa855f
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2026-07-05 07:59:24 +00:00
Daniel Han
f0fe9a9af4
Merge branch 'video-tab' into video-wan
...
# Conflicts:
# studio/backend/core/inference/video.py
2026-07-05 07:59:10 +00:00
pre-commit-ci[bot]
d0f7dad7ec
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2026-07-05 07:58:51 +00:00
pre-commit-ci[bot]
b1fdefb43d
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2026-07-05 07:57:51 +00:00
Daniel Han
4ecd7b6ef2
Merge branch 'video-inference' into video-tab
2026-07-05 07:57:33 +00:00
Daniel Han
e0235111a6
Merge branch 'diffusion-more-families' into video-inference
2026-07-05 07:57:28 +00:00
Daniel Han
d8adabb389
Merge branch 'diffusion-auto-badges' into diffusion-more-families
2026-07-05 07:57:22 +00:00
pre-commit-ci[bot]
f343eadcd7
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2026-07-05 07:57:16 +00:00
Daniel Han
266c75501a
Merge branch 'diffusion-auto-install' into diffusion-auto-badges
2026-07-05 07:57:16 +00:00
Daniel Han
ff7814f452
Merge branch 'diffusion-fp16-accum' into diffusion-auto-install
2026-07-05 07:57:11 +00:00
Daniel Han
c800d7cf93
Merge branch 'diffusion-auto-policy' into diffusion-fp16-accum
2026-07-05 07:57:06 +00:00
Daniel Han
8dce79ff51
Merge branch 'diffusion-train-perf2' into diffusion-auto-policy
2026-07-05 07:57:01 +00:00
Daniel Han
466f853f14
Merge branch 'diffusion-krea2' into diffusion-train-perf2
2026-07-05 07:56:51 +00:00
Daniel Han
4b93558ad4
Merge branch 'diffusion-train-tab-2' into diffusion-krea2
2026-07-05 07:56:47 +00:00
pre-commit-ci[bot]
bc38ca397e
[pre-commit.ci] auto fixes from pre-commit.com hooks
...
for more information, see https://pre-commit.ci
2026-07-05 07:56:43 +00:00