Create README.md
Browse files
README.md
ADDED
@@ -0,0 +1,71 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
---
|
2 |
+
license: mit
|
3 |
+
tags:
|
4 |
+
- lora
|
5 |
+
- object-removal
|
6 |
+
- image-editing
|
7 |
+
- flux
|
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 |
+
|
19 |
+
This model is intended for non-commercial use only, as per the FLUX.1 [dev] Non-Commercial License.
|
20 |
+
|
21 |
+
## Limitations
|
22 |
+
|
23 |
+
- **Non-Commercial Use Only**: This model is restricted to non-commercial applications. Any commercial use is prohibited under the FLUX.1 [dev] Non-Commercial License.
|
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
|
31 |
+
The model was fine-tuned on a small dataset of images with corresponding masks, focusing on object removal tasks. The dataset includes various objects and scenes to ensure robust performance.
|
32 |
+
|
33 |
+
## License
|
34 |
+
This model is licensed under the [FLUX.1 [dev] Non-Commercial License](https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md). You are free to use, modify, and distribute the model for non-commercial purposes. Commercial use is strictly prohibited.
|
35 |
+
|
36 |
+
## Citation
|
37 |
+
If you use this model in your research or projects, please cite it as follows:
|
38 |
+
|
39 |
+
```
|
40 |
+
bibtex
|
41 |
+
@misc{object-removal-lora,
|
42 |
+
author = {lrzjason},
|
43 |
+
title = {Object Removal LoRA of Flux Fill Dev},
|
44 |
+
year = {2025}
|
45 |
+
}
|
46 |
+
```
|
47 |
+
|
48 |
+
## Contact
|
49 |
+
- **Twitter**: [@Lrzjason](https://twitter.com/Lrzjason)
|
50 |
+
- **Email**: [email protected]
|
51 |
+
- **QQ Group**: 866612947
|
52 |
+
- **Civitai**: [xiaozhijason](https://civitai.com/user/xiaozhijason)
|
53 |
+
|
54 |
+
|
55 |
+
## Sponsors me for more open source projects:
|
56 |
+
<div align="center">
|
57 |
+
<table>
|
58 |
+
<tr>
|
59 |
+
<td align="center">
|
60 |
+
<p>Buy me a coffee:</p>
|
61 |
+
<img src="https://github.com/lrzjason/Comfyui-In-Context-Lora-Utils/blob/main/image/bmc_qr.png" alt="Buy Me a Coffee QR" width="200" />
|
62 |
+
</td>
|
63 |
+
<td align="center">
|
64 |
+
<p>WeChat:</p>
|
65 |
+
<img src="https://github.com/lrzjason/Comfyui-In-Context-Lora-Utils/blob/main/image/wechat.jpg" alt="WeChat QR" width="200" />
|
66 |
+
</td>
|
67 |
+
</tr>
|
68 |
+
</table>
|
69 |
+
</div>
|
70 |
+
|
71 |
+
Disclaimer: This model is provided "as-is" without any warranties. The authors are not responsible for any misuse or damages arising from its use.
|