wanghaofan commited on
Commit
58caf10
1 Parent(s): 483c209

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -0
README.md CHANGED
@@ -92,6 +92,13 @@ images = ip_model.generate(
92
  images[0].save(f"results/{image_name}")
93
  ```
94
 
 
 
 
 
 
 
 
95
  # Limitations
96
  This model supports image reference, but is not for fine-grained style transfer or character consistency, which means that there exists a trade-off between content leakage and style transfer. We don't find similar properties in FLUX.1-dev (DiT-based) as in [InstantStyle](https://instantstyle.github.io/) (UNet-based). It may take several attempts to get satisfied results. Furthermore, current released model may suffer from limited diversity, thus cannot cover some styles or concepts,
97
 
 
92
  images[0].save(f"results/{image_name}")
93
  ```
94
 
95
+ # ComfyUI
96
+ Please refer to [ComfyUI-IPAdapter-Flux](https://github.com/Shakker-Labs/ComfyUI-IPAdapter-Flux).
97
+
98
+ <div class="container">
99
+ <img src="https://github.com/Shakker-Labs/ComfyUI-IPAdapter-Flux/raw/main/workflows/ipadapter_example.png" width="1024"/>
100
+ </div>
101
+
102
  # Limitations
103
  This model supports image reference, but is not for fine-grained style transfer or character consistency, which means that there exists a trade-off between content leakage and style transfer. We don't find similar properties in FLUX.1-dev (DiT-based) as in [InstantStyle](https://instantstyle.github.io/) (UNet-based). It may take several attempts to get satisfied results. Furthermore, current released model may suffer from limited diversity, thus cannot cover some styles or concepts,
104