Commit History

Fix quality loss by avoiding patch downscaling and improving text-erase crop
e94e2ed
Running

Samir87699 commited on

Add /remove_bg endpoint using rembg (u2net ONNX) for CPU background removal
e152ab7

Samir87699 commited on

Fix dependency version conflicts for Hugging Face deployment
438bfc5

Samir87699 commited on

Add /text_erase: single-call text-prompt object removal (CLIPSeg+LaMa)
1b19dfc

Samir87699 commited on

Add CLIPSeg text-based segmentation endpoint /segment_text
04e4c05

Samir87699 commited on

Fix: remove duplicate torch import causing UnboundLocalError in _load_realesrgan
60d8cd9

Samir87699 commited on

Align with healthy gemini-eraser-ai space: remove CLIPSeg/transformers, use RealESRGAN_x4plus.pth from GitHub
c6cbe1c

Samir87699 commited on

Fix: download RealESRGAN x4 from GitHub instead of COPY missing 4x-UltraSharp.pth
2e2e7b0

Samir87699 commited on

Fix model loading: use absolute paths, retry logic, proper model assignment
e49de92

Samir87699 commited on

Update backend with text segmentation, UltraSharp, and lossless compositing
f2ba69e

Samir87699 commited on

fix: resolve runtime error in main.py by correcting variable initialization
c66ffdc

Samir87699 commited on

Optimize Real-ESRGAN CPU inference for Free Tier (1 thread, tile=128)
7ff983a

Samir87699 commited on

Fix basicsr torchvision compatibility by safely down-pinning TorchVision
02a5b3f

Samir87699 commited on

Upgrade backend to use Real-ESRGAN
522c74d

Samir87699 commited on

Update backend with Vanishly rebrand and AI upscaling capabilities
e708646

Samir87699 commited on

feat: FSRCNN AI upscaling endpoint via OpenCV dnn_superres (PRO feature)
ddfab46

Samir87699 commited on

perf: async LaMa offload, JPEG response, server-side downscale, faster FastSAM
18f6d62

Samir87699 commited on

Optimize FastSAM inference for extremely low latency
3ad0dbd

Samir87699 commited on

Bake FastSAM weights into Docker image to avoid RO filesystem error
65fed58

Samir87699 commited on

Fix HF glib dependencies
002d1a1

Samir87699 commited on

Fix form inputs for FastAPI
01ee9fd

Samir87699 commited on

Add FastSAM cloud segment endpoint
bcc1066

Samir87699 commited on

chore: update project metadata, dependencies, and Docker configuration
fcaebd2

Samir87699 commited on

Initial commit for HF Spaces backend
1c446a3

Samir87699 commited on