save_image_extended.py Fixing ckpt_name includes subfolder path, issue#36in upstream Nov 1, 2024 README GPL-3.0 license 💾 Save Image Extended for ComfyUI Save as JXL, AVIF, WebP, JPEG, JPEG2k, customize the folder, sub-folders, and filenames of your images!
Images can be saved to the output directory by running the workflow on the ComfyUI frontend. When I click 'Save (API Format)' and execute the API format, only temporary images are saved; the generated images are not saved to the output directory. See history below, { "prompt": [ 2, ...
The most powerful and modular stable diffusion GUI, api and backend with a graph/nodes interface. - ComfyUI/custom_nodes/websocket_image_save.py at master · priya-k-prakash/ComfyUI
#of binary message (first 4 bytes) and the image format (next 4 bytes). #The reason this node is disabled by default is because there is a small #issue when using it with the default ComfyUI web interface: When generating #batches only the last image will be shown in the UI. ...
Preview of saved image and filenames Automatic file naming to prevent overwrites Installation Clone this repository into your ComfyUI's custom_nodes directory: git clone https://github.com/SEkINVR/ComfyUI-SaveAs.git Navigate to the ComfyUI-SaveAs directory: cd ComfyUI-SaveAs Run the instal...
A repository of well documented easy to follow workflows for ComfyUI - ComfyUI_Workflows/basic/experiments/save_noise_steps.json at main · cubiq/ComfyUI_Workflows
CATEGORY = "image" def save_images(self, images, filename_prefix="ComfyUI", prompt=None, extra_pnginfo=None): def map_filename(filename): prefix_len = len(os.path.basename(filename_prefix)) prefix = filename[:prefix_len + 1] try: digits = int(filename[prefix_len + 1:].split(...
main (pythongosssss/ComfyUI-Custom-Scripts#265) liusida committed Jun 1, 2024 1 parent edc5321 commit 24e79cf Showing 1 changed file with 2 additions and 0 deletions. Whitespace Ignore whitespace Split Unified 2 changes: 2 additions & 0 deletions 2 web/js/workflowImage.js Original f...
Nodes: Get File Path, Save Text File, Download Image from URL, Tiktoken Tokenizer, String Cleaning, Groq LLM, VLM, ALM API - MNeMoNiCuZ/ComfyUI-mnemic-nodes
These nodes were tested primarily in Windows in the default environment provided by ComfyUI and in the environment created by thenotebookfor paperspace specifically with the cyberes/gradient-base-py3.10:latest docker image.Any other environment has not been tested. ...