arenasys / qDiffusion

Qt GUI for Stable diffusion
78 stars 5 forks source link

Is v-pred a thing? #16

Closed Kilgorio closed 1 year ago

Kilgorio commented 1 year ago

I am using the v-pred version of the furryrock model and this is all I get 00000118-06270317

Kilgorio commented 1 year ago

this model: https://huggingface.co/lodestones/furryrock-model-safetensors/blob/main/fluffyrock-1088-megares-terminal-snr-vpred/fluffyrock-576-704-832-960-1088-lion-low-lr-e59-terminal-snr-e32.safetensors

arenasys commented 1 year ago

need the models .yaml config file so qDiffusion knows its v prediction and not epsilon prediction

Kilgorio commented 1 year ago

Thanks! Also I wanna ask is there a way to use tag autocomplete? If there isn't are you planning to add it?

arenasys commented 1 year ago

In the models tab, right click any wildcard and toggle the vocab option. If the wildcard is a csv file: the first column is the tag and the last column is extra info thats shown with the tag in the autocomplete ui.

Kilgorio commented 1 year ago

Thanks again. Is csg rescale a thing?

arenasys commented 1 year ago

it is now, need to show Advanced Parameters then it will be under Misc

Kilgorio commented 1 year ago

Thank you very much.