11cafe / Internal_Roadmap

1 stars 0 forks source link

gallery improvements: view ALL input weights (model, prompt used, etc.), search by prompt #8

Open Weixuanf opened 8 months ago

Weixuanf commented 8 months ago

现在gallery打开image,只能看到ksampler的inputs,我们能否取png info里的output/workflow值,遍历所有node types,把所有node types里的input weights都显示在gallery ui上?

From discord fred:

Yes - with one workflow i often use different models, prompts, scheduler, loras, so being able to go back. I want to be able to go back to the workflow - look at an image to see how I created it and use that historical information to generate a new image. I previously mentioned this on github and was told that it was on the roadmap and coming soon. (see below from github) just wondering when it might be coming :). fredlef commented 2 weeks ago For some workflows (see attached) prompt and other info not being captured in gallery. I believe I am on 1.5.0 but the version.txt file reads 1.1.0 (verified that a fresh download of 1.5.0 shows 1.1.0). base_sdxl_with_LORA_emptylatent_w-text.json @Weixuanf Contributor Weixuanf commented 2 weeks ago hi thanks for the feedback. This is a known limitation now, the prompt info is limited to parsing the built-in ksampler node. We plan to upgrade this soon to be compatible with any custom nodes. Stay tuned!

现在media table里只存了workflowID 能否存一下workflow或者prompt(就是computeExecutionOrder过后的api版workflow),这样之后可以打开gallery,view all images,按照prompt/model搜索image了