lrzjason commited on
Commit
43428f1
·
verified ·
1 Parent(s): 59b36a3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -2
README.md CHANGED
@@ -8,11 +8,13 @@ tags:
8
  - non-commercial
9
  ---
10
 
11
- # Object Removal LoRA of Flux Fill Dev
12
 
13
  ## Model Description
14
 
15
  This is an Object Removal LoRA fine-tuned from Flux Fill Dev model. 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.
 
 
16
 
17
  ## Intended Use
18
 
@@ -24,7 +26,6 @@ This model is intended for non-commercial use only, as per the FLUX.1 [dev] Non-
24
  - **Large Masked Area**: The model may struggle with large masked area.
25
 
26
  ## How to Use
27
-
28
  To use this model, you need to provide an image and a corresponding mask indicating the area where the object should be removed. The model will then generate an edited image with the object removed.
29
 
30
  Training Data
 
8
  - non-commercial
9
  ---
10
 
11
+ # Object Removal LoRA of Flux Fill Dev (Alpha)
12
 
13
  ## Model Description
14
 
15
  This is an Object Removal LoRA fine-tuned from Flux Fill Dev model. 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.
16
+ This lora is inspired by [Object Drop](https://objectdrop.github.io/). Due to the computing power limitation, this alpha version only trained on very small dataset.
17
+ If any interested in and want to sponsor the computing power, please contact me.
18
 
19
  ## Intended Use
20
 
 
26
  - **Large Masked Area**: The model may struggle with large masked area.
27
 
28
  ## How to Use
 
29
  To use this model, you need to provide an image and a corresponding mask indicating the area where the object should be removed. The model will then generate an edited image with the object removed.
30
 
31
  Training Data