rupeshs / fastsdcpu

Fast stable diffusion on CPU
MIT License
1.5k stars 122 forks source link

Add support for CLIP Skip #236

Closed wbruna closed 3 months ago

wbruna commented 3 months ago

Some SD interfaces only have a boolean switch (meaning CLIP Slip 2, or "skip the last layer"), but higher values may produce interesting results (increasingly ignoring the prompt :-) ). Testing with fluently/Fluently-v4-LCM, "A fantasy landscape", 4 steps, seed 40646853:

1: clip_skip_1

2: clip_skip_2

5: clip_skip_5

8: clip_skip_8

9: clip_skip_9

rupeshs commented 3 months ago

@wbruna Thanks for this.