Wes McNamee
Wes McNamee
That makes sense On Wed, Feb 24, 2016 at 2:54 PM Joseph Earl [email protected] wrote: > I believe the generic solution to this is to install the Docker binary in...
came here because I just ended up downloading a bunch more, and, yes... it's a pain.
> civit link auto downloads png previews and json files. These integrate perfectly with it. Sorry, could you be more specific? Which node downloads the previews?
this is good, yet, I feel like most of this logic already exists, and should be leveraged from here: ~~https://github.com/pythongosssss/ComfyUI-Custom-Scripts/blob/main/py/model_info.py~~ That way we get the previews, we get the `.sha256`...
My bad. This all happens in JS here: https://github.com/pythongosssss/ComfyUI-Custom-Scripts/blob/3f2c021e50be2fed3c9d1552ee8dcaae06ad1fe5/web/js/common/modelInfoDialog.js#L211 https://github.com/pythongosssss/ComfyUI-Custom-Scripts/blob/3f2c021e50be2fed3c9d1552ee8dcaae06ad1fe5/web/js/common/modelInfoDialog.js#L270-L290
@pksebben in the short term, this could be just a regular node. Not something that would run often, but loading up an empty workflow with just this one thing would...
@pksebben I made some improvements to the script. Saving/Reading the `.sha256` file in order to avoid hashing each model on every run. ```python import os import hashlib from pathlib import...
Seems like I asked for something similar in #150. After reviewing the code, I think that this is actually the wrong place to ask. This repo basically _patches_ the upstream...
@pythongosssss I filed an upstream PR for this. Do you have the ability to approve/merge that?
I like generalized approaches! Still need to balance short term/long term goals. For now, I'm just trying to get the checkpoint name out of the loader node so I can...