BitPoet commited on
Commit
e69fa77
·
verified ·
1 Parent(s): 50ae1fe

Update README.md

Browse files

Add link to AI-Toolkit fork

Files changed (1) hide show
  1. README.md +12 -1
README.md CHANGED
@@ -17,4 +17,15 @@ The necessary workflow is included in the node or can be downloaded [here](https
17
 
18
  ### ComfyUI Changes
19
 
20
- Check out or download the [dev-ideogram4-inpaint branch](https://github.com/BitPoet/ComfyUI/tree/dev-ideogram4-inpaint) of my Comfy fork.
 
 
 
 
 
 
 
 
 
 
 
 
17
 
18
  ### ComfyUI Changes
19
 
20
+ Check out or download the [dev-ideogram4-inpaint branch](https://github.com/BitPoet/ComfyUI/tree/dev-ideogram4-inpaint) of my Comfy fork.
21
+
22
+ ## Training
23
+
24
+ To train with reference images, you currently need to use a slightly adapted fork of AI-Toolkit.
25
+ You can find my bitpoet-ideogram4-refimages branch [here on GitHub](https://github.com/BitPoet/ai-toolkit/tree/bitpoet-ideogram4-refimages)
26
+
27
+ It also includes a fix for the UTF-8 / ANSII error lately popping up on Windows that has jobs fail at startup.
28
+
29
+ Note that this AI-Toolkit adaption is targeted at Ideogram 4 with reference images and JSON prompts in the dataset editor, so you may not be able to use it to train regular LoRAs.
30
+
31
+ I will add a small example dataset at some point.