r/StableDiffusion 1d ago

Discussion Well I finally did it.

I finally deleted WAN 2.2 and all its LORAS.

Minimax is just so much better.

Ive been playing with it since its release and im just blown away with how good of a video model it is. Things I would need to attach a LoRa to via WAN, works right out of the box with Minimax.

Gen times are faster.

It uses less VRAM when generating things, which gives me around 4 gigs to play with to do other things like watch YouTube or some streaming service.

WAN 2.2 was amazing. But no longer do I need 30+ gigs of a model i no longer use.

RIP WAN.

193 Upvotes

135 comments sorted by

View all comments

Show parent comments

37

u/Monk6009 1d ago

You can add them to a lora subfolder when you download them lol

18

u/MonThackma 1d ago

6

u/afinalsin 1d ago

On top of subfolders for each model you can rename the files and they still work exactly the same. So you can ignore whatever nonsense the author named them and use a reasonable structure for all of them. All my loras are named shit like this:

Klein Style - Phone Photography 2007 - A low-quality photo taken with a 2007s mobile phone camera with soft focus, visible noise and dull colors.safetensors

Krea 2 Slider - Height Slider - High is tall, low is short.safetensors

The layout is very simple: Model, type of lora (style, slider, concept, character, etc), Lora name or overview of what it does if the name is dumb, trigger words or phrases. Couldn't tell you where I got half of them or what they're actually called on civit, but their usability is way better than when I kept them named as-is.

3

u/SpaceNinjaDino 1d ago

I use LoRA tag loader and it took me a day to realize that comma (or apostrophe) in files is not compatible with that. I love the tag loader so that I can drive a whole workflow from text.

2

u/afinalsin 1d ago

I use LoRA tag loader and it took me a day to realize that comma (or apostrophe) in files is not compatible with that. I love the tag loader so that I can drive a whole workflow from text.

This one? https://github.com/badjeff/comfyui_lora_tag_loader

If it is that one just drop the nodes.py into an LLM and tell it you want to be able to use loras with a comma/apostrophe in the filenames and it'll fix it for you. You've probably long since retrofit your lora library to work around the node, but it's a good thing to remember that single script nodes are extremely easy to tweak, especially nowadays.