duanlunhao commited on
Commit
e794ac7
·
1 Parent(s): 2dc66f5

update readme

Browse files
Files changed (41) hide show
  1. .gitattributes +1 -0
  2. README.md +67 -109
  3. examples/{input_imgs/style_imgs/artstyle-psychedelic.png → example_0.png} +2 -2
  4. examples/example_1.png +3 -0
  5. examples/example_2.png +3 -0
  6. examples/{input_imgs/editing/0.png → example_3.png} +2 -2
  7. examples/example_4.png +3 -0
  8. examples/example_5.png +3 -0
  9. examples/example_6.png +3 -0
  10. examples/{input_imgs/editing/1.png → example_7.png} +2 -2
  11. examples/example_8.png +3 -0
  12. examples/{input_imgs/pixel_control_imgs/depth_3.png → example_9.png} +2 -2
  13. examples/input_imgs/style_imgs/misc-stainedglass.png +0 -3
  14. examples/input_imgs/subject_imgs_w_bg/cat.png +0 -3
  15. examples/input_imgs/subject_imgs_w_bg/dog7.png +0 -3
  16. examples/input_imgs/subject_imgs_wo_bg/bear_plushie.png +0 -3
  17. examples/input_imgs/subject_imgs_wo_bg/teapot.png +0 -3
  18. examples/input_imgs/understand/0.png +0 -3
  19. examples/output_imgs_flux/editing/0.png +0 -3
  20. examples/output_imgs_flux/editing/1.png +0 -3
  21. examples/output_imgs_flux/pixel_control_imgs/depth_3.png +0 -3
  22. examples/output_imgs_flux/style_imgs/bicycle_misc-stainedglass.png +0 -3
  23. examples/output_imgs_flux/style_imgs/bridge_artstyle-psychedelic.png +0 -3
  24. examples/output_imgs_flux/subject_imgs_w_bg/cat_8.png +0 -3
  25. examples/output_imgs_flux/subject_imgs_w_bg/dog7_2.png +0 -3
  26. examples/output_imgs_flux/subject_imgs_wo_bg/bear_plushie_13.png +0 -3
  27. examples/output_imgs_flux/subject_imgs_wo_bg/teapot_0.png +0 -3
  28. examples/output_imgs_flux/understand/depth_0.png +0 -3
  29. examples/output_imgs_sd3.5_medium/pixel_control_imgs/depth_3.png +0 -3
  30. examples/output_imgs_sd3.5_medium/style_imgs/bicycle_misc-stainedglass.png +0 -3
  31. examples/output_imgs_sd3.5_medium/style_imgs/bridge_artstyle-psychedelic.png +0 -3
  32. examples/output_imgs_sd3.5_medium/subject_imgs_w_bg/cat_8.png +0 -3
  33. examples/output_imgs_sd3.5_medium/subject_imgs_w_bg/dog7_2.png +0 -3
  34. examples/output_imgs_sd3.5_medium/subject_imgs_wo_bg/bear_plushie_13.png +0 -3
  35. examples/output_imgs_sd3.5_medium/subject_imgs_wo_bg/teapot_0.png +0 -3
  36. examples/output_imgs_sd3.5_medium/understand/depth_0.png +0 -3
  37. examples/output_imgs_sd3_medium/pixel_control_imgs/depth_3.png +0 -3
  38. examples/output_imgs_sd3_medium/style_imgs/bicycle_misc-stainedglass.png +0 -3
  39. examples/output_imgs_sd3_medium/style_imgs/bridge_artstyle-psychedelic.png +0 -3
  40. examples/output_imgs_sd3_medium/subject_imgs_wo_bg/bear_plushie_13.png +0 -3
  41. examples/output_imgs_sd3_medium/subject_imgs_wo_bg/teapot_0.png +0 -3
.gitattributes CHANGED
@@ -69,3 +69,4 @@ examples/input_imgs/editing/1.png filter=lfs diff=lfs merge=lfs -text
69
  examples/input_imgs/pixel_control_imgs/depth_3.png filter=lfs diff=lfs merge=lfs -text
70
  examples/output_imgs_sd3.5_medium/style_imgs/bridge_artstyle-psychedelic.png filter=lfs diff=lfs merge=lfs -text
71
  examples/output_imgs_sd3.5_medium/understand/depth_0.png filter=lfs diff=lfs merge=lfs -text
 
 
69
  examples/input_imgs/pixel_control_imgs/depth_3.png filter=lfs diff=lfs merge=lfs -text
70
  examples/output_imgs_sd3.5_medium/style_imgs/bridge_artstyle-psychedelic.png filter=lfs diff=lfs merge=lfs -text
71
  examples/output_imgs_sd3.5_medium/understand/depth_0.png filter=lfs diff=lfs merge=lfs -text
72
+ *.png filter=lfs diff=lfs merge=lfs -text
README.md CHANGED
@@ -1,109 +1,67 @@
1
- # UNIC-Adapter: Unified Image-Instruction Adapter for Multimodal Image Generation
2
- [![arXiv](https://img.shields.io/badge/arXiv-Paper-A42C25.svg)](https://arxiv.org/abs/2412.18928)
3
- [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
4
- [![Github](https://img.shields.io/badge/GitHub-AIDC--AI/UNIC-Adapter-blue?style=flat&logo=github)](https://github.com/AIDC-AI/UNIC-Adapter)
5
-
6
- UNIC-Adapter is a unified image-instruction adapter that integrates multimodal instructions for controllable image generation. This repository contains the official implementation for the CVPR 2025 paper "UNIC-Adapter: Unified Image-instruction Adapter with Multi-modal Transformer for Image Generation".
7
-
8
- In this repository, we release a model based on SD3 Medium, which supports the tasks described in our paper. In addition, we also provide two further models: one built on SD3.5 Medium, which is capable of traditional computer vision perception tasks, and another on FLUX.1-dev, which supports both instruction-based image editing and traditional computer vision perception tasks.
9
-
10
- ## Generated samples
11
-
12
- ### Pixel-level Control
13
- *(Left: Condition image, Center left: SD3 Medium with UNIC-Adapter, Center right: SD3.5 Medium with UNIC-Adapter, Right: FLUX.1-dev with UNIC-Adapter)*
14
-
15
- <div float="left">
16
- <img src='./examples/input_imgs/pixel_control_imgs/depth_3.png' width='24%'/>
17
- <img src='./examples/output_imgs_sd3_medium/pixel_control_imgs/depth_3.png' width='24%' />
18
- <img src='./examples/output_imgs_sd3.5_medium/pixel_control_imgs/depth_3.png' width='24%' />
19
- <img src='./examples/output_imgs_flux/pixel_control_imgs/depth_3.png' width='24%' />
20
- </div>
21
-
22
- ### Subject-driven Generation
23
- *(Left: Condition image, Center left: SD3 Medium with UNIC-Adapter, Center right: SD3.5 Medium with UNIC-Adapter, Right: FLUX.1-dev with UNIC-Adapter)*
24
-
25
- <div float="left">
26
- <img src='./examples/input_imgs/subject_imgs_wo_bg/bear_plushie.png' width='24%'/>
27
- <img src='./examples/output_imgs_sd3_medium/subject_imgs_wo_bg/bear_plushie_13.png' width='24%' />
28
- <img src='./examples/output_imgs_sd3.5_medium/subject_imgs_wo_bg/bear_plushie_13.png' width='24%' />
29
- <img src='./examples/output_imgs_flux/subject_imgs_wo_bg/bear_plushie_13.png' width='24%' />
30
- </div>
31
-
32
- <div float="left">
33
- <img src='./examples/input_imgs/subject_imgs_wo_bg/teapot.png' width='24%'/>
34
- <img src='./examples/output_imgs_sd3_medium/subject_imgs_wo_bg/teapot_0.png' width='24%' />
35
- <img src='./examples/output_imgs_sd3.5_medium/subject_imgs_wo_bg/teapot_0.png' width='24%' />
36
- <img src='./examples/output_imgs_flux/subject_imgs_wo_bg/teapot_0.png' width='24%' />
37
- </div>
38
-
39
- *(Left: condition image, Center: SD 3.5 medium with UNIC-Adapter, Right: FLUX.1-dev with UNIC-Adapter)*
40
- <div float="left">
41
- <img src='./examples/input_imgs/subject_imgs_w_bg/cat.png' width='24%'/>
42
- <img src='./examples/output_imgs_sd3.5_medium/subject_imgs_w_bg/cat_8.png' width='24%' />
43
- <img src='./examples/output_imgs_flux/subject_imgs_w_bg/cat_8.png' width='24%' />
44
- </div>
45
-
46
- <div float="left">
47
- <img src='./examples/input_imgs/subject_imgs_w_bg/dog7.png' width='24%'/>
48
- <img src='./examples/output_imgs_sd3.5_medium/subject_imgs_w_bg/dog7_2.png' width='24%' />
49
- <img src='./examples/output_imgs_flux/subject_imgs_w_bg/dog7_2.png' width='24%' />
50
- </div>
51
-
52
- ### Style-driven Generation
53
- *(Left: Condition image, Center left: SD3 Medium with UNIC-Adapter, Center right: SD3.5 Medium with UNIC-Adapter, Right: FLUX.1-dev with UNIC-Adapter)*
54
-
55
- <div float="left">
56
- <img src='./examples/input_imgs/style_imgs/misc-stainedglass.png' width='24%'/>
57
- <img src='./examples/output_imgs_sd3_medium/style_imgs/bicycle_misc-stainedglass.png' width='24%' />
58
- <img src='./examples/output_imgs_sd3.5_medium/style_imgs/bicycle_misc-stainedglass.png' width='24%' />
59
- <img src='./examples/output_imgs_flux/style_imgs/bicycle_misc-stainedglass.png' width='24%' />
60
- </div>
61
-
62
- <div float="left">
63
- <img src='./examples/input_imgs/style_imgs/artstyle-psychedelic.png' width='24%'/>
64
- <img src='./examples/output_imgs_sd3_medium/style_imgs/bridge_artstyle-psychedelic.png' width='24%' />
65
- <img src='./examples/output_imgs_sd3.5_medium/style_imgs/bridge_artstyle-psychedelic.png' width='24%' />
66
- <img src='./examples/output_imgs_flux/style_imgs/bridge_artstyle-psychedelic.png' width='24%' />
67
- </div>
68
-
69
- ### Image Understanding
70
- *(Left: Source image, Center: SD3.5 Medium with UNIC-Adapter, Right: FLUX.1-dev with UNIC-Adapter)*
71
-
72
- <div float="left">
73
- <img src='./examples/input_imgs/understand/0.png' width='32%'/>
74
- <img src='./examples/output_imgs_sd3.5_medium/understand/depth_0.png' width='32%'/>
75
- <img src='./examples/output_imgs_flux/understand/depth_0.png' width='32%' />
76
- </div>
77
-
78
-
79
- ### Image Editing
80
- *(Left: Source image, Right: FLUX.1-dev with UNIC-Adapter)*
81
-
82
- <div float="left">
83
- <img src='./examples/input_imgs/editing/0.png' width='32%'/>
84
- <img src='./examples/output_imgs_flux/editing/0.png' width='32%' />
85
- </div>
86
- <div float="left">
87
- <img src='./examples/input_imgs/editing/1.png' width='32%'/>
88
- <img src='./examples/output_imgs_flux/editing/1.png' width='32%' />
89
- </div>
90
-
91
- ## License
92
- This project is licensed under the MIT License (SPDX-License-Identifier: MIT).
93
- The models cannot be used independently. If you use our model in conjunction with the Flux model, you must review the [FLUX.1 [dev] Non-Commercial License](https://github.com/black-forest-labs/flux/blob/main/model_licenses/LICENSE-FLUX1-dev) of the Flux model and comply with all of its terms; If you use our model in conjunction with the stable-diffusion-3-medium model, then you must review the [STABILITY AI COMMUNITY LICENSE AGREEMENT](https://huggingface.co/stabilityai/stable-diffusion-3-medium/blob/main/LICENSE.md) of the SD3 model and comply with all of its terms; If you use our model in conjunction with the stable-diffusion-3.5-medium model, then you must review the [STABILITY AI COMMUNITY LICENSE AGREEMENT](https://huggingface.co/stabilityai/stable-diffusion-3.5-medium/blob/main/LICENSE.md) of the SD3.5 model and comply with all of its terms.
94
-
95
- ## Citation
96
- If you find this repo is helpful for your research, please cite our paper:
97
- ```bibtex
98
- @inproceedings{duan2025unic,
99
- title={UNIC-Adapter: Unified Image-instruction Adapter with Multi-modal Transformer for Image Generation},
100
- author={Duan, Lunhao and Zhao, Shanshan and Yan, Wenjun and Li, Yinglun and Chen, Qing-Guo and Xu, Zhao and Luo, Weihua and Zhang, Kaifu and Gong, Mingming and Xia, Gui-Song},
101
- booktitle={Proceedings of the Computer Vision and Pattern Recognition Conference},
102
- pages={7963--7973},
103
- year={2025}
104
- }
105
- ```
106
-
107
- ## Disclaimer
108
- We used compliance checking algorithms during the training process, to ensure the compliance of the trained model(s) to the best of our ability. Due to complex data and the diversity of language model usage scenarios, we cannot guarantee that the model is completely free of copyright issues or improper content. If you believe anything infringes on your rights or generates improper content, please contact us, and we will promptly address the matter.
109
-
 
1
+ # UNIC-Adapter: Unified Image-Instruction Adapter for Multimodal Image Generation
2
+ [![arXiv](https://img.shields.io/badge/arXiv-Paper-A42C25.svg)](https://arxiv.org/abs/2412.18928)
3
+ [![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
4
+ [![Github](https://img.shields.io/badge/GitHub-AIDC--AI/UNIC-Adapter-blue?style=flat&logo=github)](https://github.com/AIDC-AI/UNIC-Adapter)
5
+
6
+ UNIC-Adapter is a unified image-instruction adapter that integrates multimodal instructions for controllable image generation. This repository contains the official implementation for the CVPR 2025 paper "UNIC-Adapter: Unified Image-instruction Adapter with Multi-modal Transformer for Image Generation".
7
+
8
+ In this repository, we release a model based on SD3 Medium, which supports the tasks described in our paper. In addition, we also provide two further models: one built on SD3.5 Medium, which is capable of traditional computer vision perception tasks, and another on FLUX.1-dev, which supports both instruction-based image editing and traditional computer vision perception tasks.
9
+
10
+ ## Generated samples
11
+
12
+ ### Pixel-level Control
13
+ *(Left: Condition image, Center left: SD3 Medium with UNIC-Adapter, Center right: SD3.5 Medium with UNIC-Adapter, Right: FLUX.1-dev with UNIC-Adapter)*
14
+
15
+ <img src='./examples/example_0.png' width='100%'/>
16
+
17
+ ### Subject-driven Generation
18
+ *(Left: Condition image, Center left: SD3 Medium with UNIC-Adapter, Center right: SD3.5 Medium with UNIC-Adapter, Right: FLUX.1-dev with UNIC-Adapter)*
19
+
20
+ <img src='./examples/example_1.png' width='100%'/>
21
+
22
+ <img src='./examples/example_2.png' width='100%'/>
23
+
24
+ *(Left: condition image, Center: SD 3.5 medium with UNIC-Adapter, Right: FLUX.1-dev with UNIC-Adapter)*
25
+
26
+ <img src='./examples/example_3.png' width='75%'/>
27
+
28
+ <img src='./examples/example_4.png' width='75%'/>
29
+
30
+ ### Style-driven Generation
31
+ *(Left: Condition image, Center left: SD3 Medium with UNIC-Adapter, Center right: SD3.5 Medium with UNIC-Adapter, Right: FLUX.1-dev with UNIC-Adapter)*
32
+
33
+ <img src='./examples/example_5.png' width='100%'/>
34
+
35
+ <img src='./examples/example_6.png' width='100%'/>
36
+
37
+ ### Image Understanding
38
+ *(Left: Source image, Center: SD3.5 Medium with UNIC-Adapter, Right: FLUX.1-dev with UNIC-Adapter)*
39
+
40
+ <img src='./examples/example_7.png' width='75%'/>
41
+
42
+
43
+ ### Image Editing
44
+ *(Left: Source image, Right: FLUX.1-dev with UNIC-Adapter)*
45
+
46
+ <img src='./examples/example_8.png' width='50%'/>
47
+ <img src='./examples/example_9.png' width='50%'/>
48
+
49
+ ## License
50
+ This project is licensed under the MIT License (SPDX-License-Identifier: MIT).
51
+ The models cannot be used independently. If you use our model in conjunction with the Flux model, you must review the [FLUX.1 [dev] Non-Commercial License](https://github.com/black-forest-labs/flux/blob/main/model_licenses/LICENSE-FLUX1-dev) of the Flux model and comply with all of its terms; If you use our model in conjunction with the stable-diffusion-3-medium model, then you must review the [STABILITY AI COMMUNITY LICENSE AGREEMENT](https://huggingface.co/stabilityai/stable-diffusion-3-medium/blob/main/LICENSE.md) of the SD3 model and comply with all of its terms; If you use our model in conjunction with the stable-diffusion-3.5-medium model, then you must review the [STABILITY AI COMMUNITY LICENSE AGREEMENT](https://huggingface.co/stabilityai/stable-diffusion-3.5-medium/blob/main/LICENSE.md) of the SD3.5 model and comply with all of its terms.
52
+
53
+ ## Citation
54
+ If you find this repo is helpful for your research, please cite our paper:
55
+ ```bibtex
56
+ @inproceedings{duan2025unic,
57
+ title={UNIC-Adapter: Unified Image-instruction Adapter with Multi-modal Transformer for Image Generation},
58
+ author={Duan, Lunhao and Zhao, Shanshan and Yan, Wenjun and Li, Yinglun and Chen, Qing-Guo and Xu, Zhao and Luo, Weihua and Zhang, Kaifu and Gong, Mingming and Xia, Gui-Song},
59
+ booktitle={Proceedings of the Computer Vision and Pattern Recognition Conference},
60
+ pages={7963--7973},
61
+ year={2025}
62
+ }
63
+ ```
64
+
65
+ ## Disclaimer
66
+ We used compliance checking algorithms during the training process, to ensure the compliance of the trained model(s) to the best of our ability. Due to complex data and the diversity of language model usage scenarios, we cannot guarantee that the model is completely free of copyright issues or improper content. If you believe anything infringes on your rights or generates improper content, please contact us, and we will promptly address the matter.
67
+
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
examples/{input_imgs/style_imgs/artstyle-psychedelic.png → example_0.png} RENAMED
File without changes
examples/example_1.png ADDED

Git LFS Details

  • SHA256: fb38bcff3fe8bb309ea094bf6f4e0aba8c3af00f07e932d7c151ec88cf1d9f25
  • Pointer size: 132 Bytes
  • Size of remote file: 1.67 MB
examples/example_2.png ADDED

Git LFS Details

  • SHA256: ed9d64ea19bc715764eb7fdcf8260477d7b116290ca45492362689b1a76218af
  • Pointer size: 132 Bytes
  • Size of remote file: 1.27 MB
examples/{input_imgs/editing/0.png → example_3.png} RENAMED
File without changes
examples/example_4.png ADDED

Git LFS Details

  • SHA256: a8135d8cd34e482ab8bdd74b2336edb1392a7b2f1755cb484f6d0b94b4c2d885
  • Pointer size: 132 Bytes
  • Size of remote file: 1.09 MB
examples/example_5.png ADDED

Git LFS Details

  • SHA256: 2a86485301666cc63464f24dc38c6f4b8e4d51232d872a5784cc7bd3e6c6b268
  • Pointer size: 132 Bytes
  • Size of remote file: 2.12 MB
examples/example_6.png ADDED

Git LFS Details

  • SHA256: 286c04bdd83ee085a6b6fb02253e274c9416931b33eaa97cc98cce9a8f6d5d33
  • Pointer size: 132 Bytes
  • Size of remote file: 1.85 MB
examples/{input_imgs/editing/1.png → example_7.png} RENAMED
File without changes
examples/example_8.png ADDED

Git LFS Details

  • SHA256: 9c8f4ee34e6e9940ee4bf19f0e462e140b1c538ef6bf31e34562deeddd04d87c
  • Pointer size: 132 Bytes
  • Size of remote file: 1.03 MB
examples/{input_imgs/pixel_control_imgs/depth_3.png → example_9.png} RENAMED
File without changes
examples/input_imgs/style_imgs/misc-stainedglass.png DELETED

Git LFS Details

  • SHA256: 0d37505fda2c78f646874fdc160debfc3d1cff4efe28af0c54148e8e9b25e662
  • Pointer size: 132 Bytes
  • Size of remote file: 1.98 MB
examples/input_imgs/subject_imgs_w_bg/cat.png DELETED

Git LFS Details

  • SHA256: c727087505ff8a81dafea5254fbddcab1fd68bf0b60ef2499e12456a62a5c041
  • Pointer size: 131 Bytes
  • Size of remote file: 272 kB
examples/input_imgs/subject_imgs_w_bg/dog7.png DELETED

Git LFS Details

  • SHA256: 11e96f59fa5d9d478d8a6ff768c79e51464d94f521616dd6160b718b6bc322c3
  • Pointer size: 131 Bytes
  • Size of remote file: 403 kB
examples/input_imgs/subject_imgs_wo_bg/bear_plushie.png DELETED

Git LFS Details

  • SHA256: 6fc1a5d2c222de963e5914392a2b539e4716232618566ecc8e1baf4da08cda9a
  • Pointer size: 131 Bytes
  • Size of remote file: 130 kB
examples/input_imgs/subject_imgs_wo_bg/teapot.png DELETED

Git LFS Details

  • SHA256: ff82f9bbe42e7c88de391919832f3d84348bcf0a8002250edd39c3e919002e81
  • Pointer size: 130 Bytes
  • Size of remote file: 91.2 kB
examples/input_imgs/understand/0.png DELETED

Git LFS Details

  • SHA256: 3f788b444c39a25bae624e5513bbd17c442e9431f4a91d7bf5d92de669911429
  • Pointer size: 131 Bytes
  • Size of remote file: 295 kB
examples/output_imgs_flux/editing/0.png DELETED

Git LFS Details

  • SHA256: 8d3e21cbeca83f796de84dc011ee5152b4965241a671d076a190ec175bdfb8b7
  • Pointer size: 131 Bytes
  • Size of remote file: 420 kB
examples/output_imgs_flux/editing/1.png DELETED

Git LFS Details

  • SHA256: 7c786916a88c34ad206ce299cd44da24124de667d4f457027dd6710e34cca3ae
  • Pointer size: 131 Bytes
  • Size of remote file: 367 kB
examples/output_imgs_flux/pixel_control_imgs/depth_3.png DELETED

Git LFS Details

  • SHA256: 5db3e8e12dbad09f5260cbfd5a9fff0813fbabf851a5e91bc23fd15e3b58eb9b
  • Pointer size: 131 Bytes
  • Size of remote file: 228 kB
examples/output_imgs_flux/style_imgs/bicycle_misc-stainedglass.png DELETED

Git LFS Details

  • SHA256: ba26e9355101bbb84ba638f82c65d75af76a70f9649e6184e2b09e0442aa693e
  • Pointer size: 131 Bytes
  • Size of remote file: 548 kB
examples/output_imgs_flux/style_imgs/bridge_artstyle-psychedelic.png DELETED

Git LFS Details

  • SHA256: 33cad1e1789d1e59c372fe06dc5f5f7e49573d641fc0e2ae04e840c9c8e91348
  • Pointer size: 131 Bytes
  • Size of remote file: 453 kB
examples/output_imgs_flux/subject_imgs_w_bg/cat_8.png DELETED

Git LFS Details

  • SHA256: d3585ab10a00e111c4993f5ee4423e54df8de2042b19d4ed9777c34e18562c85
  • Pointer size: 131 Bytes
  • Size of remote file: 343 kB
examples/output_imgs_flux/subject_imgs_w_bg/dog7_2.png DELETED

Git LFS Details

  • SHA256: ebe0ee0a723b5d7aedf803c482eb1786105dc7836a0b16c469c5502aab2028c0
  • Pointer size: 131 Bytes
  • Size of remote file: 338 kB
examples/output_imgs_flux/subject_imgs_wo_bg/bear_plushie_13.png DELETED

Git LFS Details

  • SHA256: 4d7daff4e87c600e6d9725339ca208c665053efa038e81007c24daf61847c797
  • Pointer size: 131 Bytes
  • Size of remote file: 635 kB
examples/output_imgs_flux/subject_imgs_wo_bg/teapot_0.png DELETED

Git LFS Details

  • SHA256: 9e4d01fd7215e7ee0bf3668d907887bfae451ecbdb1b57fc4dd98b4950fcb709
  • Pointer size: 131 Bytes
  • Size of remote file: 391 kB
examples/output_imgs_flux/understand/depth_0.png DELETED

Git LFS Details

  • SHA256: 27f1ba3aa0cf832f58c838fcb8e7f1660114b9ab39e7557cb968db36ce6484f6
  • Pointer size: 131 Bytes
  • Size of remote file: 130 kB
examples/output_imgs_sd3.5_medium/pixel_control_imgs/depth_3.png DELETED

Git LFS Details

  • SHA256: 456ded59aed776a08459694ee12ea97dcab59de7e5fd746cf861ebcc2a448bbd
  • Pointer size: 131 Bytes
  • Size of remote file: 382 kB
examples/output_imgs_sd3.5_medium/style_imgs/bicycle_misc-stainedglass.png DELETED

Git LFS Details

  • SHA256: 2239eb9e38b21ddd3f170d01b92e3e4d7daa21a7c157fecdf0ce61847b9c4dca
  • Pointer size: 131 Bytes
  • Size of remote file: 497 kB
examples/output_imgs_sd3.5_medium/style_imgs/bridge_artstyle-psychedelic.png DELETED

Git LFS Details

  • SHA256: 2df8b353efe76dc78dc8e9fa209b05215d69184c3502182ef11d3984c1a2ca27
  • Pointer size: 131 Bytes
  • Size of remote file: 458 kB
examples/output_imgs_sd3.5_medium/subject_imgs_w_bg/cat_8.png DELETED

Git LFS Details

  • SHA256: d048ccda4381c52b8b6676ee2058c80ba6fda5f8f1470ac64316cc9a2baf6b5e
  • Pointer size: 131 Bytes
  • Size of remote file: 337 kB
examples/output_imgs_sd3.5_medium/subject_imgs_w_bg/dog7_2.png DELETED

Git LFS Details

  • SHA256: bed4bcf6476ab08165c07c890f69203fd3d31d3864eb7e07a4e79442431f932a
  • Pointer size: 131 Bytes
  • Size of remote file: 328 kB
examples/output_imgs_sd3.5_medium/subject_imgs_wo_bg/bear_plushie_13.png DELETED

Git LFS Details

  • SHA256: 332e6f587a8b87e699bd790277b8a7c63a00b9060417e6482ecf1c334e181c37
  • Pointer size: 131 Bytes
  • Size of remote file: 395 kB
examples/output_imgs_sd3.5_medium/subject_imgs_wo_bg/teapot_0.png DELETED

Git LFS Details

  • SHA256: e608f5c4a69ab0f11106e48daa611cb24bc7356fcb72b030ca752cde4ac641f8
  • Pointer size: 131 Bytes
  • Size of remote file: 368 kB
examples/output_imgs_sd3.5_medium/understand/depth_0.png DELETED

Git LFS Details

  • SHA256: 17b60ac1dba57b3d57e223a0ba973e1dbe23d49a7fcb08f5f567b092a69184b3
  • Pointer size: 131 Bytes
  • Size of remote file: 139 kB
examples/output_imgs_sd3_medium/pixel_control_imgs/depth_3.png DELETED

Git LFS Details

  • SHA256: 07dd4b08dc9bc3018b14526f25c767f85ae20df3f97cb5accf054d2b62fbcd61
  • Pointer size: 131 Bytes
  • Size of remote file: 350 kB
examples/output_imgs_sd3_medium/style_imgs/bicycle_misc-stainedglass.png DELETED

Git LFS Details

  • SHA256: 60026871a599560688c867d839eac3a53b651acd38b9a31276a6645b373929d8
  • Pointer size: 131 Bytes
  • Size of remote file: 484 kB
examples/output_imgs_sd3_medium/style_imgs/bridge_artstyle-psychedelic.png DELETED

Git LFS Details

  • SHA256: 22f55a6bb920a02bead57b26a373735945504d53545fe78a36f84513afe71f27
  • Pointer size: 131 Bytes
  • Size of remote file: 458 kB
examples/output_imgs_sd3_medium/subject_imgs_wo_bg/bear_plushie_13.png DELETED

Git LFS Details

  • SHA256: 3673ef87e2aa41145939334b756d3c723d3e97f2ca32eae236617a30998fc55c
  • Pointer size: 131 Bytes
  • Size of remote file: 422 kB
examples/output_imgs_sd3_medium/subject_imgs_wo_bg/teapot_0.png DELETED

Git LFS Details

  • SHA256: c212814b818cb4018bb0ce41f547a89fe35225d4679208dc897b4d0d2a6814f0
  • Pointer size: 131 Bytes
  • Size of remote file: 392 kB