Update README.md
Browse files
README.md
CHANGED
|
@@ -62,4 +62,11 @@ ComfyUI core: Extended the native Ideogram 4 model to accept reference latents a
|
|
| 62 |
including the separate indicator, MRoPE coordinate, clean timestep, and output-only prediction slicing.
|
| 63 |
|
| 64 |
Custom node: Ideogram4ReferenceConditioning resizes and VAE-encodes a reference image to match the target latent, then attaches it only to positive
|
| 65 |
-
conditioning so the separate unconditional model remains unchanged.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 62 |
including the separate indicator, MRoPE coordinate, clean timestep, and output-only prediction slicing.
|
| 63 |
|
| 64 |
Custom node: Ideogram4ReferenceConditioning resizes and VAE-encodes a reference image to match the target latent, then attaches it only to positive
|
| 65 |
+
conditioning so the separate unconditional model remains unchanged.
|
| 66 |
+
|
| 67 |
+
## Credits
|
| 68 |
+
|
| 69 |
+
Credits go to:
|
| 70 |
+
[ideogram-ai](https://huggingface.co/ideogram-ai) for releasing a highly interesting and high quality new image model.
|
| 71 |
+
Ostris for [AI-Toolkit](https://github.com/ostris/ai-toolkit)
|
| 72 |
+
[Comfy-Org](https://github.com/Comfy-Org) and [Kijai](https://huggingface.co/Kijai) for [ComfyUI](https://github.com/comfy-org/ComfyUI) itself and zero day support for Ideogram 4
|