dchatel

Results 6 issues of dchatel

### Is there an existing issue for this? - [X] I have searched the existing issues and checked the recent builds/commits ### What would your feature do ? When using...

changed batch img2img to produce n images different at once instead of n times the sames images at once

Here is the surrounding of line 267 in web/script/domWidget.js ```javascript Object.assign(element.style, { transformOrigin: "0 0", transform: scale, left: `${transform.a + transform.e}px`, top: `${transform.d + transform.f}px`, width: `${widgetWidth - margin *...

Here is what I have right now: ```python class BasicParameters: @classmethod def INPUT_TYPES(cls): return { "required": { "sampler_name": (comfy.samplers.KSampler.SAMPLERS, ), "scheduler": (comfy.samplers.KSampler.SCHEDULERS, ), "steps": ("INT", {"default": 20, "min": 1, "max":...

The "Settings (smz)" node in the ComfyUI_smZNodes repository is exhibiting unexpected behavior. When this node is used in a workflow (Workflow A), it changes the overall configuration of the workflow....

How to clear the embedded images from the context ? Apparently, calling `executor.ImagePaths.Clear()` has no effect on the private variable `_embeds`

llava
feature request