node-sd-webui icon indicating copy to clipboard operation
node-sd-webui copied to clipboard

A Node.js client for Automatic1111's Stable Diffusion WebUI

Results 3 node-sd-webui issues
Sort by recently updated
recently updated
newest added

Closes https://github.com/nerdenough/node-sd-webui/issues/5 For `"moduleResolution": "Node16"` (i.e. native ESM imports), TypeScript requires a `types` field in the `exports` object. This change adds the required field. Additionally, it exports a few more...

**Issue Description:** When using the 'node-sd-webui' package with TypeScript, the following error occurs: ```plaintext Could not find a declaration file for module 'node-sd-webui'. 'e:/projects/ai-app/node_modules/node-sd-webui/esm/index.js' implicitly has an 'any' type. There...

The controlnet endpoint has been removed in later versions of the plugin and replaced by an alwayson script section in the standard txt2img and img2img endpoints. Will refactor to reflect...

bug