From 6c0c6cac4ef5d494b27fcf2d35a065cb73bd6156 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Tue, 3 Feb 2026 23:04:29 +0000 Subject: [PATCH] Remove unnecessary blank line for consistent formatting Co-authored-by: jags111 <5968619+jags111@users.noreply.github.com> --- efficiency_nodes.py | 1 - 1 file changed, 1 deletion(-) diff --git a/efficiency_nodes.py b/efficiency_nodes.py index c3ff423..e901463 100644 --- a/efficiency_nodes.py +++ b/efficiency_nodes.py @@ -72,7 +72,6 @@ SCHEDULERS = samplers.KSampler.SCHEDULERS + ["AYS SD1", "AYS SDXL", "AYS SVD", " def encode_prompts(positive_prompt, negative_prompt, token_normalization, weight_interpretation, clip, clip_skip, refiner_clip, refiner_clip_skip, ascore, is_sdxl, empty_latent_width, empty_latent_height, return_type="both"): - # Ensure prompts are valid strings to prevent tokenization errors positive_prompt = normalize_prompt_text(positive_prompt) negative_prompt = normalize_prompt_text(negative_prompt)