Commit History
feat: add Makeup LoRA preset (提示词加妆容) 055dc56 verified
feat: add CoverCraft LoRA + dropdown preset (字体参考) 97c8683 verified
fix: restore app.py (was accidentally emptied) c13a248 verified
feat: switch to FireRed official Lightning 8-steps LoRA (default 6 steps) c72df68 verified
fix: rmbg endpoint use remove_black_bg threshold=20 for pure-black bg 041031e
feat: add dedicated rmbg API endpoint (RMBG-2.0, preserves content) 524a12b
fix: add scipy dependency for remove_black_bg b90385c verified
fix: pad-to-bucket instead of stretch, preserve exact aspect ratio, edge-fill padding 63da0ec verified
fix: use bucket system for inference resolution to prevent content cropping, then resize back to original d54626d verified
fix: resize output back to original dimensions to prevent 16-align cropping fa6eb3b verified
add remove_black_bg: flood fill to remove only border-connected black, keep inner black elements 94f3429
jing96963 commited on
fix rmbg: add sigmoid activation to match ComfyUI exactly, remove letterbox complexity 1386be2
jing96963 commited on
revert rmbg post-processing: black bg needs no dilation/threshold 0084930
jing96963 commited on
rmbg post-processing: dilate mask + soft threshold to preserve text edges 1575fee
jing96963 commited on
use diffusers QwenImageEditPlusPipeline instead of local qwenimage module to fix LoRA compatibility d2144e5
jing96963 commited on
switch to Qwen-Image-Lightning-4steps-V2.0 LoRA to match ComfyUI exactly dd14618
jing96963 commited on
use official FireRed-1.1 model directly + Lightning LoRA, remove prithivMLmods transformer f2bcc32
jing96963 commited on
add out_width/out_height params to infer: match ComfyUI EmptyLatentImage behavior 35e36c1
jing96963 commited on
increase default steps to 6 to match ComfyUI quality 49f2a2c
jing96963 commited on
fix rmbg: aspect-ratio-preserving pad to square, avoid distortion on wide images 5f1c984
jing96963 commited on
Remove 1MP bucket forcing, keep native resolution aligned to divisible_by=16 cfa204a
jing96963 commited on
Add wide-format buckets and aspect-ratio-preserving resize for title graphics 6ad3257
jing96963 commited on
Add Color Match feature (Reinhard RGB transfer) 7de112f
jing96963 commited on