Update README.md
Browse files
README.md
CHANGED
|
@@ -67,7 +67,6 @@ instance_prompt: Remove the background from the image
|
|
| 67 |
## π― What does this model do?
|
| 68 |
|
| 69 |
This LoRA removes the **background** from images and isolates the main subject. Simply provide an image, and the model will extract the subject with a clean background removal.
|
| 70 |
-
|
| 71 |
```
|
| 72 |
βββββββββββββββββββββββββββββββββββββββ
|
| 73 |
β βββββββββββββββββββββββββββββββββ β
|
|
@@ -112,7 +111,6 @@ Perfect for **product photography**, **subject isolation**, and **creative compo
|
|
| 112 |
## π Quick Start
|
| 113 |
|
| 114 |
### Prompt
|
| 115 |
-
|
| 116 |
```
|
| 117 |
Remove the background from the image
|
| 118 |
```
|
|
@@ -126,7 +124,6 @@ Remove the background from the image
|
|
| 126 |
βΆοΈ **[Open Playground](https://fal.ai/models/fal-ai/flux-2/klein/4b/base/edit/lora)**
|
| 127 |
|
| 128 |
### With fal.ai SDK
|
| 129 |
-
|
| 130 |
```python
|
| 131 |
import fal_client
|
| 132 |
|
|
@@ -160,6 +157,7 @@ print(result)
|
|
| 160 |
| File | Use Case |
|
| 161 |
|------|----------|
|
| 162 |
| `flux-background-remove-lora.safetensors` | fal.ai |
|
|
|
|
| 163 |
|
| 164 |
---
|
| 165 |
|
|
@@ -219,4 +217,4 @@ print(result)
|
|
| 219 |
|
| 220 |
[](https://fal.ai/models/fal-ai/flux-2/klein/4b/base/edit/lora)
|
| 221 |
|
| 222 |
-
</div>
|
|
|
|
| 67 |
## π― What does this model do?
|
| 68 |
|
| 69 |
This LoRA removes the **background** from images and isolates the main subject. Simply provide an image, and the model will extract the subject with a clean background removal.
|
|
|
|
| 70 |
```
|
| 71 |
βββββββββββββββββββββββββββββββββββββββ
|
| 72 |
β βββββββββββββββββββββββββββββββββ β
|
|
|
|
| 111 |
## π Quick Start
|
| 112 |
|
| 113 |
### Prompt
|
|
|
|
| 114 |
```
|
| 115 |
Remove the background from the image
|
| 116 |
```
|
|
|
|
| 124 |
βΆοΈ **[Open Playground](https://fal.ai/models/fal-ai/flux-2/klein/4b/base/edit/lora)**
|
| 125 |
|
| 126 |
### With fal.ai SDK
|
|
|
|
| 127 |
```python
|
| 128 |
import fal_client
|
| 129 |
|
|
|
|
| 157 |
| File | Use Case |
|
| 158 |
|------|----------|
|
| 159 |
| `flux-background-remove-lora.safetensors` | fal.ai |
|
| 160 |
+
| `sQn8ANj2lbtrfeemXQta0_pytorch_lora_weights_comfy_converted.safetensors` | ComfyUI |
|
| 161 |
|
| 162 |
---
|
| 163 |
|
|
|
|
| 217 |
|
| 218 |
[](https://fal.ai/models/fal-ai/flux-2/klein/4b/base/edit/lora)
|
| 219 |
|
| 220 |
+
</div>
|