mirror of
https://git.datalinker.icu/kijai/ComfyUI-Hunyuan3DWrapper.git
synced 2025-12-09 04:44:26 +08:00
BPT samples to 100k for best results
This commit is contained in:
parent
c6bef17d4f
commit
8ac29d7647
2
nodes.py
2
nodes.py
@ -1282,7 +1282,7 @@ class Hy3DBPT:
|
||||
"seed": ("INT", {"default": 42, "min": 0, "max": 0xffffffffffffffff}),
|
||||
"temperature": ("FLOAT", {"default": 0.5}),
|
||||
"pc_num": ("INT", {"default": 4096, "min": 1024, "max": 8192, "step": 1024}),
|
||||
"samples": ("INT", {"default": 50000})
|
||||
"samples": ("INT", {"default": 100000})
|
||||
},
|
||||
}
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user