awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目MCP 服务器关于排名机制媒体报道
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
AutodeskAILab avatar

AutodeskAILab/Clip-Forge

0
View on GitHub↗
398 星标·37 分支·Python·6 次浏览

Clip Forge

Generating shapes using natural language can enable new ways of imagining and creating the things around us. While significant recent progress has been made in text-to-image generation, text-to-shape generation remains a challenging problem due to the unavailability of paired text and shape data…

Features

  • 3D Generation - Zero-shot text-to-shape generation.
  • Cross-Modal Models - Zero-shot text-to-shape generation using visual-language models.
  • Generative 3D Modeling - Enables zero-shot text-to-shape generation.

Star 历史

autodeskailab/clip-forge 的 Star 历史图表autodeskailab/clip-forge 的 Star 历史图表

AI 搜索

探索更多 awesome 仓库

用简单的语言描述您的需求 —— AI 将根据相关性为您从数千个精选开源项目中进行排序。

Start searching with AI

Clip Forge 的开源替代方案

相似的开源项目,按与 Clip Forge 的功能重合度排序。
  • openai/point-eopenai 的头像

    openai/point-e

    6,886在 GitHub 上查看↗

    Point-e is a system for 3D model synthesis that generates three-dimensional point clouds from natural language descriptions and two-dimensional images. It utilizes diffusion models to synthesize these spatial representations based on text prompts or source images. The project includes specialized tools for refining these outputs, such as a point cloud upsampler to increase the density and resolution of low-resolution models. It also provides a mesh converter that uses distance function regression to transform raw point cloud data into structured 3D meshes. The broader capability surface cove

    Python
    在 GitHub 上查看↗6,886
  • openai/shap-eopenai 的头像

    openai/shap-e

    12,251在 GitHub 上查看↗

    Shap-E is a generative 3D modeling system that creates three-dimensional digital assets from natural language descriptions or two-dimensional images. It functions as a generative model capable of producing three-dimensional implicit functions and assets. The project includes a 3D latent encoder that converts trimeshes and 3D models into latent representations using point clouds and multiview renders. It utilizes an image-to-3D generator to produce assets from synthetic view images and a text-to-3D generator to build shapes from text prompts. The system implements a pipeline involving latent

    Python
    在 GitHub 上查看↗12,251
  • facebookresearch/imagebindfacebookresearch 的头像

    facebookresearch/ImageBind

    9,036在 GitHub 上查看↗

    ImageBind is a multi-modal embedding model and joint representation learner that maps images, text, audio, and other modalities into a single shared vector space. It functions as a cross-modal retrieval framework designed to bind multiple sensory inputs into one cohesive mathematical embedding. The system uses a contrastive learning architecture to align disparate data types by maximizing the similarity between related samples. This allows the model to perform zero-shot multimodal classification and execute cross-modal data retrieval, such as locating visual content via natural language descr

    Python
    在 GitHub 上查看↗9,036
  • threestudio-project/threestudiothreestudio-project 的头像

    threestudio-project/threestudio

    7,027在 GitHub 上查看↗

    Threestudio is a 3D generative AI framework designed to create three-dimensional assets from text prompts and images. It provides specialized pipelines for text-to-3D generation and image-to-3D reconstruction, utilizing a neural radiance field trainer to produce geometry and textures. The framework is distinguished by its support for hybrid geometry backends, including signed distance functions, tetrahedra grids, and volume grids. It employs score distillation sampling to guide the generation process and features a modular plugin system for loading custom modules and nodes. The system covers

    Jupyter Notebook
    在 GitHub 上查看↗7,027
查看 Clip Forge 的所有 30 个替代方案→

常见问题解答

autodeskailab/clip-forge 是做什么的?

Generating shapes using natural language can enable new ways of imagining and creating the things around us. While significant recent progress has been made in text-to-image generation, text-to-shape generation remains a challenging problem due to the unavailability of paired text and shape data…

autodeskailab/clip-forge 的主要功能有哪些?

autodeskailab/clip-forge 的主要功能包括:3D Generation, Cross-Modal Models, Generative 3D Modeling。

autodeskailab/clip-forge 有哪些开源替代品?

autodeskailab/clip-forge 的开源替代品包括: openai/point-e — Point-e is a system for 3D model synthesis that generates three-dimensional point clouds from natural language… threestudio-project/threestudio — Threestudio is a 3D generative AI framework designed to create three-dimensional assets from text prompts and images.… openai/shap-e — Shap-E is a generative 3D modeling system that creates three-dimensional digital assets from natural language… facebookresearch/imagebind — ImageBind is a multi-modal embedding model and joint representation learner that maps images, text, audio, and other… microsoft/trellis — TRELLIS is a 3D generative AI model and latent diffusion framework designed to transform natural language descriptions… nv-tlabs/get3d — GET3D is a generative 3D mesh model and rendering framework designed to synthesize high-quality textured shapes and…