Zyin055 / Inspect-Embedding-Training

Python script to analyze textual inversion embedding files used with AI image generators
MIT License
102 stars 11 forks source link

Always analyses loss file even with nothing that needs it #9

Closed RainehDaze closed 1 year ago

RainehDaze commented 1 year ago

Even if the file is edited to not check learning rate, and not output a loss graph, it will still fail to proceed when asked to generate a file based off embeddings alone. Fairly simple idea--if it's not being asked to make a loss graph or output plots after generation, or include learning rate on the vector graph, why is it always trying to analyse this file anyway?

Which is a pain if the loss CSV isn't available for any reason.

Zyin055 commented 1 year ago

See if that newest update works for you.

RainehDaze commented 1 year ago

Looks like it does; it's pretty much what I was trying to do on my end (but having an annoying time because of whitespace issues). Thanks.