ComfyUI_PBR_Maker

ComfyUI_PBR_Maker
★ 16

PBR材质贴图生成ComfyUI节点材质流程自动化
在ComfyUI中生成完整PBR贴图(漫反射、金属度、粗糙度、法线等),简化材质制作与导出流程。
💡 在ComfyUI流程中一键生成并导出完整PBR贴图集
🍴 2 Forks💻 Python🔄 2025-03-12
📦
网盘下载
复制链接后前往夸克网盘下载
https://pan.quark.cn/s/c1eafc754fbb
📄 README

ComfyUI_PBR_Maker

Use comfyUI make PBR materials..


1.Installation


In the ./ComfyUI /custom_node directory, run the following:

git clone https://github.com/smthemex/ComfyUI_PBR_Maker

2.checkpoints


download gvecchio/MatForger

├── anypath/MatForger
|     ├── prompt_encoder
|           ├── config.json
|           ├── diffusion_pytorch_model.safetensors
|           ├── encoder.py
|     ├── scheduler
|           ├── scheduler_config.json
|     ├──unet
|           ├── config.json
|           ├── diffusion_pytorch_model.safetensors
|     ├──vae
|           ├── config.json
|           ├── diffusion_pytorch_model.safetensors
|     ├──model_index.json
|     ├──pipeline.py

3.Example:


4.Citation

using author another project …

“`

@article{vecchio2024stablematerials,

title={StableMaterials: Enhancing Diversity in Material Generation via Semi-Supervised Learning},

author={Vecchio, Giuseppe},

journal={arXiv preprint arXiv:2406.09293},

year={2024}

}