Shanoah Alkire
Shanoah Alkire
Looking at another extension's code, model toolkit, I can see that they find the model and vae path with: from modules import shared MODEL_SAVE_PATH = shared.cmd_opts.ckpt_dir or os.path.join("models", "Stable-diffusion") VAE_SAVE_PATH...
Just thought I'd create an issue for this one as well. Largely, while I'm using a model is going to be the most likely time I'm going to want to...
It's already in the todo list, but we should probably have issues for things in the to do list, and this is one of the more urgent ones. If you...
With the new deprecated warnings in ComfyUI, two of them are specific to ComfyUI-Custom-Scripts. ``` [DEPRECATION WARNING] Detected import of deprecated legacy API: /scripts/ui.js. This is likely caused by a...