atfortes commited on
Commit
ddf3dcd
·
verified ·
1 Parent(s): 817641d

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +24 -3
README.md CHANGED
@@ -2,8 +2,29 @@
2
  tags:
3
  - model_hub_mixin
4
  - pytorch_model_hub_mixin
 
 
 
 
 
 
5
  ---
6
 
7
- This model has been pushed to the Hub using the [PytorchModelHubMixin](https://huggingface.co/docs/huggingface_hub/package_reference/mixins#huggingface_hub.PyTorchModelHubMixin) integration:
8
- - Library: [More Information Needed]
9
- - Docs: [More Information Needed]
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
2
  tags:
3
  - model_hub_mixin
4
  - pytorch_model_hub_mixin
5
+ datasets:
6
+ - atfortes/BokehDiffusion
7
+ base_model:
8
+ - black-forest-labs/FLUX.1-dev
9
+ pipeline_tag: text-to-image
10
+ library_name: diffusers
11
  ---
12
 
13
+ # Bokeh Diffusion
14
+
15
+ This is the model checkpoint of ["Bokeh Diffusion: Defocus Blur Control in Text-to-Image Diffusion Models"](https://atfortes.github.io/projects/bokeh-diffusion/) (ACM SIGGRAPH Asia 2025).
16
+ - Project: [atfortes.github.io/projects/bokeh-diffusion/](https://atfortes.github.io/projects/bokeh-diffusion/)
17
+ - Paper: [arxiv/2503.08434](https://arxiv.org/abs/2503.08434)
18
+ - GitHub: [atfortes/BokehDiffusion](https://github.com/atfortes/BokehDiffusion)
19
+
20
+ ## Citation
21
+
22
+ If you use this dataset, please cite our work:
23
+ ```bibtex
24
+ @article{fortes2025bokeh,
25
+ title = {Bokeh Diffusion: Defocus Blur Control in Text-to-Image Diffusion Models},
26
+ author = {Fortes, Armando and Wei, Tianyi and Zhou, Shangchen and Pan, Xingang},
27
+ journal = {arXiv preprint arXiv:2503.08434},
28
+ year = {2025},
29
+ }
30
+ ```