mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-02-27 10:13:56 +00:00
Merge pull request #2183 from graemeniedermayer/sd35_integration
sd3.5 integration (naive)
This commit is contained in:
@@ -139,7 +139,7 @@ class ClassicTextProcessingEngine:
|
||||
if self.return_pooled:
|
||||
pooled_output = outputs.pooler_output
|
||||
|
||||
if self.text_projection:
|
||||
if self.text_projection and self.embedding_key is not 'clip_l':
|
||||
pooled_output = self.text_encoder.transformer.text_projection(pooled_output)
|
||||
|
||||
z.pooled = pooled_output
|
||||
|
||||
Reference in New Issue
Block a user