romeobuilderotti
romeobuilderotti
TLDR: if a widget is converted to input after nesting, I can't connect anything to this input Steps to reproduce: 1. Create KSampler and something else 2. Nest them 3....
- Added Docker Compose file and docs. Usually this way it's easier to start and manage than plain docker. - Removed apt cache from the image, reducing its size -...
Finally we get reproducible workflows! Changes: - add `seed` field to generators - change `DPRandomGenerator` to inherit from `DPGeneratorNode` - Autorefresh is disabled by default since `seed` makes the result...
Looks like so Expected behavior (without an explicit try/catch block The bug is caused by this line: https://github.com/DonJayamanne/typescript-notebook/blob/main/src/extension/kernel/cellOutput.ts#L345
If `extra_pnginfo` field is of string type, write it as is rather than calling `json.dumps`. This allows extensions to add custom string fields to metadata with full control over the...