mirror of
https://github.com/SillyTavern/SillyTavern-Extras.git
synced 2026-03-02 18:10:04 +00:00
Add space between SD prefix and prompt
This commit is contained in:
@@ -294,7 +294,7 @@ def generate_prompt(keywords: list, length: int = 100, num: int = 4) -> str:
|
||||
|
||||
|
||||
def generate_image(data: dict) -> Image:
|
||||
prompt = normalize_string(f'{data["prompt_prefix"]}{data["prompt"]}')
|
||||
prompt = normalize_string(f'{data["prompt_prefix"]} {data["prompt"]}')
|
||||
print(prompt)
|
||||
|
||||
if sd_use_remote:
|
||||
|
||||
Reference in New Issue
Block a user