Skip to content

silence401/Texfusion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Texfusion

an unofficial implement of paper "TexFusion: Synthesizing 3D Textures with Text-Guided Image Diffusion Models"

ISSUE:

  1. vgg loss
  2. quality

Usage:

1.environments:

pip install -r requirements.txt
% Need install kaolin[little difference from official] in thirdparty 
cd thirdparty/kaolin/ & pip install -e .
pip install git+https://github.com/NVlabs/nvdiffrast/
pip install --global-option="--no-networks" git+https://github.com/NVlabs/tiny-cuda-nn#subdirectory=bindings/torch

2. inference:

modify config/config.py
     sd_path: str = 'your path'
     depth_control_path: str = 'your path'
python texfusion.py

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages