BitPoet commited on
Commit
c5fa74f
·
verified ·
1 Parent(s): 31eb9c5

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +8 -4
README.md CHANGED
@@ -14,11 +14,15 @@ This is an early experimental LoRA that adds bbox guided inpainting / editing to
14
  model. It is a work in progress, so the files here are snapshots at different
15
  points in time while I adjust training parameters and build a better dataset.
16
 
17
- I currently get the most stable results with the [checkpoint at step 4000](https://huggingface.co/BitPoet/Ideogram4-Inpaint-LoRA/blob/main/IdoInpaint_2_00004000.safetensors) of the second training run.
18
 
19
- The dataset is very small, so do not expect any magic or precision. It is a starting point that
20
- hopefully evolves over the next weeks as I prepare a bigger dataset and start over with training
21
- with larger rank and finetuned parameters.
 
 
 
 
22
 
23
  ## Prerequisites
24
 
 
14
  model. It is a work in progress, so the files here are snapshots at different
15
  points in time while I adjust training parameters and build a better dataset.
16
 
17
+ ~~I currently get the most stable results with the [checkpoint at step 4000](https://huggingface.co/BitPoet/Ideogram4-Inpaint-LoRA/blob/main/IdoInpaint_2_00004000.safetensors) of the second training run.~~
18
 
19
+ ~~The dataset is very small, so do not expect any magic or precision. It is a starting point that hopefully evolves over the next weeks as I prepare a bigger dataset and start over with training with larger rank and finetuned parameters.~~
20
+
21
+ __June 21, 2026::__
22
+
23
+ V3 of the LoRA was trained on an expanded dataset of 1000 image pairs, exclusively adding/removing/replacing objects and people.
24
+
25
+ The most stable [checkpoint so far is at step 6400](https://huggingface.co/BitPoet/Ideogram4-Inpaint-LoRA/blob/main/V3/Ido4Inpaint_V3_1k_000006400.safetensors).
26
 
27
  ## Prerequisites
28