better naming

This commit is contained in:
lllyasviel
2024-02-02 14:10:35 -08:00
parent d9c7616555
commit 7c88dbb777
2 changed files with 2 additions and 2 deletions

View File

@@ -99,7 +99,7 @@ class UnetPatcher(ModelPatcher):
self.set_model_patch_replace(patch, target, block_name, number, transformer_index)
return
def encode_conds_from_clip(self, conds, noise, prompt_type="positive"):
def encode_conds_after_clip(self, conds, noise, prompt_type="positive"):
return encode_model_conds(
model_function=self.model.extra_conds,
conds=convert_cond(conds),