Update README.md
Browse files
README.md
CHANGED
|
@@ -11,13 +11,17 @@ base_model: black-forest-labs/FLUX.1-Fill-dev
|
|
| 11 |
## Training Script:
|
| 12 |
https://github.com/lrzjason/T2ITrainer
|
| 13 |
|
| 14 |
-
# Object Removal LoRA of Flux Fill Dev (
|
| 15 |
|
| 16 |
## Dataset
|
| 17 |
https://huggingface.co/datasets/lrzjason/ObjectRemovalAlpha
|
| 18 |
All images gather from unsplash. Thanks to all creators who created the awesome images.
|
| 19 |
|
| 20 |
## Model Description
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
|
| 22 |
This is an Object Removal LoRA fine-tuned from Flux Fill Dev model. \
|
| 23 |
The lora is designed to remove objects from specified masked areas, making it useful for image editing tasks where unwanted objects need to be erased seamlessly. \
|
|
|
|
| 11 |
## Training Script:
|
| 12 |
https://github.com/lrzjason/T2ITrainer
|
| 13 |
|
| 14 |
+
# Object Removal LoRA of Flux Fill Dev (Beta)
|
| 15 |
|
| 16 |
## Dataset
|
| 17 |
https://huggingface.co/datasets/lrzjason/ObjectRemovalAlpha
|
| 18 |
All images gather from unsplash. Thanks to all creators who created the awesome images.
|
| 19 |
|
| 20 |
## Model Description
|
| 21 |
+
Update 20250314
|
| 22 |
+
Adding random selection training for beta.
|
| 23 |
+
It ranfom selects noised factual or noised ground true to train.
|
| 24 |
+
It is able to prevent the model degradation due to mis-aligned training objective.
|
| 25 |
|
| 26 |
This is an Object Removal LoRA fine-tuned from Flux Fill Dev model. \
|
| 27 |
The lora is designed to remove objects from specified masked areas, making it useful for image editing tasks where unwanted objects need to be erased seamlessly. \
|