BitPoet commited on
Commit
b7624b8
·
verified ·
1 Parent(s): 90dce1f

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +15 -0
README.md CHANGED
@@ -3,3 +3,18 @@ license: other
3
  license_name: ideogram-non-commercial-model-agreement
4
  license_link: https://huggingface.co/ideogram-ai/ideogram-4-fp8/blob/main/LICENSE.md
5
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
3
  license_name: ideogram-non-commercial-model-agreement
4
  license_link: https://huggingface.co/ideogram-ai/ideogram-4-fp8/blob/main/LICENSE.md
5
  ---
6
+
7
+ This is an experimental LoRA that adds bbox guided inpainting / editing to the Ideogram 4
8
+ model. It is a work in progress, so the files here are snapshots at different
9
+ points in time while I adjust training parameters and build a better dataset.
10
+
11
+ ## Prerequisites
12
+
13
+ ### Custom Node
14
+
15
+ You can find my custom node set on GitHub at [ComfyUI-bitpoet-IG4Inpaint](https://github.com/BitPoet/ComfyUI-bitpoet-IG4Inpaint).
16
+ The necessary workflow is included in the node or can be downloaded [here](https://github.com/BitPoet/ComfyUI-bitpoet-IG4Inpaint/blob/main/workflows/ideogram4_reference_workflow.json).
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.