Papers › Stylebreeder: Exploring and Democratizing Artistic Styles through Text-to-Image Models

Stylebreeder: Exploring and Democratizing Artistic Styles through Text-to-Image Models

20 Jun 2024arXiv:2406.14599archive 2025-07-28

Matthew Zheng, Enis Simsar, Hidir Yesiltepe, Federico Tombari, Joel Simon, Pinar Yanardag

Text-to-image models are becoming increasingly popular, revolutionizing the landscape of digital art creation by enabling highly detailed and creative visual content generation. These models have been widely employed across various domains, particularly in art generation, where they facilitate a broad spectrum of creative expression and democratize access to artistic creation. In this paper, we introduce \texttt{STYLEBREEDER}, a comprehensive dataset of 6.8M images and 1.8M prompts generated by 95K users on Artbreeder, a platform that has emerged as a significant hub for creative exploration with over 13M users. We introduce a series of tasks with this dataset aimed at identifying diverse artistic styles, generating personalized content, and recommending styles based on user interests. By documenting unique, user-generated styles that transcend conventional categories like 'cyberpunk' or 'Picasso,' we explore the potential for unique, crowd-sourced styles that could provide deep insights into the collective creative psyche of users worldwide. We also evaluate different personalization methods to enhance artistic expression and introduce a style atlas, making these models available in LoRA format for public use. Our research demonstrates the potential of text-to-image diffusion models to uncover and promote unique artistic expressions, further democratizing AI in art and fostering a more diverse and inclusive artistic community. The dataset, code and models are available at https://stylebreeder.github.io under a Public Domain (CC0) license.

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

Code

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

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

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; 1 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.

1ran · honoured contract
1ran · our draft was wrong
2ran · fixture could not drive it
6ran
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 2 repositories linked to this paper, official or community; each sample names its own and says which. “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.

bool_flag stylebreeder/stylebreeder-code/utils.py official repository ran MIT (permissive) · 4d25be8ebf17fde1 · report
convert_embeddings stylebreeder/stylebreeder-code/predict_clusters.py official repository ran MIT (permissive) · 0b00611ae9e8f91c · report
drop_path stylebreeder/stylebreeder-code/models/dino_vits.py official repository ran · fixture could not drive it fingerprinted MIT (permissive) · 55120f2026b56aa2 · report
get_log_handlers stylebreeder/stylebreeder-code/search.py official repository ran MIT (permissive) · 9cc52f98324d7fe7 · report
is_corrupted stylebreeder/stylebreeder-code/sample_imgs_and_to_csv.py official repository ran MIT (permissive) · bcb186cff853eb55 · report
patchify stylebreeder/stylebreeder-code/utils.py official repository ran fingerprinted MIT (permissive) · 5db42d2262ce7bb3 · report
process_path stylebreeder/stylebreeder-code/predict_clusters.py official repository ran MIT (permissive) · 87b505a802d90228 · report
trunc_normal_ stylebreeder/stylebreeder-code/models/dino_vits.py official repository ran · fixture could not drive it MIT (permissive) · 056f371660385ea5 · report
multi_scale stylebreeder/stylebreeder-code/utils.py official repository unverified MIT (permissive) · 4c82afb0fda4c03f · report
vit_tiny stylebreeder/stylebreeder-code/models/dino_vits.py official repository unverified MIT (permissive) · 91b77e6ca5ded870 · report
inject_trainable_lora cloneofsimo/lora/lora_diffusion/lora.py community ran · our draft was wrong Apache-2.0 (permissive) · a1f6aab648f338b8 · report
inject_trainable_lora_extended cloneofsimo/lora/lora_diffusion/lora.py community ran · honoured contract Apache-2.0 (permissive) · 5ed08f9762be44ee · report
extract_lora_ups_down cloneofsimo/lora/lora_diffusion/lora.py community unverified Apache-2.0 (permissive) · 33b1ae9f923ab3ec · report

Results from the paper archive 2025-07-28

No leaderboard rows for this paper in the archive.

Methods

Diffusion

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