Papers › UniTune: Text-Driven Image Editing by Fine Tuning a Diffusion Model on a Single Image

UniTune: Text-Driven Image Editing by Fine Tuning a Diffusion Model on a Single Image

17 Oct 2022arXiv:2210.09477archive 2025-07-28

Dani Valevski, Matan Kalman, Eyal Molad, Eyal Segalis, Yossi Matias, Yaniv Leviathan

Text-driven image generation methods have shown impressive results recently, allowing casual users to generate high quality images by providing textual descriptions. However, similar capabilities for editing existing images are still out of reach. Text-driven image editing methods usually need edit masks, struggle with edits that require significant visual changes and cannot easily keep specific details of the edited portion. In this paper we make the observation that image-generation models can be converted to image-editing models simply by fine-tuning them on a single image. We also show that initializing the stochastic sampler with a noised version of the base image before the sampling and interpolating relevant details from the base image after sampling further increase the quality of the edit operation. Combining these observations, we propose UniTune, a novel image editing method. UniTune gets as input an arbitrary image and a textual edit description, and carries out the edit while maintaining high fidelity to the input image. UniTune does not require additional inputs, like masks or sketches, and can perform multiple edits on the same image without retraining. We test our method using the Imagen model in a range of different use cases. We demonstrate that it is broadly applicable and can perform a surprisingly wide range of expressive editing operations, including those requiring significant visual changes that were previously impossible.

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="2210.09477")

Code

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

By repository: community (archive-listed): 13 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.

xuduo35/UniTune pytorchMIT 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

13 samples harvested; 10 ran; 2 honoured the contract we drafted; 3 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.

2ran · honoured contract
2ran · violated contract
3ran · our draft was wrong
3ran
3unverified

Licence: 0 of the 13 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 xuduo35/UniTune. “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.

chunk xuduo35/UniTune/gr_stable_txt2img.py community (archive-listed) ran · our draft was wrong MIT (permissive) · 8241c0562bc710fd · report
default xuduo35/UniTune/ldm/modules/attention.py community (archive-listed) ran · violated contract MIT (permissive) · 424012cb37b31172 · report
exists xuduo35/UniTune/ldm/modules/attention.py community (archive-listed) ran · violated contract MIT (permissive) · aa5486a3650902d8 · report
get_bert_token_for_string xuduo35/UniTune/ldm/modules/embedding_manager.py community (archive-listed) ran · honoured contract MIT (permissive) · d5726f9e3a5684c3 · report
get_clip_token_for_string xuduo35/UniTune/ldm/modules/embedding_manager.py community (archive-listed) ran · honoured contract MIT (permissive) · 41c6eb3a0aa3eb46 · report
get_clip_token_for_string xuduo35/UniTune/merge_embeddings.py community (archive-listed) ran MIT (permissive) · e466f56ae7a8bea6 · report
get_embedding_for_clip_token xuduo35/UniTune/ldm/modules/embedding_manager.py community (archive-listed) ran · our draft was wrong MIT (permissive) · 71c2df28a1008d03 · report
get_placeholder_loop xuduo35/UniTune/merge_embeddings.py community (archive-listed) ran MIT (permissive) · cb1a19e61d70046b · report
numpy_to_pil xuduo35/UniTune/gr_stable_txt2img.py community (archive-listed) ran MIT (permissive) · a3f07f0c1a9623c3 · report
uniq xuduo35/UniTune/ldm/modules/attention.py community (archive-listed) ran · our draft was wrong MIT (permissive) · 9a299fe5ae09e407 · report
get_bert_token_for_string xuduo35/UniTune/merge_embeddings.py community (archive-listed) unverified MIT (permissive) · 91610d6e2f2a67b4 · report
get_full_repo_name xuduo35/UniTune/train_unitune_colab.py community (archive-listed) unverified MIT (permissive) · d7a3942d0d5c6041 · report
parse_args xuduo35/UniTune/train_unitune_colab.py community (archive-listed) unverified MIT (permissive) · fadd22e702a7c11d · report

Tasks

Image Generation

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

BASEDiffusionTest

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