StableLlama

Results 38 comments of StableLlama

Hm, I have to look up how to do it as I don't want to wreck my system. Anyway, going older doesn't seem right. What is the real reason to...

PyTorch was bad with newer Python versions. But that's fixed since a few releases: https://github.com/pytorch/pytorch/blob/main/RELEASE.md#release-compatibility-matrix As I'm on the Ubuntu 24.04 LTS I have no official way of installing an...

I fully understand your point. But I see it a bit more fine grained. There are some captioning models supported that add quite a bit of requirements but which I'm...

Yes, it would be great to have a spell checker for the normal words and one that makes sure that the trigger word(s) are written correctly. How easy is it...

I've just used Gemini to caption a batch of images with a ComfyUI workflow - and I must say it was the best and easiest captioning experience I had. It...

I doubt it, as it is a GUI application. But I guess the opposite way can work and also make sense: let taggui interface with a (local) running ComfyUI session....

Using `"widgetType"` you can solve that already. As `INT` and especially `FLOAT` have issues (like forced rounding) I actually prefer something like ``` "required": { "value": (IO.NUMBER, {"default": 0.0, "widgetType":...

I have written an instruction for kohya_ss on RunPod at https://github.com/StableLlama/kohya_on_RunPod The more people that try it and fix bugs the more people will benefit from it. So far I...

I don't know much about the RunPod templates but I know a bit about Docker containers. It should be easy to bake it into a container. But the Flux @...

Currently a batch is ordered first, going from left to right, so I'd get ``` A1 A2 A3 A4 B1 B2 B3 B4 ``` but I'd like to have an...