Merge branch 'diffusion-more-families' into video-inference

This commit is contained in:
Daniel Han 2026-07-05 05:01:20 +00:00
commit ef6f18c1ba

View file

@ -263,6 +263,7 @@ def test_controlnet_pipe_rejects_family_without_classes():
with pytest.raises(ValueError, match = "not supported"):
b._controlnet_pipe(st, dc.ResolvedControlNet("x", "y", False), threading.Event())
def test_controlnet_pipe_not_cached_after_unload_race(monkeypatch):
# An unload that lands while from_pipe is assembling must not let the wrapper
# repopulate the cache around the torn-down base pipe.