- Prompt
- Fill the green spaces according to the image
- Prompt
- Fill the green spaces according to the image
- Prompt
- Fill the green spaces according to the image
- Prompt
- Fill the green spaces according to the image
๐ผ๏ธ Flux Green Screen Outpainting LoRA
Extend images by filling green border areas with AI-generated content
๐ Try on fal.ai
๐ License
๐ฏ What does this model do?
This LoRA fills green border areas around an image with contextually appropriate AI-generated content. Simply add a green border to any image, and the model will extend the scene naturally.
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
โ โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ โ Green areas
โ โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ โ get filled
โ โโโโ โโโโโโโโ โ with matching
โ โโโโ Original Image โโโโโโโโ โ content
โ โโโโ โโโโโโโโ โ
โ โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ โ
โ โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ โ
โโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโโ
Perfect for extending photos, creating wider compositions, and generating seamless backgrounds.
๐ผ๏ธ Examples
| Input (with green border) | Output (extended image) |
|---|---|
| ๐ Image |
๐ Image |
| ๐ Image |
๐ Image |
| ๐ Image |
๐ Image |
| ๐ Image |
๐ Image |
๐ Quick Start
Prompt
Fill the green spaces according to the image
Green Border Requirements
- Use pure green: RGB(0, 255, 0) or #00FF00
- Border can be any thickness (5%-25% of image dimension works well)
- Each side can have different border widths
๐ป Usage
Try it Live on fal.ai
โถ๏ธ Open Playground
With fal.ai SDK
import fal_client
def on_queue_update(update):
if isinstance(update, fal_client.InProgress):
for log in update.logs:
print(log["message"])
result = fal_client.subscribe(
"fal-ai/flux-2/klein/4b/base/edit/lora",
arguments={
"prompt": "Fill the green spaces according to the image",
"model_name": None,
"loras": [{
"path": "https://huggingface.co/fal/flux-2-klein-4B-outpaint-lora/resolve/main/flux-outpaint-lora.safetensors",
"scale": 1.1
}],
"embeddings": [],
"image_urls": ["https://your-image-with-green-border.png"]
},
with_logs=True,
on_queue_update=on_queue_update,
)
print(result)
๐ฆ Model Files
| File | Use Case |
|---|---|
flux-outpaint-lora.safetensors |
fal.ai |
LyNiaZ53Tudg0J6sT8Xbx_pytorch_lora_weights_comfy_converted.safetensors |
ComfyUI |
๐ Training Details
๐ฎ Use Cases
- Photo Extension: Expand cropped photos to wider compositions
- Background Generation: Create seamless backgrounds for subjects
- Aspect Ratio Conversion: Convert portrait to landscape or vice versa
- Creative Composition: Add environmental context to isolated subjects
โ ๏ธ Limitations
- Works best with pure green (#00FF00) borders
- Complex scenes may require multiple passes
- Very large border areas may produce less coherent results
๐ License
Model tree for fal/flux-2-klein-4B-outpaint-lora
Base model
black-forest-labs/FLUX.2-klein-4B