reverse clip skip fix as it might be breaking some sdxl models

This commit is contained in:
Concedo 2025-05-30 10:40:03 +08:00
parent 2a309c144d
commit a11ab0b08e

View file

@ -701,7 +701,7 @@ public:
void set_clip_skip(int skip) {
if (skip <= 0) {
skip = -1;
return;
}
clip_skip = skip;
}