romeobuilderotti

Results 4 comments of romeobuilderotti

@Robzz oh this is because of the change of DPRandomGenerator to inherit from DPGeneratorNode instead of DPAbstractSamplerNode as it doesn't initialize the wildcard_manager. TBH I don't exactly know why only...

@adieyal I made `DPRandomGenerator` inherit from `DPGeneratorNode` which is a better fit for random generation rather than `DPAbstractSamplerNode` which deals with deterministic generation. At least this is how I understood...

[This PR](https://github.com/adieyal/comfyui-dynamicprompts/pull/29) includes it

Hi, implemented it in this PR https://github.com/adieyal/comfyui-dynamicprompts/pull/29