small typos fix
Browse files
README.md
CHANGED
@@ -4,9 +4,10 @@ library_name: diffusers
|
|
4 |
|
5 |
# Paint by Inpaint: Learning to Add Image Objects by Removing Them First
|
6 |
|
7 |
-
The model is designed for instruction
|
|
|
8 |
We offer four different models:
|
9 |
-
- **addition-base-model
|
10 |
- addition-finetuned-model: The addition-base-model fine-tuned on a MagicBrush addition subset.
|
11 |
- general-base-model: Trained on the combined PIPE and InstructPix2Pix datasets, intended for general editing.
|
12 |
- general-finetuned-model: The general-base-model fine-tuned on the full MagicBrush dataset.
|
|
|
4 |
|
5 |
# Paint by Inpaint: Learning to Add Image Objects by Removing Them First
|
6 |
|
7 |
+
The model is designed for instruction-following object addition to images.
|
8 |
+
|
9 |
We offer four different models:
|
10 |
+
- **addition-base-model (This one): Trained on the PIPE dataset, specifically designed for object addition.**
|
11 |
- addition-finetuned-model: The addition-base-model fine-tuned on a MagicBrush addition subset.
|
12 |
- general-base-model: Trained on the combined PIPE and InstructPix2Pix datasets, intended for general editing.
|
13 |
- general-finetuned-model: The general-base-model fine-tuned on the full MagicBrush dataset.
|