damian0815 / compel

A prompting enhancement library for transformers-type text embedding systems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Clip Skip SDXL

adhikjoshi opened this issue · comments

As per docs we can do clip skip on SD 1.5 as below

Please note that this is a breaking change if you've been using clip skip: the old boolean arg use_penultimate_clip_layer has been replaced with an enum ReturnedEmbeddingsType.PENULTIMATE_HIDDEN_STATES_NORMALIZED.

How can i do it for SDXL?

not implemented for now