mirror of
https://github.com/LostRuins/koboldcpp.git
synced 2026-09-03 19:42:14 +02:00
reverse clip skip fix as it might be breaking some sdxl models
This commit is contained in:
@@ -701,7 +701,7 @@ public:
|
||||
|
||||
void set_clip_skip(int skip) {
|
||||
if (skip <= 0) {
|
||||
skip = -1;
|
||||
return;
|
||||
}
|
||||
clip_skip = skip;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user