Comfy-Org / Comfy-Org/ComfyUI

[Feature request] checkpoint and lora preview images

Open
#331 2 comments 6 reactions 0 assignees View on GitHub
User Support
Dominant language
Python
Stars
133k
Forks
15.7k
Avg merge
1d 10h
Merged PRs (30d)
153

Description

Having used the civita automatic1111 addin, it generates a .info file with ... information on prompts, etc, but it also downloads a small preview pic of the checkpoint and lore and other such model files, if it has this, and they are really useful to have for seeing the pic and knowing what's the one that you want to load up next, and while i know that having a chooser gui widget mostly goes against the flow of how this project looks and work, can we have a new or modified node widget..

say for checkpoint, lora, etc, when you choose the file, if a preview of the same name exists (say "anyFusion0319.safetensor" and "anyFusion0319.png") then in the widget / node it loads up the preview pic on the fly? (anyFusion0319 is made up, just an example name)

some times the filenames of the checkpoints, lora, etc.. is very long and you can't easily read the names, a preview loadup pic would help.... same somehting in the way of (i don;t know python, sorry) if file.exists.(selectedfile.ckpt) and if file.exists(slelectedfile.png) then image1.picture.load(selectedfile.png) .. sorry for the bad psuedocode.

this would help with getting the right file loaded up, and i don't think that it would add in much as far as resources to the app's ram usage.

thanks for your time and attention.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.