Inpaint-Anything

Inpaint-Anything

基于AI的图像编辑工具实,现对象移除填充和背景替换

Inpaint Anything是一款结合先进计算机视觉模型的图像编辑工具。用户只需点击即可选择图像中的任意对象,然后可以移除对象、根据文本提示填充新内容或替换背景。该项目还支持视频和3D场景编辑,提供灵活强大的图像处理功能。

Inpaint Anything图像处理物体移除内容填充背景替换Github开源项目
<p align="center"> <img src="https://yellow-cdn.veclightyear.com/2b54e442/09b7bf1e-7857-4eeb-8013-1fed0e5b7cf8.png"> </p>

万物修复:分割任何物体与图像修复的结合

万物修复可以修复图像视频3D场景中的任何物体!

  • 作者:于涛、冯润森、冯若愚、刘金明、金鑫、曾文军和陈志波。
  • 机构:中国科学技术大学;东方高等研究院。
  • [论文] [网站] [Hugging Face主页]
<p align="center"> <img src="https://yellow-cdn.veclightyear.com/2b54e442/2ea83457-b447-438f-a611-aed540a23924.png" width="100%"> </p>

简而言之:用户可以通过点击选择图像中的任何对象。借助强大的视觉模型,如SAMLaMaStable Diffusion (SD),万物修复能够顺畅地移除对象(即移除任何物体)。此外,在用户输入文本的提示下,万物修复可以用任何所需的内容填充对象(即填充任何物体)或任意替换其背景(即替换任何物体)。

📜 新闻

[2023/9/15] 移除任何3D物体代码已发布!
[2023/4/30] 移除任何视频中的物体已发布!您可以从视频中移除任何物体!
[2023/4/24] 支持本地网页界面!您可以在本地运行演示网站!
[2023/4/22] 网站上线!您可以通过界面体验万物修复!
[2023/4/22] 移除任何3D物体已发布!您可以从3D场景中移除任何3D物体!
[2023/4/13] arXiv上的技术报告已发布!

🌟 功能

💡 亮点

  • 支持任何宽高比
  • 支持2K分辨率
  • arXiv上的技术报告已发布 (<span style="color:red">🔥新功能</span>)
  • 网站已上线 (<span style="color:red">🔥新功能</span>)
  • 本地网页界面已发布 (<span style="color:red">🔥新功能</span>)
  • 支持多种模态(即图像、视频和3D场景) (<span style="color:red">🔥新功能</span>)

<span id="remove-anything">📌 移除任何物体</span>

<p align="center"> <img src="https://yellow-cdn.veclightyear.com/2b54e442/11b19d1d-c639-4a03-ba7a-d59afda1a60e.gif" alt="image" style="width:400px;"> </p>

在图像中点击一个物体,万物修复将立即移除它!

安装

需要 python>=3.8

python -m pip install torch torchvision torchaudio python -m pip install -e segment_anything python -m pip install -r lama/requirements.txt

在Windows系统中,我们建议您先安装miniconda, 然后以管理员身份打开Anaconda Powershell Prompt (miniconda3)。 接着使用pip安装./lama_requirements_windows.txt, 而不是./lama/requirements.txt

使用方法

下载Segment AnythingLaMa提供的模型检查点(例如,sam_vit_h_4b8939.pthbig-lama),并将它们放入./pretrained_models。为简便起见,您也可以前往此处,直接下载pretrained_models,将目录放入./中,得到./pretrained_models

对于MobileSAM,sam_model_type应使用"vit_t",sam_ckpt应使用"./weights/mobile_sam.pt"。 有关MobileSAM项目,请参考MobileSAM

bash script/remove_anything.sh

指定一张图像和一个点,移除任何物体将移除该点处的物体。

python remove_anything.py \ --input_img ./example/remove-anything/dog.jpg \ --coords_type key_in \ --point_coords 200 450 \ --point_labels 1 \ --dilate_kernel_size 15 \ --output_dir ./results \ --sam_model_type "vit_h" \ --sam_ckpt ./pretrained_models/sam_vit_h_4b8939.pth \ --lama_config ./lama/configs/prediction/default.yaml \ --lama_ckpt ./pretrained_models/big-lama

如果您的机器有显示设备,可以将--coords_type key_in更改为--coords_type click。如果设置为click,运行上述命令后,图像将被显示。(1)使用左键单击记录点击坐标。支持修改点,只记录最后一个点的坐标。(2)使用右键单击完成选择。

演示

<table> <tr> <td><img src="https://yellow-cdn.veclightyear.com/2b54e442/632605a2-be48-4534-a2f1-627ad1069312.png" width="100%"></td> <td><img src="https://yellow-cdn.veclightyear.com/2b54e442/81740b7d-6821-43e6-82e2-3441c6af4205.png" width="100%"></td> <td><img src="https://yellow-cdn.veclightyear.com/2b54e442/a2cdc57a-7057-4a3f-ac90-9865590041e1.png" width="100%"></td> </tr> </table> <table> <tr> <td><img src="https://yellow-cdn.veclightyear.com/2b54e442/1a0b9105-cf39-4d64-8994-7f35dad7129f.png" width="100%"></td> <td><img src="https://yellow-cdn.veclightyear.com/2b54e442/4c6c7036-5703-49a3-8142-0f9d64b89d26.png" width="100%"></td> <td><img src="https://yellow-cdn.veclightyear.com/2b54e442/1a90d35a-8e24-4c8e-82b5-9af37ea98108.png" width="100%"></td> </tr> </table> <table> <tr> <td><img src="https://yellow-cdn.veclightyear.com/2b54e442/cc3b0d87-2037-4d7b-bc05-e5d13bec2eec.png" width="100%"></td> <td><img src="https://yellow-cdn.veclightyear.com/2b54e442/727fcbf1-78be-4b09-af11-7525375949e9.png" width="100%"></td> <td><img src="https://yellow-cdn.veclightyear.com/2b54e442/6ca4a944-6ce6-4e95-8ad4-8d6406476ec9.png" width="100%"></td> </tr> </table> <table> <tr> <td><img src="https://yellow-cdn.veclightyear.com/2b54e442/e819d335-d926-4e3e-9af1-a932b7159bcc.png" width="100%"></td> <td><img src="https://yellow-cdn.veclightyear.com/2b54e442/881944f9-7ca0-4945-a949-4058a3402af3.png" width="100%"></td> <td><img src="https://yellow-cdn.veclightyear.com/2b54e442/fd56b30f-48ae-4141-afa4-f9809cbec504.png" width="100%"></td> </tr> </table>

<span id="fill-anything">📌 填充任何物体</span>

<p align="center">文本提示: "长凳上的泰迪熊"</p> <p align="center"> <img src="https://yellow-cdn.veclightyear.com/2b54e442/95722038-bb37-4cf7-82e2-d9aa269e4137.gif" alt="image" style="width:400px;"> </p>

点击一个物体,输入您想填充的内容,万物修复将填充它!

  • 点击一个物体;
  • SAM将物体分割出来;
  • 输入文本提示;
  • 文本引导的修复模型(如Stable Diffusion)根据文本填充"空洞"。

安装

需要 python>=3.8

python -m pip install torch torchvision torchaudio python -m pip install -e segment_anything python -m pip install diffusers transformers accelerate scipy safetensors

使用方法

下载Segment Anything提供的模型检查点(例如,sam_vit_h_4b8939.pth)并将它们放入./pretrained_models。为简便起见,您也可以前往此处,直接下载pretrained_models,将目录放入./中,得到./pretrained_models

对于MobileSAM,sam_model_type应使用"vit_t",sam_ckpt应使用"./weights/mobile_sam.pt"。 有关MobileSAM项目,请参考MobileSAM

bash script/fill_anything.sh

指定一张图像、一个点和文本提示,然后运行:

python fill_anything.py \ --input_img ./example/fill-anything/sample1.png \ --coords_type key_in \ --point_coords 750 500 \ --point_labels 1 \ --text_prompt "长凳上的泰迪熊" \ --dilate_kernel_size 50 \ --output_dir ./results \ --sam_model_type "vit_h" \ --sam_ckpt ./pretrained_models/sam_vit_h_4b8939.pth

演示

<table> <caption align="center">文本提示: "手中的相机镜头"</caption> <tr> <td><img src="https://yellow-cdn.veclightyear.com/2b54e442/a0cf8654-6b01-4392-b5be-3063f7700657.png" width="100%"></td> <td><img src="https://yellow-cdn.veclightyear.com/2b54e442/e42144e8-ba8a-4edb-8dc0-714439897baf.png" width="100%"></td> <td><img src <table> <caption align="center">文本提示: "墙上的毕加索画作"</caption> <tr> <td><img src="https://yellow-cdn.veclightyear.com/2b54e442/9be8d8ef-50a2-4742-a5d9-cad85ed8ba24.png" width="100%"></td> <td><img src="https://yellow-cdn.veclightyear.com/2b54e442/7dc14575-8f1e-440a-be9a-58dcccf713a2.png" width="100%"></td> <td><img src="https://yellow-cdn.veclightyear.com/2b54e442/ee4d1e09-170f-48ba-ba1a-841a648b85a4.png" width="100%"></td> </tr> </table> <table> <caption align="center">文本提示: "海上的航空母舰"</caption> <tr> <td><img src="https://yellow-cdn.veclightyear.com/2b54e442/c50fdc6a-42d6-4dc5-bcf5-77c84087dc80.png" width="100%"></td> <td><img src="https://yellow-cdn.veclightyear.com/2b54e442/1ad13459-461f-4a6b-b6c4-b98cea2ac75e.png" width="100%"></td> <td><img src="https://yellow-cdn.veclightyear.com/2b54e442/fc3c9ded-6b3a-41dd-8374-83879472644d.png" width="100%"></td> </tr> </table> <table> <caption align="center">文本提示: "道路上的跑车"</caption> <tr> <td><img src="https://yellow-cdn.veclightyear.com/2b54e442/4e7d535c-e6aa-4fa1-868a-aa7f85ae52bf.png" width="100%"></td> <td><img src="https://yellow-cdn.veclightyear.com/2b54e442/d1a785fc-e4c0-4067-82ce-4465f6e7f85c.png" width="100%"></td> <td><img src="https://yellow-cdn.veclightyear.com/2b54e442/658965be-9222-4fc9-9ec8-bcd74c731ebe.png" width="100%"></td> </tr> </table>

<span id="replace-anything">📌 替换任何物体</span>

<p align="center">文本提示: "办公室里的男人"</p> <p align="center"> <img src="https://yellow-cdn.veclightyear.com/2b54e442/c1f2f935-a854-4656-9a84-60c1405826cd.gif" alt="image" style="width:400px;"> </p>

点击一个对象,输入你想替换的背景,Inpaint Anything 就会替换它!

  • 点击一个对象;
  • SAM分割出该对象;
  • 输入文本提示;
  • 文本提示引导的修复模型(例如Stable Diffusion)根据文本替换背景。

安装

需要 python>=3.8

python -m pip install torch torchvision torchaudio python -m pip install -e segment_anything python -m pip install diffusers transformers accelerate scipy safetensors

使用方法

下载Segment Anything提供的模型检查点(例如sam_vit_h_4b8939.pth)并将它们放入./pretrained_models。为简便起见,你也可以直接到这里下载pretrained_models,将目录放入./中得到./pretrained_models

对于MobileSAM,sam_model_type应使用"vit_t",sam_ckpt应使用"./weights/mobile_sam.pt"。 关于MobileSAM项目,请参考MobileSAM

bash script/replace_anything.sh

指定一张图像、一个点和文本提示,然后运行:

python replace_anything.py \ --input_img ./example/replace-anything/dog.png \ --coords_type key_in \ --point_coords 750 500 \ --point_labels 1 \ --text_prompt "坐在秋千上" \ --output_dir ./results \ --sam_model_type "vit_h" \ --sam_ckpt ./pretrained_models/sam_vit_h_4b8939.pth

演示

<table> <caption align="center">文本提示: "坐在秋千上"</caption> <tr> <td><img src="https://yellow-cdn.veclightyear.com/2b54e442/9366ce80-79a1-4bb6-9e97-da55beaa3565.png" width="100%"></td> <td><img src="https://yellow-cdn.veclightyear.com/2b54e442/909364df-de02-4acb-81e1-2e0492ecd5c8.png" width="100%"></td> <td><img src="https://yellow-cdn.veclightyear.com/2b54e442/250faed6-2612-42ed-a1f0-d7b389ded2ad.png" width="100%"></td> </tr> </table> <table> <caption align="center">文本提示: "一辆公交车,在乡间公路中央,夏天"</caption> <tr> <td><img src="https://yellow-cdn.veclightyear.com/2b54e442/017c4287-62fd-48c6-b775-0f352ad91a95.png" width="100%"></td> <td><img src="https://yellow-cdn.veclightyear.com/2b54e442/df28105b-b83c-494d-9e88-c87c9e4c4fe4.png" width="100%"></td> <td><img src="https://yellow-cdn.veclightyear.com/2b54e442/146b6fbb-b4ae-42b6-8c8d-3e9fb7688de1.png" width="100%"></td> </tr> </table> <table> <caption align="center">文本提示: "早餐"</caption> <tr> <td><img src="https://yellow-cdn.veclightyear.com/2b54e442/fe07f6c1-c826-49ba-9862-d3435eeb53cd.png" width="100%"></td> <td><img src="https://yellow-cdn.veclightyear.com/2b54e442/835d6361-a328-4684-beb2-2f493df4e029.png" width="100%"></td> <td><img src="https://yellow-cdn.veclightyear.com/2b54e442/d7a9a3d1-f7e1-40fc-9421-a81e928b8f1f.png" width="100%"></td> </tr> </table> <table> <caption align="center">文本提示: "城市中的十字路口"</caption> <tr> <td><img src="https://yellow-cdn.veclightyear.com/2b54e442/24e943a8-b514-4b0a-a2af-f33d99454f90.png" width="100%"></td> <td><img src="https://yellow-cdn.veclightyear.com/2b54e442/5a4d0166-2915-4e65-860b-cad3dd478191.png" width="100%"></td> <td><img src="https://yellow-cdn.veclightyear.com/2b54e442/43294d9e-69fc-43fa-b775-17497998465b.png" width="100%"></td> </tr> </table>

<span id="remove-anything-3d">📌 3D移除任何物体</span>

<table> <tr> <td><img src="https://yellow-cdn.veclightyear.com/2b54e442/8eb689c1-75eb-4613-b2be-d96ea0154bbf.gif" width="100%"></td> <td><img src="https://yellow-cdn.veclightyear.com/2b54e442/918d1727-5c7d-4070-b5b9-954375404860.gif" width="100%"></td> <td><img src="https://yellow-cdn.veclightyear.com/2b54e442/a99856bd-eafa-4512-ac56-530b34a99f9d.gif" width="100%"></td> </tr> </table> <table> <tr> <td><img src="https://yellow-cdn.veclightyear.com/2b54e442/fdadd54f-1035-4520-8897-00567788bc8f.gif" width="100%"></td> <td><img src="https://yellow-cdn.veclightyear.com/2b54e442/f7ef2737-ff74-4ce8-8556-1a6d7e3da8cb.gif" width="100%"></td> <td><img src="https://yellow-cdn.veclightyear.com/2b54e442/a51e9b3d-95da-495d-aa32-81c3ae1b65cf.gif" width="100%"></td> </tr> </table>

只需在源视图的第一个视图中对一个对象进行单次点击,3D移除任何物体就能从整个场景中移除该对象!

  • 在源视图的第一个视图中点击一个对象;
  • SAM分割出该对象(有三种可能的掩码);
  • 选择一个掩码;
  • 使用诸如OSTrack这样的跟踪模型来跟踪这些视图中的对象;
  • SAM根据跟踪结果在每个源视图中分割出该对象;
  • 使用诸如LaMa这样的修复模型来修复每个源视图中的对象。
  • 使用诸如NeRF这样的新视图合成模型来合成没有该对象的场景的新视图。

安装

需要 python>=3.8

python -m pip install torch torchvision torchaudio python -m pip install -e segment_anything python -m pip install -r lama/requirements.txt python -m pip install jpeg4py lmdb

使用方法

下载Segment AnythingLaMa提供的模型检查点(例如sam_vit_h_4b8939.pth),并将它们放入./pretrained_models。此外,从这里下载OSTrack预训练模型(例如vitb_384_mae_ce_32x4_ep300.pth)并将其放入./pytracking/pretrain。另外,下载nerf_llff_data,并将它们放入./example/3d。为简便起见,你也可以直接到这里下载pretrained_models,将目录放入./中得到./pretrained_models。此外,下载pretrain,将目录放入./pytracking中得到./pytracking/pretrain

对于MobileSAM,sam_model_type应使用"vit_t",sam_ckpt应使用"./weights/mobile_sam.pt"。 关于MobileSAM项目,请参考MobileSAM

bash script/remove_anything_3d.sh

指定一个3D场景、一个点、场景配置和掩码索引(指示使用第一个视图的哪个掩码结果),3D移除任何物体就会从整个场景中移除该对象。

python remove_anything_3d.py \ --input_dir ./example/3d/horns \ --coords_type key_in \ --point_coords 830 405 \ --point_labels 1 \ --dilate_kernel_size 15 \ --output_dir ./results \ --sam_model_type "vit_h" \ --sam_ckpt ./pretrained_models/sam_vit_h_4b8939.pth \ --lama_config ./lama/configs/prediction/default.yaml \ -- ## <span id="remove-anything-video">📌 移除视频中的任何物体</span> <table> <tr> <td><img src="https://yellow-cdn.veclightyear.com/2b54e442/5f000ef6-c4e4-47fc-a051-b8ecfe869eba.gif" width="100%"></td> <td><img src="https://yellow-cdn.veclightyear.com/2b54e442/205b529e-570b-4de8-b698-3e5c584f1a16.gif" width="100%"></td> <td><img src="https://yellow-cdn.veclightyear.com/2b54e442/82a65b64-4c2f-4fdd-9da3-c1b02fd8c4f8.gif" width="100%"></td> </tr> </table> 只需在视频第一帧中**单击**一个物体,"移除视频中的任何物体"功能就可以从整个视频中删除该物体! - 在视频第一帧中点击一个物体; - [SAM](https://segment-anything.com/)对物体进行分割(提供三种可能的蒙版); - 选择一个蒙版; - 使用如[OSTrack](https://github.com/botaoye/OSTrack)等跟踪模型在视频中跟踪该物体; - SAM根据跟踪结果在每一帧中分割出该物体; - 使用如[STTN](https://github.com/researchmm/STTN)等视频修复模型对每一帧中的物体进行修复。 ### 安装 需要`python>=3.8` ```bash python -m pip install torch torchvision torchaudio python -m pip install -e segment_anything python -m pip install -r lama/requirements.txt python -m pip install jpeg4py lmdb

使用方法

下载Segment AnythingSTTN提供的模型检查点(例如,sam_vit_h_4b8939.pthsttn.pth),并将它们放入./pretrained_models。此外,从这里下载OSTrack预训练模型(例如,vitb_384_mae_ce_32x4_ep300.pth)并将其放入./pytracking/pretrain。为简便起见,你也可以直接前往这里,下载pretrained_models,将目录放入./中并获得./pretrained_models。另外,下载pretrain,将目录放入./pytracking中并获得./pytracking/pretrain

对于MobileSAM,sam_model_type应使用"vit_t",sam_ckpt应使用"./weights/mobile_sam.pt"。 关于MobileSAM项目,请参考MobileSAM

bash script/remove_anything_video.sh

指定一个视频、一个点、视频FPS和蒙版索引(表示使用第一帧的哪个蒙版结果),"移除视频中的任何物体"功能将从整个视频中删除该物体。

python remove_anything_video.py \ --input_video ./example/video/paragliding/original_video.mp4 \ --coords_type key_in \ --point_coords 652 162 \ --point_labels 1 \ --dilate_kernel_size 15 \ --output_dir ./results \ --sam_model_type "vit_h" \ --sam_ckpt ./pretrained_models/sam_vit_h_4b8939.pth \ --lama_config lama/configs/prediction/default.yaml \ --lama_ckpt ./pretrained_models/big-lama \ --tracker_ckpt vitb_384_mae_ce_32x4_ep300 \ --vi_ckpt ./pretrained_models/sttn.pth \ --mask_idx 2 \ --fps 25

--mask_idx通常设置为2,这通常是第一帧最可信的蒙版结果。如果物体分割效果不好,你可以尝试其他蒙版(0或1)。

演示

<table> <tr> <td><img src="https://yellow-cdn.veclightyear.com/2b54e442/f26b5241-9b67-4218-b5ee-cbf00046e9ad.gif" width="100%"></td> <td><img src="https://yellow-cdn.veclightyear.com/2b54e442/4f1e5fb7-25f2-40eb-8802-fd3245d7b0e1.gif" width="100%"></td> <td><img src="https://yellow-cdn.veclightyear.com/2b54e442/ebfb07f9-0491-4c8c-b197-c1352d59d7d5.gif" width="100%"></td> </tr> </table> <table> <tr> <td><img src="https://yellow-cdn.veclightyear.com/2b54e442/ece9f1db-ca3c-4d19-9f4e-cdf0a026d155.gif" width="100%"></td> <td><img src="https://yellow-cdn.veclightyear.com/2b54e442/70e05433-099b-43c9-9b9c-c2a603402a21.gif" width="100%"></td> <td><img src="https://yellow-cdn.veclightyear.com/2b54e442/3e5417a6-a9b5-45a8-a5e9-9dddad277dd8.gif" width="100%"></td> </tr> </table> <table> <tr> <td><img src="https://yellow-cdn.veclightyear.com/2b54e442/637d2b4b-a57f-43b6-a2cf-c7ff683b7155.gif" width="100%"></td> <td><img src="https://yellow-cdn.veclightyear.com/2b54e442/9935776d-74a2-4930-bb2b-03308f9487d6.gif" width="100%"></td> <td><img src="https://yellow-cdn.veclightyear.com/2b54e442/f2bb415f-1f03-4c13-8d65-9fa431b7a672.gif" width="100%"></td> </tr> </table> <table> <tr> <td><img src="https://yellow-cdn.veclightyear.com/2b54e442/156c9ddd-0dcb-4a10-a611-6fc71c6b8c88.gif" width="100%"></td> <td><img src="https://yellow-cdn.veclightyear.com/2b54e442/db19c6fa-bbe8-4faa-931d-975d5bff3485.gif" width="100%"></td> <td><img src="https://yellow-cdn.veclightyear.com/2b54e442/b7745fef-f38c-4942-b3f6-a06d0a83994e.gif" width="100%"></td> </tr> </table>

致谢

其他有趣的仓库

引用

如果你发现这项工作对你的研究有用,请引用我们:

@article{yu2023inpaint,
  title={Inpaint Anything: Segment Anything Meets Image Inpainting},
  author={Yu, Tao and Feng, Runseng and Feng, Ruoyu and Liu, Jinming and Jin, Xin and Zeng, Wenjun and Chen, Zhibo},
  journal={arXiv preprint arXiv:2304.06790},
  year={2023}
}
<p align="center"> <a href="https://star-history.com/#geekyutao/Inpaint-Anything&Date"> <img src="https://api.star-history.com/svg?repos=geekyutao/Inpaint-Anything&type=Date" alt="Star History Chart"> </a> </p>

编辑推荐精选

讯飞智文

讯飞智文

一键生成PPT和Word,让学习生活更轻松

讯飞智文是一个利用 AI 技术的项目,能够帮助用户生成 PPT 以及各类文档。无论是商业领域的市场分析报告、年度目标制定,还是学生群体的职业生涯规划、实习避坑指南,亦或是活动策划、旅游攻略等内容,它都能提供支持,帮助用户精准表达,轻松呈现各种信息。

AI办公办公工具AI工具讯飞智文AI在线生成PPTAI撰写助手多语种文档生成AI自动配图热门
讯飞星火

讯飞星火

深度推理能力全新升级,全面对标OpenAI o1

科大讯飞的星火大模型,支持语言理解、知识问答和文本创作等多功能,适用于多种文件和业务场景,提升办公和日常生活的效率。讯飞星火是一个提供丰富智能服务的平台,涵盖科技资讯、图像创作、写作辅助、编程解答、科研文献解读等功能,能为不同需求的用户提供便捷高效的帮助,助力用户轻松获取信息、解决问题,满足多样化使用场景。

热门AI开发模型训练AI工具讯飞星火大模型智能问答内容创作多语种支持智慧生活
Spark-TTS

Spark-TTS

一种基于大语言模型的高效单流解耦语音令牌文本到语音合成模型

Spark-TTS 是一个基于 PyTorch 的开源文本到语音合成项目,由多个知名机构联合参与。该项目提供了高效的 LLM(大语言模型)驱动的语音合成方案,支持语音克隆和语音创建功能,可通过命令行界面(CLI)和 Web UI 两种方式使用。用户可以根据需求调整语音的性别、音高、速度等参数,生成高质量的语音。该项目适用于多种场景,如有声读物制作、智能语音助手开发等。

Trae

Trae

字节跳动发布的AI编程神器IDE

Trae是一种自适应的集成开发环境(IDE),通过自动化和多元协作改变开发流程。利用Trae,团队能够更快速、精确地编写和部署代码,从而提高编程效率和项目交付速度。Trae具备上下文感知和代码自动完成功能,是提升开发效率的理想工具。

AI工具TraeAI IDE协作生产力转型热门
咔片PPT

咔片PPT

AI助力,做PPT更简单!

咔片是一款轻量化在线演示设计工具,借助 AI 技术,实现从内容生成到智能设计的一站式 PPT 制作服务。支持多种文档格式导入生成 PPT,提供海量模板、智能美化、素材替换等功能,适用于销售、教师、学生等各类人群,能高效制作出高品质 PPT,满足不同场景演示需求。

讯飞绘文

讯飞绘文

选题、配图、成文,一站式创作,让内容运营更高效

讯飞绘文,一个AI集成平台,支持写作、选题、配图、排版和发布。高效生成适用于各类媒体的定制内容,加速品牌传播,提升内容营销效果。

热门AI辅助写作AI工具讯飞绘文内容运营AI创作个性化文章多平台分发AI助手
材料星

材料星

专业的AI公文写作平台,公文写作神器

AI 材料星,专业的 AI 公文写作辅助平台,为体制内工作人员提供高效的公文写作解决方案。拥有海量公文文库、9 大核心 AI 功能,支持 30 + 文稿类型生成,助力快速完成领导讲话、工作总结、述职报告等材料,提升办公效率,是体制打工人的得力写作神器。

openai-agents-python

openai-agents-python

OpenAI Agents SDK,助力开发者便捷使用 OpenAI 相关功能。

openai-agents-python 是 OpenAI 推出的一款强大 Python SDK,它为开发者提供了与 OpenAI 模型交互的高效工具,支持工具调用、结果处理、追踪等功能,涵盖多种应用场景,如研究助手、财务研究等,能显著提升开发效率,让开发者更轻松地利用 OpenAI 的技术优势。

Hunyuan3D-2

Hunyuan3D-2

高分辨率纹理 3D 资产生成

Hunyuan3D-2 是腾讯开发的用于 3D 资产生成的强大工具,支持从文本描述、单张图片或多视角图片生成 3D 模型,具备快速形状生成能力,可生成带纹理的高质量 3D 模型,适用于多个领域,为 3D 创作提供了高效解决方案。

3FS

3FS

一个具备存储、管理和客户端操作等多种功能的分布式文件系统相关项目。

3FS 是一个功能强大的分布式文件系统项目,涵盖了存储引擎、元数据管理、客户端工具等多个模块。它支持多种文件操作,如创建文件和目录、设置布局等,同时具备高效的事件循环、节点选择和协程池管理等特性。适用于需要大规模数据存储和管理的场景,能够提高系统的性能和可靠性,是分布式存储领域的优质解决方案。

下拉加载更多