union_control_mode() only matched the short catalog id, so a client naming a curated union ControlNet by its bare HF repo id (the form resolve_controlnet documents and accepts) got None and the generate path omitted control_mode, which makes FluxControlNetModel.forward raise controlnet_mode cannot be None. Fall back to matching repo_id against the curated entries so the bare repo id resolves to the same union mode; non-union bare repos still return None. The images page also wired Reapply for a resident single_file model with no checkpoint filename (status carries none), but the backend rejects a single_file/gguf load without a filename, so clicking Reapply 400'd. Narrow the resident-Reapply wiring to pipeline (the one kind that needs no filename), matching the existing GGUF handling, so single_file stays a no-op instead of erroring. |
||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| .gitignore | ||
| .gitkeep | ||
| .npmrc | ||
| biome.json | ||
| components.json | ||
| data-designer.openapi (1).yaml | ||
| eslint.config.js | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| tsconfig.app.json | ||
| tsconfig.json | ||
| tsconfig.node.json | ||
| vite.config.ts | ||