Single Danbooru-Tag text input, intended for recalibration of Cross-Attention. Word frequency cutoff: tags with at least 1000 posts. ```python safe_file_name = re.sub(r'[^\w\-_\. ]', '_', prompt) file_name = f"{seed_folder}/{safe_file_name}_{seed}.png" ```