Un outil gratuit et open-source d’inpainting et de mise à l’échelle d’images alimenté par webgpu et wasm sur le navigateur. Cet AI permet de modifier une image via une interface Web. En utilisant les ressources du poste Client. Compatible mobile, pc et tablette. Cette solution exploite directement le CPU et le GPU depuis un navigateur.
A free and open-source inpainting & image-upscaling tool powered by webgpu and wasm on the browser.
基于 Webgpu 技术和 wasm 技术的免费开源 inpainting & image-upscaling 工具, 纯浏览器端实现。
github.mp4
git.mp4
Super-Face : https://github.com/yangxy/GPEN 2xHFA2kAVCSRFormer_light_16 : https://github.com/Phhofm/models
Ref & Info : https://github.com/facefusion/facefusion-assets
Demo link:https://inpaintweb.lxfater.com/
- Historique des modifications d'images
- Optimiser le modèle
- Intégrer le post-traitement dans le modèle
- Mise à l'échelle de l'image
- Prise en charge en français, allemand et espagnol
- Ajout de Super Face
- Intégrez tout segment pour une sélection et une suppression rapides dans les images
- Intégrer la diffusion stable pour le remplacement de l'image
- Meilleure interface utilisateur
- Image Modification History
- Optimize Model
- Integrate Post-Processing into the Model
- Image-upscaling
- French, German, and Spanish support
- Add Super Face
- Integrate Segment Anything for Quick Selection and Removal in Images
- Integrate Stable Diffusion for Image Replacement
- Better UI
- 图像修改历史
- 优化模型
- 后处理集成于模型中
- 超分辨率
- 支持法语、德语和西班牙语
- 添加了超级面孔
- 接入 Segment Anything,实现快速选择和去除图像
- 接入 stable diffusion,实现图像替换
- 更好的界面
sudo apt install git-all
sudo apt install npm
npm install
npm run start
Now you should have Inpaint running locally and should be able to visit http://localhost:5173 or http://127.0.0.1:5173
Translations via fink editor
Pour les mises à jour et les discussions en Francais, suivez-nous sur Instagram
For updates and discussions in English, follow me on Twitter:
Frontend code are modified from cleanup.pictures, You can experience their great online services here.