ilkerzgi commited on
Commit
ebfee4b
Β·
verified Β·
1 Parent(s): a5ee012

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +2 -4
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
  [![Try on fal.ai](https://img.shields.io/badge/πŸš€_Try_it_Live-fal.ai-FF6B35?style=for-the-badge)](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
  [![Try on fal.ai](https://img.shields.io/badge/πŸš€_Try_it_Live-fal.ai-FF6B35?style=for-the-badge)](https://fal.ai/models/fal-ai/flux-2/klein/4b/base/edit/lora)
219
 
220
+ </div>