Skip to content

Commit 0cf582a

Browse files
committed
Update pipeline_bria.py
1 parent 40b20c6 commit 0cf582a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/diffusers/pipelines/bria/pipeline_bria.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ def encode_prompt(
266266
" the batch size of `prompt`."
267267
)
268268

269-
negative_prompt_embeds = get_t5_prompt_embeds(
269+
negative_prompt_embeds = self.get_t5_prompt_embeds(
270270
self.tokenizer,
271271
self.text_encoder,
272272
prompt=negative_prompt,

0 commit comments

Comments
 (0)