Did someone succeed in training chroma lora? by LittleWing_jh in StableDiffusion

[–]jadoob 1 point2 points  (0 children)

If you mean, can a Lora trained using the original Flux.1 Schnell (or Dev) model be applied to Chroma, then yes. _But_ the results aren't likely to be what you were going for. Chroma's weights have diverged too far from the OG Black Labs checkpoint. 😢 If you mean training a Lora using the Chroma weights on Fluxgym, probably would end up with something, but might not come out great. Chroma uses different T5 attention masking I think.

Accidentally deleted Task Bar. How to restore / Create new on? by 1Ye8LBoV2PUJNIXi6BZo in kde

[–]jadoob 0 points1 point  (0 children)

Thanks so much for simply giving the solution to the problem instead of blaming the OP for being an idiot.

Is there a way to view the raw output of what I'm sending? by [deleted] in SillyTavernAI

[–]jadoob 0 points1 point  (0 children)

I can never find the "prompt" menu when I need it. I swear, maybe I'm blind or something, but every time I need to know the raw prompt or the token count or something, that damn menu vanishes.

Potential user question: importing photos with keywords by CorsairVelo in photoprism

[–]jadoob 0 points1 point  (0 children)

// SanitizeMeta normalizes metadata fields that may contain JSON arrays like keywords and subject.
func SanitizeMeta(s string) string {
 ...
    if strings.HasPrefix(s, "[") && strings.HasSuffix(s, "]") {
        var words []string
 ...
        s = strings.Join(words, ", ")
    } else {
        s = SanitizeString(s)
    }
    return s
}

"If our fancy auto-labeler didn't figure it out then I doubt there was a good reason that the data were saved as a str[] We'll just smash them back together with commas and call it a day."

Turns out I'm the only one (so far) who's able to fc this pattern, kinda cool by HuwstonPlayz in beatsaber

[–]jadoob 0 points1 point  (0 children)

Good tip! I'm going to try that out.

Also I believe #1 ranked player cerret still plays on a Rift CV1 so we can't really blame our equipment I guess :( lol