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
- Click on the "Create a new machine" button
- Select the
Edit
build steps - Add a new step -> Custom Node
- Search for
ComfyUI_PBR_Maker
and select it - 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}
}