awesome-repositories.com
Blog
MCP
awesome-repositories.com

Descoperă cele mai bune repository-uri open source cu căutare AI.

ExploreazăCăutări recomandateAlternative open-sourceSoftware self-hostedBlogHartă site
ProiectDespreCum realizăm clasamentulPresăServer MCP
LegalConfidențialitateTermeni
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·
ashawkey avatar

ashawkey/stable-dreamfusion

0
View on GitHub↗
8,841 stele·771 fork-uri·Python·Apache-2.0·3 vizualizări

Stable Dreamfusion

This project is a diffusion-based 3D generator and image-to-3D reconstruction system. It translates natural language descriptions or two-dimensional images into three-dimensional assets using neural radiance fields and diffusion models.

The system utilizes score-distillation sampling and diffusion-based guidance to refine 3D shapes without requiring 3D training data. It includes specialized tools for transforming neural representations into exportable meshes with texture and material data, as well as a pipeline for iterative optimization of geometry and textures.

The project covers a broad range of geometry processing and media capabilities, including mesh cleaning, complexity reduction, and point cloud reconstruction. It also provides utilities for image preprocessing, such as depth and normal estimation, background removal, and the rendering of orbiting videos to evaluate generated assets.

The project provides environment containerization to ensure consistent execution across different hardware setups.

Features

  • Text-to-3D Generators - Translates natural language descriptions into three-dimensional assets using diffusion models and neural radiance fields.
  • Text-to-Mesh Generation - Produces three-dimensional geometry by translating textual descriptions into assets using diffusion models.
  • Diffusion-Based 3D Generators - Translates text or image prompts into three-dimensional assets using diffusion models and neural radiance fields.
  • Diffusion-Based 3D Guidance - Uses a pre-trained image generation model as a loss function to refine 3D shapes without 3D training data.
  • Image-Conditioned 3D Generation - Uses reference images and depth maps as geometric priors to guide the synthesis of 3D representations.
  • Neural Radiance Field Synthesizers - Represents 3D scenes as a continuous volumetric function mapping spatial coordinates to color and density.
  • Score Distillation Sampling - Optimizes 3D geometry by calculating gradients from a 2D diffusion model to align renders with prompts.
  • 3D Reconstruction - Transforms two-dimensional images into three-dimensional mesh representations through image-conditioned generation.
  • Generative Text-to-3D Pipelines - Provides a workflow for generating 3D geometry and textures from natural language descriptions through iterative optimization.
  • Volumetric Rendering Engines - Computes 2D image pixels by integrating light transport along camera rays through a learned 3D density field.
  • SDS Loss Optimization - Refines 3D representations by calculating gradients between predicted and added noise to align renders with models.
  • Image-to-Mesh Generation - Transforms two-dimensional image inputs into three-dimensional mesh representations using image-conditioned generation.
  • 3D Asset Exporters - Provides tools to convert internal 3D scene representations into industry-standard file formats for use in external software.
  • 3D Asset Pipelines - Refines generated meshes by reducing complexity, cleaning non-manifold edges, and increasing geometric resolution.
  • Mesh Optimization - Decreases the number of faces in a mesh through edge collapse to reach a target face count.
  • Geometric Resolution Refinement - Increases the detail of generated meshes by fine-tuning existing checkpoints to produce sharper geometric results.
  • Mesh-to-Video Renderers - Generates video sequences from meshes by defining object centering, environment parameters, and transformation vectors.
  • Volumetric Mesh Exporters - Extracts polygonal meshes from neural volumetric representations for use in external 3D software.
  • Mesh Processing Tools - Removes unreferenced vertices and duplicate faces while repairing non-manifold edges to improve model quality.
  • Volumetric Mesh Extraction - Extracts a polygonal surface mesh from a dense volumetric grid by identifying boundaries of specific density values.
  • 360 Orbit Renderers - Generates a 360-degree video orbiting the created object to evaluate the result from all angles.
  • Geometric Artifact Reduction - Applies perpendicular negation techniques to prevent the generation of duplicate heads or mirrored geometry.
  • Generative AI Models - Open source implementation for text-to-3D generation.
  • Stable Diffusion Ecosystem - Text-to-3D generation powered by diffusion models.

Istoric stele

Graficul istoricului de stele pentru ashawkey/stable-dreamfusionGraficul istoricului de stele pentru ashawkey/stable-dreamfusion

Căutare AI

Explorează mai multe repository-uri excelente

Descrie ce ai nevoie în limbaj simplu — AI-ul sortează mii de proiecte open source selectate în funcție de relevanță.

Start searching with AI

Alternative open-source pentru Stable Dreamfusion

Proiecte open-source similare, clasificate după numărul de funcționalități comune cu Stable Dreamfusion.
  • openai/point-eAvatar openai

    openai/point-e

    6,886Vezi pe 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
    Vezi pe GitHub↗6,886
  • bmild/nerfAvatar bmild

    bmild/nerf

    10,902Vezi pe GitHub↗

    This project is a framework for neural radiance fields used to synthesize three-dimensional environments from sets of two-dimensional images and camera poses. It functions as a volumetric rendering engine and scene synthesizer that optimizes neural representations of spatial volumes to generate novel views of complex 3D scenes. The system implements a coordinate encoding system that transforms spatial coordinates into high-dimensional space to capture high-frequency geometric details. It also includes a neural mesh extractor that converts trained radiance fields into triangle meshes via march

    Jupyter Notebook
    Vezi pe GitHub↗10,902
  • threestudio-project/threestudioAvatar threestudio-project

    threestudio-project/threestudio

    7,027Vezi pe 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
    Vezi pe GitHub↗7,027
  • dreamgaussian/dreamgaussianAvatar dreamgaussian

    dreamgaussian/dreamgaussian

    4,332Vezi pe GitHub↗

    DreamGaussian is a generative system and converter designed to create textured three-dimensional models from text or images using Gaussian Splatting. It functions as a pipeline for transforming two-dimensional inputs into high-fidelity 3D assets. The project provides specific workflows for converting 3D Gaussian point clouds into standard textured mesh formats compatible with external 3D software. It supports the generation of textured meshes from single images via volumetric refinement and UV texture optimization, as well as the creation of 3D models from text prompts through intermediate im

    Pythonimage-to-3dtext-to-3d
    Vezi pe GitHub↗4,332
Vezi toate cele 30 alternative pentru Stable Dreamfusion→

Întrebări frecvente

Ce face ashawkey/stable-dreamfusion?

This project is a diffusion-based 3D generator and image-to-3D reconstruction system. It translates natural language descriptions or two-dimensional images into three-dimensional assets using neural radiance fields and diffusion models.

Care sunt principalele funcționalități ale ashawkey/stable-dreamfusion?

Principalele funcționalități ale ashawkey/stable-dreamfusion sunt: Text-to-3D Generators, Text-to-Mesh Generation, Diffusion-Based 3D Generators, Diffusion-Based 3D Guidance, Image-Conditioned 3D Generation, Neural Radiance Field Synthesizers, Score Distillation Sampling, 3D Reconstruction.

Care sunt câteva alternative open-source pentru ashawkey/stable-dreamfusion?

Alternativele open-source pentru ashawkey/stable-dreamfusion includ: openai/point-e — Point-e is a system for 3D model synthesis that generates three-dimensional point clouds from natural language… bmild/nerf — This project is a framework for neural radiance fields used to synthesize three-dimensional environments from sets of… threestudio-project/threestudio — Threestudio is a 3D generative AI framework designed to create three-dimensional assets from text prompts and images.… dreamgaussian/dreamgaussian — DreamGaussian is a generative system and converter designed to create textured three-dimensional models from text or… tencentarc/instantmesh — InstantMesh is a neural 3D reconstruction tool and single-image 3D mesh generator. It utilizes a sparse-view large… assimp/assimp — Assimp is a cross-platform 3D asset pipeline and import library that loads numerous industry-standard 3D file formats…