Nodes Browser

ComfyDeploy: How ComfyUI_PBR_Maker works in ComfyUI?

What is ComfyUI_PBR_Maker?

you can make PBR in comfyUI

How to install it in ComfyDeploy?

Head over to the machine page

  1. Click on the "Create a new machine" button
  2. Select the Edit build steps
  3. Add a new step -> Custom Node
  4. Search for ComfyUI_PBR_Maker and select it
  5. Close the build step dialig and then click on the "Save" button to rebuild the machine

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}
}