mirror of
https://github.com/lllyasviel/stable-diffusion-webui-forge.git
synced 2026-04-25 16:59:18 +00:00
better naming
This commit is contained in:
@@ -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),
|
||||
|
||||
Reference in New Issue
Block a user