mirror of
https://github.com/jags111/efficiency-nodes-comfyui.git
synced 2026-03-25 15:15:45 -03:00
Remove unnecessary blank line for consistent formatting
Co-authored-by: jags111 <5968619+jags111@users.noreply.github.com>
This commit is contained in:
@@ -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,
|
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,
|
refiner_clip, refiner_clip_skip, ascore, is_sdxl, empty_latent_width, empty_latent_height,
|
||||||
return_type="both"):
|
return_type="both"):
|
||||||
|
|
||||||
# Ensure prompts are valid strings to prevent tokenization errors
|
# Ensure prompts are valid strings to prevent tokenization errors
|
||||||
positive_prompt = normalize_prompt_text(positive_prompt)
|
positive_prompt = normalize_prompt_text(positive_prompt)
|
||||||
negative_prompt = normalize_prompt_text(negative_prompt)
|
negative_prompt = normalize_prompt_text(negative_prompt)
|
||||||
|
|||||||
Reference in New Issue
Block a user