ComfyUI Node
Bernini Model Config
Collects Bernini repo, Python, config/model, checkpoint, and prompt-enhancer env settings into a reusable BERNINI_CONFIG object.
Bernini Model Config
- bernini_config
- summary
◄bernini_repo_dir/root/Bernini►
◄python_executable/usr/bin/python►
◄config/root/Bernini-R-Diffusers►
◄high_noise_ckpt►
◄low_noise_ckpt►
◄env_json►
Categorylzits nodes/Bernini
Inputs (6)
| Name | Type | Default | Description |
|---|---|---|---|
| bernini_repo_dir | STRING | /root/Bernini | Folder containing infer_single_gpu.py from https://github.com/bytedance/Bernini |
| python_executable | STRING | /usr/bin/python | Python in the Bernini environment. Usually a Python 3.11 CUDA env, not necessarily ComfyUI's Python. |
| config | STRING | /root/Bernini-R-Diffusers | Recommended: ByteDance/Bernini-R-Diffusers local directory. Alternative: configs/bernini_renderer_wan22. |
| high_noise_ckpt | STRING | Optional. Set with low_noise_ckpt for separate checkpoint layout. | |
| low_noise_ckpt | STRING | Optional. Set with high_noise_ckpt for separate checkpoint layout. | |
| env_jsonopt | STRING | Optional env vars as JSON, e.g. {"CUDA_VISIBLE_DEVICES":"0", "BERNINI_PE_API_KEY":"..."} |
Outputs (2)
| Name | Type | Description |
|---|---|---|
| bernini_config | BERNINI_CONFIG | — |
| summary | STRING | — |