Skip to content

How does the "Clip Skip” work in OT? #264

Pinned Answered by Nerogar
hansolocambo asked this question in Q&A
Discussion options

You must be logged in to vote

Clip Skip = 0 means that 0 layers are skipped. The output of the last layer is used as input into the UNet
Clip Skip = 1 means that 1 layer is skipped. The output of the second to last layer is used as input into the UNet

I don't know what exact naming some of the other tools are using, but using Clip Skip 2 as the name for the second to last layer seems very confusing to me. That's why I didn't use that naming.

In other words: If you're coming from Automatic1111: take the value you'd use for clip skip there, and subtract one from it, and that's what you'd use in OneTrainer.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by mx
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants