Papers › ControlNet-XS: Rethinking the Control of Text-to-Image Diffusion Models as...

ControlNet-XS: Rethinking the Control of Text-to-Image Diffusion Models as Feedback-Control Systems

11 Dec 2023arXiv:2312.06573archive 2025-07-28

Denis Zavadski, Johann-Friedrich Feiden, Carsten Rother

The field of image synthesis has made tremendous strides forward in the last years. Besides defining the desired output image with text-prompts, an intuitive approach is to additionally use spatial guidance in form of an image, such as a depth map. In state-of-the-art approaches, this guidance is realized by a separate controlling model that controls a pre-trained image generation network, such as a latent diffusion model. Understanding this process from a control system perspective shows that it forms a feedback-control system, where the control module receives a feedback signal from the generation process and sends a corrective signal back. When analysing existing systems, we observe that the feedback signals are timely sparse and have a small number of bits. As a consequence, there can be long delays between newly generated features and the respective corrective signals for these features. It is known that this delay is the most unwanted aspect of any control system. In this work, we take an existing controlling network (ControlNet) and change the communication between the controlling network and the generation process to be of high-frequency and with large-bandwidth. By doing so, we are able to considerably improve the quality of the generated images, as well as the fidelity of the control. Also, the controlling network needs noticeably fewer parameters and hence is about twice as fast during inference and training time. Another benefit of small-sized models is that they help to democratise our field and are likely easier to understand. We call our proposed network ControlNet-XS. When comparing with the state-of-the-art approaches, we outperform them for pixel-level guidance, such as depth, canny-edges, and semantic segmentation, and are on a par for loose keypoint-guidance of human poses. All code and pre-trained models will be made publicly available.

PaperPDFCodeCode Syntology ran

In Syntology Open this paper in Syntology's Atlas, the map of the papers in Syntology's graph and their citations.

For agents, Syntology's MCP tool lists every function and class Syntology harvested from this paper and whether it ran (how to connect): get_harvested_code_for_paper(arxiv_id="2312.06573")

Code

Syntology Ran 10 of 12 code samples harvested from 1 repository linked to this paper; 2 have no recorded run. Of those that ran: 3 ran · violated contract; 1 ran · our draft was wrong; 1 ran · fixture could not drive it; 5 ran with no contract checked.

By repository: official repository: 12 samples from 1 repository, 10 ran. The run record, sample by sample. “Ran” means executed on a synthesized input, not that the code is correct or reproduces the paper.

vislearn/ControlNet-XS officialpytorchApache-2.0 report

Repository list and official/mentioned flags are the archive's, frozen 2025-07-28. Reachability, where shown, is from one Syntology probe window (2026-09-16 to 2026-09-18); repositories not probed show nothing. GitHub stars are not tracked.

Code Syntology ran Syntology

12 samples harvested; 10 ran; 0 honoured the contract we drafted; 2 have no recorded run. Read from Syntology's graph 2026-09-24; that is when this build read the record, not when the samples ran.

3ran · violated contract
1ran · our draft was wrong
1ran · fixture could not drive it
5ran
2unverified

Licence: 0 of the 12 samples are pointer only, meaning Syntology does not serve that copy's text. This page shows no code text for any sample; each one links to its file in the repository.

Harvested from vislearn/ControlNet-XS. “Ran” means the sample executed on a synthesized input. It does not mean the output is correct, and nothing here reproduces the paper's results. “Honoured” and “violated” refer to a contract Syntology drafted from the code itself; “our draft was wrong” and “fixture could not drive it” are failures of Syntology's instrument, not of the code.

Each sample ends with its code_sha256, Syntology's identity for that exact code. An agent fetches the stored sample with Syntology's MCP tool get_code(code_sha256="…") (how to connect); click an identity to copy that call.

Repository labels, per sample. official repository: The archive marks this repository official for the paper. named in the paper: The archive records that the paper mentions this repository; it is not marked official. community (archive-listed): In the archive's code links for this paper, not marked official and not recorded as mentioned in the paper. found in paper text by Syntology: Syntology found this repository in the paper's own text; whether it is the authors' implementation is not asserted. community: Not in the archive's code links for this paper; a community repository Syntology harvested. Samples from a repository marked official are listed first. Licence labels name the repository's licence as recorded at harvest. “Pointer only” means Syntology does not serve that copy's text, for one of four reasons: no licence file was found; the licence was not identified; the licence is recorded as permissive but that copy's record is not marked cleared; or the licence is outside the permissive list Syntology serves text under (MIT, Apache-2.0, BSD and similar). Some licences outside that list permit redistribution, such as WTFPL, and GPL-3.0 under its conditions; they are simply not on the list. Hover a licence label for the reason. File links open the file on GitHub at the default branch, which may have changed since the harvest.

HWC3 vislearn/ControlNet-XS/annotator/util.py official repository ran · fixture could not drive it Apache-2.0 (permissive) · f9ec7d70add02b6f · report
default vislearn/ControlNet-XS/ldm/modules/attention.py official repository ran · violated contract Apache-2.0 (permissive) · 424012cb37b31172 · report
disabled_train vislearn/ControlNet-XS/sgm/util.py official repository ran · violated contract Apache-2.0 (permissive) · 4cb732f513d69dfd · report
exists vislearn/ControlNet-XS/ldm/modules/attention.py official repository ran · violated contract Apache-2.0 (permissive) · aa5486a3650902d8 · report
get_string_from_tuple vislearn/ControlNet-XS/sgm/util.py official repository ran fingerprinted Apache-2.0 (permissive) · 2036522d462af205 · report
is_power_of_two vislearn/ControlNet-XS/sgm/util.py official repository ran fingerprinted Apache-2.0 (permissive) · 3753e92206c00bb9 · report
isimage vislearn/ControlNet-XS/ldm/util.py official repository ran Apache-2.0 (permissive) · b1368330cf0f5642 · report
ismap vislearn/ControlNet-XS/ldm/util.py official repository ran Apache-2.0 (permissive) · d72762b700feee6f · report
make_layers vislearn/ControlNet-XS/annotator/openpose/model.py official repository ran Apache-2.0 (permissive) · 0af8635db2bb32a2 · report
uniq vislearn/ControlNet-XS/ldm/modules/attention.py official repository ran · our draft was wrong Apache-2.0 (permissive) · 9a299fe5ae09e407 · report
log_txt_as_img vislearn/ControlNet-XS/ldm/util.py official repository unverified Apache-2.0 (permissive) · 6b4c1a8ce5fb7282 · report
resize_image vislearn/ControlNet-XS/annotator/util.py official repository unverified Apache-2.0 (permissive) · 50fd68f6989503c6 · report

Tasks

Image GenerationSemantic Segmentation

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

DiffusionFocus

Report a problem or propose a change · a person checks every report against the paper or source before anything changes; decisions are listed on /corrections