space-nuko

Results 141 comments of space-nuko

I dunno, I like to think of my LoRA library like a music library where everything is available to browse at some point. Why should the limitations of the software...

It works pretty normal, I choose a single LoRA to resize in X different dimensions Scraping all the LoRAs is sort of useful for seeing what training parameters everyone uses

I think it comes from startup, I have to benchmark more precisely but if I just edit out the part where it generates all the HTML for each page the...

Turns out the algorithm to build the page was just horribly unoptimized. Fixed it in my PR #8742

Just so you're aware if the models are trained with https://github.com/kohya-ss/sd-scripts in safetensors format they can contain some metadata, the full list is here https://github.com/kohya-ss/sd-scripts/blob/08ae46b16345274b52b07615b93d75fb1ffed6c6/train_network.py#L332 And users can attach the...

You can also store the keywords in the `ssmd_keywords` field of the `.safetensors` metadata with additional_networks

I guess because it's just not what the embeddings trainer outputs and there was already a self-contained PNG format for embeds

> but the extension changes it, so the wildcard prompt is transmitted That isn't correct, if I change the prompt textbox in txt2img and click Send, it changes the output...

> I noticed the commit message about this sampler not supporting img2img yet. Anyone have any insight as to why that is and if it might be resolved? Same reason...

Thanks for the feedback, I would never have thought of the SD2.X check you mentioned I edited `sd_samplers_compvis.py` because the original repo states you can replace the `DDIMSampler` with `UniPCSampler`...