From e03d129312e0f4624ad547b0693e27855ab17ac9 Mon Sep 17 00:00:00 2001 From: andrewharp Date: Thu, 27 Jun 2024 22:57:35 -0700 Subject: [PATCH] Update readme --- readme.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/readme.md b/readme.md index 06f2064..d41a262 100644 --- a/readme.md +++ b/readme.md @@ -116,7 +116,7 @@ The options passed to `easy_nodes.initialize_easy_nodes` will apply to all nodes The settings mostly control defaults and some optional features that I find nice to have, but which may not work for everybody, so some are turned off by default. - `default_category`: The default category for nodes. Defaults to "EasyNodes". -- `auto_register`: Whether to automatically register nodes with ComfyUI (so you don't have to export). Defaults to True. +- `auto_register`: Whether to automatically register nodes with ComfyUI (so you don't have to export). Previously defaulted to True; now defaults to half-true (will auto-register, allow you to export, and print a warning). In a future release will default to False. - `docstring_mode`: The mode for generating node descriptions that show up in tooltips. Defaults to AutoDescriptionMode.FULL. - `verify_tensors`: Whether to verify tensors for shape and data type according to ComfyUI type (MASK, IMAGE, etc). Runs on inputs and outputs. Defaults to False, as I've made some assumptions about shapes that may not be universal. - `auto_move_tensors`: Whether to automatically move torch Tensors to the GPU before your function gets called, and then to the CPU on output. Defaults to False.