https://github.com/shinich39/comfyui-model-db
Store settings by model.
https://github.com/shinich39/comfyui-model-db
comfyui comfyui-nodes
Last synced: 8 days ago
JSON representation
Store settings by model.
- Host: GitHub
- URL: https://github.com/shinich39/comfyui-model-db
- Owner: shinich39
- License: mit
- Created: 2024-07-22T15:15:07.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2025-01-25T10:07:03.000Z (3 months ago)
- Last Synced: 2025-03-23T20:23:25.561Z (24 days ago)
- Topics: comfyui, comfyui-nodes
- Language: JavaScript
- Homepage:
- Size: 893 KB
- Stars: 0
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-comfyui - **comfyui-model-db**
README
# comfyui-model-db
Store settings by model.

## Usage
Add node > utils > Model DB
Save settings with current checkpoint and current time key as ID.
You can't change key name for simplify process flow.
## Output types
| Field | Type | Info |
|--------------|-------|-------------------------------------------|
| MODEL | MODEL | |
| CLIP | CLIP | |
| VAE | VAE | |
| POSITIVE | TEXT | |
| NEGATIVE | TEXT | |
| SEED | INT | |
| CFG | FLOAT | |
| SAMPLER_NAME | TEXT | Can not link KSampler sampler_name input. |
| SCHEDULER | TEXT | Can not link KSampler scheduler input. |
| DENOISE | FLOAT | |
| WIDTH | INT | |
| HEIGHT | INT | |
| LATENT | LATENT| |## Updates
- Add output latent
- Change widget positions
- Default key change to last key of model