mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-02-27 10:13:56 +00:00
Update forge_clip.py
This commit is contained in:
@@ -45,4 +45,6 @@ class CLIP_SD_XL_G(FrozenCLIPEmbedderWithCustomWords):
|
||||
else:
|
||||
z = outputs.hidden_states[self.wrapped.layer_idx]
|
||||
|
||||
z.pooled = outputs.pooler_output
|
||||
|
||||
return z
|
||||
|
||||
Reference in New Issue
Block a user