noamrot commited on
Commit
fbb858b
1 Parent(s): d1220ce

fixed explenation about model

Browse files
Files changed (1) hide show
  1. README.md +4 -4
README.md CHANGED
@@ -7,10 +7,10 @@ library_name: diffusers
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.
14
 
15
 
16
  ## Resources
 
7
  The model is designed for instruction-following object addition to images.
8
 
9
  We offer four different models:
10
+ - **Trained on the PIPE dataset, specifically designed for object addition (This one).**
11
+ - The object addition model fine-tuned on a MagicBrush addition subset.
12
+ - Trained on the combined PIPE and InstructPix2Pix datasets, intended for general editing.
13
+ - The general model fine-tuned on the full MagicBrush dataset.
14
 
15
 
16
  ## Resources