finish up the translations

This commit is contained in:
WhatDidYouExpect 2025-07-02 15:58:51 +02:00
parent b5c9de3097
commit f89de0699a
5 changed files with 12 additions and 6 deletions

View file

@ -3,7 +3,7 @@ import re
from PIL import Image, ImageDraw, ImageFont
from modules.markovmemory import load_markov_model
from modules.sentenceprocessing import improve_sentence_coherence, rephrase_for_coherence
# add comments l8r
generated_sentences = set()
async def gen_image(input_image_path, sentence_size=5, max_attempts=10):