Add files using upload-large-folder tool
Browse files- .gitattributes +10 -0
- README.md +31 -0
- benchmark-config.json +21 -0
- benchmark-results.json +49 -0
- controlnet_accuracy.py +183 -0
- controlnet_benchmark.py +297 -0
- quantization-manifest.json +108 -0
- reports/bf16/accuracy-report.json +1521 -0
- reports/bf16/contact-sheet-01.jpg +3 -0
- reports/bf16/contact-sheet-02.jpg +3 -0
- reports/bf16/contact-sheet-03.jpg +3 -0
- reports/bf16/contact-sheet-04.jpg +3 -0
- reports/bf16/contact-sheet-05.jpg +3 -0
- reports/bf16/generation-report.json +918 -0
- reports/fp8/accuracy-report.json +1521 -0
- reports/fp8/contact-sheet-01.jpg +3 -0
- reports/fp8/contact-sheet-02.jpg +3 -0
- reports/fp8/contact-sheet-03.jpg +3 -0
- reports/fp8/contact-sheet-04.jpg +3 -0
- reports/fp8/contact-sheet-05.jpg +3 -0
- reports/fp8/generation-report.json +918 -0
- runtime-config.json +37 -0
- training-config.json +26 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,13 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
reports/fp8/contact-sheet-04.jpg filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
reports/bf16/contact-sheet-01.jpg filter=lfs diff=lfs merge=lfs -text
|
| 38 |
+
reports/bf16/contact-sheet-02.jpg filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
reports/bf16/contact-sheet-03.jpg filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
reports/bf16/contact-sheet-04.jpg filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
reports/bf16/contact-sheet-05.jpg filter=lfs diff=lfs merge=lfs -text
|
| 42 |
+
reports/fp8/contact-sheet-01.jpg filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
reports/fp8/contact-sheet-03.jpg filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
reports/fp8/contact-sheet-02.jpg filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
reports/fp8/contact-sheet-05.jpg filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,31 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
license: apache-2.0
|
| 3 |
+
tags:
|
| 4 |
+
- diffsynth
|
| 5 |
+
- controlnet
|
| 6 |
+
- fp8
|
| 7 |
+
- cyrillic
|
| 8 |
+
- benchmark
|
| 9 |
+
---
|
| 10 |
+
|
| 11 |
+
# Qwen-Image Cyrillic FP8 reproducibility configuration
|
| 12 |
+
|
| 13 |
+
Configuration and proof bundle for:
|
| 14 |
+
|
| 15 |
+
- `777Radik/Qwen-Image-2512-FP8-E4M3FN`
|
| 16 |
+
- `777Radik/Qwen-Image-Cyrillic-ControlNet`
|
| 17 |
+
|
| 18 |
+
Files:
|
| 19 |
+
|
| 20 |
+
- `training-config.json` — ControlNet training inputs, hashes, and hyperparameters
|
| 21 |
+
- `runtime-config.json` — component repositories, precision, generation, and retry settings
|
| 22 |
+
- `benchmark-config.json` — immutable heldout100 command and quality gates
|
| 23 |
+
- `benchmark-results.json` — BF16/FP8 metrics and manual audit result
|
| 24 |
+
- `quantization-manifest.json` — per-shard source/output hashes
|
| 25 |
+
- `controlnet_benchmark.py` — exact generation harness
|
| 26 |
+
- `controlnet_accuracy.py` — OCR/glyph diagnostic and contact-sheet generator
|
| 27 |
+
|
| 28 |
+
The accepted production result is 99/100 manual exact Cyrillic on the fixed benchmark.
|
| 29 |
+
FP8 regression is zero: all 100 quantized outputs are byte-for-byte identical to the
|
| 30 |
+
source-storage run.
|
| 31 |
+
|
benchmark-config.json
ADDED
|
@@ -0,0 +1,21 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"name": "qwen-image-cyrillic-heldout100",
|
| 3 |
+
"dataset_rows": 100,
|
| 4 |
+
"heldout_metadata_sha256": "a17595024ec3a147c027ed664a3e931d6d8d21d2fe8a47f1b945a4b40fcd22b5",
|
| 5 |
+
"width": 512,
|
| 6 |
+
"height": 512,
|
| 7 |
+
"steps": 20,
|
| 8 |
+
"seed": 3000,
|
| 9 |
+
"seed_rule": "seed + zero_based_sample_index",
|
| 10 |
+
"control_mode": "edge",
|
| 11 |
+
"control_scale": 0.85,
|
| 12 |
+
"fit_control_to_canvas": true,
|
| 13 |
+
"baseline_generation": false,
|
| 14 |
+
"manual_exact_match_gate": {
|
| 15 |
+
"minimum_passes": 95,
|
| 16 |
+
"samples": 100,
|
| 17 |
+
"quantized_max_regression_points": 1
|
| 18 |
+
},
|
| 19 |
+
"ocr_role": "diagnostic_only",
|
| 20 |
+
"command": "python /trainer/controlnet_benchmark.py --base-dir /models/Qwen-Image-2512 --controlnet-path /models/controlnet/model.safetensors --dataset-dir /dataset --output-dir /output --all-heldout --size 512 --steps 20 --seed 3000 --skip-baseline --fit-control --control-mode edge --control-scale 0.85"
|
| 21 |
+
}
|
benchmark-results.json
ADDED
|
@@ -0,0 +1,49 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"manual_audit": {
|
| 3 |
+
"samples": 100,
|
| 4 |
+
"source_storage_exact": 99,
|
| 5 |
+
"fp8_storage_exact": 99,
|
| 6 |
+
"regression_points": 0,
|
| 7 |
+
"failed_samples": [
|
| 8 |
+
{
|
| 9 |
+
"index": 77,
|
| 10 |
+
"expected": "ЕЩЁ",
|
| 11 |
+
"observed": "ЁЩЁ"
|
| 12 |
+
}
|
| 13 |
+
]
|
| 14 |
+
},
|
| 15 |
+
"byte_identity": {
|
| 16 |
+
"matching_generated_png_sha256": 100,
|
| 17 |
+
"samples": 100
|
| 18 |
+
},
|
| 19 |
+
"source_storage_diagnostics": {
|
| 20 |
+
"ocr_exact": 77,
|
| 21 |
+
"mean_cer": 0.1142,
|
| 22 |
+
"mean_glyph_similarity": 0.9564
|
| 23 |
+
},
|
| 24 |
+
"fp8_storage_diagnostics": {
|
| 25 |
+
"ocr_exact": 77,
|
| 26 |
+
"mean_cer": 0.1142,
|
| 27 |
+
"mean_glyph_similarity": 0.9564
|
| 28 |
+
},
|
| 29 |
+
"edge_retry_same_seed": {
|
| 30 |
+
"expected": "ЕЩЁ",
|
| 31 |
+
"seed": 3076,
|
| 32 |
+
"scales": [
|
| 33 |
+
0.9,
|
| 34 |
+
1.0,
|
| 35 |
+
1.1
|
| 36 |
+
],
|
| 37 |
+
"observed": [
|
| 38 |
+
"ЁЩЁ",
|
| 39 |
+
"ЁЩЁ",
|
| 40 |
+
"ЁЩЁ"
|
| 41 |
+
]
|
| 42 |
+
},
|
| 43 |
+
"filled_retry_same_seed": {
|
| 44 |
+
"expected": "ЕЩЁ",
|
| 45 |
+
"seed": 3076,
|
| 46 |
+
"scale": 0.7,
|
| 47 |
+
"observed": "ЁЩЁ"
|
| 48 |
+
}
|
| 49 |
+
}
|
controlnet_accuracy.py
ADDED
|
@@ -0,0 +1,183 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
"""OCR evaluation for outputs produced by controlnet_benchmark.py."""
|
| 2 |
+
from __future__ import annotations
|
| 3 |
+
|
| 4 |
+
import argparse
|
| 5 |
+
import json
|
| 6 |
+
import math
|
| 7 |
+
from pathlib import Path
|
| 8 |
+
|
| 9 |
+
from PIL import Image, ImageChops, ImageDraw, ImageFilter, ImageFont, ImageOps
|
| 10 |
+
|
| 11 |
+
from benchmarks.text_accuracy import (
|
| 12 |
+
centered_text_crop,
|
| 13 |
+
character_error_rate,
|
| 14 |
+
normalize_ocr,
|
| 15 |
+
run_ocr,
|
| 16 |
+
)
|
| 17 |
+
|
| 18 |
+
|
| 19 |
+
def _normalized_outline(
|
| 20 |
+
image: Image.Image,
|
| 21 |
+
size: tuple[int, int] = (384, 128),
|
| 22 |
+
*,
|
| 23 |
+
light_ink: bool = False,
|
| 24 |
+
) -> Image.Image:
|
| 25 |
+
grayscale = image.convert("L")
|
| 26 |
+
if light_ink:
|
| 27 |
+
ink = grayscale.point(lambda value: 255 if value >= 128 else 0)
|
| 28 |
+
else:
|
| 29 |
+
ink = grayscale.point(lambda value: 255 if value < 128 else 0)
|
| 30 |
+
bbox = ink.getbbox()
|
| 31 |
+
if bbox is None:
|
| 32 |
+
return Image.new("L", size, 0)
|
| 33 |
+
cropped = ImageOps.expand(ink.crop(bbox), border=4, fill=0)
|
| 34 |
+
normalized = cropped.resize(size, Image.Resampling.LANCZOS)
|
| 35 |
+
normalized = normalized.point(lambda value: 255 if value >= 128 else 0)
|
| 36 |
+
outer = normalized.filter(ImageFilter.MaxFilter(3))
|
| 37 |
+
inner = normalized.filter(ImageFilter.MinFilter(3))
|
| 38 |
+
return ImageChops.subtract(outer, inner)
|
| 39 |
+
|
| 40 |
+
|
| 41 |
+
def glyph_similarity(image: Image.Image, control: Image.Image) -> float:
|
| 42 |
+
generated = _normalized_outline(image.crop(centered_text_crop(image)))
|
| 43 |
+
expected = _normalized_outline(control, light_ink=True)
|
| 44 |
+
generated_dilated = generated.filter(ImageFilter.MaxFilter(7))
|
| 45 |
+
expected_dilated = expected.filter(ImageFilter.MaxFilter(7))
|
| 46 |
+
generated_pixels = sum(1 for value in generated.getdata() if value)
|
| 47 |
+
expected_pixels = sum(1 for value in expected.getdata() if value)
|
| 48 |
+
if not generated_pixels or not expected_pixels:
|
| 49 |
+
return 0.0
|
| 50 |
+
generated_hit = sum(
|
| 51 |
+
1
|
| 52 |
+
for edge, nearby in zip(generated.getdata(), expected_dilated.getdata())
|
| 53 |
+
if edge and nearby
|
| 54 |
+
)
|
| 55 |
+
expected_hit = sum(
|
| 56 |
+
1
|
| 57 |
+
for edge, nearby in zip(expected.getdata(), generated_dilated.getdata())
|
| 58 |
+
if edge and nearby
|
| 59 |
+
)
|
| 60 |
+
precision = generated_hit / generated_pixels
|
| 61 |
+
recall = expected_hit / expected_pixels
|
| 62 |
+
return round(2 * precision * recall / max(1e-9, precision + recall), 4)
|
| 63 |
+
|
| 64 |
+
|
| 65 |
+
def light_ink_margin(image: Image.Image) -> int:
|
| 66 |
+
ink = image.convert("L").point(lambda value: 255 if value >= 128 else 0)
|
| 67 |
+
bbox = ink.getbbox()
|
| 68 |
+
if bbox is None:
|
| 69 |
+
return -1
|
| 70 |
+
width, height = image.size
|
| 71 |
+
return min(bbox[0], bbox[1], width - bbox[2], height - bbox[3])
|
| 72 |
+
|
| 73 |
+
|
| 74 |
+
def write_contact_sheets(
|
| 75 |
+
results: list[dict[str, object]],
|
| 76 |
+
output_dir: Path,
|
| 77 |
+
*,
|
| 78 |
+
columns: int = 5,
|
| 79 |
+
rows: int = 4,
|
| 80 |
+
) -> list[str]:
|
| 81 |
+
page_size = columns * rows
|
| 82 |
+
thumb_size = 240
|
| 83 |
+
label_height = 44
|
| 84 |
+
font_path = Path("/usr/share/fonts/truetype/dejavu/DejaVuSans.ttf")
|
| 85 |
+
font = ImageFont.truetype(str(font_path), 22) if font_path.exists() else ImageFont.load_default()
|
| 86 |
+
names: list[str] = []
|
| 87 |
+
for page_index in range(math.ceil(len(results) / page_size)):
|
| 88 |
+
page_rows = results[page_index * page_size : (page_index + 1) * page_size]
|
| 89 |
+
sheet = Image.new(
|
| 90 |
+
"RGB",
|
| 91 |
+
(columns * thumb_size, rows * (thumb_size + label_height)),
|
| 92 |
+
"white",
|
| 93 |
+
)
|
| 94 |
+
draw = ImageDraw.Draw(sheet)
|
| 95 |
+
for cell_index, result in enumerate(page_rows):
|
| 96 |
+
image_path = output_dir / str(result["image"])
|
| 97 |
+
with Image.open(image_path) as source:
|
| 98 |
+
thumbnail = source.convert("RGB")
|
| 99 |
+
thumbnail.thumbnail((thumb_size, thumb_size), Image.Resampling.LANCZOS)
|
| 100 |
+
x = (cell_index % columns) * thumb_size
|
| 101 |
+
y = (cell_index // columns) * (thumb_size + label_height)
|
| 102 |
+
sheet.paste(
|
| 103 |
+
thumbnail,
|
| 104 |
+
(x + (thumb_size - thumbnail.width) // 2, y),
|
| 105 |
+
)
|
| 106 |
+
draw.text((x + 6, y + thumb_size + 4), str(result["text"]), fill="black", font=font)
|
| 107 |
+
name = f"contact-sheet-{page_index + 1:02d}.jpg"
|
| 108 |
+
sheet.save(output_dir / name, quality=90)
|
| 109 |
+
names.append(name)
|
| 110 |
+
return names
|
| 111 |
+
|
| 112 |
+
|
| 113 |
+
def summarize(results: list[dict[str, object]]) -> dict[str, dict[str, float | int]]:
|
| 114 |
+
strategies = sorted({str(result["strategy"]) for result in results})
|
| 115 |
+
summary: dict[str, dict[str, float | int]] = {}
|
| 116 |
+
for strategy in strategies:
|
| 117 |
+
rows = [result for result in results if result["strategy"] == strategy]
|
| 118 |
+
summary[strategy] = {
|
| 119 |
+
"samples": len(rows),
|
| 120 |
+
"exact": sum(bool(row["exact_match"]) for row in rows),
|
| 121 |
+
"mean_cer": round(sum(float(row["cer"]) for row in rows) / len(rows), 4),
|
| 122 |
+
"mean_glyph_similarity": round(
|
| 123 |
+
sum(float(row.get("glyph_similarity", 0.0)) for row in rows) / len(rows),
|
| 124 |
+
4,
|
| 125 |
+
),
|
| 126 |
+
"edge_touching_controls": sum(
|
| 127 |
+
int(row.get("control_margin_px", 1)) <= 0 for row in rows
|
| 128 |
+
),
|
| 129 |
+
}
|
| 130 |
+
return summary
|
| 131 |
+
|
| 132 |
+
|
| 133 |
+
def run(report_path: Path) -> dict[str, object]:
|
| 134 |
+
generation = json.loads(report_path.read_text(encoding="utf-8"))
|
| 135 |
+
output_dir = report_path.parent
|
| 136 |
+
results: list[dict[str, object]] = []
|
| 137 |
+
for row in generation["results"]:
|
| 138 |
+
image_path = output_dir / row["image"]
|
| 139 |
+
with Image.open(image_path) as image:
|
| 140 |
+
crop = centered_text_crop(image)
|
| 141 |
+
actual = run_ocr(image_path, "rus+eng", crop=crop)
|
| 142 |
+
gold = normalize_ocr(row["text"])
|
| 143 |
+
similarity = 0.0
|
| 144 |
+
control_margin_px: int | None = None
|
| 145 |
+
if row.get("control"):
|
| 146 |
+
with Image.open(image_path) as image, Image.open(output_dir / row["control"]) as control:
|
| 147 |
+
similarity = glyph_similarity(image, control)
|
| 148 |
+
control_margin_px = light_ink_margin(control)
|
| 149 |
+
results.append(
|
| 150 |
+
{
|
| 151 |
+
**row,
|
| 152 |
+
"gold": gold,
|
| 153 |
+
"ocr": actual,
|
| 154 |
+
"exact_match": actual == gold,
|
| 155 |
+
"cer": round(character_error_rate(gold, actual), 4),
|
| 156 |
+
"glyph_similarity": similarity,
|
| 157 |
+
"control_margin_px": control_margin_px,
|
| 158 |
+
}
|
| 159 |
+
)
|
| 160 |
+
contact_sheets = write_contact_sheets(results, output_dir)
|
| 161 |
+
report: dict[str, object] = {
|
| 162 |
+
"generation_report": report_path.name,
|
| 163 |
+
"summary": summarize(results),
|
| 164 |
+
"contact_sheets": contact_sheets,
|
| 165 |
+
"results": results,
|
| 166 |
+
}
|
| 167 |
+
(output_dir / "accuracy-report.json").write_text(
|
| 168 |
+
json.dumps(report, ensure_ascii=False, indent=2),
|
| 169 |
+
encoding="utf-8",
|
| 170 |
+
)
|
| 171 |
+
return report
|
| 172 |
+
|
| 173 |
+
|
| 174 |
+
def parse_args() -> argparse.Namespace:
|
| 175 |
+
parser = argparse.ArgumentParser(description=__doc__)
|
| 176 |
+
parser.add_argument("generation_report", type=Path)
|
| 177 |
+
return parser.parse_args()
|
| 178 |
+
|
| 179 |
+
|
| 180 |
+
if __name__ == "__main__":
|
| 181 |
+
args = parse_args()
|
| 182 |
+
completed = run(args.generation_report.resolve())
|
| 183 |
+
print(json.dumps(completed, ensure_ascii=False))
|
controlnet_benchmark.py
ADDED
|
@@ -0,0 +1,297 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
"""Zero-shot Cyrillic benchmark for Qwen-Image Blockwise ControlNet Canny."""
|
| 2 |
+
from __future__ import annotations
|
| 3 |
+
|
| 4 |
+
import argparse
|
| 5 |
+
import csv
|
| 6 |
+
import json
|
| 7 |
+
import re
|
| 8 |
+
from datetime import UTC, datetime
|
| 9 |
+
from pathlib import Path
|
| 10 |
+
|
| 11 |
+
import torch
|
| 12 |
+
from diffsynth.pipelines.qwen_image import ControlNetInput, ModelConfig, QwenImagePipeline
|
| 13 |
+
from PIL import Image, ImageChops, ImageFilter
|
| 14 |
+
|
| 15 |
+
from lora_server import model_config
|
| 16 |
+
|
| 17 |
+
|
| 18 |
+
DEFAULT_TEXTS = ("ЁЖИК", "ПОДЪЁМ", "СЪЕЗД", "ЩЁТКА")
|
| 19 |
+
CAPTION_TEXT = re.compile(r'\btext "([^"]+)" on\b')
|
| 20 |
+
|
| 21 |
+
|
| 22 |
+
def glyph_edge(mask: Image.Image, size: int) -> Image.Image:
|
| 23 |
+
"""Convert a filled glyph raster into a Canny-like white outline."""
|
| 24 |
+
binary = mask.convert("L").resize((size, size), Image.Resampling.LANCZOS)
|
| 25 |
+
binary = binary.point(lambda value: 255 if value >= 128 else 0)
|
| 26 |
+
inner = binary.filter(ImageFilter.MinFilter(3))
|
| 27 |
+
edge = ImageChops.subtract(binary, inner).filter(ImageFilter.MaxFilter(3))
|
| 28 |
+
return edge.convert("RGB")
|
| 29 |
+
|
| 30 |
+
|
| 31 |
+
def glyph_control(mask: Image.Image, size: int, mode: str) -> Image.Image:
|
| 32 |
+
if mode == "edge":
|
| 33 |
+
return glyph_edge(mask, size)
|
| 34 |
+
if mode == "filled":
|
| 35 |
+
filled = mask.convert("L").resize((size, size), Image.Resampling.LANCZOS)
|
| 36 |
+
return filled.point(lambda value: 255 if value >= 128 else 0).convert("RGB")
|
| 37 |
+
raise ValueError(f"unsupported control mode: {mode}")
|
| 38 |
+
|
| 39 |
+
|
| 40 |
+
def fit_glyph_mask(mask: Image.Image, size: int) -> Image.Image:
|
| 41 |
+
binary = mask.convert("L").point(lambda value: 255 if value >= 128 else 0)
|
| 42 |
+
bbox = binary.getbbox()
|
| 43 |
+
if bbox is None:
|
| 44 |
+
raise ValueError("glyph mask is empty")
|
| 45 |
+
cropped = binary.crop(bbox)
|
| 46 |
+
scale = min(size * 0.8 / cropped.width, size * 0.4 / cropped.height)
|
| 47 |
+
resized = cropped.resize(
|
| 48 |
+
(max(1, round(cropped.width * scale)), max(1, round(cropped.height * scale))),
|
| 49 |
+
Image.Resampling.LANCZOS,
|
| 50 |
+
)
|
| 51 |
+
canvas = Image.new("L", (size, size), 0)
|
| 52 |
+
canvas.paste(resized, ((size - resized.width) // 2, (size - resized.height) // 2))
|
| 53 |
+
return canvas
|
| 54 |
+
|
| 55 |
+
|
| 56 |
+
def heldout_glyphs(dataset_dir: Path, texts: tuple[str, ...]) -> dict[str, Path]:
|
| 57 |
+
with (dataset_dir / "heldout.csv").open(encoding="utf-8", newline="") as handle:
|
| 58 |
+
rows = list(csv.DictReader(handle))
|
| 59 |
+
found: dict[str, Path] = {}
|
| 60 |
+
for row in rows:
|
| 61 |
+
match = CAPTION_TEXT.search(row.get("prompt", ""))
|
| 62 |
+
if match and match.group(1) in texts:
|
| 63 |
+
found[match.group(1)] = dataset_dir / row["glyph"]
|
| 64 |
+
missing = [text for text in texts if text not in found]
|
| 65 |
+
if missing:
|
| 66 |
+
raise ValueError(f"held-out glyphs missing: {missing}")
|
| 67 |
+
return found
|
| 68 |
+
|
| 69 |
+
|
| 70 |
+
def heldout_texts(dataset_dir: Path) -> tuple[str, ...]:
|
| 71 |
+
with (dataset_dir / "heldout.csv").open(encoding="utf-8", newline="") as handle:
|
| 72 |
+
rows = list(csv.DictReader(handle))
|
| 73 |
+
texts: list[str] = []
|
| 74 |
+
for row in rows:
|
| 75 |
+
match = CAPTION_TEXT.search(row.get("prompt", ""))
|
| 76 |
+
if match is None:
|
| 77 |
+
raise ValueError(f"held-out prompt has no exact text: {row.get('prompt')!r}")
|
| 78 |
+
texts.append(match.group(1))
|
| 79 |
+
if not texts or len(set(texts)) != len(texts):
|
| 80 |
+
raise ValueError("held-out texts must be non-empty and unique")
|
| 81 |
+
return tuple(texts)
|
| 82 |
+
|
| 83 |
+
|
| 84 |
+
def low_vram_model_config(path: str | list[str]) -> ModelConfig:
|
| 85 |
+
"""Official DiffSynth disk-offload profile with FP8 weight onload."""
|
| 86 |
+
return ModelConfig(
|
| 87 |
+
path=path,
|
| 88 |
+
offload_dtype="disk",
|
| 89 |
+
offload_device="disk",
|
| 90 |
+
onload_dtype=torch.float8_e4m3fn,
|
| 91 |
+
onload_device="cpu",
|
| 92 |
+
preparing_dtype=torch.float8_e4m3fn,
|
| 93 |
+
preparing_device="cuda",
|
| 94 |
+
computation_dtype=torch.bfloat16,
|
| 95 |
+
computation_device="cuda",
|
| 96 |
+
)
|
| 97 |
+
|
| 98 |
+
|
| 99 |
+
def resolve_controlnet_path(path: Path) -> Path:
|
| 100 |
+
checkpoint = path / "model.safetensors" if path.is_dir() else path
|
| 101 |
+
if not checkpoint.is_file():
|
| 102 |
+
raise FileNotFoundError(f"ControlNet checkpoint missing: {checkpoint}")
|
| 103 |
+
return checkpoint
|
| 104 |
+
|
| 105 |
+
|
| 106 |
+
def resolve_transformer_files(base_dir: Path, transformer_dir: Path | None = None) -> list[str]:
|
| 107 |
+
directory = transformer_dir if transformer_dir is not None else base_dir / "transformer"
|
| 108 |
+
files = sorted(str(path) for path in directory.glob("*.safetensors"))
|
| 109 |
+
if not files:
|
| 110 |
+
raise FileNotFoundError(f"transformer checkpoints missing: {directory}")
|
| 111 |
+
return files
|
| 112 |
+
|
| 113 |
+
|
| 114 |
+
def load_pipeline(
|
| 115 |
+
base_dir: Path,
|
| 116 |
+
controlnet_path: Path,
|
| 117 |
+
vram_limit_gib: float | None = None,
|
| 118 |
+
transformer_dir: Path | None = None,
|
| 119 |
+
) -> QwenImagePipeline:
|
| 120 |
+
transformer = resolve_transformer_files(base_dir, transformer_dir)
|
| 121 |
+
text_encoder = sorted(str(path) for path in (base_dir / "text_encoder").glob("*.safetensors"))
|
| 122 |
+
controlnet = resolve_controlnet_path(controlnet_path)
|
| 123 |
+
required = [
|
| 124 |
+
*map(Path, transformer),
|
| 125 |
+
*map(Path, text_encoder),
|
| 126 |
+
base_dir / "vae" / "diffusion_pytorch_model.safetensors",
|
| 127 |
+
base_dir / "tokenizer",
|
| 128 |
+
controlnet,
|
| 129 |
+
]
|
| 130 |
+
missing = [str(path) for path in required if not path.exists()]
|
| 131 |
+
if missing:
|
| 132 |
+
raise FileNotFoundError(f"model components missing: {missing}")
|
| 133 |
+
paths: list[str | list[str]] = [
|
| 134 |
+
transformer,
|
| 135 |
+
text_encoder,
|
| 136 |
+
str(base_dir / "vae" / "diffusion_pytorch_model.safetensors"),
|
| 137 |
+
str(controlnet),
|
| 138 |
+
]
|
| 139 |
+
configs = (
|
| 140 |
+
[low_vram_model_config(path) for path in paths]
|
| 141 |
+
if vram_limit_gib is not None
|
| 142 |
+
else [
|
| 143 |
+
model_config(transformer, "fp8"),
|
| 144 |
+
model_config(text_encoder, "fp8"),
|
| 145 |
+
model_config(paths[2], "fp8"),
|
| 146 |
+
model_config(paths[3], "bf16"),
|
| 147 |
+
]
|
| 148 |
+
)
|
| 149 |
+
return QwenImagePipeline.from_pretrained(
|
| 150 |
+
torch_dtype=torch.bfloat16,
|
| 151 |
+
device="cuda",
|
| 152 |
+
model_configs=configs,
|
| 153 |
+
tokenizer_config=ModelConfig(path=str(base_dir / "tokenizer")),
|
| 154 |
+
vram_limit=vram_limit_gib,
|
| 155 |
+
)
|
| 156 |
+
|
| 157 |
+
|
| 158 |
+
def control_variants(scales: tuple[float, ...]) -> tuple[tuple[str, float], ...]:
|
| 159 |
+
if not scales:
|
| 160 |
+
raise ValueError("at least one control scale is required")
|
| 161 |
+
if any(scale <= 0 for scale in scales):
|
| 162 |
+
raise ValueError("control scales must be positive")
|
| 163 |
+
if len(set(scales)) != len(scales):
|
| 164 |
+
raise ValueError("control scales must be unique")
|
| 165 |
+
if len(scales) == 1:
|
| 166 |
+
return (("controlnet", scales[0]),)
|
| 167 |
+
return tuple((f"controlnet-{scale:g}", scale) for scale in scales)
|
| 168 |
+
|
| 169 |
+
|
| 170 |
+
def run(args: argparse.Namespace) -> dict[str, object]:
|
| 171 |
+
output_dir = args.output_dir.resolve()
|
| 172 |
+
output_dir.mkdir(parents=True, exist_ok=True)
|
| 173 |
+
glyphs = heldout_glyphs(args.dataset_dir, args.texts)
|
| 174 |
+
pipe = load_pipeline(
|
| 175 |
+
args.base_dir,
|
| 176 |
+
args.controlnet_path,
|
| 177 |
+
args.vram_limit_gib,
|
| 178 |
+
args.transformer_dir,
|
| 179 |
+
)
|
| 180 |
+
results: list[dict[str, object]] = []
|
| 181 |
+
for index, text in enumerate(args.texts):
|
| 182 |
+
seed = args.seed + index
|
| 183 |
+
source = Image.open(glyphs[text])
|
| 184 |
+
if args.fit_control:
|
| 185 |
+
source = fit_glyph_mask(source, args.size)
|
| 186 |
+
edge = glyph_control(source, args.size, args.control_mode)
|
| 187 |
+
edge_path = output_dir / f"{index + 1:02d}-control.png"
|
| 188 |
+
edge.save(edge_path)
|
| 189 |
+
prompt = (
|
| 190 |
+
"A clean professional typographic poster on a plain neutral background. "
|
| 191 |
+
f'Display exactly the single centered Russian word "{text}". '
|
| 192 |
+
"No other letters, words, logos, or decorations."
|
| 193 |
+
)
|
| 194 |
+
common = {
|
| 195 |
+
"prompt": prompt,
|
| 196 |
+
"negative_prompt": "misspelled text, extra letters, duplicated glyphs, watermark",
|
| 197 |
+
"height": args.size,
|
| 198 |
+
"width": args.size,
|
| 199 |
+
"seed": seed,
|
| 200 |
+
"num_inference_steps": args.steps,
|
| 201 |
+
}
|
| 202 |
+
baseline_variants: tuple[tuple[str, float | None], ...] = (
|
| 203 |
+
() if args.skip_baseline else (("baseline", None),)
|
| 204 |
+
)
|
| 205 |
+
variants = (*baseline_variants, *control_variants(args.control_scales))
|
| 206 |
+
for strategy, scale in variants:
|
| 207 |
+
controls = (
|
| 208 |
+
None
|
| 209 |
+
if scale is None
|
| 210 |
+
else [ControlNetInput(image=edge, scale=scale)]
|
| 211 |
+
)
|
| 212 |
+
image = pipe(**common, blockwise_controlnet_inputs=controls)
|
| 213 |
+
image_path = output_dir / f"{strategy}-{index + 1:02d}.png"
|
| 214 |
+
image.save(image_path)
|
| 215 |
+
results.append(
|
| 216 |
+
{
|
| 217 |
+
"strategy": strategy,
|
| 218 |
+
"text": text,
|
| 219 |
+
"seed": seed,
|
| 220 |
+
"prompt": prompt,
|
| 221 |
+
"image": image_path.name,
|
| 222 |
+
"control": edge_path.name if controls else None,
|
| 223 |
+
"control_scale": scale,
|
| 224 |
+
}
|
| 225 |
+
)
|
| 226 |
+
report: dict[str, object] = {
|
| 227 |
+
"generated_at": datetime.now(UTC).isoformat(),
|
| 228 |
+
"base_dir": str(args.base_dir),
|
| 229 |
+
"transformer_dir": str(args.transformer_dir) if args.transformer_dir else None,
|
| 230 |
+
"controlnet_path": str(args.controlnet_path),
|
| 231 |
+
"size": args.size,
|
| 232 |
+
"steps": args.steps,
|
| 233 |
+
"seed": args.seed,
|
| 234 |
+
"control_scales": args.control_scales,
|
| 235 |
+
"control_mode": args.control_mode,
|
| 236 |
+
"fit_control": args.fit_control,
|
| 237 |
+
"vram_limit_gib": args.vram_limit_gib,
|
| 238 |
+
"skip_baseline": args.skip_baseline,
|
| 239 |
+
"results": results,
|
| 240 |
+
}
|
| 241 |
+
(output_dir / "generation-report.json").write_text(
|
| 242 |
+
json.dumps(report, ensure_ascii=False, indent=2),
|
| 243 |
+
encoding="utf-8",
|
| 244 |
+
)
|
| 245 |
+
return report
|
| 246 |
+
|
| 247 |
+
|
| 248 |
+
def parse_args() -> argparse.Namespace:
|
| 249 |
+
parser = argparse.ArgumentParser(description=__doc__)
|
| 250 |
+
parser.add_argument("--base-dir", type=Path, default=Path("/models/Qwen-Image-2512"))
|
| 251 |
+
parser.add_argument(
|
| 252 |
+
"--transformer-dir",
|
| 253 |
+
type=Path,
|
| 254 |
+
help="Override transformer shards while reusing the other --base-dir components.",
|
| 255 |
+
)
|
| 256 |
+
parser.add_argument(
|
| 257 |
+
"--controlnet-dir",
|
| 258 |
+
"--controlnet-path",
|
| 259 |
+
dest="controlnet_path",
|
| 260 |
+
type=Path,
|
| 261 |
+
default=Path("/models/Qwen-Image-Blockwise-ControlNet-Canny"),
|
| 262 |
+
)
|
| 263 |
+
parser.add_argument("--dataset-dir", type=Path, default=Path("/workspace/dataset"))
|
| 264 |
+
parser.add_argument("--output-dir", type=Path, default=Path("/workspace/controlnet-benchmark"))
|
| 265 |
+
text_group = parser.add_mutually_exclusive_group()
|
| 266 |
+
text_group.add_argument("--text", action="append", dest="texts")
|
| 267 |
+
text_group.add_argument("--all-heldout", action="store_true")
|
| 268 |
+
parser.add_argument("--size", type=int, default=512)
|
| 269 |
+
parser.add_argument("--control-mode", choices=("edge", "filled"), default="edge")
|
| 270 |
+
parser.add_argument("--fit-control", action="store_true")
|
| 271 |
+
parser.add_argument("--steps", type=int, default=20)
|
| 272 |
+
parser.add_argument("--seed", type=int, default=2512)
|
| 273 |
+
parser.add_argument("--skip-baseline", action="store_true")
|
| 274 |
+
parser.add_argument(
|
| 275 |
+
"--vram-limit-gib",
|
| 276 |
+
type=float,
|
| 277 |
+
help="enable official disk-offload mode and cap managed model VRAM",
|
| 278 |
+
)
|
| 279 |
+
parser.add_argument(
|
| 280 |
+
"--control-scale",
|
| 281 |
+
type=float,
|
| 282 |
+
action="append",
|
| 283 |
+
dest="control_scales",
|
| 284 |
+
help="repeat to benchmark multiple scales with one model load",
|
| 285 |
+
)
|
| 286 |
+
args = parser.parse_args()
|
| 287 |
+
if args.all_heldout:
|
| 288 |
+
args.texts = heldout_texts(args.dataset_dir)
|
| 289 |
+
else:
|
| 290 |
+
args.texts = tuple(args.texts or DEFAULT_TEXTS)
|
| 291 |
+
args.control_scales = tuple(args.control_scales or (1.0,))
|
| 292 |
+
return args
|
| 293 |
+
|
| 294 |
+
|
| 295 |
+
if __name__ == "__main__":
|
| 296 |
+
completed = run(parse_args())
|
| 297 |
+
print(json.dumps(completed, ensure_ascii=False))
|
quantization-manifest.json
ADDED
|
@@ -0,0 +1,108 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"format": "safetensors-fp8-e4m3fn",
|
| 3 |
+
"source": "/source",
|
| 4 |
+
"output": "/output/transformer",
|
| 5 |
+
"shards": [
|
| 6 |
+
{
|
| 7 |
+
"file": "diffusion_pytorch_model-00001-of-00009.safetensors",
|
| 8 |
+
"tensors": 245,
|
| 9 |
+
"dtypes": {
|
| 10 |
+
"float8_e4m3fn": 245
|
| 11 |
+
},
|
| 12 |
+
"source_bytes": 4989364312,
|
| 13 |
+
"output_bytes": 2494696920,
|
| 14 |
+
"source_sha256": "1abb592dfb6701994f11dbbe1228d99fef1246e2cdd119a73e030da7c2b4d795",
|
| 15 |
+
"output_sha256": "830f9b567f2391cbf00286729a577c567eafe8111a1df40f58e2caa0754bfa21"
|
| 16 |
+
},
|
| 17 |
+
{
|
| 18 |
+
"file": "diffusion_pytorch_model-00002-of-00009.safetensors",
|
| 19 |
+
"tensors": 238,
|
| 20 |
+
"dtypes": {
|
| 21 |
+
"float8_e4m3fn": 238
|
| 22 |
+
},
|
| 23 |
+
"source_bytes": 4984214160,
|
| 24 |
+
"output_bytes": 2492121600,
|
| 25 |
+
"source_sha256": "f725018bd0b6b54a1529b38f20d38840b69aceefe843b443949e0e035799e88b",
|
| 26 |
+
"output_sha256": "b65320269129bbe478eba763c4c870c68bce806430e028c5c0528469a6cc92c0"
|
| 27 |
+
},
|
| 28 |
+
{
|
| 29 |
+
"file": "diffusion_pytorch_model-00003-of-00009.safetensors",
|
| 30 |
+
"tensors": 228,
|
| 31 |
+
"dtypes": {
|
| 32 |
+
"float8_e4m3fn": 228
|
| 33 |
+
},
|
| 34 |
+
"source_bytes": 4946470000,
|
| 35 |
+
"output_bytes": 2473248944,
|
| 36 |
+
"source_sha256": "3de6b71c7d756b4ead46c475f02bc27ff9efe64c43ce2b6790afb9fea81d821b",
|
| 37 |
+
"output_sha256": "4eb24e5c31aaabfed0f572e84179865540800f0ae370b5d87a7d40afdb15f33a"
|
| 38 |
+
},
|
| 39 |
+
{
|
| 40 |
+
"file": "diffusion_pytorch_model-00004-of-00009.safetensors",
|
| 41 |
+
"tensors": 234,
|
| 42 |
+
"dtypes": {
|
| 43 |
+
"float8_e4m3fn": 234
|
| 44 |
+
},
|
| 45 |
+
"source_bytes": 4984213736,
|
| 46 |
+
"output_bytes": 2492121152,
|
| 47 |
+
"source_sha256": "c6877663a33e453e3e7fb73d1c6d006612a3e7b29d6a9f84d697383015e2f4b8",
|
| 48 |
+
"output_sha256": "1cd145d36c08c29df9c054135e27d263044a77827cab12231ecdf458bca8edfe"
|
| 49 |
+
},
|
| 50 |
+
{
|
| 51 |
+
"file": "diffusion_pytorch_model-00005-of-00009.safetensors",
|
| 52 |
+
"tensors": 240,
|
| 53 |
+
"dtypes": {
|
| 54 |
+
"float8_e4m3fn": 240
|
| 55 |
+
},
|
| 56 |
+
"source_bytes": 4946471896,
|
| 57 |
+
"output_bytes": 2473250616,
|
| 58 |
+
"source_sha256": "31ce58f75ddfaa3851a95397ae5b22e8e435ded5f021dd7d903e138e12586d2e",
|
| 59 |
+
"output_sha256": "2a58e181828e90d71337f30f68b61a771cb82b00028f1d2da196b99f95244466"
|
| 60 |
+
},
|
| 61 |
+
{
|
| 62 |
+
"file": "diffusion_pytorch_model-00006-of-00009.safetensors",
|
| 63 |
+
"tensors": 228,
|
| 64 |
+
"dtypes": {
|
| 65 |
+
"float8_e4m3fn": 228
|
| 66 |
+
},
|
| 67 |
+
"source_bytes": 4946451560,
|
| 68 |
+
"output_bytes": 2473239712,
|
| 69 |
+
"source_sha256": "e8c1521290054c832e50086e65e50222e8e9b85cefb595667bc82ee091854772",
|
| 70 |
+
"output_sha256": "dc927644c5a47f47dadd05e6b4d41c1ca001cd1b7e2e1aa6c6d00a32ed9506a3"
|
| 71 |
+
},
|
| 72 |
+
{
|
| 73 |
+
"file": "diffusion_pytorch_model-00007-of-00009.safetensors",
|
| 74 |
+
"tensors": 228,
|
| 75 |
+
"dtypes": {
|
| 76 |
+
"float8_e4m3fn": 228
|
| 77 |
+
},
|
| 78 |
+
"source_bytes": 4908690520,
|
| 79 |
+
"output_bytes": 2454359208,
|
| 80 |
+
"source_sha256": "33847ad316bdc789f4b0c522cd0c388a025c6254e6e5b3f9626a6afe175655d3",
|
| 81 |
+
"output_sha256": "890f5ec11aeefa710741d3a88483bef3314e83a209ac99553c58801061ab31d6"
|
| 82 |
+
},
|
| 83 |
+
{
|
| 84 |
+
"file": "diffusion_pytorch_model-00008-of-00009.safetensors",
|
| 85 |
+
"tensors": 240,
|
| 86 |
+
"dtypes": {
|
| 87 |
+
"float8_e4m3fn": 240
|
| 88 |
+
},
|
| 89 |
+
"source_bytes": 4984232856,
|
| 90 |
+
"output_bytes": 2492131080,
|
| 91 |
+
"source_sha256": "770716dc6e0c7007c2e8fba297f075cae23b45985a4cda3ec4dae5f7b559c03c",
|
| 92 |
+
"output_sha256": "b2197f8e3cd8f42c6e7daa7b2f3c716d48760831a204c6a7857544b5d17c9a26"
|
| 93 |
+
},
|
| 94 |
+
{
|
| 95 |
+
"file": "diffusion_pytorch_model-00009-of-00009.safetensors",
|
| 96 |
+
"tensors": 52,
|
| 97 |
+
"dtypes": {
|
| 98 |
+
"float8_e4m3fn": 52
|
| 99 |
+
},
|
| 100 |
+
"source_bytes": 1170918840,
|
| 101 |
+
"output_bytes": 585462544,
|
| 102 |
+
"source_sha256": "3f8213dfaaf5aacba65f42c33bc77bb5926506755b1503fa6fa323750088fc0c",
|
| 103 |
+
"output_sha256": "44c9c240b71617c6794223070a5f2af73cd0354be81db3a0470bb9c105b1f6d4"
|
| 104 |
+
}
|
| 105 |
+
],
|
| 106 |
+
"source_bytes": 40861027880,
|
| 107 |
+
"output_bytes": 20430631776
|
| 108 |
+
}
|
reports/bf16/accuracy-report.json
ADDED
|
@@ -0,0 +1,1521 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"generation_report": "generation-report.json",
|
| 3 |
+
"summary": {
|
| 4 |
+
"controlnet": {
|
| 5 |
+
"samples": 100,
|
| 6 |
+
"exact": 77,
|
| 7 |
+
"mean_cer": 0.1142,
|
| 8 |
+
"mean_glyph_similarity": 0.9564,
|
| 9 |
+
"edge_touching_controls": 0
|
| 10 |
+
}
|
| 11 |
+
},
|
| 12 |
+
"contact_sheets": [
|
| 13 |
+
"contact-sheet-01.jpg",
|
| 14 |
+
"contact-sheet-02.jpg",
|
| 15 |
+
"contact-sheet-03.jpg",
|
| 16 |
+
"contact-sheet-04.jpg",
|
| 17 |
+
"contact-sheet-05.jpg"
|
| 18 |
+
],
|
| 19 |
+
"results": [
|
| 20 |
+
{
|
| 21 |
+
"strategy": "controlnet",
|
| 22 |
+
"text": "ОБУВЬ",
|
| 23 |
+
"seed": 3000,
|
| 24 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ОБУВЬ\". No other letters, words, logos, or decorations.",
|
| 25 |
+
"image": "controlnet-01.png",
|
| 26 |
+
"control": "01-control.png",
|
| 27 |
+
"control_scale": 0.85,
|
| 28 |
+
"gold": "ОБУВЬ",
|
| 29 |
+
"ocr": "ОБУВЬ",
|
| 30 |
+
"exact_match": true,
|
| 31 |
+
"cer": 0.0,
|
| 32 |
+
"glyph_similarity": 0.9911,
|
| 33 |
+
"control_margin_px": 50
|
| 34 |
+
},
|
| 35 |
+
{
|
| 36 |
+
"strategy": "controlnet",
|
| 37 |
+
"text": "ВЛЮБИТЬСЯ",
|
| 38 |
+
"seed": 3001,
|
| 39 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ВЛЮБИТЬСЯ\". No other letters, words, logos, or decorations.",
|
| 40 |
+
"image": "controlnet-02.png",
|
| 41 |
+
"control": "02-control.png",
|
| 42 |
+
"control_scale": 0.85,
|
| 43 |
+
"gold": "ВЛЮБИТЬСЯ",
|
| 44 |
+
"ocr": "ВЛЮБИТЬСЯ",
|
| 45 |
+
"exact_match": true,
|
| 46 |
+
"cer": 0.0,
|
| 47 |
+
"glyph_similarity": 0.9783,
|
| 48 |
+
"control_margin_px": 50
|
| 49 |
+
},
|
| 50 |
+
{
|
| 51 |
+
"strategy": "controlnet",
|
| 52 |
+
"text": "АРГУМЕНТ",
|
| 53 |
+
"seed": 3002,
|
| 54 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"АРГУМЕНТ\". No other letters, words, logos, or decorations.",
|
| 55 |
+
"image": "controlnet-03.png",
|
| 56 |
+
"control": "03-control.png",
|
| 57 |
+
"control_scale": 0.85,
|
| 58 |
+
"gold": "АРГУМЕНТ",
|
| 59 |
+
"ocr": "АРГУМЕНТ",
|
| 60 |
+
"exact_match": true,
|
| 61 |
+
"cer": 0.0,
|
| 62 |
+
"glyph_similarity": 0.9991,
|
| 63 |
+
"control_margin_px": 50
|
| 64 |
+
},
|
| 65 |
+
{
|
| 66 |
+
"strategy": "controlnet",
|
| 67 |
+
"text": "НОРОВИТЬ",
|
| 68 |
+
"seed": 3003,
|
| 69 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"НОРОВИТЬ\". No other letters, words, logos, or decorations.",
|
| 70 |
+
"image": "controlnet-04.png",
|
| 71 |
+
"control": "04-control.png",
|
| 72 |
+
"control_scale": 0.85,
|
| 73 |
+
"gold": "НОРОВИТЬ",
|
| 74 |
+
"ocr": "",
|
| 75 |
+
"exact_match": false,
|
| 76 |
+
"cer": 1.0,
|
| 77 |
+
"glyph_similarity": 0.994,
|
| 78 |
+
"control_margin_px": 50
|
| 79 |
+
},
|
| 80 |
+
{
|
| 81 |
+
"strategy": "controlnet",
|
| 82 |
+
"text": "ПОЛОТНО",
|
| 83 |
+
"seed": 3004,
|
| 84 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ПОЛОТНО\". No other letters, words, logos, or decorations.",
|
| 85 |
+
"image": "controlnet-05.png",
|
| 86 |
+
"control": "05-control.png",
|
| 87 |
+
"control_scale": 0.85,
|
| 88 |
+
"gold": "ПОЛОТНО",
|
| 89 |
+
"ocr": "ПОЛОТНО",
|
| 90 |
+
"exact_match": true,
|
| 91 |
+
"cer": 0.0,
|
| 92 |
+
"glyph_similarity": 0.9986,
|
| 93 |
+
"control_margin_px": 50
|
| 94 |
+
},
|
| 95 |
+
{
|
| 96 |
+
"strategy": "controlnet",
|
| 97 |
+
"text": "ПРОПУСК",
|
| 98 |
+
"seed": 3005,
|
| 99 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ПРОПУСК\". No other letters, words, logos, or decorations.",
|
| 100 |
+
"image": "controlnet-06.png",
|
| 101 |
+
"control": "06-control.png",
|
| 102 |
+
"control_scale": 0.85,
|
| 103 |
+
"gold": "ПРОПУСК",
|
| 104 |
+
"ocr": "ПРОПУСК",
|
| 105 |
+
"exact_match": true,
|
| 106 |
+
"cer": 0.0,
|
| 107 |
+
"glyph_similarity": 0.962,
|
| 108 |
+
"control_margin_px": 50
|
| 109 |
+
},
|
| 110 |
+
{
|
| 111 |
+
"strategy": "controlnet",
|
| 112 |
+
"text": "СМОЛА",
|
| 113 |
+
"seed": 3006,
|
| 114 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"СМОЛА\". No other letters, words, logos, or decorations.",
|
| 115 |
+
"image": "controlnet-07.png",
|
| 116 |
+
"control": "07-control.png",
|
| 117 |
+
"control_scale": 0.85,
|
| 118 |
+
"gold": "СМОЛА",
|
| 119 |
+
"ocr": "СМОЛА",
|
| 120 |
+
"exact_match": true,
|
| 121 |
+
"cer": 0.0,
|
| 122 |
+
"glyph_similarity": 0.9758,
|
| 123 |
+
"control_margin_px": 50
|
| 124 |
+
},
|
| 125 |
+
{
|
| 126 |
+
"strategy": "controlnet",
|
| 127 |
+
"text": "НЕДОВОЛЬНО",
|
| 128 |
+
"seed": 3007,
|
| 129 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"НЕДОВОЛЬНО\". No other letters, words, logos, or decorations.",
|
| 130 |
+
"image": "controlnet-08.png",
|
| 131 |
+
"control": "08-control.png",
|
| 132 |
+
"control_scale": 0.85,
|
| 133 |
+
"gold": "НЕДОВОЛЬНО",
|
| 134 |
+
"ocr": "НЕДОВОЛЬНО",
|
| 135 |
+
"exact_match": true,
|
| 136 |
+
"cer": 0.0,
|
| 137 |
+
"glyph_similarity": 0.9914,
|
| 138 |
+
"control_margin_px": 50
|
| 139 |
+
},
|
| 140 |
+
{
|
| 141 |
+
"strategy": "controlnet",
|
| 142 |
+
"text": "МУЧИТЕЛЬНО",
|
| 143 |
+
"seed": 3008,
|
| 144 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"МУЧИТЕЛЬНО\". No other letters, words, logos, or decorations.",
|
| 145 |
+
"image": "controlnet-09.png",
|
| 146 |
+
"control": "09-control.png",
|
| 147 |
+
"control_scale": 0.85,
|
| 148 |
+
"gold": "МУЧИТЕЛЬНО",
|
| 149 |
+
"ocr": "МУЧИТЕЛЬНО",
|
| 150 |
+
"exact_match": true,
|
| 151 |
+
"cer": 0.0,
|
| 152 |
+
"glyph_similarity": 0.963,
|
| 153 |
+
"control_margin_px": 50
|
| 154 |
+
},
|
| 155 |
+
{
|
| 156 |
+
"strategy": "controlnet",
|
| 157 |
+
"text": "СТОЯНКА",
|
| 158 |
+
"seed": 3009,
|
| 159 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"СТОЯНКА\". No other letters, words, logos, or decorations.",
|
| 160 |
+
"image": "controlnet-10.png",
|
| 161 |
+
"control": "10-control.png",
|
| 162 |
+
"control_scale": 0.85,
|
| 163 |
+
"gold": "СТОЯНКА",
|
| 164 |
+
"ocr": "СТОЯНКА",
|
| 165 |
+
"exact_match": true,
|
| 166 |
+
"cer": 0.0,
|
| 167 |
+
"glyph_similarity": 0.9549,
|
| 168 |
+
"control_margin_px": 50
|
| 169 |
+
},
|
| 170 |
+
{
|
| 171 |
+
"strategy": "controlnet",
|
| 172 |
+
"text": "СОДЕРЖАТЬСЯ",
|
| 173 |
+
"seed": 3010,
|
| 174 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"СОДЕРЖАТЬСЯ\". No other letters, words, logos, or decorations.",
|
| 175 |
+
"image": "controlnet-11.png",
|
| 176 |
+
"control": "11-control.png",
|
| 177 |
+
"control_scale": 0.85,
|
| 178 |
+
"gold": "СОДЕРЖАТЬСЯ",
|
| 179 |
+
"ocr": "СОДЕРЖАТЬСЯ",
|
| 180 |
+
"exact_match": true,
|
| 181 |
+
"cer": 0.0,
|
| 182 |
+
"glyph_similarity": 0.9099,
|
| 183 |
+
"control_margin_px": 50
|
| 184 |
+
},
|
| 185 |
+
{
|
| 186 |
+
"strategy": "controlnet",
|
| 187 |
+
"text": "ВСЛЕДСТВИЕ",
|
| 188 |
+
"seed": 3011,
|
| 189 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ВСЛЕДСТВИЕ\". No other letters, words, logos, or decorations.",
|
| 190 |
+
"image": "controlnet-12.png",
|
| 191 |
+
"control": "12-control.png",
|
| 192 |
+
"control_scale": 0.85,
|
| 193 |
+
"gold": "ВСЛЕДСТВИЕ",
|
| 194 |
+
"ocr": "ВСЛЕДСТВИЕ",
|
| 195 |
+
"exact_match": true,
|
| 196 |
+
"cer": 0.0,
|
| 197 |
+
"glyph_similarity": 0.972,
|
| 198 |
+
"control_margin_px": 50
|
| 199 |
+
},
|
| 200 |
+
{
|
| 201 |
+
"strategy": "controlnet",
|
| 202 |
+
"text": "ТУПИК",
|
| 203 |
+
"seed": 3012,
|
| 204 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ТУПИК\". No other letters, words, logos, or decorations.",
|
| 205 |
+
"image": "controlnet-13.png",
|
| 206 |
+
"control": "13-control.png",
|
| 207 |
+
"control_scale": 0.85,
|
| 208 |
+
"gold": "ТУПИК",
|
| 209 |
+
"ocr": "ТУПИК",
|
| 210 |
+
"exact_match": true,
|
| 211 |
+
"cer": 0.0,
|
| 212 |
+
"glyph_similarity": 0.9849,
|
| 213 |
+
"control_margin_px": 50
|
| 214 |
+
},
|
| 215 |
+
{
|
| 216 |
+
"strategy": "controlnet",
|
| 217 |
+
"text": "ОВОЩ",
|
| 218 |
+
"seed": 3013,
|
| 219 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ОВОЩ\". No other letters, words, logos, or decorations.",
|
| 220 |
+
"image": "controlnet-14.png",
|
| 221 |
+
"control": "14-control.png",
|
| 222 |
+
"control_scale": 0.85,
|
| 223 |
+
"gold": "ОВОЩ",
|
| 224 |
+
"ocr": "ОВОЩ",
|
| 225 |
+
"exact_match": true,
|
| 226 |
+
"cer": 0.0,
|
| 227 |
+
"glyph_similarity": 0.9961,
|
| 228 |
+
"control_margin_px": 50
|
| 229 |
+
},
|
| 230 |
+
{
|
| 231 |
+
"strategy": "controlnet",
|
| 232 |
+
"text": "НЕХОРОШИЙ",
|
| 233 |
+
"seed": 3014,
|
| 234 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"НЕХОРОШИЙ\". No other letters, words, logos, or decorations.",
|
| 235 |
+
"image": "controlnet-15.png",
|
| 236 |
+
"control": "15-control.png",
|
| 237 |
+
"control_scale": 0.85,
|
| 238 |
+
"gold": "НЕХОРОШИЙ",
|
| 239 |
+
"ocr": "",
|
| 240 |
+
"exact_match": false,
|
| 241 |
+
"cer": 1.0,
|
| 242 |
+
"glyph_similarity": 0.9898,
|
| 243 |
+
"control_margin_px": 50
|
| 244 |
+
},
|
| 245 |
+
{
|
| 246 |
+
"strategy": "controlnet",
|
| 247 |
+
"text": "ОТРЫВАТЬСЯ",
|
| 248 |
+
"seed": 3015,
|
| 249 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ОТРЫВАТЬСЯ\". No other letters, words, logos, or decorations.",
|
| 250 |
+
"image": "controlnet-16.png",
|
| 251 |
+
"control": "16-control.png",
|
| 252 |
+
"control_scale": 0.85,
|
| 253 |
+
"gold": "ОТРЫВАТЬСЯ",
|
| 254 |
+
"ocr": "ОТРЫВАТЬСЯ",
|
| 255 |
+
"exact_match": true,
|
| 256 |
+
"cer": 0.0,
|
| 257 |
+
"glyph_similarity": 0.9903,
|
| 258 |
+
"control_margin_px": 50
|
| 259 |
+
},
|
| 260 |
+
{
|
| 261 |
+
"strategy": "controlnet",
|
| 262 |
+
"text": "МИКРОФОН",
|
| 263 |
+
"seed": 3016,
|
| 264 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"МИКРОФОН\". No other letters, words, logos, or decorations.",
|
| 265 |
+
"image": "controlnet-17.png",
|
| 266 |
+
"control": "17-control.png",
|
| 267 |
+
"control_scale": 0.85,
|
| 268 |
+
"gold": "МИКРОФОН",
|
| 269 |
+
"ocr": "МИКРОФОН",
|
| 270 |
+
"exact_match": true,
|
| 271 |
+
"cer": 0.0,
|
| 272 |
+
"glyph_similarity": 0.9979,
|
| 273 |
+
"control_margin_px": 50
|
| 274 |
+
},
|
| 275 |
+
{
|
| 276 |
+
"strategy": "controlnet",
|
| 277 |
+
"text": "ПЫШНЫЙ",
|
| 278 |
+
"seed": 3017,
|
| 279 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ПЫШНЫЙ\". No other letters, words, logos, or decorations.",
|
| 280 |
+
"image": "controlnet-18.png",
|
| 281 |
+
"control": "18-control.png",
|
| 282 |
+
"control_scale": 0.85,
|
| 283 |
+
"gold": "ПЫШНЫЙ",
|
| 284 |
+
"ocr": "ПЫШНЫЙ",
|
| 285 |
+
"exact_match": true,
|
| 286 |
+
"cer": 0.0,
|
| 287 |
+
"glyph_similarity": 0.9866,
|
| 288 |
+
"control_margin_px": 50
|
| 289 |
+
},
|
| 290 |
+
{
|
| 291 |
+
"strategy": "controlnet",
|
| 292 |
+
"text": "СТАДИЯ",
|
| 293 |
+
"seed": 3018,
|
| 294 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"СТАДИЯ\". No other letters, words, logos, or decorations.",
|
| 295 |
+
"image": "controlnet-19.png",
|
| 296 |
+
"control": "19-control.png",
|
| 297 |
+
"control_scale": 0.85,
|
| 298 |
+
"gold": "СТАДИЯ",
|
| 299 |
+
"ocr": "СТАДИЯ",
|
| 300 |
+
"exact_match": true,
|
| 301 |
+
"cer": 0.0,
|
| 302 |
+
"glyph_similarity": 0.9773,
|
| 303 |
+
"control_margin_px": 50
|
| 304 |
+
},
|
| 305 |
+
{
|
| 306 |
+
"strategy": "controlnet",
|
| 307 |
+
"text": "ПЕРЕБРАТЬСЯ",
|
| 308 |
+
"seed": 3019,
|
| 309 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ПЕРЕБРАТЬСЯ\". No other letters, words, logos, or decorations.",
|
| 310 |
+
"image": "controlnet-20.png",
|
| 311 |
+
"control": "20-control.png",
|
| 312 |
+
"control_scale": 0.85,
|
| 313 |
+
"gold": "ПЕРЕБРАТЬСЯ",
|
| 314 |
+
"ocr": "ПЕРЕБРАТЬСЯ",
|
| 315 |
+
"exact_match": true,
|
| 316 |
+
"cer": 0.0,
|
| 317 |
+
"glyph_similarity": 0.9926,
|
| 318 |
+
"control_margin_px": 50
|
| 319 |
+
},
|
| 320 |
+
{
|
| 321 |
+
"strategy": "controlnet",
|
| 322 |
+
"text": "СОЗДАВАТЬСЯ",
|
| 323 |
+
"seed": 3020,
|
| 324 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"СОЗДАВАТЬСЯ\". No other letters, words, logos, or decorations.",
|
| 325 |
+
"image": "controlnet-21.png",
|
| 326 |
+
"control": "21-control.png",
|
| 327 |
+
"control_scale": 0.85,
|
| 328 |
+
"gold": "СОЗДАВАТЬСЯ",
|
| 329 |
+
"ocr": "СОЗДАВАТЬСЯ",
|
| 330 |
+
"exact_match": true,
|
| 331 |
+
"cer": 0.0,
|
| 332 |
+
"glyph_similarity": 0.9122,
|
| 333 |
+
"control_margin_px": 50
|
| 334 |
+
},
|
| 335 |
+
{
|
| 336 |
+
"strategy": "controlnet",
|
| 337 |
+
"text": "МАШИНАЛЬНЫЙ",
|
| 338 |
+
"seed": 3021,
|
| 339 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"МАШИНАЛЬНЫЙ\". No other letters, words, logos, or decorations.",
|
| 340 |
+
"image": "controlnet-22.png",
|
| 341 |
+
"control": "22-control.png",
|
| 342 |
+
"control_scale": 0.85,
|
| 343 |
+
"gold": "МАШИНАЛЬНЫЙ",
|
| 344 |
+
"ocr": "МАШИНАЛЬНЫЙ",
|
| 345 |
+
"exact_match": true,
|
| 346 |
+
"cer": 0.0,
|
| 347 |
+
"glyph_similarity": 0.9574,
|
| 348 |
+
"control_margin_px": 50
|
| 349 |
+
},
|
| 350 |
+
{
|
| 351 |
+
"strategy": "controlnet",
|
| 352 |
+
"text": "ЛЕГКОСТЬ",
|
| 353 |
+
"seed": 3022,
|
| 354 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ЛЕГКОСТЬ\". No other letters, words, logos, or decorations.",
|
| 355 |
+
"image": "controlnet-23.png",
|
| 356 |
+
"control": "23-control.png",
|
| 357 |
+
"control_scale": 0.85,
|
| 358 |
+
"gold": "ЛЕГКОСТЬ",
|
| 359 |
+
"ocr": "ЛЕГКОСТЬ",
|
| 360 |
+
"exact_match": true,
|
| 361 |
+
"cer": 0.0,
|
| 362 |
+
"glyph_similarity": 0.986,
|
| 363 |
+
"control_margin_px": 50
|
| 364 |
+
},
|
| 365 |
+
{
|
| 366 |
+
"strategy": "controlnet",
|
| 367 |
+
"text": "МОЛОТ",
|
| 368 |
+
"seed": 3023,
|
| 369 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"МОЛОТ\". No other letters, words, logos, or decorations.",
|
| 370 |
+
"image": "controlnet-24.png",
|
| 371 |
+
"control": "24-control.png",
|
| 372 |
+
"control_scale": 0.85,
|
| 373 |
+
"gold": "МОЛОТ",
|
| 374 |
+
"ocr": "МОЛОТ",
|
| 375 |
+
"exact_match": true,
|
| 376 |
+
"cer": 0.0,
|
| 377 |
+
"glyph_similarity": 0.892,
|
| 378 |
+
"control_margin_px": 50
|
| 379 |
+
},
|
| 380 |
+
{
|
| 381 |
+
"strategy": "controlnet",
|
| 382 |
+
"text": "СКРОМНО",
|
| 383 |
+
"seed": 3024,
|
| 384 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"СКРОМНО\". No other letters, words, logos, or decorations.",
|
| 385 |
+
"image": "controlnet-25.png",
|
| 386 |
+
"control": "25-control.png",
|
| 387 |
+
"control_scale": 0.85,
|
| 388 |
+
"gold": "СКРОМНО",
|
| 389 |
+
"ocr": "СКРОМНО",
|
| 390 |
+
"exact_match": true,
|
| 391 |
+
"cer": 0.0,
|
| 392 |
+
"glyph_similarity": 0.9882,
|
| 393 |
+
"control_margin_px": 50
|
| 394 |
+
},
|
| 395 |
+
{
|
| 396 |
+
"strategy": "controlnet",
|
| 397 |
+
"text": "ВЕРХУШКА",
|
| 398 |
+
"seed": 3025,
|
| 399 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ВЕРХУШКА\". No other letters, words, logos, or decorations.",
|
| 400 |
+
"image": "controlnet-26.png",
|
| 401 |
+
"control": "26-control.png",
|
| 402 |
+
"control_scale": 0.85,
|
| 403 |
+
"gold": "ВЕРХУШКА",
|
| 404 |
+
"ocr": "ВЕРХУШКА",
|
| 405 |
+
"exact_match": true,
|
| 406 |
+
"cer": 0.0,
|
| 407 |
+
"glyph_similarity": 0.9919,
|
| 408 |
+
"control_margin_px": 50
|
| 409 |
+
},
|
| 410 |
+
{
|
| 411 |
+
"strategy": "controlnet",
|
| 412 |
+
"text": "ОКО",
|
| 413 |
+
"seed": 3026,
|
| 414 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ОКО\". No other letters, words, logos, or decorations.",
|
| 415 |
+
"image": "controlnet-27.png",
|
| 416 |
+
"control": "27-control.png",
|
| 417 |
+
"control_scale": 0.85,
|
| 418 |
+
"gold": "ОКО",
|
| 419 |
+
"ocr": "ОКО",
|
| 420 |
+
"exact_match": true,
|
| 421 |
+
"cer": 0.0,
|
| 422 |
+
"glyph_similarity": 0.9879,
|
| 423 |
+
"control_margin_px": 50
|
| 424 |
+
},
|
| 425 |
+
{
|
| 426 |
+
"strategy": "controlnet",
|
| 427 |
+
"text": "ВОПРЕКИ",
|
| 428 |
+
"seed": 3027,
|
| 429 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ВОПРЕКИ\". No other letters, words, logos, or decorations.",
|
| 430 |
+
"image": "controlnet-28.png",
|
| 431 |
+
"control": "28-control.png",
|
| 432 |
+
"control_scale": 0.85,
|
| 433 |
+
"gold": "ВОПРЕКИ",
|
| 434 |
+
"ocr": "ВОПРЕКИ",
|
| 435 |
+
"exact_match": true,
|
| 436 |
+
"cer": 0.0,
|
| 437 |
+
"glyph_similarity": 0.9846,
|
| 438 |
+
"control_margin_px": 50
|
| 439 |
+
},
|
| 440 |
+
{
|
| 441 |
+
"strategy": "controlnet",
|
| 442 |
+
"text": "АКТИВНО",
|
| 443 |
+
"seed": 3028,
|
| 444 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"АКТИВНО\". No other letters, words, logos, or decorations.",
|
| 445 |
+
"image": "controlnet-29.png",
|
| 446 |
+
"control": "29-control.png",
|
| 447 |
+
"control_scale": 0.85,
|
| 448 |
+
"gold": "АКТИВНО",
|
| 449 |
+
"ocr": "АКТИВНО",
|
| 450 |
+
"exact_match": true,
|
| 451 |
+
"cer": 0.0,
|
| 452 |
+
"glyph_similarity": 0.9967,
|
| 453 |
+
"control_margin_px": 50
|
| 454 |
+
},
|
| 455 |
+
{
|
| 456 |
+
"strategy": "controlnet",
|
| 457 |
+
"text": "НАЦИОНАЛЬНОСТЬ",
|
| 458 |
+
"seed": 3029,
|
| 459 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"НАЦИОНАЛЬНОСТЬ\". No other letters, words, logos, or decorations.",
|
| 460 |
+
"image": "controlnet-30.png",
|
| 461 |
+
"control": "30-control.png",
|
| 462 |
+
"control_scale": 0.85,
|
| 463 |
+
"gold": "НАЦИОНАЛЬНОСТЬ",
|
| 464 |
+
"ocr": "НАЦИОНААЛЬНОСТ",
|
| 465 |
+
"exact_match": false,
|
| 466 |
+
"cer": 0.1429,
|
| 467 |
+
"glyph_similarity": 0.94,
|
| 468 |
+
"control_margin_px": 50
|
| 469 |
+
},
|
| 470 |
+
{
|
| 471 |
+
"strategy": "controlnet",
|
| 472 |
+
"text": "ПЛАТФОРМА",
|
| 473 |
+
"seed": 3030,
|
| 474 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ПЛАТФОРМА\". No other letters, words, logos, or decorations.",
|
| 475 |
+
"image": "controlnet-31.png",
|
| 476 |
+
"control": "31-control.png",
|
| 477 |
+
"control_scale": 0.85,
|
| 478 |
+
"gold": "ПЛАТФОРМА",
|
| 479 |
+
"ocr": "ПЛАТФОРМА",
|
| 480 |
+
"exact_match": true,
|
| 481 |
+
"cer": 0.0,
|
| 482 |
+
"glyph_similarity": 0.9989,
|
| 483 |
+
"control_margin_px": 50
|
| 484 |
+
},
|
| 485 |
+
{
|
| 486 |
+
"strategy": "controlnet",
|
| 487 |
+
"text": "ВЕРСТА",
|
| 488 |
+
"seed": 3031,
|
| 489 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ВЕРСТА\". No other letters, words, logos, or decorations.",
|
| 490 |
+
"image": "controlnet-32.png",
|
| 491 |
+
"control": "32-control.png",
|
| 492 |
+
"control_scale": 0.85,
|
| 493 |
+
"gold": "ВЕРСТА",
|
| 494 |
+
"ocr": "ВЕРСТА",
|
| 495 |
+
"exact_match": true,
|
| 496 |
+
"cer": 0.0,
|
| 497 |
+
"glyph_similarity": 0.9895,
|
| 498 |
+
"control_margin_px": 50
|
| 499 |
+
},
|
| 500 |
+
{
|
| 501 |
+
"strategy": "controlnet",
|
| 502 |
+
"text": "ПОДРУЖКА",
|
| 503 |
+
"seed": 3032,
|
| 504 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ПОДРУЖКА\". No other letters, words, logos, or decorations.",
|
| 505 |
+
"image": "controlnet-33.png",
|
| 506 |
+
"control": "33-control.png",
|
| 507 |
+
"control_scale": 0.85,
|
| 508 |
+
"gold": "ПОДРУЖКА",
|
| 509 |
+
"ocr": "ПОДРУЖКА",
|
| 510 |
+
"exact_match": true,
|
| 511 |
+
"cer": 0.0,
|
| 512 |
+
"glyph_similarity": 0.9976,
|
| 513 |
+
"control_margin_px": 50
|
| 514 |
+
},
|
| 515 |
+
{
|
| 516 |
+
"strategy": "controlnet",
|
| 517 |
+
"text": "ПРАКТИК",
|
| 518 |
+
"seed": 3033,
|
| 519 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ПРАКТИК\". No other letters, words, logos, or decorations.",
|
| 520 |
+
"image": "controlnet-34.png",
|
| 521 |
+
"control": "34-control.png",
|
| 522 |
+
"control_scale": 0.85,
|
| 523 |
+
"gold": "ПРАКТИК",
|
| 524 |
+
"ocr": "ПРАКТИК",
|
| 525 |
+
"exact_match": true,
|
| 526 |
+
"cer": 0.0,
|
| 527 |
+
"glyph_similarity": 0.9402,
|
| 528 |
+
"control_margin_px": 50
|
| 529 |
+
},
|
| 530 |
+
{
|
| 531 |
+
"strategy": "controlnet",
|
| 532 |
+
"text": "ОГРАНИЧЕННЫЙ",
|
| 533 |
+
"seed": 3034,
|
| 534 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ОГРАНИЧЕННЫЙ\". No other letters, words, logos, or decorations.",
|
| 535 |
+
"image": "controlnet-35.png",
|
| 536 |
+
"control": "35-control.png",
|
| 537 |
+
"control_scale": 0.85,
|
| 538 |
+
"gold": "ОГРАНИЧЕННЫЙ",
|
| 539 |
+
"ocr": "ОГРАНИЧЕ Нны]",
|
| 540 |
+
"exact_match": false,
|
| 541 |
+
"cer": 0.3333,
|
| 542 |
+
"glyph_similarity": 0.9071,
|
| 543 |
+
"control_margin_px": 50
|
| 544 |
+
},
|
| 545 |
+
{
|
| 546 |
+
"strategy": "controlnet",
|
| 547 |
+
"text": "ОГЛЯДЫВАТЬ",
|
| 548 |
+
"seed": 3035,
|
| 549 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ОГЛЯДЫВАТЬ\". No other letters, words, logos, or decorations.",
|
| 550 |
+
"image": "controlnet-36.png",
|
| 551 |
+
"control": "36-control.png",
|
| 552 |
+
"control_scale": 0.85,
|
| 553 |
+
"gold": "ОГЛЯДЫВАТЬ",
|
| 554 |
+
"ocr": "ОГЛЯДЫВАТЬ",
|
| 555 |
+
"exact_match": true,
|
| 556 |
+
"cer": 0.0,
|
| 557 |
+
"glyph_similarity": 0.9957,
|
| 558 |
+
"control_margin_px": 50
|
| 559 |
+
},
|
| 560 |
+
{
|
| 561 |
+
"strategy": "controlnet",
|
| 562 |
+
"text": "ВЗЯТОК",
|
| 563 |
+
"seed": 3036,
|
| 564 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ВЗЯТОК\". No other letters, words, logos, or decorations.",
|
| 565 |
+
"image": "controlnet-37.png",
|
| 566 |
+
"control": "37-control.png",
|
| 567 |
+
"control_scale": 0.85,
|
| 568 |
+
"gold": "ВЗЯТОК",
|
| 569 |
+
"ocr": "ВЗЯТОК",
|
| 570 |
+
"exact_match": true,
|
| 571 |
+
"cer": 0.0,
|
| 572 |
+
"glyph_similarity": 0.9497,
|
| 573 |
+
"control_margin_px": 50
|
| 574 |
+
},
|
| 575 |
+
{
|
| 576 |
+
"strategy": "controlnet",
|
| 577 |
+
"text": "ГУСЕНИЦА",
|
| 578 |
+
"seed": 3037,
|
| 579 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ГУСЕНИЦА\". No other letters, words, logos, or decorations.",
|
| 580 |
+
"image": "controlnet-38.png",
|
| 581 |
+
"control": "38-control.png",
|
| 582 |
+
"control_scale": 0.85,
|
| 583 |
+
"gold": "ГУСЕНИЦА",
|
| 584 |
+
"ocr": "ГУСЕНИЦА",
|
| 585 |
+
"exact_match": true,
|
| 586 |
+
"cer": 0.0,
|
| 587 |
+
"glyph_similarity": 0.9925,
|
| 588 |
+
"control_margin_px": 50
|
| 589 |
+
},
|
| 590 |
+
{
|
| 591 |
+
"strategy": "controlnet",
|
| 592 |
+
"text": "ОБЪЯТИЕ",
|
| 593 |
+
"seed": 3038,
|
| 594 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ОБЪЯТИЕ\". No other letters, words, logos, or decorations.",
|
| 595 |
+
"image": "controlnet-39.png",
|
| 596 |
+
"control": "39-control.png",
|
| 597 |
+
"control_scale": 0.85,
|
| 598 |
+
"gold": "ОБЪЯТИЕ",
|
| 599 |
+
"ocr": "ОБЬЯТИЕ",
|
| 600 |
+
"exact_match": false,
|
| 601 |
+
"cer": 0.1429,
|
| 602 |
+
"glyph_similarity": 0.9023,
|
| 603 |
+
"control_margin_px": 50
|
| 604 |
+
},
|
| 605 |
+
{
|
| 606 |
+
"strategy": "controlnet",
|
| 607 |
+
"text": "ОТСТАВКА",
|
| 608 |
+
"seed": 3039,
|
| 609 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ОТСТАВКА\". No other letters, words, logos, or decorations.",
|
| 610 |
+
"image": "controlnet-40.png",
|
| 611 |
+
"control": "40-control.png",
|
| 612 |
+
"control_scale": 0.85,
|
| 613 |
+
"gold": "ОТСТАВКА",
|
| 614 |
+
"ocr": "OTCKABKA",
|
| 615 |
+
"exact_match": false,
|
| 616 |
+
"cer": 1.0,
|
| 617 |
+
"glyph_similarity": 0.9695,
|
| 618 |
+
"control_margin_px": 50
|
| 619 |
+
},
|
| 620 |
+
{
|
| 621 |
+
"strategy": "controlnet",
|
| 622 |
+
"text": "ИХНИЙ",
|
| 623 |
+
"seed": 3040,
|
| 624 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ИХНИЙ\". No other letters, words, logos, or decorations.",
|
| 625 |
+
"image": "controlnet-41.png",
|
| 626 |
+
"control": "41-control.png",
|
| 627 |
+
"control_scale": 0.85,
|
| 628 |
+
"gold": "ИХНИЙ",
|
| 629 |
+
"ocr": "ИХНИЙ",
|
| 630 |
+
"exact_match": true,
|
| 631 |
+
"cer": 0.0,
|
| 632 |
+
"glyph_similarity": 0.9841,
|
| 633 |
+
"control_margin_px": 50
|
| 634 |
+
},
|
| 635 |
+
{
|
| 636 |
+
"strategy": "controlnet",
|
| 637 |
+
"text": "ЧЕРЕСЧУР",
|
| 638 |
+
"seed": 3041,
|
| 639 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ЧЕРЕСЧУР\". No other letters, words, logos, or decorations.",
|
| 640 |
+
"image": "controlnet-42.png",
|
| 641 |
+
"control": "42-control.png",
|
| 642 |
+
"control_scale": 0.85,
|
| 643 |
+
"gold": "ЧЕРЕСЧУР",
|
| 644 |
+
"ocr": "ЧЕРЕСЧУР",
|
| 645 |
+
"exact_match": true,
|
| 646 |
+
"cer": 0.0,
|
| 647 |
+
"glyph_similarity": 0.9124,
|
| 648 |
+
"control_margin_px": 50
|
| 649 |
+
},
|
| 650 |
+
{
|
| 651 |
+
"strategy": "controlnet",
|
| 652 |
+
"text": "ОР��ГИНАЛЬНЫЙ",
|
| 653 |
+
"seed": 3042,
|
| 654 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ОРИГИНАЛЬНЫЙ\". No other letters, words, logos, or decorations.",
|
| 655 |
+
"image": "controlnet-43.png",
|
| 656 |
+
"control": "43-control.png",
|
| 657 |
+
"control_scale": 0.85,
|
| 658 |
+
"gold": "ОРИГИНАЛЬНЫЙ",
|
| 659 |
+
"ocr": "ОРИФИНАЛЬНЬЙ",
|
| 660 |
+
"exact_match": false,
|
| 661 |
+
"cer": 0.1667,
|
| 662 |
+
"glyph_similarity": 0.8317,
|
| 663 |
+
"control_margin_px": 50
|
| 664 |
+
},
|
| 665 |
+
{
|
| 666 |
+
"strategy": "controlnet",
|
| 667 |
+
"text": "РЕЛЬС",
|
| 668 |
+
"seed": 3043,
|
| 669 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"РЕЛЬС\". No other letters, words, logos, or decorations.",
|
| 670 |
+
"image": "controlnet-44.png",
|
| 671 |
+
"control": "44-control.png",
|
| 672 |
+
"control_scale": 0.85,
|
| 673 |
+
"gold": "РЕЛЬС",
|
| 674 |
+
"ocr": "РЕЛЬС",
|
| 675 |
+
"exact_match": true,
|
| 676 |
+
"cer": 0.0,
|
| 677 |
+
"glyph_similarity": 0.9927,
|
| 678 |
+
"control_margin_px": 50
|
| 679 |
+
},
|
| 680 |
+
{
|
| 681 |
+
"strategy": "controlnet",
|
| 682 |
+
"text": "РЫБКА",
|
| 683 |
+
"seed": 3044,
|
| 684 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"РЫБКА\". No other letters, words, logos, or decorations.",
|
| 685 |
+
"image": "controlnet-45.png",
|
| 686 |
+
"control": "45-control.png",
|
| 687 |
+
"control_scale": 0.85,
|
| 688 |
+
"gold": "РЫБКА",
|
| 689 |
+
"ocr": "РЫБКА",
|
| 690 |
+
"exact_match": true,
|
| 691 |
+
"cer": 0.0,
|
| 692 |
+
"glyph_similarity": 0.9684,
|
| 693 |
+
"control_margin_px": 50
|
| 694 |
+
},
|
| 695 |
+
{
|
| 696 |
+
"strategy": "controlnet",
|
| 697 |
+
"text": "ИГРОК",
|
| 698 |
+
"seed": 3045,
|
| 699 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ИГРОК\". No other letters, words, logos, or decorations.",
|
| 700 |
+
"image": "controlnet-46.png",
|
| 701 |
+
"control": "46-control.png",
|
| 702 |
+
"control_scale": 0.85,
|
| 703 |
+
"gold": "ИГРОК",
|
| 704 |
+
"ocr": "ИГРОК",
|
| 705 |
+
"exact_match": true,
|
| 706 |
+
"cer": 0.0,
|
| 707 |
+
"glyph_similarity": 0.9918,
|
| 708 |
+
"control_margin_px": 50
|
| 709 |
+
},
|
| 710 |
+
{
|
| 711 |
+
"strategy": "controlnet",
|
| 712 |
+
"text": "ВИТЬ",
|
| 713 |
+
"seed": 3046,
|
| 714 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ВИТЬ\". No other letters, words, logos, or decorations.",
|
| 715 |
+
"image": "controlnet-47.png",
|
| 716 |
+
"control": "47-control.png",
|
| 717 |
+
"control_scale": 0.85,
|
| 718 |
+
"gold": "ВИТЬ",
|
| 719 |
+
"ocr": "ВИТЬ",
|
| 720 |
+
"exact_match": true,
|
| 721 |
+
"cer": 0.0,
|
| 722 |
+
"glyph_similarity": 0.9496,
|
| 723 |
+
"control_margin_px": 50
|
| 724 |
+
},
|
| 725 |
+
{
|
| 726 |
+
"strategy": "controlnet",
|
| 727 |
+
"text": "УРА",
|
| 728 |
+
"seed": 3047,
|
| 729 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"УРА\". No other letters, words, logos, or decorations.",
|
| 730 |
+
"image": "controlnet-48.png",
|
| 731 |
+
"control": "48-control.png",
|
| 732 |
+
"control_scale": 0.85,
|
| 733 |
+
"gold": "УРА",
|
| 734 |
+
"ocr": "УРА",
|
| 735 |
+
"exact_match": true,
|
| 736 |
+
"cer": 0.0,
|
| 737 |
+
"glyph_similarity": 0.9943,
|
| 738 |
+
"control_margin_px": 51
|
| 739 |
+
},
|
| 740 |
+
{
|
| 741 |
+
"strategy": "controlnet",
|
| 742 |
+
"text": "ШОРОХ",
|
| 743 |
+
"seed": 3048,
|
| 744 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ШОРОХ\". No other letters, words, logos, or decorations.",
|
| 745 |
+
"image": "controlnet-49.png",
|
| 746 |
+
"control": "49-control.png",
|
| 747 |
+
"control_scale": 0.85,
|
| 748 |
+
"gold": "ШОРОХ",
|
| 749 |
+
"ocr": "ШОРОХ",
|
| 750 |
+
"exact_match": true,
|
| 751 |
+
"cer": 0.0,
|
| 752 |
+
"glyph_similarity": 0.9506,
|
| 753 |
+
"control_margin_px": 50
|
| 754 |
+
},
|
| 755 |
+
{
|
| 756 |
+
"strategy": "controlnet",
|
| 757 |
+
"text": "НОВИЧОК",
|
| 758 |
+
"seed": 3049,
|
| 759 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"НОВИЧОК\". No other letters, words, logos, or decorations.",
|
| 760 |
+
"image": "controlnet-50.png",
|
| 761 |
+
"control": "50-control.png",
|
| 762 |
+
"control_scale": 0.85,
|
| 763 |
+
"gold": "НОВИЧОК",
|
| 764 |
+
"ocr": "НОВИЧОК",
|
| 765 |
+
"exact_match": true,
|
| 766 |
+
"cer": 0.0,
|
| 767 |
+
"glyph_similarity": 0.9729,
|
| 768 |
+
"control_margin_px": 50
|
| 769 |
+
},
|
| 770 |
+
{
|
| 771 |
+
"strategy": "controlnet",
|
| 772 |
+
"text": "ПАРНИШКА",
|
| 773 |
+
"seed": 3050,
|
| 774 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ПАРНИШКА\". No other letters, words, logos, or decorations.",
|
| 775 |
+
"image": "controlnet-51.png",
|
| 776 |
+
"control": "51-control.png",
|
| 777 |
+
"control_scale": 0.85,
|
| 778 |
+
"gold": "ПАРНИШКА",
|
| 779 |
+
"ocr": "ПАРНИШКА",
|
| 780 |
+
"exact_match": true,
|
| 781 |
+
"cer": 0.0,
|
| 782 |
+
"glyph_similarity": 0.9973,
|
| 783 |
+
"control_margin_px": 50
|
| 784 |
+
},
|
| 785 |
+
{
|
| 786 |
+
"strategy": "controlnet",
|
| 787 |
+
"text": "СКОТИНА",
|
| 788 |
+
"seed": 3051,
|
| 789 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"СКОТИНА\". No other letters, words, logos, or decorations.",
|
| 790 |
+
"image": "controlnet-52.png",
|
| 791 |
+
"control": "52-control.png",
|
| 792 |
+
"control_scale": 0.85,
|
| 793 |
+
"gold": "СКОТИНА",
|
| 794 |
+
"ocr": "СКОТИНА",
|
| 795 |
+
"exact_match": true,
|
| 796 |
+
"cer": 0.0,
|
| 797 |
+
"glyph_similarity": 0.9837,
|
| 798 |
+
"control_margin_px": 50
|
| 799 |
+
},
|
| 800 |
+
{
|
| 801 |
+
"strategy": "controlnet",
|
| 802 |
+
"text": "ПОРУЧЕНИЕ",
|
| 803 |
+
"seed": 3052,
|
| 804 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ПОРУЧЕНИЕ\". No other letters, words, logos, or decorations.",
|
| 805 |
+
"image": "controlnet-53.png",
|
| 806 |
+
"control": "53-control.png",
|
| 807 |
+
"control_scale": 0.85,
|
| 808 |
+
"gold": "ПОРУЧЕНИЕ",
|
| 809 |
+
"ocr": "",
|
| 810 |
+
"exact_match": false,
|
| 811 |
+
"cer": 1.0,
|
| 812 |
+
"glyph_similarity": 0.9878,
|
| 813 |
+
"control_margin_px": 50
|
| 814 |
+
},
|
| 815 |
+
{
|
| 816 |
+
"strategy": "controlnet",
|
| 817 |
+
"text": "СОСЛАТЬСЯ",
|
| 818 |
+
"seed": 3053,
|
| 819 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"СОСЛАТЬСЯ\". No other letters, words, logos, or decorations.",
|
| 820 |
+
"image": "controlnet-54.png",
|
| 821 |
+
"control": "54-control.png",
|
| 822 |
+
"control_scale": 0.85,
|
| 823 |
+
"gold": "СОСЛАТЬСЯ",
|
| 824 |
+
"ocr": "СОСЛАТЬСЯ",
|
| 825 |
+
"exact_match": true,
|
| 826 |
+
"cer": 0.0,
|
| 827 |
+
"glyph_similarity": 0.9941,
|
| 828 |
+
"control_margin_px": 50
|
| 829 |
+
},
|
| 830 |
+
{
|
| 831 |
+
"strategy": "controlnet",
|
| 832 |
+
"text": "ПРЕМЬЕР",
|
| 833 |
+
"seed": 3054,
|
| 834 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ПРЕМЬЕР\". No other letters, words, logos, or decorations.",
|
| 835 |
+
"image": "controlnet-55.png",
|
| 836 |
+
"control": "55-control.png",
|
| 837 |
+
"control_scale": 0.85,
|
| 838 |
+
"gold": "ПРЕМЬЕР",
|
| 839 |
+
"ocr": "ПРЕМЬЕР",
|
| 840 |
+
"exact_match": true,
|
| 841 |
+
"cer": 0.0,
|
| 842 |
+
"glyph_similarity": 0.9874,
|
| 843 |
+
"control_margin_px": 50
|
| 844 |
+
},
|
| 845 |
+
{
|
| 846 |
+
"strategy": "controlnet",
|
| 847 |
+
"text": "ДОБЫВАТЬ",
|
| 848 |
+
"seed": 3055,
|
| 849 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ДОБЫВАТЬ\". No other letters, words, logos, or decorations.",
|
| 850 |
+
"image": "controlnet-56.png",
|
| 851 |
+
"control": "56-control.png",
|
| 852 |
+
"control_scale": 0.85,
|
| 853 |
+
"gold": "ДОБЫВАТЬ",
|
| 854 |
+
"ocr": "ДОБЫВАТЬ",
|
| 855 |
+
"exact_match": true,
|
| 856 |
+
"cer": 0.0,
|
| 857 |
+
"glyph_similarity": 0.9212,
|
| 858 |
+
"control_margin_px": 50
|
| 859 |
+
},
|
| 860 |
+
{
|
| 861 |
+
"strategy": "controlnet",
|
| 862 |
+
"text": "РЫВОК",
|
| 863 |
+
"seed": 3056,
|
| 864 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"РЫВОК\". No other letters, words, logos, or decorations.",
|
| 865 |
+
"image": "controlnet-57.png",
|
| 866 |
+
"control": "57-control.png",
|
| 867 |
+
"control_scale": 0.85,
|
| 868 |
+
"gold": "РЫВОК",
|
| 869 |
+
"ocr": "РЫВОК",
|
| 870 |
+
"exact_match": true,
|
| 871 |
+
"cer": 0.0,
|
| 872 |
+
"glyph_similarity": 0.9494,
|
| 873 |
+
"control_margin_px": 50
|
| 874 |
+
},
|
| 875 |
+
{
|
| 876 |
+
"strategy": "controlnet",
|
| 877 |
+
"text": "ЗАКАНЧИВАТЬСЯ",
|
| 878 |
+
"seed": 3057,
|
| 879 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ЗАКАНЧИВАТЬСЯ\". No other letters, words, logos, or decorations.",
|
| 880 |
+
"image": "controlnet-58.png",
|
| 881 |
+
"control": "58-control.png",
|
| 882 |
+
"control_scale": 0.85,
|
| 883 |
+
"gold": "ЗАКАНЧИВАТЬСЯ",
|
| 884 |
+
"ocr": "ЗАКАНЧИВАТЬСЯ",
|
| 885 |
+
"exact_match": true,
|
| 886 |
+
"cer": 0.0,
|
| 887 |
+
"glyph_similarity": 0.9442,
|
| 888 |
+
"control_margin_px": 50
|
| 889 |
+
},
|
| 890 |
+
{
|
| 891 |
+
"strategy": "controlnet",
|
| 892 |
+
"text": "ЖЕНАТЫЙ",
|
| 893 |
+
"seed": 3058,
|
| 894 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ЖЕНАТЫЙ\". No other letters, words, logos, or decorations.",
|
| 895 |
+
"image": "controlnet-59.png",
|
| 896 |
+
"control": "59-control.png",
|
| 897 |
+
"control_scale": 0.85,
|
| 898 |
+
"gold": "ЖЕНАТЫЙ",
|
| 899 |
+
"ocr": "ЖЕНАТЫЙ",
|
| 900 |
+
"exact_match": true,
|
| 901 |
+
"cer": 0.0,
|
| 902 |
+
"glyph_similarity": 0.976,
|
| 903 |
+
"control_margin_px": 50
|
| 904 |
+
},
|
| 905 |
+
{
|
| 906 |
+
"strategy": "controlnet",
|
| 907 |
+
"text": "СОПКА",
|
| 908 |
+
"seed": 3059,
|
| 909 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"СОПКА\". No other letters, words, logos, or decorations.",
|
| 910 |
+
"image": "controlnet-60.png",
|
| 911 |
+
"control": "60-control.png",
|
| 912 |
+
"control_scale": 0.85,
|
| 913 |
+
"gold": "СОПКА",
|
| 914 |
+
"ocr": "СОПКА",
|
| 915 |
+
"exact_match": true,
|
| 916 |
+
"cer": 0.0,
|
| 917 |
+
"glyph_similarity": 0.9806,
|
| 918 |
+
"control_margin_px": 50
|
| 919 |
+
},
|
| 920 |
+
{
|
| 921 |
+
"strategy": "controlnet",
|
| 922 |
+
"text": "ТОРГОВЕЦ",
|
| 923 |
+
"seed": 3060,
|
| 924 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ТОРГОВЕЦ\". No other letters, words, logos, or decorations.",
|
| 925 |
+
"image": "controlnet-61.png",
|
| 926 |
+
"control": "61-control.png",
|
| 927 |
+
"control_scale": 0.85,
|
| 928 |
+
"gold": "ТОРГОВЕЦ",
|
| 929 |
+
"ocr": "ТОРГОВЕ\"",
|
| 930 |
+
"exact_match": false,
|
| 931 |
+
"cer": 0.125,
|
| 932 |
+
"glyph_similarity": 0.9863,
|
| 933 |
+
"control_margin_px": 50
|
| 934 |
+
},
|
| 935 |
+
{
|
| 936 |
+
"strategy": "controlnet",
|
| 937 |
+
"text": "ЭФИР",
|
| 938 |
+
"seed": 3061,
|
| 939 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ЭФИР\". No other letters, words, logos, or decorations.",
|
| 940 |
+
"image": "controlnet-62.png",
|
| 941 |
+
"control": "62-control.png",
|
| 942 |
+
"control_scale": 0.85,
|
| 943 |
+
"gold": "ЭФИР",
|
| 944 |
+
"ocr": "ЭФИР",
|
| 945 |
+
"exact_match": true,
|
| 946 |
+
"cer": 0.0,
|
| 947 |
+
"glyph_similarity": 0.9863,
|
| 948 |
+
"control_margin_px": 50
|
| 949 |
+
},
|
| 950 |
+
{
|
| 951 |
+
"strategy": "controlnet",
|
| 952 |
+
"text": "ШЕВЕЛИТЬ",
|
| 953 |
+
"seed": 3062,
|
| 954 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ШЕВЕЛИТЬ\". No other letters, words, logos, or decorations.",
|
| 955 |
+
"image": "controlnet-63.png",
|
| 956 |
+
"control": "63-control.png",
|
| 957 |
+
"control_scale": 0.85,
|
| 958 |
+
"gold": "ШЕВЕЛИТЬ",
|
| 959 |
+
"ocr": "ШЕВЕЛИТЬ",
|
| 960 |
+
"exact_match": true,
|
| 961 |
+
"cer": 0.0,
|
| 962 |
+
"glyph_similarity": 0.932,
|
| 963 |
+
"control_margin_px": 50
|
| 964 |
+
},
|
| 965 |
+
{
|
| 966 |
+
"strategy": "controlnet",
|
| 967 |
+
"text": "ПРИСУТСТВУЮЩИЙ",
|
| 968 |
+
"seed": 3063,
|
| 969 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ПРИСУТСТВУЮЩИЙ\". No other letters, words, logos, or decorations.",
|
| 970 |
+
"image": "controlnet-64.png",
|
| 971 |
+
"control": "64-control.png",
|
| 972 |
+
"control_scale": 0.85,
|
| 973 |
+
"gold": "ПРИСУТСТВУЮЩИЙ",
|
| 974 |
+
"ocr": "ПРИСУТСТВУЮЩИЙ",
|
| 975 |
+
"exact_match": true,
|
| 976 |
+
"cer": 0.0,
|
| 977 |
+
"glyph_similarity": 0.8406,
|
| 978 |
+
"control_margin_px": 50
|
| 979 |
+
},
|
| 980 |
+
{
|
| 981 |
+
"strategy": "controlnet",
|
| 982 |
+
"text": "СВЯЗАТЬСЯ",
|
| 983 |
+
"seed": 3064,
|
| 984 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"СВЯЗАТЬСЯ\". No other letters, words, logos, or decorations.",
|
| 985 |
+
"image": "controlnet-65.png",
|
| 986 |
+
"control": "65-control.png",
|
| 987 |
+
"control_scale": 0.85,
|
| 988 |
+
"gold": "СВЯЗАТЬСЯ",
|
| 989 |
+
"ocr": "СВЯЗАТЬСА",
|
| 990 |
+
"exact_match": false,
|
| 991 |
+
"cer": 0.1111,
|
| 992 |
+
"glyph_similarity": 0.9749,
|
| 993 |
+
"control_margin_px": 50
|
| 994 |
+
},
|
| 995 |
+
{
|
| 996 |
+
"strategy": "controlnet",
|
| 997 |
+
"text": "ЗАВЯЗАТЬ",
|
| 998 |
+
"seed": 3065,
|
| 999 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ЗАВЯЗАТЬ\". No other letters, words, logos, or decorations.",
|
| 1000 |
+
"image": "controlnet-66.png",
|
| 1001 |
+
"control": "66-control.png",
|
| 1002 |
+
"control_scale": 0.85,
|
| 1003 |
+
"gold": "ЗАВЯЗАТЬ",
|
| 1004 |
+
"ocr": "ЗАВЯЗАТЬ",
|
| 1005 |
+
"exact_match": true,
|
| 1006 |
+
"cer": 0.0,
|
| 1007 |
+
"glyph_similarity": 0.9864,
|
| 1008 |
+
"control_margin_px": 50
|
| 1009 |
+
},
|
| 1010 |
+
{
|
| 1011 |
+
"strategy": "controlnet",
|
| 1012 |
+
"text": "ПРИЕЗЖИЙ",
|
| 1013 |
+
"seed": 3066,
|
| 1014 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ПРИЕЗЖИЙ\". No other letters, words, logos, or decorations.",
|
| 1015 |
+
"image": "controlnet-67.png",
|
| 1016 |
+
"control": "67-control.png",
|
| 1017 |
+
"control_scale": 0.85,
|
| 1018 |
+
"gold": "ПРИЕЗЖИЙ",
|
| 1019 |
+
"ocr": "ПРИЕЗЖИЙ",
|
| 1020 |
+
"exact_match": true,
|
| 1021 |
+
"cer": 0.0,
|
| 1022 |
+
"glyph_similarity": 0.9822,
|
| 1023 |
+
"control_margin_px": 50
|
| 1024 |
+
},
|
| 1025 |
+
{
|
| 1026 |
+
"strategy": "controlnet",
|
| 1027 |
+
"text": "СТРОИТЕЛЬ",
|
| 1028 |
+
"seed": 3067,
|
| 1029 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"СТРОИТЕЛЬ\". No other letters, words, logos, or decorations.",
|
| 1030 |
+
"image": "controlnet-68.png",
|
| 1031 |
+
"control": "68-control.png",
|
| 1032 |
+
"control_scale": 0.85,
|
| 1033 |
+
"gold": "СТРОИТЕЛЬ",
|
| 1034 |
+
"ocr": "СТРОИТЕЛЬ",
|
| 1035 |
+
"exact_match": true,
|
| 1036 |
+
"cer": 0.0,
|
| 1037 |
+
"glyph_similarity": 0.9724,
|
| 1038 |
+
"control_margin_px": 50
|
| 1039 |
+
},
|
| 1040 |
+
{
|
| 1041 |
+
"strategy": "controlnet",
|
| 1042 |
+
"text": "РАЗЛОЖИТЬ",
|
| 1043 |
+
"seed": 3068,
|
| 1044 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"РАЗЛОЖИТЬ\". No other letters, words, logos, or decorations.",
|
| 1045 |
+
"image": "controlnet-69.png",
|
| 1046 |
+
"control": "69-control.png",
|
| 1047 |
+
"control_scale": 0.85,
|
| 1048 |
+
"gold": "РАЗЛОЖИТЬ",
|
| 1049 |
+
"ocr": "РАЗЛОЖИТЬ",
|
| 1050 |
+
"exact_match": true,
|
| 1051 |
+
"cer": 0.0,
|
| 1052 |
+
"glyph_similarity": 0.9853,
|
| 1053 |
+
"control_margin_px": 50
|
| 1054 |
+
},
|
| 1055 |
+
{
|
| 1056 |
+
"strategy": "controlnet",
|
| 1057 |
+
"text": "СЛУШАТЕЛЬ",
|
| 1058 |
+
"seed": 3069,
|
| 1059 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"СЛУШАТЕЛЬ\". No other letters, words, logos, or decorations.",
|
| 1060 |
+
"image": "controlnet-70.png",
|
| 1061 |
+
"control": "70-control.png",
|
| 1062 |
+
"control_scale": 0.85,
|
| 1063 |
+
"gold": "СЛУШАТЕЛЬ",
|
| 1064 |
+
"ocr": "СЛУШАТЕЛЬ",
|
| 1065 |
+
"exact_match": true,
|
| 1066 |
+
"cer": 0.0,
|
| 1067 |
+
"glyph_similarity": 0.9008,
|
| 1068 |
+
"control_margin_px": 50
|
| 1069 |
+
},
|
| 1070 |
+
{
|
| 1071 |
+
"strategy": "controlnet",
|
| 1072 |
+
"text": "ОТРЫВАТЬ",
|
| 1073 |
+
"seed": 3070,
|
| 1074 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ОТРЫВАТЬ\". No other letters, words, logos, or decorations.",
|
| 1075 |
+
"image": "controlnet-71.png",
|
| 1076 |
+
"control": "71-control.png",
|
| 1077 |
+
"control_scale": 0.85,
|
| 1078 |
+
"gold": "ОТРЫВАТЬ",
|
| 1079 |
+
"ocr": "ОТРЫВАТЬ",
|
| 1080 |
+
"exact_match": true,
|
| 1081 |
+
"cer": 0.0,
|
| 1082 |
+
"glyph_similarity": 0.97,
|
| 1083 |
+
"control_margin_px": 50
|
| 1084 |
+
},
|
| 1085 |
+
{
|
| 1086 |
+
"strategy": "controlnet",
|
| 1087 |
+
"text": "ОСТРО",
|
| 1088 |
+
"seed": 3071,
|
| 1089 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ОСТРО\". No other letters, words, logos, or decorations.",
|
| 1090 |
+
"image": "controlnet-72.png",
|
| 1091 |
+
"control": "72-control.png",
|
| 1092 |
+
"control_scale": 0.85,
|
| 1093 |
+
"gold": "ОСТРО",
|
| 1094 |
+
"ocr": "ОСТРО",
|
| 1095 |
+
"exact_match": true,
|
| 1096 |
+
"cer": 0.0,
|
| 1097 |
+
"glyph_similarity": 0.9944,
|
| 1098 |
+
"control_margin_px": 50
|
| 1099 |
+
},
|
| 1100 |
+
{
|
| 1101 |
+
"strategy": "controlnet",
|
| 1102 |
+
"text": "АФРИКА",
|
| 1103 |
+
"seed": 3072,
|
| 1104 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"АФРИКА\". No other letters, words, logos, or decorations.",
|
| 1105 |
+
"image": "controlnet-73.png",
|
| 1106 |
+
"control": "73-control.png",
|
| 1107 |
+
"control_scale": 0.85,
|
| 1108 |
+
"gold": "АФРИКА",
|
| 1109 |
+
"ocr": "АФРИКА",
|
| 1110 |
+
"exact_match": true,
|
| 1111 |
+
"cer": 0.0,
|
| 1112 |
+
"glyph_similarity": 0.9902,
|
| 1113 |
+
"control_margin_px": 50
|
| 1114 |
+
},
|
| 1115 |
+
{
|
| 1116 |
+
"strategy": "controlnet",
|
| 1117 |
+
"text": "ТУМБОЧКА",
|
| 1118 |
+
"seed": 3073,
|
| 1119 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ТУМБОЧКА\". No other letters, words, logos, or decorations.",
|
| 1120 |
+
"image": "controlnet-74.png",
|
| 1121 |
+
"control": "74-control.png",
|
| 1122 |
+
"control_scale": 0.85,
|
| 1123 |
+
"gold": "ТУМБОЧКА",
|
| 1124 |
+
"ocr": "ТУМБОЧКА",
|
| 1125 |
+
"exact_match": true,
|
| 1126 |
+
"cer": 0.0,
|
| 1127 |
+
"glyph_similarity": 0.9646,
|
| 1128 |
+
"control_margin_px": 50
|
| 1129 |
+
},
|
| 1130 |
+
{
|
| 1131 |
+
"strategy": "controlnet",
|
| 1132 |
+
"text": "ЁЖИК",
|
| 1133 |
+
"seed": 3074,
|
| 1134 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ЁЖИК\". No other letters, words, logos, or decorations.",
|
| 1135 |
+
"image": "controlnet-75.png",
|
| 1136 |
+
"control": "75-control.png",
|
| 1137 |
+
"control_scale": 0.85,
|
| 1138 |
+
"gold": "ЁЖИК",
|
| 1139 |
+
"ocr": "ЕЖИК",
|
| 1140 |
+
"exact_match": false,
|
| 1141 |
+
"cer": 0.25,
|
| 1142 |
+
"glyph_similarity": 0.9718,
|
| 1143 |
+
"control_margin_px": 50
|
| 1144 |
+
},
|
| 1145 |
+
{
|
| 1146 |
+
"strategy": "controlnet",
|
| 1147 |
+
"text": "ЁЛКА",
|
| 1148 |
+
"seed": 3075,
|
| 1149 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ЁЛКА\". No other letters, words, logos, or decorations.",
|
| 1150 |
+
"image": "controlnet-76.png",
|
| 1151 |
+
"control": "76-control.png",
|
| 1152 |
+
"control_scale": 0.85,
|
| 1153 |
+
"gold": "ЁЛКА",
|
| 1154 |
+
"ocr": "ЕЛКА",
|
| 1155 |
+
"exact_match": false,
|
| 1156 |
+
"cer": 0.25,
|
| 1157 |
+
"glyph_similarity": 0.9872,
|
| 1158 |
+
"control_margin_px": 64
|
| 1159 |
+
},
|
| 1160 |
+
{
|
| 1161 |
+
"strategy": "controlnet",
|
| 1162 |
+
"text": "ЕЩЁ",
|
| 1163 |
+
"seed": 3076,
|
| 1164 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ЕЩЁ\". No other letters, words, logos, or decorations.",
|
| 1165 |
+
"image": "controlnet-77.png",
|
| 1166 |
+
"control": "77-control.png",
|
| 1167 |
+
"control_scale": 0.85,
|
| 1168 |
+
"gold": "ЕЩЁ",
|
| 1169 |
+
"ocr": "GWE",
|
| 1170 |
+
"exact_match": false,
|
| 1171 |
+
"cer": 1.0,
|
| 1172 |
+
"glyph_similarity": 0.9594,
|
| 1173 |
+
"control_margin_px": 52
|
| 1174 |
+
},
|
| 1175 |
+
{
|
| 1176 |
+
"strategy": "controlnet",
|
| 1177 |
+
"text": "ЩЁТКА",
|
| 1178 |
+
"seed": 3077,
|
| 1179 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ЩЁТКА\". No other letters, words, logos, or decorations.",
|
| 1180 |
+
"image": "controlnet-78.png",
|
| 1181 |
+
"control": "78-control.png",
|
| 1182 |
+
"control_scale": 0.85,
|
| 1183 |
+
"gold": "ЩЁТКА",
|
| 1184 |
+
"ocr": "ЩЕ `А",
|
| 1185 |
+
"exact_match": false,
|
| 1186 |
+
"cer": 0.6,
|
| 1187 |
+
"glyph_similarity": 0.4896,
|
| 1188 |
+
"control_margin_px": 50
|
| 1189 |
+
},
|
| 1190 |
+
{
|
| 1191 |
+
"strategy": "controlnet",
|
| 1192 |
+
"text": "ШЁПОТ",
|
| 1193 |
+
"seed": 3078,
|
| 1194 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ШЁПОТ\". No other letters, words, logos, or decorations.",
|
| 1195 |
+
"image": "controlnet-79.png",
|
| 1196 |
+
"control": "79-control.png",
|
| 1197 |
+
"control_scale": 0.85,
|
| 1198 |
+
"gold": "ШЁПОТ",
|
| 1199 |
+
"ocr": "ШЕПОТ",
|
| 1200 |
+
"exact_match": false,
|
| 1201 |
+
"cer": 0.2,
|
| 1202 |
+
"glyph_similarity": 0.9492,
|
| 1203 |
+
"control_margin_px": 50
|
| 1204 |
+
},
|
| 1205 |
+
{
|
| 1206 |
+
"strategy": "controlnet",
|
| 1207 |
+
"text": "ЖЁЛТЫЙ",
|
| 1208 |
+
"seed": 3079,
|
| 1209 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ЖЁЛТЫЙ\". No other letters, words, logos, or decorations.",
|
| 1210 |
+
"image": "controlnet-80.png",
|
| 1211 |
+
"control": "80-control.png",
|
| 1212 |
+
"control_scale": 0.85,
|
| 1213 |
+
"gold": "ЖЁЛТЫЙ",
|
| 1214 |
+
"ocr": "ЖЁЛТЫЙ",
|
| 1215 |
+
"exact_match": true,
|
| 1216 |
+
"cer": 0.0,
|
| 1217 |
+
"glyph_similarity": 0.9495,
|
| 1218 |
+
"control_margin_px": 50
|
| 1219 |
+
},
|
| 1220 |
+
{
|
| 1221 |
+
"strategy": "controlnet",
|
| 1222 |
+
"text": "ЧЁРНЫЙ",
|
| 1223 |
+
"seed": 3080,
|
| 1224 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ЧЁРНЫЙ\". No other letters, words, logos, or decorations.",
|
| 1225 |
+
"image": "controlnet-81.png",
|
| 1226 |
+
"control": "81-control.png",
|
| 1227 |
+
"control_scale": 0.85,
|
| 1228 |
+
"gold": "ЧЁРНЫЙ",
|
| 1229 |
+
"ocr": "ЧЁРНЫЙ",
|
| 1230 |
+
"exact_match": true,
|
| 1231 |
+
"cer": 0.0,
|
| 1232 |
+
"glyph_similarity": 0.9499,
|
| 1233 |
+
"control_margin_px": 50
|
| 1234 |
+
},
|
| 1235 |
+
{
|
| 1236 |
+
"strategy": "controlnet",
|
| 1237 |
+
"text": "ТВЁРДЫЙ",
|
| 1238 |
+
"seed": 3081,
|
| 1239 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ТВЁРДЫЙ\". No other letters, words, logos, or decorations.",
|
| 1240 |
+
"image": "controlnet-82.png",
|
| 1241 |
+
"control": "82-control.png",
|
| 1242 |
+
"control_scale": 0.85,
|
| 1243 |
+
"gold": "ТВЁРДЫЙ",
|
| 1244 |
+
"ocr": "ТВЁРДЫЙ",
|
| 1245 |
+
"exact_match": true,
|
| 1246 |
+
"cer": 0.0,
|
| 1247 |
+
"glyph_similarity": 0.8783,
|
| 1248 |
+
"control_margin_px": 50
|
| 1249 |
+
},
|
| 1250 |
+
{
|
| 1251 |
+
"strategy": "controlnet",
|
| 1252 |
+
"text": "ОБЪЁМ",
|
| 1253 |
+
"seed": 3082,
|
| 1254 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ОБЪЁМ\". No other letters, words, logos, or decorations.",
|
| 1255 |
+
"image": "controlnet-83.png",
|
| 1256 |
+
"control": "83-control.png",
|
| 1257 |
+
"control_scale": 0.85,
|
| 1258 |
+
"gold": "ОБЪЁМ",
|
| 1259 |
+
"ocr": "ОБЪЁМ",
|
| 1260 |
+
"exact_match": true,
|
| 1261 |
+
"cer": 0.0,
|
| 1262 |
+
"glyph_similarity": 0.967,
|
| 1263 |
+
"control_margin_px": 50
|
| 1264 |
+
},
|
| 1265 |
+
{
|
| 1266 |
+
"strategy": "controlnet",
|
| 1267 |
+
"text": "ПОДЪЁМ",
|
| 1268 |
+
"seed": 3083,
|
| 1269 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ПОДЪЁМ\". No other letters, words, logos, or decorations.",
|
| 1270 |
+
"image": "controlnet-84.png",
|
| 1271 |
+
"control": "84-control.png",
|
| 1272 |
+
"control_scale": 0.85,
|
| 1273 |
+
"gold": "ПОДЪЁМ",
|
| 1274 |
+
"ocr": "ПОДЪЁМ",
|
| 1275 |
+
"exact_match": true,
|
| 1276 |
+
"cer": 0.0,
|
| 1277 |
+
"glyph_similarity": 0.9876,
|
| 1278 |
+
"control_margin_px": 50
|
| 1279 |
+
},
|
| 1280 |
+
{
|
| 1281 |
+
"strategy": "controlnet",
|
| 1282 |
+
"text": "ПОДЪЕЗД",
|
| 1283 |
+
"seed": 3084,
|
| 1284 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ПОДЪЕЗД\". No other letters, words, logos, or decorations.",
|
| 1285 |
+
"image": "controlnet-85.png",
|
| 1286 |
+
"control": "85-control.png",
|
| 1287 |
+
"control_scale": 0.85,
|
| 1288 |
+
"gold": "ПОДЪЕЗД",
|
| 1289 |
+
"ocr": "ПОДЪЕЗД",
|
| 1290 |
+
"exact_match": true,
|
| 1291 |
+
"cer": 0.0,
|
| 1292 |
+
"glyph_similarity": 0.9836,
|
| 1293 |
+
"control_margin_px": 50
|
| 1294 |
+
},
|
| 1295 |
+
{
|
| 1296 |
+
"strategy": "controlnet",
|
| 1297 |
+
"text": "СЪЁМКА",
|
| 1298 |
+
"seed": 3085,
|
| 1299 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"СЪЁМКА\". No other letters, words, logos, or decorations.",
|
| 1300 |
+
"image": "controlnet-86.png",
|
| 1301 |
+
"control": "86-control.png",
|
| 1302 |
+
"control_scale": 0.85,
|
| 1303 |
+
"gold": "СЪЁМКА",
|
| 1304 |
+
"ocr": "СЪЕМКА",
|
| 1305 |
+
"exact_match": false,
|
| 1306 |
+
"cer": 0.1667,
|
| 1307 |
+
"glyph_similarity": 0.9839,
|
| 1308 |
+
"control_margin_px": 50
|
| 1309 |
+
},
|
| 1310 |
+
{
|
| 1311 |
+
"strategy": "controlnet",
|
| 1312 |
+
"text": "СЪЕЗД",
|
| 1313 |
+
"seed": 3086,
|
| 1314 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"СЪЕЗД\". No other letters, words, logos, or decorations.",
|
| 1315 |
+
"image": "controlnet-87.png",
|
| 1316 |
+
"control": "87-control.png",
|
| 1317 |
+
"control_scale": 0.85,
|
| 1318 |
+
"gold": "СЪЕЗД",
|
| 1319 |
+
"ocr": "СЪЕЗД",
|
| 1320 |
+
"exact_match": true,
|
| 1321 |
+
"cer": 0.0,
|
| 1322 |
+
"glyph_similarity": 0.9739,
|
| 1323 |
+
"control_margin_px": 50
|
| 1324 |
+
},
|
| 1325 |
+
{
|
| 1326 |
+
"strategy": "controlnet",
|
| 1327 |
+
"text": "ОБЪЯВЛЕНИЕ",
|
| 1328 |
+
"seed": 3087,
|
| 1329 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ОБЪЯВЛЕНИЕ\". No other letters, words, logos, or decorations.",
|
| 1330 |
+
"image": "controlnet-88.png",
|
| 1331 |
+
"control": "88-control.png",
|
| 1332 |
+
"control_scale": 0.85,
|
| 1333 |
+
"gold": "ОБЪЯВЛЕНИЕ",
|
| 1334 |
+
"ocr": "",
|
| 1335 |
+
"exact_match": false,
|
| 1336 |
+
"cer": 1.0,
|
| 1337 |
+
"glyph_similarity": 0.9974,
|
| 1338 |
+
"control_margin_px": 50
|
| 1339 |
+
},
|
| 1340 |
+
{
|
| 1341 |
+
"strategy": "controlnet",
|
| 1342 |
+
"text": "ВЬЮГА",
|
| 1343 |
+
"seed": 3088,
|
| 1344 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ВЬЮГА\". No other letters, words, logos, or decorations.",
|
| 1345 |
+
"image": "controlnet-89.png",
|
| 1346 |
+
"control": "89-control.png",
|
| 1347 |
+
"control_scale": 0.85,
|
| 1348 |
+
"gold": "ВЬЮГА",
|
| 1349 |
+
"ocr": "",
|
| 1350 |
+
"exact_match": false,
|
| 1351 |
+
"cer": 1.0,
|
| 1352 |
+
"glyph_similarity": 0.9233,
|
| 1353 |
+
"control_margin_px": 50
|
| 1354 |
+
},
|
| 1355 |
+
{
|
| 1356 |
+
"strategy": "controlnet",
|
| 1357 |
+
"text": "БЕЛЬЁ",
|
| 1358 |
+
"seed": 3089,
|
| 1359 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"БЕЛЬЁ\". No other letters, words, logos, or decorations.",
|
| 1360 |
+
"image": "controlnet-90.png",
|
| 1361 |
+
"control": "90-control.png",
|
| 1362 |
+
"control_scale": 0.85,
|
| 1363 |
+
"gold": "БЕЛЬЁ",
|
| 1364 |
+
"ocr": "БЕЛЬЕ",
|
| 1365 |
+
"exact_match": false,
|
| 1366 |
+
"cer": 0.2,
|
| 1367 |
+
"glyph_similarity": 0.9869,
|
| 1368 |
+
"control_margin_px": 50
|
| 1369 |
+
},
|
| 1370 |
+
{
|
| 1371 |
+
"strategy": "controlnet",
|
| 1372 |
+
"text": "ПЬЕСА",
|
| 1373 |
+
"seed": 3090,
|
| 1374 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ПЬЕСА\". No other letters, words, logos, or decorations.",
|
| 1375 |
+
"image": "controlnet-91.png",
|
| 1376 |
+
"control": "91-control.png",
|
| 1377 |
+
"control_scale": 0.85,
|
| 1378 |
+
"gold": "ПЬЕСА",
|
| 1379 |
+
"ocr": "ПЬЕСА",
|
| 1380 |
+
"exact_match": true,
|
| 1381 |
+
"cer": 0.0,
|
| 1382 |
+
"glyph_similarity": 0.9877,
|
| 1383 |
+
"control_margin_px": 50
|
| 1384 |
+
},
|
| 1385 |
+
{
|
| 1386 |
+
"strategy": "controlnet",
|
| 1387 |
+
"text": "КОМПЬЮТЕР",
|
| 1388 |
+
"seed": 3091,
|
| 1389 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"КОМПЬЮТЕР\". No other letters, words, logos, or decorations.",
|
| 1390 |
+
"image": "controlnet-92.png",
|
| 1391 |
+
"control": "92-control.png",
|
| 1392 |
+
"control_scale": 0.85,
|
| 1393 |
+
"gold": "КОМПЬЮТЕР",
|
| 1394 |
+
"ocr": "КОМПЬЮТЕР",
|
| 1395 |
+
"exact_match": true,
|
| 1396 |
+
"cer": 0.0,
|
| 1397 |
+
"glyph_similarity": 0.9708,
|
| 1398 |
+
"control_margin_px": 50
|
| 1399 |
+
},
|
| 1400 |
+
{
|
| 1401 |
+
"strategy": "controlnet",
|
| 1402 |
+
"text": "ЩУКА",
|
| 1403 |
+
"seed": 3092,
|
| 1404 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ЩУКА\". No other letters, words, logos, or decorations.",
|
| 1405 |
+
"image": "controlnet-93.png",
|
| 1406 |
+
"control": "93-control.png",
|
| 1407 |
+
"control_scale": 0.85,
|
| 1408 |
+
"gold": "ЩУКА",
|
| 1409 |
+
"ocr": "|ПУКА",
|
| 1410 |
+
"exact_match": false,
|
| 1411 |
+
"cer": 0.5,
|
| 1412 |
+
"glyph_similarity": 0.976,
|
| 1413 |
+
"control_margin_px": 50
|
| 1414 |
+
},
|
| 1415 |
+
{
|
| 1416 |
+
"strategy": "controlnet",
|
| 1417 |
+
"text": "ЦИРКУЛЬ",
|
| 1418 |
+
"seed": 3093,
|
| 1419 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ЦИРКУЛЬ\". No other letters, words, logos, or decorations.",
|
| 1420 |
+
"image": "controlnet-94.png",
|
| 1421 |
+
"control": "94-control.png",
|
| 1422 |
+
"control_scale": 0.85,
|
| 1423 |
+
"gold": "ЦИРКУЛЬ",
|
| 1424 |
+
"ocr": "",
|
| 1425 |
+
"exact_match": false,
|
| 1426 |
+
"cer": 1.0,
|
| 1427 |
+
"glyph_similarity": 0.5586,
|
| 1428 |
+
"control_margin_px": 50
|
| 1429 |
+
},
|
| 1430 |
+
{
|
| 1431 |
+
"strategy": "controlnet",
|
| 1432 |
+
"text": "РАЗЪЁМ",
|
| 1433 |
+
"seed": 3094,
|
| 1434 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"РАЗЪЁМ\". No other letters, words, logos, or decorations.",
|
| 1435 |
+
"image": "controlnet-95.png",
|
| 1436 |
+
"control": "95-control.png",
|
| 1437 |
+
"control_scale": 0.85,
|
| 1438 |
+
"gold": "РАЗЪЁМ",
|
| 1439 |
+
"ocr": "РАЗЪЁМ",
|
| 1440 |
+
"exact_match": true,
|
| 1441 |
+
"cer": 0.0,
|
| 1442 |
+
"glyph_similarity": 0.9498,
|
| 1443 |
+
"control_margin_px": 50
|
| 1444 |
+
},
|
| 1445 |
+
{
|
| 1446 |
+
"strategy": "controlnet",
|
| 1447 |
+
"text": "ИНЪЕКЦИЯ",
|
| 1448 |
+
"seed": 3095,
|
| 1449 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ИНЪЕКЦИЯ\". No other letters, words, logos, or decorations.",
|
| 1450 |
+
"image": "controlnet-96.png",
|
| 1451 |
+
"control": "96-control.png",
|
| 1452 |
+
"control_scale": 0.85,
|
| 1453 |
+
"gold": "ИНЪЕКЦИЯ",
|
| 1454 |
+
"ocr": "ИНЪЕКЦИЯ",
|
| 1455 |
+
"exact_match": true,
|
| 1456 |
+
"cer": 0.0,
|
| 1457 |
+
"glyph_similarity": 0.9646,
|
| 1458 |
+
"control_margin_px": 50
|
| 1459 |
+
},
|
| 1460 |
+
{
|
| 1461 |
+
"strategy": "controlnet",
|
| 1462 |
+
"text": "ФЕЛЬДЪЕГЕРЬ",
|
| 1463 |
+
"seed": 3096,
|
| 1464 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ФЕЛЬДЪЕГЕРЬ\". No other letters, words, logos, or decorations.",
|
| 1465 |
+
"image": "controlnet-97.png",
|
| 1466 |
+
"control": "97-control.png",
|
| 1467 |
+
"control_scale": 0.85,
|
| 1468 |
+
"gold": "ФЕЛЬДЪЕГЕРЬ",
|
| 1469 |
+
"ocr": "ФЕЛЬДЪЕГ ЕРЬ",
|
| 1470 |
+
"exact_match": false,
|
| 1471 |
+
"cer": 0.0909,
|
| 1472 |
+
"glyph_similarity": 0.9883,
|
| 1473 |
+
"control_margin_px": 50
|
| 1474 |
+
},
|
| 1475 |
+
{
|
| 1476 |
+
"strategy": "controlnet",
|
| 1477 |
+
"text": "БУЛЬОН",
|
| 1478 |
+
"seed": 3097,
|
| 1479 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"БУЛЬОН\". No other letters, words, logos, or decorations.",
|
| 1480 |
+
"image": "controlnet-98.png",
|
| 1481 |
+
"control": "98-control.png",
|
| 1482 |
+
"control_scale": 0.85,
|
| 1483 |
+
"gold": "БУЛЬОН",
|
| 1484 |
+
"ocr": "БУЛЬОН",
|
| 1485 |
+
"exact_match": true,
|
| 1486 |
+
"cer": 0.0,
|
| 1487 |
+
"glyph_similarity": 0.9723,
|
| 1488 |
+
"control_margin_px": 50
|
| 1489 |
+
},
|
| 1490 |
+
{
|
| 1491 |
+
"strategy": "controlnet",
|
| 1492 |
+
"text": "СОЛОВЬИ",
|
| 1493 |
+
"seed": 3098,
|
| 1494 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"СОЛОВЬИ\". No other letters, words, logos, or decorations.",
|
| 1495 |
+
"image": "controlnet-99.png",
|
| 1496 |
+
"control": "99-control.png",
|
| 1497 |
+
"control_scale": 0.85,
|
| 1498 |
+
"gold": "СОЛОВЬИ",
|
| 1499 |
+
"ocr": "СОЛОВЬЙ",
|
| 1500 |
+
"exact_match": false,
|
| 1501 |
+
"cer": 0.1429,
|
| 1502 |
+
"glyph_similarity": 0.8623,
|
| 1503 |
+
"control_margin_px": 50
|
| 1504 |
+
},
|
| 1505 |
+
{
|
| 1506 |
+
"strategy": "controlnet",
|
| 1507 |
+
"text": "СЪЕЗДИТЬ",
|
| 1508 |
+
"seed": 3099,
|
| 1509 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"СЪЕЗДИТЬ\". No other letters, words, logos, or decorations.",
|
| 1510 |
+
"image": "controlnet-100.png",
|
| 1511 |
+
"control": "100-control.png",
|
| 1512 |
+
"control_scale": 0.85,
|
| 1513 |
+
"gold": "СЪЕЗДИТЬ",
|
| 1514 |
+
"ocr": "СЪЕЗДИТЬ",
|
| 1515 |
+
"exact_match": true,
|
| 1516 |
+
"cer": 0.0,
|
| 1517 |
+
"glyph_similarity": 0.8478,
|
| 1518 |
+
"control_margin_px": 50
|
| 1519 |
+
}
|
| 1520 |
+
]
|
| 1521 |
+
}
|
reports/bf16/contact-sheet-01.jpg
ADDED
|
Git LFS Details
|
reports/bf16/contact-sheet-02.jpg
ADDED
|
Git LFS Details
|
reports/bf16/contact-sheet-03.jpg
ADDED
|
Git LFS Details
|
reports/bf16/contact-sheet-04.jpg
ADDED
|
Git LFS Details
|
reports/bf16/contact-sheet-05.jpg
ADDED
|
Git LFS Details
|
reports/bf16/generation-report.json
ADDED
|
@@ -0,0 +1,918 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"generated_at": "2026-07-25T05:44:39.786148+00:00",
|
| 3 |
+
"base_dir": "/models/Qwen-Image-2512",
|
| 4 |
+
"transformer_dir": null,
|
| 5 |
+
"controlnet_path": "/checkpoints/step-128.safetensors",
|
| 6 |
+
"size": 512,
|
| 7 |
+
"steps": 20,
|
| 8 |
+
"seed": 3000,
|
| 9 |
+
"control_scales": [
|
| 10 |
+
0.85
|
| 11 |
+
],
|
| 12 |
+
"control_mode": "edge",
|
| 13 |
+
"fit_control": true,
|
| 14 |
+
"vram_limit_gib": null,
|
| 15 |
+
"skip_baseline": true,
|
| 16 |
+
"results": [
|
| 17 |
+
{
|
| 18 |
+
"strategy": "controlnet",
|
| 19 |
+
"text": "ОБУВЬ",
|
| 20 |
+
"seed": 3000,
|
| 21 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ОБУВЬ\". No other letters, words, logos, or decorations.",
|
| 22 |
+
"image": "controlnet-01.png",
|
| 23 |
+
"control": "01-control.png",
|
| 24 |
+
"control_scale": 0.85
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"strategy": "controlnet",
|
| 28 |
+
"text": "ВЛЮБИТЬСЯ",
|
| 29 |
+
"seed": 3001,
|
| 30 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ВЛЮБИТЬСЯ\". No other letters, words, logos, or decorations.",
|
| 31 |
+
"image": "controlnet-02.png",
|
| 32 |
+
"control": "02-control.png",
|
| 33 |
+
"control_scale": 0.85
|
| 34 |
+
},
|
| 35 |
+
{
|
| 36 |
+
"strategy": "controlnet",
|
| 37 |
+
"text": "АРГУМЕНТ",
|
| 38 |
+
"seed": 3002,
|
| 39 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"АРГУМЕНТ\". No other letters, words, logos, or decorations.",
|
| 40 |
+
"image": "controlnet-03.png",
|
| 41 |
+
"control": "03-control.png",
|
| 42 |
+
"control_scale": 0.85
|
| 43 |
+
},
|
| 44 |
+
{
|
| 45 |
+
"strategy": "controlnet",
|
| 46 |
+
"text": "НОРОВИТЬ",
|
| 47 |
+
"seed": 3003,
|
| 48 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"НОРОВИТЬ\". No other letters, words, logos, or decorations.",
|
| 49 |
+
"image": "controlnet-04.png",
|
| 50 |
+
"control": "04-control.png",
|
| 51 |
+
"control_scale": 0.85
|
| 52 |
+
},
|
| 53 |
+
{
|
| 54 |
+
"strategy": "controlnet",
|
| 55 |
+
"text": "ПОЛОТНО",
|
| 56 |
+
"seed": 3004,
|
| 57 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ПОЛОТНО\". No other letters, words, logos, or decorations.",
|
| 58 |
+
"image": "controlnet-05.png",
|
| 59 |
+
"control": "05-control.png",
|
| 60 |
+
"control_scale": 0.85
|
| 61 |
+
},
|
| 62 |
+
{
|
| 63 |
+
"strategy": "controlnet",
|
| 64 |
+
"text": "ПРОПУСК",
|
| 65 |
+
"seed": 3005,
|
| 66 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ПРОПУСК\". No other letters, words, logos, or decorations.",
|
| 67 |
+
"image": "controlnet-06.png",
|
| 68 |
+
"control": "06-control.png",
|
| 69 |
+
"control_scale": 0.85
|
| 70 |
+
},
|
| 71 |
+
{
|
| 72 |
+
"strategy": "controlnet",
|
| 73 |
+
"text": "СМОЛА",
|
| 74 |
+
"seed": 3006,
|
| 75 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"СМОЛА\". No other letters, words, logos, or decorations.",
|
| 76 |
+
"image": "controlnet-07.png",
|
| 77 |
+
"control": "07-control.png",
|
| 78 |
+
"control_scale": 0.85
|
| 79 |
+
},
|
| 80 |
+
{
|
| 81 |
+
"strategy": "controlnet",
|
| 82 |
+
"text": "НЕДОВОЛЬНО",
|
| 83 |
+
"seed": 3007,
|
| 84 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"НЕДОВОЛЬНО\". No other letters, words, logos, or decorations.",
|
| 85 |
+
"image": "controlnet-08.png",
|
| 86 |
+
"control": "08-control.png",
|
| 87 |
+
"control_scale": 0.85
|
| 88 |
+
},
|
| 89 |
+
{
|
| 90 |
+
"strategy": "controlnet",
|
| 91 |
+
"text": "МУЧИТЕЛЬНО",
|
| 92 |
+
"seed": 3008,
|
| 93 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"МУЧИТЕЛЬНО\". No other letters, words, logos, or decorations.",
|
| 94 |
+
"image": "controlnet-09.png",
|
| 95 |
+
"control": "09-control.png",
|
| 96 |
+
"control_scale": 0.85
|
| 97 |
+
},
|
| 98 |
+
{
|
| 99 |
+
"strategy": "controlnet",
|
| 100 |
+
"text": "СТОЯНКА",
|
| 101 |
+
"seed": 3009,
|
| 102 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"СТОЯНКА\". No other letters, words, logos, or decorations.",
|
| 103 |
+
"image": "controlnet-10.png",
|
| 104 |
+
"control": "10-control.png",
|
| 105 |
+
"control_scale": 0.85
|
| 106 |
+
},
|
| 107 |
+
{
|
| 108 |
+
"strategy": "controlnet",
|
| 109 |
+
"text": "СОДЕРЖАТЬСЯ",
|
| 110 |
+
"seed": 3010,
|
| 111 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"СОДЕРЖАТЬСЯ\". No other letters, words, logos, or decorations.",
|
| 112 |
+
"image": "controlnet-11.png",
|
| 113 |
+
"control": "11-control.png",
|
| 114 |
+
"control_scale": 0.85
|
| 115 |
+
},
|
| 116 |
+
{
|
| 117 |
+
"strategy": "controlnet",
|
| 118 |
+
"text": "ВСЛЕДСТВИЕ",
|
| 119 |
+
"seed": 3011,
|
| 120 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ВСЛЕДСТВИЕ\". No other letters, words, logos, or decorations.",
|
| 121 |
+
"image": "controlnet-12.png",
|
| 122 |
+
"control": "12-control.png",
|
| 123 |
+
"control_scale": 0.85
|
| 124 |
+
},
|
| 125 |
+
{
|
| 126 |
+
"strategy": "controlnet",
|
| 127 |
+
"text": "ТУПИК",
|
| 128 |
+
"seed": 3012,
|
| 129 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ТУПИК\". No other letters, words, logos, or decorations.",
|
| 130 |
+
"image": "controlnet-13.png",
|
| 131 |
+
"control": "13-control.png",
|
| 132 |
+
"control_scale": 0.85
|
| 133 |
+
},
|
| 134 |
+
{
|
| 135 |
+
"strategy": "controlnet",
|
| 136 |
+
"text": "ОВОЩ",
|
| 137 |
+
"seed": 3013,
|
| 138 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ОВОЩ\". No other letters, words, logos, or decorations.",
|
| 139 |
+
"image": "controlnet-14.png",
|
| 140 |
+
"control": "14-control.png",
|
| 141 |
+
"control_scale": 0.85
|
| 142 |
+
},
|
| 143 |
+
{
|
| 144 |
+
"strategy": "controlnet",
|
| 145 |
+
"text": "НЕХОРОШИЙ",
|
| 146 |
+
"seed": 3014,
|
| 147 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"НЕХОРОШИЙ\". No other letters, words, logos, or decorations.",
|
| 148 |
+
"image": "controlnet-15.png",
|
| 149 |
+
"control": "15-control.png",
|
| 150 |
+
"control_scale": 0.85
|
| 151 |
+
},
|
| 152 |
+
{
|
| 153 |
+
"strategy": "controlnet",
|
| 154 |
+
"text": "ОТРЫВАТЬСЯ",
|
| 155 |
+
"seed": 3015,
|
| 156 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ОТРЫВАТЬСЯ\". No other letters, words, logos, or decorations.",
|
| 157 |
+
"image": "controlnet-16.png",
|
| 158 |
+
"control": "16-control.png",
|
| 159 |
+
"control_scale": 0.85
|
| 160 |
+
},
|
| 161 |
+
{
|
| 162 |
+
"strategy": "controlnet",
|
| 163 |
+
"text": "МИКРОФОН",
|
| 164 |
+
"seed": 3016,
|
| 165 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"МИКРОФОН\". No other letters, words, logos, or decorations.",
|
| 166 |
+
"image": "controlnet-17.png",
|
| 167 |
+
"control": "17-control.png",
|
| 168 |
+
"control_scale": 0.85
|
| 169 |
+
},
|
| 170 |
+
{
|
| 171 |
+
"strategy": "controlnet",
|
| 172 |
+
"text": "ПЫШНЫЙ",
|
| 173 |
+
"seed": 3017,
|
| 174 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ПЫШНЫЙ\". No other letters, words, logos, or decorations.",
|
| 175 |
+
"image": "controlnet-18.png",
|
| 176 |
+
"control": "18-control.png",
|
| 177 |
+
"control_scale": 0.85
|
| 178 |
+
},
|
| 179 |
+
{
|
| 180 |
+
"strategy": "controlnet",
|
| 181 |
+
"text": "СТАДИЯ",
|
| 182 |
+
"seed": 3018,
|
| 183 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"СТАДИЯ\". No other letters, words, logos, or decorations.",
|
| 184 |
+
"image": "controlnet-19.png",
|
| 185 |
+
"control": "19-control.png",
|
| 186 |
+
"control_scale": 0.85
|
| 187 |
+
},
|
| 188 |
+
{
|
| 189 |
+
"strategy": "controlnet",
|
| 190 |
+
"text": "ПЕРЕБРАТЬСЯ",
|
| 191 |
+
"seed": 3019,
|
| 192 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ПЕРЕБРАТЬСЯ\". No other letters, words, logos, or decorations.",
|
| 193 |
+
"image": "controlnet-20.png",
|
| 194 |
+
"control": "20-control.png",
|
| 195 |
+
"control_scale": 0.85
|
| 196 |
+
},
|
| 197 |
+
{
|
| 198 |
+
"strategy": "controlnet",
|
| 199 |
+
"text": "СОЗДАВАТЬСЯ",
|
| 200 |
+
"seed": 3020,
|
| 201 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"СОЗДАВАТЬСЯ\". No other letters, words, logos, or decorations.",
|
| 202 |
+
"image": "controlnet-21.png",
|
| 203 |
+
"control": "21-control.png",
|
| 204 |
+
"control_scale": 0.85
|
| 205 |
+
},
|
| 206 |
+
{
|
| 207 |
+
"strategy": "controlnet",
|
| 208 |
+
"text": "МАШИНАЛЬНЫЙ",
|
| 209 |
+
"seed": 3021,
|
| 210 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"МАШИНАЛЬНЫЙ\". No other letters, words, logos, or decorations.",
|
| 211 |
+
"image": "controlnet-22.png",
|
| 212 |
+
"control": "22-control.png",
|
| 213 |
+
"control_scale": 0.85
|
| 214 |
+
},
|
| 215 |
+
{
|
| 216 |
+
"strategy": "controlnet",
|
| 217 |
+
"text": "ЛЕГКОСТЬ",
|
| 218 |
+
"seed": 3022,
|
| 219 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ЛЕГКОСТЬ\". No other letters, words, logos, or decorations.",
|
| 220 |
+
"image": "controlnet-23.png",
|
| 221 |
+
"control": "23-control.png",
|
| 222 |
+
"control_scale": 0.85
|
| 223 |
+
},
|
| 224 |
+
{
|
| 225 |
+
"strategy": "controlnet",
|
| 226 |
+
"text": "МОЛОТ",
|
| 227 |
+
"seed": 3023,
|
| 228 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"МОЛОТ\". No other letters, words, logos, or decorations.",
|
| 229 |
+
"image": "controlnet-24.png",
|
| 230 |
+
"control": "24-control.png",
|
| 231 |
+
"control_scale": 0.85
|
| 232 |
+
},
|
| 233 |
+
{
|
| 234 |
+
"strategy": "controlnet",
|
| 235 |
+
"text": "СКРОМНО",
|
| 236 |
+
"seed": 3024,
|
| 237 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"СКРОМНО\". No other letters, words, logos, or decorations.",
|
| 238 |
+
"image": "controlnet-25.png",
|
| 239 |
+
"control": "25-control.png",
|
| 240 |
+
"control_scale": 0.85
|
| 241 |
+
},
|
| 242 |
+
{
|
| 243 |
+
"strategy": "controlnet",
|
| 244 |
+
"text": "ВЕРХУШКА",
|
| 245 |
+
"seed": 3025,
|
| 246 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ВЕРХУШКА\". No other letters, words, logos, or decorations.",
|
| 247 |
+
"image": "controlnet-26.png",
|
| 248 |
+
"control": "26-control.png",
|
| 249 |
+
"control_scale": 0.85
|
| 250 |
+
},
|
| 251 |
+
{
|
| 252 |
+
"strategy": "controlnet",
|
| 253 |
+
"text": "ОКО",
|
| 254 |
+
"seed": 3026,
|
| 255 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ОКО\". No other letters, words, logos, or decorations.",
|
| 256 |
+
"image": "controlnet-27.png",
|
| 257 |
+
"control": "27-control.png",
|
| 258 |
+
"control_scale": 0.85
|
| 259 |
+
},
|
| 260 |
+
{
|
| 261 |
+
"strategy": "controlnet",
|
| 262 |
+
"text": "ВОПРЕКИ",
|
| 263 |
+
"seed": 3027,
|
| 264 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ВОПРЕКИ\". No other letters, words, logos, or decorations.",
|
| 265 |
+
"image": "controlnet-28.png",
|
| 266 |
+
"control": "28-control.png",
|
| 267 |
+
"control_scale": 0.85
|
| 268 |
+
},
|
| 269 |
+
{
|
| 270 |
+
"strategy": "controlnet",
|
| 271 |
+
"text": "АКТИВНО",
|
| 272 |
+
"seed": 3028,
|
| 273 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"АКТИВНО\". No other letters, words, logos, or decorations.",
|
| 274 |
+
"image": "controlnet-29.png",
|
| 275 |
+
"control": "29-control.png",
|
| 276 |
+
"control_scale": 0.85
|
| 277 |
+
},
|
| 278 |
+
{
|
| 279 |
+
"strategy": "controlnet",
|
| 280 |
+
"text": "НАЦИОНАЛЬНОСТЬ",
|
| 281 |
+
"seed": 3029,
|
| 282 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"НАЦИОНАЛЬНОСТЬ\". No other letters, words, logos, or decorations.",
|
| 283 |
+
"image": "controlnet-30.png",
|
| 284 |
+
"control": "30-control.png",
|
| 285 |
+
"control_scale": 0.85
|
| 286 |
+
},
|
| 287 |
+
{
|
| 288 |
+
"strategy": "controlnet",
|
| 289 |
+
"text": "ПЛАТФОРМА",
|
| 290 |
+
"seed": 3030,
|
| 291 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ПЛАТФОРМА\". No other letters, words, logos, or decorations.",
|
| 292 |
+
"image": "controlnet-31.png",
|
| 293 |
+
"control": "31-control.png",
|
| 294 |
+
"control_scale": 0.85
|
| 295 |
+
},
|
| 296 |
+
{
|
| 297 |
+
"strategy": "controlnet",
|
| 298 |
+
"text": "ВЕРСТА",
|
| 299 |
+
"seed": 3031,
|
| 300 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ВЕРСТА\". No other letters, words, logos, or decorations.",
|
| 301 |
+
"image": "controlnet-32.png",
|
| 302 |
+
"control": "32-control.png",
|
| 303 |
+
"control_scale": 0.85
|
| 304 |
+
},
|
| 305 |
+
{
|
| 306 |
+
"strategy": "controlnet",
|
| 307 |
+
"text": "ПОДРУЖКА",
|
| 308 |
+
"seed": 3032,
|
| 309 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ПОДРУЖКА\". No other letters, words, logos, or decorations.",
|
| 310 |
+
"image": "controlnet-33.png",
|
| 311 |
+
"control": "33-control.png",
|
| 312 |
+
"control_scale": 0.85
|
| 313 |
+
},
|
| 314 |
+
{
|
| 315 |
+
"strategy": "controlnet",
|
| 316 |
+
"text": "ПРАКТИК",
|
| 317 |
+
"seed": 3033,
|
| 318 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ПРАКТИК\". No other letters, words, logos, or decorations.",
|
| 319 |
+
"image": "controlnet-34.png",
|
| 320 |
+
"control": "34-control.png",
|
| 321 |
+
"control_scale": 0.85
|
| 322 |
+
},
|
| 323 |
+
{
|
| 324 |
+
"strategy": "controlnet",
|
| 325 |
+
"text": "ОГРАНИЧЕННЫЙ",
|
| 326 |
+
"seed": 3034,
|
| 327 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ОГРАНИЧЕННЫЙ\". No other letters, words, logos, or decorations.",
|
| 328 |
+
"image": "controlnet-35.png",
|
| 329 |
+
"control": "35-control.png",
|
| 330 |
+
"control_scale": 0.85
|
| 331 |
+
},
|
| 332 |
+
{
|
| 333 |
+
"strategy": "controlnet",
|
| 334 |
+
"text": "ОГЛЯДЫВАТЬ",
|
| 335 |
+
"seed": 3035,
|
| 336 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ОГЛЯДЫВАТЬ\". No other letters, words, logos, or decorations.",
|
| 337 |
+
"image": "controlnet-36.png",
|
| 338 |
+
"control": "36-control.png",
|
| 339 |
+
"control_scale": 0.85
|
| 340 |
+
},
|
| 341 |
+
{
|
| 342 |
+
"strategy": "controlnet",
|
| 343 |
+
"text": "ВЗЯТОК",
|
| 344 |
+
"seed": 3036,
|
| 345 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ВЗЯТОК\". No other letters, words, logos, or decorations.",
|
| 346 |
+
"image": "controlnet-37.png",
|
| 347 |
+
"control": "37-control.png",
|
| 348 |
+
"control_scale": 0.85
|
| 349 |
+
},
|
| 350 |
+
{
|
| 351 |
+
"strategy": "controlnet",
|
| 352 |
+
"text": "ГУСЕНИЦА",
|
| 353 |
+
"seed": 3037,
|
| 354 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ГУСЕНИЦА\". No other letters, words, logos, or decorations.",
|
| 355 |
+
"image": "controlnet-38.png",
|
| 356 |
+
"control": "38-control.png",
|
| 357 |
+
"control_scale": 0.85
|
| 358 |
+
},
|
| 359 |
+
{
|
| 360 |
+
"strategy": "controlnet",
|
| 361 |
+
"text": "ОБЪЯТИЕ",
|
| 362 |
+
"seed": 3038,
|
| 363 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ОБЪЯТИЕ\". No other letters, words, logos, or decorations.",
|
| 364 |
+
"image": "controlnet-39.png",
|
| 365 |
+
"control": "39-control.png",
|
| 366 |
+
"control_scale": 0.85
|
| 367 |
+
},
|
| 368 |
+
{
|
| 369 |
+
"strategy": "controlnet",
|
| 370 |
+
"text": "ОТСТАВКА",
|
| 371 |
+
"seed": 3039,
|
| 372 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ОТСТАВКА\". No other letters, words, logos, or decorations.",
|
| 373 |
+
"image": "controlnet-40.png",
|
| 374 |
+
"control": "40-control.png",
|
| 375 |
+
"control_scale": 0.85
|
| 376 |
+
},
|
| 377 |
+
{
|
| 378 |
+
"strategy": "controlnet",
|
| 379 |
+
"text": "ИХНИЙ",
|
| 380 |
+
"seed": 3040,
|
| 381 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ИХНИЙ\". No other letters, words, logos, or decorations.",
|
| 382 |
+
"image": "controlnet-41.png",
|
| 383 |
+
"control": "41-control.png",
|
| 384 |
+
"control_scale": 0.85
|
| 385 |
+
},
|
| 386 |
+
{
|
| 387 |
+
"strategy": "controlnet",
|
| 388 |
+
"text": "ЧЕРЕСЧУР",
|
| 389 |
+
"seed": 3041,
|
| 390 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ЧЕРЕСЧУР\". No other letters, words, logos, or decorations.",
|
| 391 |
+
"image": "controlnet-42.png",
|
| 392 |
+
"control": "42-control.png",
|
| 393 |
+
"control_scale": 0.85
|
| 394 |
+
},
|
| 395 |
+
{
|
| 396 |
+
"strategy": "controlnet",
|
| 397 |
+
"text": "ОРИГИНАЛЬНЫЙ",
|
| 398 |
+
"seed": 3042,
|
| 399 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ОРИГИНАЛЬНЫЙ\". No other letters, words, logos, or decorations.",
|
| 400 |
+
"image": "controlnet-43.png",
|
| 401 |
+
"control": "43-control.png",
|
| 402 |
+
"control_scale": 0.85
|
| 403 |
+
},
|
| 404 |
+
{
|
| 405 |
+
"strategy": "controlnet",
|
| 406 |
+
"text": "РЕЛЬС",
|
| 407 |
+
"seed": 3043,
|
| 408 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"РЕЛЬС\". No other letters, words, logos, or decorations.",
|
| 409 |
+
"image": "controlnet-44.png",
|
| 410 |
+
"control": "44-control.png",
|
| 411 |
+
"control_scale": 0.85
|
| 412 |
+
},
|
| 413 |
+
{
|
| 414 |
+
"strategy": "controlnet",
|
| 415 |
+
"text": "РЫБКА",
|
| 416 |
+
"seed": 3044,
|
| 417 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"РЫБКА\". No other letters, words, logos, or decorations.",
|
| 418 |
+
"image": "controlnet-45.png",
|
| 419 |
+
"control": "45-control.png",
|
| 420 |
+
"control_scale": 0.85
|
| 421 |
+
},
|
| 422 |
+
{
|
| 423 |
+
"strategy": "controlnet",
|
| 424 |
+
"text": "ИГРОК",
|
| 425 |
+
"seed": 3045,
|
| 426 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ИГРОК\". No other letters, words, logos, or decorations.",
|
| 427 |
+
"image": "controlnet-46.png",
|
| 428 |
+
"control": "46-control.png",
|
| 429 |
+
"control_scale": 0.85
|
| 430 |
+
},
|
| 431 |
+
{
|
| 432 |
+
"strategy": "controlnet",
|
| 433 |
+
"text": "ВИТЬ",
|
| 434 |
+
"seed": 3046,
|
| 435 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ВИТЬ\". No other letters, words, logos, or decorations.",
|
| 436 |
+
"image": "controlnet-47.png",
|
| 437 |
+
"control": "47-control.png",
|
| 438 |
+
"control_scale": 0.85
|
| 439 |
+
},
|
| 440 |
+
{
|
| 441 |
+
"strategy": "controlnet",
|
| 442 |
+
"text": "УРА",
|
| 443 |
+
"seed": 3047,
|
| 444 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"УРА\". No other letters, words, logos, or decorations.",
|
| 445 |
+
"image": "controlnet-48.png",
|
| 446 |
+
"control": "48-control.png",
|
| 447 |
+
"control_scale": 0.85
|
| 448 |
+
},
|
| 449 |
+
{
|
| 450 |
+
"strategy": "controlnet",
|
| 451 |
+
"text": "ШОРОХ",
|
| 452 |
+
"seed": 3048,
|
| 453 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ШОРОХ\". No other letters, words, logos, or decorations.",
|
| 454 |
+
"image": "controlnet-49.png",
|
| 455 |
+
"control": "49-control.png",
|
| 456 |
+
"control_scale": 0.85
|
| 457 |
+
},
|
| 458 |
+
{
|
| 459 |
+
"strategy": "controlnet",
|
| 460 |
+
"text": "НОВИЧОК",
|
| 461 |
+
"seed": 3049,
|
| 462 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"НОВИЧОК\". No other letters, words, logos, or decorations.",
|
| 463 |
+
"image": "controlnet-50.png",
|
| 464 |
+
"control": "50-control.png",
|
| 465 |
+
"control_scale": 0.85
|
| 466 |
+
},
|
| 467 |
+
{
|
| 468 |
+
"strategy": "controlnet",
|
| 469 |
+
"text": "ПАРНИШКА",
|
| 470 |
+
"seed": 3050,
|
| 471 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ПАРНИШКА\". No other letters, words, logos, or decorations.",
|
| 472 |
+
"image": "controlnet-51.png",
|
| 473 |
+
"control": "51-control.png",
|
| 474 |
+
"control_scale": 0.85
|
| 475 |
+
},
|
| 476 |
+
{
|
| 477 |
+
"strategy": "controlnet",
|
| 478 |
+
"text": "СКОТИНА",
|
| 479 |
+
"seed": 3051,
|
| 480 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"СКОТИНА\". No other letters, words, logos, or decorations.",
|
| 481 |
+
"image": "controlnet-52.png",
|
| 482 |
+
"control": "52-control.png",
|
| 483 |
+
"control_scale": 0.85
|
| 484 |
+
},
|
| 485 |
+
{
|
| 486 |
+
"strategy": "controlnet",
|
| 487 |
+
"text": "ПОРУЧЕНИЕ",
|
| 488 |
+
"seed": 3052,
|
| 489 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ПОРУЧЕНИЕ\". No other letters, words, logos, or decorations.",
|
| 490 |
+
"image": "controlnet-53.png",
|
| 491 |
+
"control": "53-control.png",
|
| 492 |
+
"control_scale": 0.85
|
| 493 |
+
},
|
| 494 |
+
{
|
| 495 |
+
"strategy": "controlnet",
|
| 496 |
+
"text": "СОСЛАТЬСЯ",
|
| 497 |
+
"seed": 3053,
|
| 498 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"СОСЛАТЬСЯ\". No other letters, words, logos, or decorations.",
|
| 499 |
+
"image": "controlnet-54.png",
|
| 500 |
+
"control": "54-control.png",
|
| 501 |
+
"control_scale": 0.85
|
| 502 |
+
},
|
| 503 |
+
{
|
| 504 |
+
"strategy": "controlnet",
|
| 505 |
+
"text": "ПРЕМЬЕР",
|
| 506 |
+
"seed": 3054,
|
| 507 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ПРЕМЬЕР\". No other letters, words, logos, or decorations.",
|
| 508 |
+
"image": "controlnet-55.png",
|
| 509 |
+
"control": "55-control.png",
|
| 510 |
+
"control_scale": 0.85
|
| 511 |
+
},
|
| 512 |
+
{
|
| 513 |
+
"strategy": "controlnet",
|
| 514 |
+
"text": "ДОБЫВАТЬ",
|
| 515 |
+
"seed": 3055,
|
| 516 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ДОБЫВАТЬ\". No other letters, words, logos, or decorations.",
|
| 517 |
+
"image": "controlnet-56.png",
|
| 518 |
+
"control": "56-control.png",
|
| 519 |
+
"control_scale": 0.85
|
| 520 |
+
},
|
| 521 |
+
{
|
| 522 |
+
"strategy": "controlnet",
|
| 523 |
+
"text": "РЫВОК",
|
| 524 |
+
"seed": 3056,
|
| 525 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"РЫВОК\". No other letters, words, logos, or decorations.",
|
| 526 |
+
"image": "controlnet-57.png",
|
| 527 |
+
"control": "57-control.png",
|
| 528 |
+
"control_scale": 0.85
|
| 529 |
+
},
|
| 530 |
+
{
|
| 531 |
+
"strategy": "controlnet",
|
| 532 |
+
"text": "ЗАКАНЧИВАТЬСЯ",
|
| 533 |
+
"seed": 3057,
|
| 534 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ЗАКАНЧИВАТЬСЯ\". No other letters, words, logos, or decorations.",
|
| 535 |
+
"image": "controlnet-58.png",
|
| 536 |
+
"control": "58-control.png",
|
| 537 |
+
"control_scale": 0.85
|
| 538 |
+
},
|
| 539 |
+
{
|
| 540 |
+
"strategy": "controlnet",
|
| 541 |
+
"text": "ЖЕНАТЫЙ",
|
| 542 |
+
"seed": 3058,
|
| 543 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ЖЕНАТЫЙ\". No other letters, words, logos, or decorations.",
|
| 544 |
+
"image": "controlnet-59.png",
|
| 545 |
+
"control": "59-control.png",
|
| 546 |
+
"control_scale": 0.85
|
| 547 |
+
},
|
| 548 |
+
{
|
| 549 |
+
"strategy": "controlnet",
|
| 550 |
+
"text": "СОПКА",
|
| 551 |
+
"seed": 3059,
|
| 552 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"СОПКА\". No other letters, words, logos, or decorations.",
|
| 553 |
+
"image": "controlnet-60.png",
|
| 554 |
+
"control": "60-control.png",
|
| 555 |
+
"control_scale": 0.85
|
| 556 |
+
},
|
| 557 |
+
{
|
| 558 |
+
"strategy": "controlnet",
|
| 559 |
+
"text": "ТОРГОВЕЦ",
|
| 560 |
+
"seed": 3060,
|
| 561 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ТОРГОВЕЦ\". No other letters, words, logos, or decorations.",
|
| 562 |
+
"image": "controlnet-61.png",
|
| 563 |
+
"control": "61-control.png",
|
| 564 |
+
"control_scale": 0.85
|
| 565 |
+
},
|
| 566 |
+
{
|
| 567 |
+
"strategy": "controlnet",
|
| 568 |
+
"text": "ЭФИР",
|
| 569 |
+
"seed": 3061,
|
| 570 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ЭФИР\". No other letters, words, logos, or decorations.",
|
| 571 |
+
"image": "controlnet-62.png",
|
| 572 |
+
"control": "62-control.png",
|
| 573 |
+
"control_scale": 0.85
|
| 574 |
+
},
|
| 575 |
+
{
|
| 576 |
+
"strategy": "controlnet",
|
| 577 |
+
"text": "ШЕВЕЛИТЬ",
|
| 578 |
+
"seed": 3062,
|
| 579 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ШЕВЕЛИТЬ\". No other letters, words, logos, or decorations.",
|
| 580 |
+
"image": "controlnet-63.png",
|
| 581 |
+
"control": "63-control.png",
|
| 582 |
+
"control_scale": 0.85
|
| 583 |
+
},
|
| 584 |
+
{
|
| 585 |
+
"strategy": "controlnet",
|
| 586 |
+
"text": "ПРИСУТСТВУЮЩИЙ",
|
| 587 |
+
"seed": 3063,
|
| 588 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ПРИСУТСТВУЮЩИЙ\". No other letters, words, logos, or decorations.",
|
| 589 |
+
"image": "controlnet-64.png",
|
| 590 |
+
"control": "64-control.png",
|
| 591 |
+
"control_scale": 0.85
|
| 592 |
+
},
|
| 593 |
+
{
|
| 594 |
+
"strategy": "controlnet",
|
| 595 |
+
"text": "СВЯЗАТЬСЯ",
|
| 596 |
+
"seed": 3064,
|
| 597 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"СВЯЗАТЬСЯ\". No other letters, words, logos, or decorations.",
|
| 598 |
+
"image": "controlnet-65.png",
|
| 599 |
+
"control": "65-control.png",
|
| 600 |
+
"control_scale": 0.85
|
| 601 |
+
},
|
| 602 |
+
{
|
| 603 |
+
"strategy": "controlnet",
|
| 604 |
+
"text": "ЗАВЯЗАТЬ",
|
| 605 |
+
"seed": 3065,
|
| 606 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ЗАВЯЗАТЬ\". No other letters, words, logos, or decorations.",
|
| 607 |
+
"image": "controlnet-66.png",
|
| 608 |
+
"control": "66-control.png",
|
| 609 |
+
"control_scale": 0.85
|
| 610 |
+
},
|
| 611 |
+
{
|
| 612 |
+
"strategy": "controlnet",
|
| 613 |
+
"text": "ПРИЕЗЖИЙ",
|
| 614 |
+
"seed": 3066,
|
| 615 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ПРИЕЗЖИЙ\". No other letters, words, logos, or decorations.",
|
| 616 |
+
"image": "controlnet-67.png",
|
| 617 |
+
"control": "67-control.png",
|
| 618 |
+
"control_scale": 0.85
|
| 619 |
+
},
|
| 620 |
+
{
|
| 621 |
+
"strategy": "controlnet",
|
| 622 |
+
"text": "СТРОИТЕЛЬ",
|
| 623 |
+
"seed": 3067,
|
| 624 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"СТРОИТЕЛЬ\". No other letters, words, logos, or decorations.",
|
| 625 |
+
"image": "controlnet-68.png",
|
| 626 |
+
"control": "68-control.png",
|
| 627 |
+
"control_scale": 0.85
|
| 628 |
+
},
|
| 629 |
+
{
|
| 630 |
+
"strategy": "controlnet",
|
| 631 |
+
"text": "РАЗЛОЖИТЬ",
|
| 632 |
+
"seed": 3068,
|
| 633 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"РАЗЛОЖИТЬ\". No other letters, words, logos, or decorations.",
|
| 634 |
+
"image": "controlnet-69.png",
|
| 635 |
+
"control": "69-control.png",
|
| 636 |
+
"control_scale": 0.85
|
| 637 |
+
},
|
| 638 |
+
{
|
| 639 |
+
"strategy": "controlnet",
|
| 640 |
+
"text": "СЛУШАТЕЛЬ",
|
| 641 |
+
"seed": 3069,
|
| 642 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"СЛУШАТЕЛЬ\". No other letters, words, logos, or decorations.",
|
| 643 |
+
"image": "controlnet-70.png",
|
| 644 |
+
"control": "70-control.png",
|
| 645 |
+
"control_scale": 0.85
|
| 646 |
+
},
|
| 647 |
+
{
|
| 648 |
+
"strategy": "controlnet",
|
| 649 |
+
"text": "ОТРЫВАТЬ",
|
| 650 |
+
"seed": 3070,
|
| 651 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ОТРЫВАТЬ\". No other letters, words, logos, or decorations.",
|
| 652 |
+
"image": "controlnet-71.png",
|
| 653 |
+
"control": "71-control.png",
|
| 654 |
+
"control_scale": 0.85
|
| 655 |
+
},
|
| 656 |
+
{
|
| 657 |
+
"strategy": "controlnet",
|
| 658 |
+
"text": "ОСТРО",
|
| 659 |
+
"seed": 3071,
|
| 660 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ОСТРО\". No other letters, words, logos, or decorations.",
|
| 661 |
+
"image": "controlnet-72.png",
|
| 662 |
+
"control": "72-control.png",
|
| 663 |
+
"control_scale": 0.85
|
| 664 |
+
},
|
| 665 |
+
{
|
| 666 |
+
"strategy": "controlnet",
|
| 667 |
+
"text": "АФРИКА",
|
| 668 |
+
"seed": 3072,
|
| 669 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"АФРИКА\". No other letters, words, logos, or decorations.",
|
| 670 |
+
"image": "controlnet-73.png",
|
| 671 |
+
"control": "73-control.png",
|
| 672 |
+
"control_scale": 0.85
|
| 673 |
+
},
|
| 674 |
+
{
|
| 675 |
+
"strategy": "controlnet",
|
| 676 |
+
"text": "ТУМБОЧКА",
|
| 677 |
+
"seed": 3073,
|
| 678 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ТУМБОЧКА\". No other letters, words, logos, or decorations.",
|
| 679 |
+
"image": "controlnet-74.png",
|
| 680 |
+
"control": "74-control.png",
|
| 681 |
+
"control_scale": 0.85
|
| 682 |
+
},
|
| 683 |
+
{
|
| 684 |
+
"strategy": "controlnet",
|
| 685 |
+
"text": "ЁЖИК",
|
| 686 |
+
"seed": 3074,
|
| 687 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ЁЖИК\". No other letters, words, logos, or decorations.",
|
| 688 |
+
"image": "controlnet-75.png",
|
| 689 |
+
"control": "75-control.png",
|
| 690 |
+
"control_scale": 0.85
|
| 691 |
+
},
|
| 692 |
+
{
|
| 693 |
+
"strategy": "controlnet",
|
| 694 |
+
"text": "ЁЛКА",
|
| 695 |
+
"seed": 3075,
|
| 696 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ЁЛКА\". No other letters, words, logos, or decorations.",
|
| 697 |
+
"image": "controlnet-76.png",
|
| 698 |
+
"control": "76-control.png",
|
| 699 |
+
"control_scale": 0.85
|
| 700 |
+
},
|
| 701 |
+
{
|
| 702 |
+
"strategy": "controlnet",
|
| 703 |
+
"text": "ЕЩЁ",
|
| 704 |
+
"seed": 3076,
|
| 705 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ЕЩЁ\". No other letters, words, logos, or decorations.",
|
| 706 |
+
"image": "controlnet-77.png",
|
| 707 |
+
"control": "77-control.png",
|
| 708 |
+
"control_scale": 0.85
|
| 709 |
+
},
|
| 710 |
+
{
|
| 711 |
+
"strategy": "controlnet",
|
| 712 |
+
"text": "ЩЁТКА",
|
| 713 |
+
"seed": 3077,
|
| 714 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ЩЁТКА\". No other letters, words, logos, or decorations.",
|
| 715 |
+
"image": "controlnet-78.png",
|
| 716 |
+
"control": "78-control.png",
|
| 717 |
+
"control_scale": 0.85
|
| 718 |
+
},
|
| 719 |
+
{
|
| 720 |
+
"strategy": "controlnet",
|
| 721 |
+
"text": "ШЁПОТ",
|
| 722 |
+
"seed": 3078,
|
| 723 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ШЁПОТ\". No other letters, words, logos, or decorations.",
|
| 724 |
+
"image": "controlnet-79.png",
|
| 725 |
+
"control": "79-control.png",
|
| 726 |
+
"control_scale": 0.85
|
| 727 |
+
},
|
| 728 |
+
{
|
| 729 |
+
"strategy": "controlnet",
|
| 730 |
+
"text": "ЖЁЛТЫЙ",
|
| 731 |
+
"seed": 3079,
|
| 732 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ЖЁЛТЫЙ\". No other letters, words, logos, or decorations.",
|
| 733 |
+
"image": "controlnet-80.png",
|
| 734 |
+
"control": "80-control.png",
|
| 735 |
+
"control_scale": 0.85
|
| 736 |
+
},
|
| 737 |
+
{
|
| 738 |
+
"strategy": "controlnet",
|
| 739 |
+
"text": "ЧЁРНЫЙ",
|
| 740 |
+
"seed": 3080,
|
| 741 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ЧЁРНЫЙ\". No other letters, words, logos, or decorations.",
|
| 742 |
+
"image": "controlnet-81.png",
|
| 743 |
+
"control": "81-control.png",
|
| 744 |
+
"control_scale": 0.85
|
| 745 |
+
},
|
| 746 |
+
{
|
| 747 |
+
"strategy": "controlnet",
|
| 748 |
+
"text": "ТВЁРДЫЙ",
|
| 749 |
+
"seed": 3081,
|
| 750 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ТВЁРДЫЙ\". No other letters, words, logos, or decorations.",
|
| 751 |
+
"image": "controlnet-82.png",
|
| 752 |
+
"control": "82-control.png",
|
| 753 |
+
"control_scale": 0.85
|
| 754 |
+
},
|
| 755 |
+
{
|
| 756 |
+
"strategy": "controlnet",
|
| 757 |
+
"text": "ОБЪЁМ",
|
| 758 |
+
"seed": 3082,
|
| 759 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ОБЪЁМ\". No other letters, words, logos, or decorations.",
|
| 760 |
+
"image": "controlnet-83.png",
|
| 761 |
+
"control": "83-control.png",
|
| 762 |
+
"control_scale": 0.85
|
| 763 |
+
},
|
| 764 |
+
{
|
| 765 |
+
"strategy": "controlnet",
|
| 766 |
+
"text": "ПОДЪЁМ",
|
| 767 |
+
"seed": 3083,
|
| 768 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ПОДЪЁМ\". No other letters, words, logos, or decorations.",
|
| 769 |
+
"image": "controlnet-84.png",
|
| 770 |
+
"control": "84-control.png",
|
| 771 |
+
"control_scale": 0.85
|
| 772 |
+
},
|
| 773 |
+
{
|
| 774 |
+
"strategy": "controlnet",
|
| 775 |
+
"text": "ПОДЪЕЗД",
|
| 776 |
+
"seed": 3084,
|
| 777 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ПОДЪЕЗД\". No other letters, words, logos, or decorations.",
|
| 778 |
+
"image": "controlnet-85.png",
|
| 779 |
+
"control": "85-control.png",
|
| 780 |
+
"control_scale": 0.85
|
| 781 |
+
},
|
| 782 |
+
{
|
| 783 |
+
"strategy": "controlnet",
|
| 784 |
+
"text": "СЪЁМКА",
|
| 785 |
+
"seed": 3085,
|
| 786 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"СЪЁМКА\". No other letters, words, logos, or decorations.",
|
| 787 |
+
"image": "controlnet-86.png",
|
| 788 |
+
"control": "86-control.png",
|
| 789 |
+
"control_scale": 0.85
|
| 790 |
+
},
|
| 791 |
+
{
|
| 792 |
+
"strategy": "controlnet",
|
| 793 |
+
"text": "СЪЕЗД",
|
| 794 |
+
"seed": 3086,
|
| 795 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"СЪЕЗД\". No other letters, words, logos, or decorations.",
|
| 796 |
+
"image": "controlnet-87.png",
|
| 797 |
+
"control": "87-control.png",
|
| 798 |
+
"control_scale": 0.85
|
| 799 |
+
},
|
| 800 |
+
{
|
| 801 |
+
"strategy": "controlnet",
|
| 802 |
+
"text": "ОБЪЯВЛЕНИЕ",
|
| 803 |
+
"seed": 3087,
|
| 804 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ОБЪЯВЛЕНИЕ\". No other letters, words, logos, or decorations.",
|
| 805 |
+
"image": "controlnet-88.png",
|
| 806 |
+
"control": "88-control.png",
|
| 807 |
+
"control_scale": 0.85
|
| 808 |
+
},
|
| 809 |
+
{
|
| 810 |
+
"strategy": "controlnet",
|
| 811 |
+
"text": "ВЬЮГА",
|
| 812 |
+
"seed": 3088,
|
| 813 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ВЬЮГА\". No other letters, words, logos, or decorations.",
|
| 814 |
+
"image": "controlnet-89.png",
|
| 815 |
+
"control": "89-control.png",
|
| 816 |
+
"control_scale": 0.85
|
| 817 |
+
},
|
| 818 |
+
{
|
| 819 |
+
"strategy": "controlnet",
|
| 820 |
+
"text": "БЕЛЬЁ",
|
| 821 |
+
"seed": 3089,
|
| 822 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"БЕЛЬЁ\". No other letters, words, logos, or decorations.",
|
| 823 |
+
"image": "controlnet-90.png",
|
| 824 |
+
"control": "90-control.png",
|
| 825 |
+
"control_scale": 0.85
|
| 826 |
+
},
|
| 827 |
+
{
|
| 828 |
+
"strategy": "controlnet",
|
| 829 |
+
"text": "ПЬЕСА",
|
| 830 |
+
"seed": 3090,
|
| 831 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ПЬЕСА\". No other letters, words, logos, or decorations.",
|
| 832 |
+
"image": "controlnet-91.png",
|
| 833 |
+
"control": "91-control.png",
|
| 834 |
+
"control_scale": 0.85
|
| 835 |
+
},
|
| 836 |
+
{
|
| 837 |
+
"strategy": "controlnet",
|
| 838 |
+
"text": "КОМПЬЮТЕР",
|
| 839 |
+
"seed": 3091,
|
| 840 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"КОМПЬЮТЕР\". No other letters, words, logos, or decorations.",
|
| 841 |
+
"image": "controlnet-92.png",
|
| 842 |
+
"control": "92-control.png",
|
| 843 |
+
"control_scale": 0.85
|
| 844 |
+
},
|
| 845 |
+
{
|
| 846 |
+
"strategy": "controlnet",
|
| 847 |
+
"text": "ЩУКА",
|
| 848 |
+
"seed": 3092,
|
| 849 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ЩУКА\". No other letters, words, logos, or decorations.",
|
| 850 |
+
"image": "controlnet-93.png",
|
| 851 |
+
"control": "93-control.png",
|
| 852 |
+
"control_scale": 0.85
|
| 853 |
+
},
|
| 854 |
+
{
|
| 855 |
+
"strategy": "controlnet",
|
| 856 |
+
"text": "ЦИРКУЛЬ",
|
| 857 |
+
"seed": 3093,
|
| 858 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ЦИРКУЛЬ\". No other letters, words, logos, or decorations.",
|
| 859 |
+
"image": "controlnet-94.png",
|
| 860 |
+
"control": "94-control.png",
|
| 861 |
+
"control_scale": 0.85
|
| 862 |
+
},
|
| 863 |
+
{
|
| 864 |
+
"strategy": "controlnet",
|
| 865 |
+
"text": "РАЗЪЁМ",
|
| 866 |
+
"seed": 3094,
|
| 867 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"РАЗЪЁМ\". No other letters, words, logos, or decorations.",
|
| 868 |
+
"image": "controlnet-95.png",
|
| 869 |
+
"control": "95-control.png",
|
| 870 |
+
"control_scale": 0.85
|
| 871 |
+
},
|
| 872 |
+
{
|
| 873 |
+
"strategy": "controlnet",
|
| 874 |
+
"text": "ИНЪЕКЦИЯ",
|
| 875 |
+
"seed": 3095,
|
| 876 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ИНЪЕКЦИЯ\". No other letters, words, logos, or decorations.",
|
| 877 |
+
"image": "controlnet-96.png",
|
| 878 |
+
"control": "96-control.png",
|
| 879 |
+
"control_scale": 0.85
|
| 880 |
+
},
|
| 881 |
+
{
|
| 882 |
+
"strategy": "controlnet",
|
| 883 |
+
"text": "ФЕЛЬДЪЕГЕРЬ",
|
| 884 |
+
"seed": 3096,
|
| 885 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ФЕЛЬДЪЕГЕРЬ\". No other letters, words, logos, or decorations.",
|
| 886 |
+
"image": "controlnet-97.png",
|
| 887 |
+
"control": "97-control.png",
|
| 888 |
+
"control_scale": 0.85
|
| 889 |
+
},
|
| 890 |
+
{
|
| 891 |
+
"strategy": "controlnet",
|
| 892 |
+
"text": "БУЛЬОН",
|
| 893 |
+
"seed": 3097,
|
| 894 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"БУЛЬОН\". No other letters, words, logos, or decorations.",
|
| 895 |
+
"image": "controlnet-98.png",
|
| 896 |
+
"control": "98-control.png",
|
| 897 |
+
"control_scale": 0.85
|
| 898 |
+
},
|
| 899 |
+
{
|
| 900 |
+
"strategy": "controlnet",
|
| 901 |
+
"text": "СОЛ��ВЬИ",
|
| 902 |
+
"seed": 3098,
|
| 903 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"СОЛОВЬИ\". No other letters, words, logos, or decorations.",
|
| 904 |
+
"image": "controlnet-99.png",
|
| 905 |
+
"control": "99-control.png",
|
| 906 |
+
"control_scale": 0.85
|
| 907 |
+
},
|
| 908 |
+
{
|
| 909 |
+
"strategy": "controlnet",
|
| 910 |
+
"text": "СЪЕЗДИТЬ",
|
| 911 |
+
"seed": 3099,
|
| 912 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"СЪЕЗДИТЬ\". No other letters, words, logos, or decorations.",
|
| 913 |
+
"image": "controlnet-100.png",
|
| 914 |
+
"control": "100-control.png",
|
| 915 |
+
"control_scale": 0.85
|
| 916 |
+
}
|
| 917 |
+
]
|
| 918 |
+
}
|
reports/fp8/accuracy-report.json
ADDED
|
@@ -0,0 +1,1521 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"generation_report": "generation-report.json",
|
| 3 |
+
"summary": {
|
| 4 |
+
"controlnet": {
|
| 5 |
+
"samples": 100,
|
| 6 |
+
"exact": 77,
|
| 7 |
+
"mean_cer": 0.1142,
|
| 8 |
+
"mean_glyph_similarity": 0.9564,
|
| 9 |
+
"edge_touching_controls": 0
|
| 10 |
+
}
|
| 11 |
+
},
|
| 12 |
+
"contact_sheets": [
|
| 13 |
+
"contact-sheet-01.jpg",
|
| 14 |
+
"contact-sheet-02.jpg",
|
| 15 |
+
"contact-sheet-03.jpg",
|
| 16 |
+
"contact-sheet-04.jpg",
|
| 17 |
+
"contact-sheet-05.jpg"
|
| 18 |
+
],
|
| 19 |
+
"results": [
|
| 20 |
+
{
|
| 21 |
+
"strategy": "controlnet",
|
| 22 |
+
"text": "ОБУВЬ",
|
| 23 |
+
"seed": 3000,
|
| 24 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ОБУВЬ\". No other letters, words, logos, or decorations.",
|
| 25 |
+
"image": "controlnet-01.png",
|
| 26 |
+
"control": "01-control.png",
|
| 27 |
+
"control_scale": 0.85,
|
| 28 |
+
"gold": "ОБУВЬ",
|
| 29 |
+
"ocr": "ОБУВЬ",
|
| 30 |
+
"exact_match": true,
|
| 31 |
+
"cer": 0.0,
|
| 32 |
+
"glyph_similarity": 0.9911,
|
| 33 |
+
"control_margin_px": 50
|
| 34 |
+
},
|
| 35 |
+
{
|
| 36 |
+
"strategy": "controlnet",
|
| 37 |
+
"text": "ВЛЮБИТЬСЯ",
|
| 38 |
+
"seed": 3001,
|
| 39 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ВЛЮБИТЬСЯ\". No other letters, words, logos, or decorations.",
|
| 40 |
+
"image": "controlnet-02.png",
|
| 41 |
+
"control": "02-control.png",
|
| 42 |
+
"control_scale": 0.85,
|
| 43 |
+
"gold": "ВЛЮБИТЬСЯ",
|
| 44 |
+
"ocr": "ВЛЮБИТЬСЯ",
|
| 45 |
+
"exact_match": true,
|
| 46 |
+
"cer": 0.0,
|
| 47 |
+
"glyph_similarity": 0.9783,
|
| 48 |
+
"control_margin_px": 50
|
| 49 |
+
},
|
| 50 |
+
{
|
| 51 |
+
"strategy": "controlnet",
|
| 52 |
+
"text": "АРГУМЕНТ",
|
| 53 |
+
"seed": 3002,
|
| 54 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"АРГУМЕНТ\". No other letters, words, logos, or decorations.",
|
| 55 |
+
"image": "controlnet-03.png",
|
| 56 |
+
"control": "03-control.png",
|
| 57 |
+
"control_scale": 0.85,
|
| 58 |
+
"gold": "АРГУМЕНТ",
|
| 59 |
+
"ocr": "АРГУМЕНТ",
|
| 60 |
+
"exact_match": true,
|
| 61 |
+
"cer": 0.0,
|
| 62 |
+
"glyph_similarity": 0.9991,
|
| 63 |
+
"control_margin_px": 50
|
| 64 |
+
},
|
| 65 |
+
{
|
| 66 |
+
"strategy": "controlnet",
|
| 67 |
+
"text": "НОРОВИТЬ",
|
| 68 |
+
"seed": 3003,
|
| 69 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"НОРОВИТЬ\". No other letters, words, logos, or decorations.",
|
| 70 |
+
"image": "controlnet-04.png",
|
| 71 |
+
"control": "04-control.png",
|
| 72 |
+
"control_scale": 0.85,
|
| 73 |
+
"gold": "НОРОВИТЬ",
|
| 74 |
+
"ocr": "",
|
| 75 |
+
"exact_match": false,
|
| 76 |
+
"cer": 1.0,
|
| 77 |
+
"glyph_similarity": 0.994,
|
| 78 |
+
"control_margin_px": 50
|
| 79 |
+
},
|
| 80 |
+
{
|
| 81 |
+
"strategy": "controlnet",
|
| 82 |
+
"text": "ПОЛОТНО",
|
| 83 |
+
"seed": 3004,
|
| 84 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ПОЛОТНО\". No other letters, words, logos, or decorations.",
|
| 85 |
+
"image": "controlnet-05.png",
|
| 86 |
+
"control": "05-control.png",
|
| 87 |
+
"control_scale": 0.85,
|
| 88 |
+
"gold": "ПОЛОТНО",
|
| 89 |
+
"ocr": "ПОЛОТНО",
|
| 90 |
+
"exact_match": true,
|
| 91 |
+
"cer": 0.0,
|
| 92 |
+
"glyph_similarity": 0.9986,
|
| 93 |
+
"control_margin_px": 50
|
| 94 |
+
},
|
| 95 |
+
{
|
| 96 |
+
"strategy": "controlnet",
|
| 97 |
+
"text": "ПРОПУСК",
|
| 98 |
+
"seed": 3005,
|
| 99 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ПРОПУСК\". No other letters, words, logos, or decorations.",
|
| 100 |
+
"image": "controlnet-06.png",
|
| 101 |
+
"control": "06-control.png",
|
| 102 |
+
"control_scale": 0.85,
|
| 103 |
+
"gold": "ПРОПУСК",
|
| 104 |
+
"ocr": "ПРОПУСК",
|
| 105 |
+
"exact_match": true,
|
| 106 |
+
"cer": 0.0,
|
| 107 |
+
"glyph_similarity": 0.962,
|
| 108 |
+
"control_margin_px": 50
|
| 109 |
+
},
|
| 110 |
+
{
|
| 111 |
+
"strategy": "controlnet",
|
| 112 |
+
"text": "СМОЛА",
|
| 113 |
+
"seed": 3006,
|
| 114 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"СМОЛА\". No other letters, words, logos, or decorations.",
|
| 115 |
+
"image": "controlnet-07.png",
|
| 116 |
+
"control": "07-control.png",
|
| 117 |
+
"control_scale": 0.85,
|
| 118 |
+
"gold": "СМОЛА",
|
| 119 |
+
"ocr": "СМОЛА",
|
| 120 |
+
"exact_match": true,
|
| 121 |
+
"cer": 0.0,
|
| 122 |
+
"glyph_similarity": 0.9758,
|
| 123 |
+
"control_margin_px": 50
|
| 124 |
+
},
|
| 125 |
+
{
|
| 126 |
+
"strategy": "controlnet",
|
| 127 |
+
"text": "НЕДОВОЛЬНО",
|
| 128 |
+
"seed": 3007,
|
| 129 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"НЕДОВОЛЬНО\". No other letters, words, logos, or decorations.",
|
| 130 |
+
"image": "controlnet-08.png",
|
| 131 |
+
"control": "08-control.png",
|
| 132 |
+
"control_scale": 0.85,
|
| 133 |
+
"gold": "НЕДОВОЛЬНО",
|
| 134 |
+
"ocr": "НЕДОВОЛЬНО",
|
| 135 |
+
"exact_match": true,
|
| 136 |
+
"cer": 0.0,
|
| 137 |
+
"glyph_similarity": 0.9914,
|
| 138 |
+
"control_margin_px": 50
|
| 139 |
+
},
|
| 140 |
+
{
|
| 141 |
+
"strategy": "controlnet",
|
| 142 |
+
"text": "МУЧИТЕЛЬНО",
|
| 143 |
+
"seed": 3008,
|
| 144 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"МУЧИТЕЛЬНО\". No other letters, words, logos, or decorations.",
|
| 145 |
+
"image": "controlnet-09.png",
|
| 146 |
+
"control": "09-control.png",
|
| 147 |
+
"control_scale": 0.85,
|
| 148 |
+
"gold": "МУЧИТЕЛЬНО",
|
| 149 |
+
"ocr": "МУЧИТЕЛЬНО",
|
| 150 |
+
"exact_match": true,
|
| 151 |
+
"cer": 0.0,
|
| 152 |
+
"glyph_similarity": 0.963,
|
| 153 |
+
"control_margin_px": 50
|
| 154 |
+
},
|
| 155 |
+
{
|
| 156 |
+
"strategy": "controlnet",
|
| 157 |
+
"text": "СТОЯНКА",
|
| 158 |
+
"seed": 3009,
|
| 159 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"СТОЯНКА\". No other letters, words, logos, or decorations.",
|
| 160 |
+
"image": "controlnet-10.png",
|
| 161 |
+
"control": "10-control.png",
|
| 162 |
+
"control_scale": 0.85,
|
| 163 |
+
"gold": "СТОЯНКА",
|
| 164 |
+
"ocr": "СТОЯНКА",
|
| 165 |
+
"exact_match": true,
|
| 166 |
+
"cer": 0.0,
|
| 167 |
+
"glyph_similarity": 0.9549,
|
| 168 |
+
"control_margin_px": 50
|
| 169 |
+
},
|
| 170 |
+
{
|
| 171 |
+
"strategy": "controlnet",
|
| 172 |
+
"text": "СОДЕРЖАТЬСЯ",
|
| 173 |
+
"seed": 3010,
|
| 174 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"СОДЕРЖАТЬСЯ\". No other letters, words, logos, or decorations.",
|
| 175 |
+
"image": "controlnet-11.png",
|
| 176 |
+
"control": "11-control.png",
|
| 177 |
+
"control_scale": 0.85,
|
| 178 |
+
"gold": "СОДЕРЖАТЬСЯ",
|
| 179 |
+
"ocr": "СОДЕРЖАТЬСЯ",
|
| 180 |
+
"exact_match": true,
|
| 181 |
+
"cer": 0.0,
|
| 182 |
+
"glyph_similarity": 0.9099,
|
| 183 |
+
"control_margin_px": 50
|
| 184 |
+
},
|
| 185 |
+
{
|
| 186 |
+
"strategy": "controlnet",
|
| 187 |
+
"text": "ВСЛЕДСТВИЕ",
|
| 188 |
+
"seed": 3011,
|
| 189 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ВСЛЕДСТВИЕ\". No other letters, words, logos, or decorations.",
|
| 190 |
+
"image": "controlnet-12.png",
|
| 191 |
+
"control": "12-control.png",
|
| 192 |
+
"control_scale": 0.85,
|
| 193 |
+
"gold": "ВСЛЕДСТВИЕ",
|
| 194 |
+
"ocr": "ВСЛЕДСТВИЕ",
|
| 195 |
+
"exact_match": true,
|
| 196 |
+
"cer": 0.0,
|
| 197 |
+
"glyph_similarity": 0.972,
|
| 198 |
+
"control_margin_px": 50
|
| 199 |
+
},
|
| 200 |
+
{
|
| 201 |
+
"strategy": "controlnet",
|
| 202 |
+
"text": "ТУПИК",
|
| 203 |
+
"seed": 3012,
|
| 204 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ТУПИК\". No other letters, words, logos, or decorations.",
|
| 205 |
+
"image": "controlnet-13.png",
|
| 206 |
+
"control": "13-control.png",
|
| 207 |
+
"control_scale": 0.85,
|
| 208 |
+
"gold": "ТУПИК",
|
| 209 |
+
"ocr": "ТУПИК",
|
| 210 |
+
"exact_match": true,
|
| 211 |
+
"cer": 0.0,
|
| 212 |
+
"glyph_similarity": 0.9849,
|
| 213 |
+
"control_margin_px": 50
|
| 214 |
+
},
|
| 215 |
+
{
|
| 216 |
+
"strategy": "controlnet",
|
| 217 |
+
"text": "ОВОЩ",
|
| 218 |
+
"seed": 3013,
|
| 219 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ОВОЩ\". No other letters, words, logos, or decorations.",
|
| 220 |
+
"image": "controlnet-14.png",
|
| 221 |
+
"control": "14-control.png",
|
| 222 |
+
"control_scale": 0.85,
|
| 223 |
+
"gold": "ОВОЩ",
|
| 224 |
+
"ocr": "ОВОЩ",
|
| 225 |
+
"exact_match": true,
|
| 226 |
+
"cer": 0.0,
|
| 227 |
+
"glyph_similarity": 0.9961,
|
| 228 |
+
"control_margin_px": 50
|
| 229 |
+
},
|
| 230 |
+
{
|
| 231 |
+
"strategy": "controlnet",
|
| 232 |
+
"text": "НЕХОРОШИЙ",
|
| 233 |
+
"seed": 3014,
|
| 234 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"НЕХОРОШИЙ\". No other letters, words, logos, or decorations.",
|
| 235 |
+
"image": "controlnet-15.png",
|
| 236 |
+
"control": "15-control.png",
|
| 237 |
+
"control_scale": 0.85,
|
| 238 |
+
"gold": "НЕХОРОШИЙ",
|
| 239 |
+
"ocr": "",
|
| 240 |
+
"exact_match": false,
|
| 241 |
+
"cer": 1.0,
|
| 242 |
+
"glyph_similarity": 0.9898,
|
| 243 |
+
"control_margin_px": 50
|
| 244 |
+
},
|
| 245 |
+
{
|
| 246 |
+
"strategy": "controlnet",
|
| 247 |
+
"text": "ОТРЫВАТЬСЯ",
|
| 248 |
+
"seed": 3015,
|
| 249 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ОТРЫВАТЬСЯ\". No other letters, words, logos, or decorations.",
|
| 250 |
+
"image": "controlnet-16.png",
|
| 251 |
+
"control": "16-control.png",
|
| 252 |
+
"control_scale": 0.85,
|
| 253 |
+
"gold": "ОТРЫВАТЬСЯ",
|
| 254 |
+
"ocr": "ОТРЫВАТЬСЯ",
|
| 255 |
+
"exact_match": true,
|
| 256 |
+
"cer": 0.0,
|
| 257 |
+
"glyph_similarity": 0.9903,
|
| 258 |
+
"control_margin_px": 50
|
| 259 |
+
},
|
| 260 |
+
{
|
| 261 |
+
"strategy": "controlnet",
|
| 262 |
+
"text": "МИКРОФОН",
|
| 263 |
+
"seed": 3016,
|
| 264 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"МИКРОФОН\". No other letters, words, logos, or decorations.",
|
| 265 |
+
"image": "controlnet-17.png",
|
| 266 |
+
"control": "17-control.png",
|
| 267 |
+
"control_scale": 0.85,
|
| 268 |
+
"gold": "МИКРОФОН",
|
| 269 |
+
"ocr": "МИКРОФОН",
|
| 270 |
+
"exact_match": true,
|
| 271 |
+
"cer": 0.0,
|
| 272 |
+
"glyph_similarity": 0.9979,
|
| 273 |
+
"control_margin_px": 50
|
| 274 |
+
},
|
| 275 |
+
{
|
| 276 |
+
"strategy": "controlnet",
|
| 277 |
+
"text": "ПЫШНЫЙ",
|
| 278 |
+
"seed": 3017,
|
| 279 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ПЫШНЫЙ\". No other letters, words, logos, or decorations.",
|
| 280 |
+
"image": "controlnet-18.png",
|
| 281 |
+
"control": "18-control.png",
|
| 282 |
+
"control_scale": 0.85,
|
| 283 |
+
"gold": "ПЫШНЫЙ",
|
| 284 |
+
"ocr": "ПЫШНЫЙ",
|
| 285 |
+
"exact_match": true,
|
| 286 |
+
"cer": 0.0,
|
| 287 |
+
"glyph_similarity": 0.9866,
|
| 288 |
+
"control_margin_px": 50
|
| 289 |
+
},
|
| 290 |
+
{
|
| 291 |
+
"strategy": "controlnet",
|
| 292 |
+
"text": "СТАДИЯ",
|
| 293 |
+
"seed": 3018,
|
| 294 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"СТАДИЯ\". No other letters, words, logos, or decorations.",
|
| 295 |
+
"image": "controlnet-19.png",
|
| 296 |
+
"control": "19-control.png",
|
| 297 |
+
"control_scale": 0.85,
|
| 298 |
+
"gold": "СТАДИЯ",
|
| 299 |
+
"ocr": "СТАДИЯ",
|
| 300 |
+
"exact_match": true,
|
| 301 |
+
"cer": 0.0,
|
| 302 |
+
"glyph_similarity": 0.9773,
|
| 303 |
+
"control_margin_px": 50
|
| 304 |
+
},
|
| 305 |
+
{
|
| 306 |
+
"strategy": "controlnet",
|
| 307 |
+
"text": "ПЕРЕБРАТЬСЯ",
|
| 308 |
+
"seed": 3019,
|
| 309 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ПЕРЕБРАТЬСЯ\". No other letters, words, logos, or decorations.",
|
| 310 |
+
"image": "controlnet-20.png",
|
| 311 |
+
"control": "20-control.png",
|
| 312 |
+
"control_scale": 0.85,
|
| 313 |
+
"gold": "ПЕРЕБРАТЬСЯ",
|
| 314 |
+
"ocr": "ПЕРЕБРАТЬСЯ",
|
| 315 |
+
"exact_match": true,
|
| 316 |
+
"cer": 0.0,
|
| 317 |
+
"glyph_similarity": 0.9926,
|
| 318 |
+
"control_margin_px": 50
|
| 319 |
+
},
|
| 320 |
+
{
|
| 321 |
+
"strategy": "controlnet",
|
| 322 |
+
"text": "СОЗДАВАТЬСЯ",
|
| 323 |
+
"seed": 3020,
|
| 324 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"СОЗДАВАТЬСЯ\". No other letters, words, logos, or decorations.",
|
| 325 |
+
"image": "controlnet-21.png",
|
| 326 |
+
"control": "21-control.png",
|
| 327 |
+
"control_scale": 0.85,
|
| 328 |
+
"gold": "СОЗДАВАТЬСЯ",
|
| 329 |
+
"ocr": "СОЗДАВАТЬСЯ",
|
| 330 |
+
"exact_match": true,
|
| 331 |
+
"cer": 0.0,
|
| 332 |
+
"glyph_similarity": 0.9122,
|
| 333 |
+
"control_margin_px": 50
|
| 334 |
+
},
|
| 335 |
+
{
|
| 336 |
+
"strategy": "controlnet",
|
| 337 |
+
"text": "МАШИНАЛЬНЫЙ",
|
| 338 |
+
"seed": 3021,
|
| 339 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"МАШИНАЛЬНЫЙ\". No other letters, words, logos, or decorations.",
|
| 340 |
+
"image": "controlnet-22.png",
|
| 341 |
+
"control": "22-control.png",
|
| 342 |
+
"control_scale": 0.85,
|
| 343 |
+
"gold": "МАШИНАЛЬНЫЙ",
|
| 344 |
+
"ocr": "МАШИНАЛЬНЫЙ",
|
| 345 |
+
"exact_match": true,
|
| 346 |
+
"cer": 0.0,
|
| 347 |
+
"glyph_similarity": 0.9574,
|
| 348 |
+
"control_margin_px": 50
|
| 349 |
+
},
|
| 350 |
+
{
|
| 351 |
+
"strategy": "controlnet",
|
| 352 |
+
"text": "ЛЕГКОСТЬ",
|
| 353 |
+
"seed": 3022,
|
| 354 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ЛЕГКОСТЬ\". No other letters, words, logos, or decorations.",
|
| 355 |
+
"image": "controlnet-23.png",
|
| 356 |
+
"control": "23-control.png",
|
| 357 |
+
"control_scale": 0.85,
|
| 358 |
+
"gold": "ЛЕГКОСТЬ",
|
| 359 |
+
"ocr": "ЛЕГКОСТЬ",
|
| 360 |
+
"exact_match": true,
|
| 361 |
+
"cer": 0.0,
|
| 362 |
+
"glyph_similarity": 0.986,
|
| 363 |
+
"control_margin_px": 50
|
| 364 |
+
},
|
| 365 |
+
{
|
| 366 |
+
"strategy": "controlnet",
|
| 367 |
+
"text": "МОЛОТ",
|
| 368 |
+
"seed": 3023,
|
| 369 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"МОЛОТ\". No other letters, words, logos, or decorations.",
|
| 370 |
+
"image": "controlnet-24.png",
|
| 371 |
+
"control": "24-control.png",
|
| 372 |
+
"control_scale": 0.85,
|
| 373 |
+
"gold": "МОЛОТ",
|
| 374 |
+
"ocr": "МОЛОТ",
|
| 375 |
+
"exact_match": true,
|
| 376 |
+
"cer": 0.0,
|
| 377 |
+
"glyph_similarity": 0.892,
|
| 378 |
+
"control_margin_px": 50
|
| 379 |
+
},
|
| 380 |
+
{
|
| 381 |
+
"strategy": "controlnet",
|
| 382 |
+
"text": "СКРОМНО",
|
| 383 |
+
"seed": 3024,
|
| 384 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"СКРОМНО\". No other letters, words, logos, or decorations.",
|
| 385 |
+
"image": "controlnet-25.png",
|
| 386 |
+
"control": "25-control.png",
|
| 387 |
+
"control_scale": 0.85,
|
| 388 |
+
"gold": "СКРОМНО",
|
| 389 |
+
"ocr": "СКРОМНО",
|
| 390 |
+
"exact_match": true,
|
| 391 |
+
"cer": 0.0,
|
| 392 |
+
"glyph_similarity": 0.9882,
|
| 393 |
+
"control_margin_px": 50
|
| 394 |
+
},
|
| 395 |
+
{
|
| 396 |
+
"strategy": "controlnet",
|
| 397 |
+
"text": "ВЕРХУШКА",
|
| 398 |
+
"seed": 3025,
|
| 399 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ВЕРХУШКА\". No other letters, words, logos, or decorations.",
|
| 400 |
+
"image": "controlnet-26.png",
|
| 401 |
+
"control": "26-control.png",
|
| 402 |
+
"control_scale": 0.85,
|
| 403 |
+
"gold": "ВЕРХУШКА",
|
| 404 |
+
"ocr": "ВЕРХУШКА",
|
| 405 |
+
"exact_match": true,
|
| 406 |
+
"cer": 0.0,
|
| 407 |
+
"glyph_similarity": 0.9919,
|
| 408 |
+
"control_margin_px": 50
|
| 409 |
+
},
|
| 410 |
+
{
|
| 411 |
+
"strategy": "controlnet",
|
| 412 |
+
"text": "ОКО",
|
| 413 |
+
"seed": 3026,
|
| 414 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ОКО\". No other letters, words, logos, or decorations.",
|
| 415 |
+
"image": "controlnet-27.png",
|
| 416 |
+
"control": "27-control.png",
|
| 417 |
+
"control_scale": 0.85,
|
| 418 |
+
"gold": "ОКО",
|
| 419 |
+
"ocr": "ОКО",
|
| 420 |
+
"exact_match": true,
|
| 421 |
+
"cer": 0.0,
|
| 422 |
+
"glyph_similarity": 0.9879,
|
| 423 |
+
"control_margin_px": 50
|
| 424 |
+
},
|
| 425 |
+
{
|
| 426 |
+
"strategy": "controlnet",
|
| 427 |
+
"text": "ВОПРЕКИ",
|
| 428 |
+
"seed": 3027,
|
| 429 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ВОПРЕКИ\". No other letters, words, logos, or decorations.",
|
| 430 |
+
"image": "controlnet-28.png",
|
| 431 |
+
"control": "28-control.png",
|
| 432 |
+
"control_scale": 0.85,
|
| 433 |
+
"gold": "ВОПРЕКИ",
|
| 434 |
+
"ocr": "ВОПРЕКИ",
|
| 435 |
+
"exact_match": true,
|
| 436 |
+
"cer": 0.0,
|
| 437 |
+
"glyph_similarity": 0.9846,
|
| 438 |
+
"control_margin_px": 50
|
| 439 |
+
},
|
| 440 |
+
{
|
| 441 |
+
"strategy": "controlnet",
|
| 442 |
+
"text": "АКТИВНО",
|
| 443 |
+
"seed": 3028,
|
| 444 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"АКТИВНО\". No other letters, words, logos, or decorations.",
|
| 445 |
+
"image": "controlnet-29.png",
|
| 446 |
+
"control": "29-control.png",
|
| 447 |
+
"control_scale": 0.85,
|
| 448 |
+
"gold": "АКТИВНО",
|
| 449 |
+
"ocr": "АКТИВНО",
|
| 450 |
+
"exact_match": true,
|
| 451 |
+
"cer": 0.0,
|
| 452 |
+
"glyph_similarity": 0.9967,
|
| 453 |
+
"control_margin_px": 50
|
| 454 |
+
},
|
| 455 |
+
{
|
| 456 |
+
"strategy": "controlnet",
|
| 457 |
+
"text": "НАЦИОНАЛЬНОСТЬ",
|
| 458 |
+
"seed": 3029,
|
| 459 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"НАЦИОНАЛЬНОСТЬ\". No other letters, words, logos, or decorations.",
|
| 460 |
+
"image": "controlnet-30.png",
|
| 461 |
+
"control": "30-control.png",
|
| 462 |
+
"control_scale": 0.85,
|
| 463 |
+
"gold": "НАЦИОНАЛЬНОСТЬ",
|
| 464 |
+
"ocr": "НАЦИОНААЛЬНОСТ",
|
| 465 |
+
"exact_match": false,
|
| 466 |
+
"cer": 0.1429,
|
| 467 |
+
"glyph_similarity": 0.94,
|
| 468 |
+
"control_margin_px": 50
|
| 469 |
+
},
|
| 470 |
+
{
|
| 471 |
+
"strategy": "controlnet",
|
| 472 |
+
"text": "ПЛАТФОРМА",
|
| 473 |
+
"seed": 3030,
|
| 474 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ПЛАТФОРМА\". No other letters, words, logos, or decorations.",
|
| 475 |
+
"image": "controlnet-31.png",
|
| 476 |
+
"control": "31-control.png",
|
| 477 |
+
"control_scale": 0.85,
|
| 478 |
+
"gold": "ПЛАТФОРМА",
|
| 479 |
+
"ocr": "ПЛАТФОРМА",
|
| 480 |
+
"exact_match": true,
|
| 481 |
+
"cer": 0.0,
|
| 482 |
+
"glyph_similarity": 0.9989,
|
| 483 |
+
"control_margin_px": 50
|
| 484 |
+
},
|
| 485 |
+
{
|
| 486 |
+
"strategy": "controlnet",
|
| 487 |
+
"text": "ВЕРСТА",
|
| 488 |
+
"seed": 3031,
|
| 489 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ВЕРСТА\". No other letters, words, logos, or decorations.",
|
| 490 |
+
"image": "controlnet-32.png",
|
| 491 |
+
"control": "32-control.png",
|
| 492 |
+
"control_scale": 0.85,
|
| 493 |
+
"gold": "ВЕРСТА",
|
| 494 |
+
"ocr": "ВЕРСТА",
|
| 495 |
+
"exact_match": true,
|
| 496 |
+
"cer": 0.0,
|
| 497 |
+
"glyph_similarity": 0.9895,
|
| 498 |
+
"control_margin_px": 50
|
| 499 |
+
},
|
| 500 |
+
{
|
| 501 |
+
"strategy": "controlnet",
|
| 502 |
+
"text": "ПОДРУЖКА",
|
| 503 |
+
"seed": 3032,
|
| 504 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ПОДРУЖКА\". No other letters, words, logos, or decorations.",
|
| 505 |
+
"image": "controlnet-33.png",
|
| 506 |
+
"control": "33-control.png",
|
| 507 |
+
"control_scale": 0.85,
|
| 508 |
+
"gold": "ПОДРУЖКА",
|
| 509 |
+
"ocr": "ПОДРУЖКА",
|
| 510 |
+
"exact_match": true,
|
| 511 |
+
"cer": 0.0,
|
| 512 |
+
"glyph_similarity": 0.9976,
|
| 513 |
+
"control_margin_px": 50
|
| 514 |
+
},
|
| 515 |
+
{
|
| 516 |
+
"strategy": "controlnet",
|
| 517 |
+
"text": "ПРАКТИК",
|
| 518 |
+
"seed": 3033,
|
| 519 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ПРАКТИК\". No other letters, words, logos, or decorations.",
|
| 520 |
+
"image": "controlnet-34.png",
|
| 521 |
+
"control": "34-control.png",
|
| 522 |
+
"control_scale": 0.85,
|
| 523 |
+
"gold": "ПРАКТИК",
|
| 524 |
+
"ocr": "ПРАКТИК",
|
| 525 |
+
"exact_match": true,
|
| 526 |
+
"cer": 0.0,
|
| 527 |
+
"glyph_similarity": 0.9402,
|
| 528 |
+
"control_margin_px": 50
|
| 529 |
+
},
|
| 530 |
+
{
|
| 531 |
+
"strategy": "controlnet",
|
| 532 |
+
"text": "ОГРАНИЧЕННЫЙ",
|
| 533 |
+
"seed": 3034,
|
| 534 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ОГРАНИЧЕННЫЙ\". No other letters, words, logos, or decorations.",
|
| 535 |
+
"image": "controlnet-35.png",
|
| 536 |
+
"control": "35-control.png",
|
| 537 |
+
"control_scale": 0.85,
|
| 538 |
+
"gold": "ОГРАНИЧЕННЫЙ",
|
| 539 |
+
"ocr": "ОГРАНИЧЕ Нны]",
|
| 540 |
+
"exact_match": false,
|
| 541 |
+
"cer": 0.3333,
|
| 542 |
+
"glyph_similarity": 0.9071,
|
| 543 |
+
"control_margin_px": 50
|
| 544 |
+
},
|
| 545 |
+
{
|
| 546 |
+
"strategy": "controlnet",
|
| 547 |
+
"text": "ОГЛЯДЫВАТЬ",
|
| 548 |
+
"seed": 3035,
|
| 549 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ОГЛЯДЫВАТЬ\". No other letters, words, logos, or decorations.",
|
| 550 |
+
"image": "controlnet-36.png",
|
| 551 |
+
"control": "36-control.png",
|
| 552 |
+
"control_scale": 0.85,
|
| 553 |
+
"gold": "ОГЛЯДЫВАТЬ",
|
| 554 |
+
"ocr": "ОГЛЯДЫВАТЬ",
|
| 555 |
+
"exact_match": true,
|
| 556 |
+
"cer": 0.0,
|
| 557 |
+
"glyph_similarity": 0.9957,
|
| 558 |
+
"control_margin_px": 50
|
| 559 |
+
},
|
| 560 |
+
{
|
| 561 |
+
"strategy": "controlnet",
|
| 562 |
+
"text": "ВЗЯТОК",
|
| 563 |
+
"seed": 3036,
|
| 564 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ВЗЯТОК\". No other letters, words, logos, or decorations.",
|
| 565 |
+
"image": "controlnet-37.png",
|
| 566 |
+
"control": "37-control.png",
|
| 567 |
+
"control_scale": 0.85,
|
| 568 |
+
"gold": "ВЗЯТОК",
|
| 569 |
+
"ocr": "ВЗЯТОК",
|
| 570 |
+
"exact_match": true,
|
| 571 |
+
"cer": 0.0,
|
| 572 |
+
"glyph_similarity": 0.9497,
|
| 573 |
+
"control_margin_px": 50
|
| 574 |
+
},
|
| 575 |
+
{
|
| 576 |
+
"strategy": "controlnet",
|
| 577 |
+
"text": "ГУСЕНИЦА",
|
| 578 |
+
"seed": 3037,
|
| 579 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ГУСЕНИЦА\". No other letters, words, logos, or decorations.",
|
| 580 |
+
"image": "controlnet-38.png",
|
| 581 |
+
"control": "38-control.png",
|
| 582 |
+
"control_scale": 0.85,
|
| 583 |
+
"gold": "ГУСЕНИЦА",
|
| 584 |
+
"ocr": "ГУСЕНИЦА",
|
| 585 |
+
"exact_match": true,
|
| 586 |
+
"cer": 0.0,
|
| 587 |
+
"glyph_similarity": 0.9925,
|
| 588 |
+
"control_margin_px": 50
|
| 589 |
+
},
|
| 590 |
+
{
|
| 591 |
+
"strategy": "controlnet",
|
| 592 |
+
"text": "ОБЪЯТИЕ",
|
| 593 |
+
"seed": 3038,
|
| 594 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ОБЪЯТИЕ\". No other letters, words, logos, or decorations.",
|
| 595 |
+
"image": "controlnet-39.png",
|
| 596 |
+
"control": "39-control.png",
|
| 597 |
+
"control_scale": 0.85,
|
| 598 |
+
"gold": "ОБЪЯТИЕ",
|
| 599 |
+
"ocr": "ОБЬЯТИЕ",
|
| 600 |
+
"exact_match": false,
|
| 601 |
+
"cer": 0.1429,
|
| 602 |
+
"glyph_similarity": 0.9023,
|
| 603 |
+
"control_margin_px": 50
|
| 604 |
+
},
|
| 605 |
+
{
|
| 606 |
+
"strategy": "controlnet",
|
| 607 |
+
"text": "ОТСТАВКА",
|
| 608 |
+
"seed": 3039,
|
| 609 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ОТСТАВКА\". No other letters, words, logos, or decorations.",
|
| 610 |
+
"image": "controlnet-40.png",
|
| 611 |
+
"control": "40-control.png",
|
| 612 |
+
"control_scale": 0.85,
|
| 613 |
+
"gold": "ОТСТАВКА",
|
| 614 |
+
"ocr": "OTCKABKA",
|
| 615 |
+
"exact_match": false,
|
| 616 |
+
"cer": 1.0,
|
| 617 |
+
"glyph_similarity": 0.9695,
|
| 618 |
+
"control_margin_px": 50
|
| 619 |
+
},
|
| 620 |
+
{
|
| 621 |
+
"strategy": "controlnet",
|
| 622 |
+
"text": "ИХНИЙ",
|
| 623 |
+
"seed": 3040,
|
| 624 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ИХНИЙ\". No other letters, words, logos, or decorations.",
|
| 625 |
+
"image": "controlnet-41.png",
|
| 626 |
+
"control": "41-control.png",
|
| 627 |
+
"control_scale": 0.85,
|
| 628 |
+
"gold": "ИХНИЙ",
|
| 629 |
+
"ocr": "ИХНИЙ",
|
| 630 |
+
"exact_match": true,
|
| 631 |
+
"cer": 0.0,
|
| 632 |
+
"glyph_similarity": 0.9841,
|
| 633 |
+
"control_margin_px": 50
|
| 634 |
+
},
|
| 635 |
+
{
|
| 636 |
+
"strategy": "controlnet",
|
| 637 |
+
"text": "ЧЕРЕСЧУР",
|
| 638 |
+
"seed": 3041,
|
| 639 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ЧЕРЕСЧУР\". No other letters, words, logos, or decorations.",
|
| 640 |
+
"image": "controlnet-42.png",
|
| 641 |
+
"control": "42-control.png",
|
| 642 |
+
"control_scale": 0.85,
|
| 643 |
+
"gold": "ЧЕРЕСЧУР",
|
| 644 |
+
"ocr": "ЧЕРЕСЧУР",
|
| 645 |
+
"exact_match": true,
|
| 646 |
+
"cer": 0.0,
|
| 647 |
+
"glyph_similarity": 0.9124,
|
| 648 |
+
"control_margin_px": 50
|
| 649 |
+
},
|
| 650 |
+
{
|
| 651 |
+
"strategy": "controlnet",
|
| 652 |
+
"text": "ОР��ГИНАЛЬНЫЙ",
|
| 653 |
+
"seed": 3042,
|
| 654 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ОРИГИНАЛЬНЫЙ\". No other letters, words, logos, or decorations.",
|
| 655 |
+
"image": "controlnet-43.png",
|
| 656 |
+
"control": "43-control.png",
|
| 657 |
+
"control_scale": 0.85,
|
| 658 |
+
"gold": "ОРИГИНАЛЬНЫЙ",
|
| 659 |
+
"ocr": "ОРИФИНАЛЬНЬЙ",
|
| 660 |
+
"exact_match": false,
|
| 661 |
+
"cer": 0.1667,
|
| 662 |
+
"glyph_similarity": 0.8317,
|
| 663 |
+
"control_margin_px": 50
|
| 664 |
+
},
|
| 665 |
+
{
|
| 666 |
+
"strategy": "controlnet",
|
| 667 |
+
"text": "РЕЛЬС",
|
| 668 |
+
"seed": 3043,
|
| 669 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"РЕЛЬС\". No other letters, words, logos, or decorations.",
|
| 670 |
+
"image": "controlnet-44.png",
|
| 671 |
+
"control": "44-control.png",
|
| 672 |
+
"control_scale": 0.85,
|
| 673 |
+
"gold": "РЕЛЬС",
|
| 674 |
+
"ocr": "РЕЛЬС",
|
| 675 |
+
"exact_match": true,
|
| 676 |
+
"cer": 0.0,
|
| 677 |
+
"glyph_similarity": 0.9927,
|
| 678 |
+
"control_margin_px": 50
|
| 679 |
+
},
|
| 680 |
+
{
|
| 681 |
+
"strategy": "controlnet",
|
| 682 |
+
"text": "РЫБКА",
|
| 683 |
+
"seed": 3044,
|
| 684 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"РЫБКА\". No other letters, words, logos, or decorations.",
|
| 685 |
+
"image": "controlnet-45.png",
|
| 686 |
+
"control": "45-control.png",
|
| 687 |
+
"control_scale": 0.85,
|
| 688 |
+
"gold": "РЫБКА",
|
| 689 |
+
"ocr": "РЫБКА",
|
| 690 |
+
"exact_match": true,
|
| 691 |
+
"cer": 0.0,
|
| 692 |
+
"glyph_similarity": 0.9684,
|
| 693 |
+
"control_margin_px": 50
|
| 694 |
+
},
|
| 695 |
+
{
|
| 696 |
+
"strategy": "controlnet",
|
| 697 |
+
"text": "ИГРОК",
|
| 698 |
+
"seed": 3045,
|
| 699 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ИГРОК\". No other letters, words, logos, or decorations.",
|
| 700 |
+
"image": "controlnet-46.png",
|
| 701 |
+
"control": "46-control.png",
|
| 702 |
+
"control_scale": 0.85,
|
| 703 |
+
"gold": "ИГРОК",
|
| 704 |
+
"ocr": "ИГРОК",
|
| 705 |
+
"exact_match": true,
|
| 706 |
+
"cer": 0.0,
|
| 707 |
+
"glyph_similarity": 0.9918,
|
| 708 |
+
"control_margin_px": 50
|
| 709 |
+
},
|
| 710 |
+
{
|
| 711 |
+
"strategy": "controlnet",
|
| 712 |
+
"text": "ВИТЬ",
|
| 713 |
+
"seed": 3046,
|
| 714 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ВИТЬ\". No other letters, words, logos, or decorations.",
|
| 715 |
+
"image": "controlnet-47.png",
|
| 716 |
+
"control": "47-control.png",
|
| 717 |
+
"control_scale": 0.85,
|
| 718 |
+
"gold": "ВИТЬ",
|
| 719 |
+
"ocr": "ВИТЬ",
|
| 720 |
+
"exact_match": true,
|
| 721 |
+
"cer": 0.0,
|
| 722 |
+
"glyph_similarity": 0.9496,
|
| 723 |
+
"control_margin_px": 50
|
| 724 |
+
},
|
| 725 |
+
{
|
| 726 |
+
"strategy": "controlnet",
|
| 727 |
+
"text": "УРА",
|
| 728 |
+
"seed": 3047,
|
| 729 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"УРА\". No other letters, words, logos, or decorations.",
|
| 730 |
+
"image": "controlnet-48.png",
|
| 731 |
+
"control": "48-control.png",
|
| 732 |
+
"control_scale": 0.85,
|
| 733 |
+
"gold": "УРА",
|
| 734 |
+
"ocr": "УРА",
|
| 735 |
+
"exact_match": true,
|
| 736 |
+
"cer": 0.0,
|
| 737 |
+
"glyph_similarity": 0.9943,
|
| 738 |
+
"control_margin_px": 51
|
| 739 |
+
},
|
| 740 |
+
{
|
| 741 |
+
"strategy": "controlnet",
|
| 742 |
+
"text": "ШОРОХ",
|
| 743 |
+
"seed": 3048,
|
| 744 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ШОРОХ\". No other letters, words, logos, or decorations.",
|
| 745 |
+
"image": "controlnet-49.png",
|
| 746 |
+
"control": "49-control.png",
|
| 747 |
+
"control_scale": 0.85,
|
| 748 |
+
"gold": "ШОРОХ",
|
| 749 |
+
"ocr": "ШОРОХ",
|
| 750 |
+
"exact_match": true,
|
| 751 |
+
"cer": 0.0,
|
| 752 |
+
"glyph_similarity": 0.9506,
|
| 753 |
+
"control_margin_px": 50
|
| 754 |
+
},
|
| 755 |
+
{
|
| 756 |
+
"strategy": "controlnet",
|
| 757 |
+
"text": "НОВИЧОК",
|
| 758 |
+
"seed": 3049,
|
| 759 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"НОВИЧОК\". No other letters, words, logos, or decorations.",
|
| 760 |
+
"image": "controlnet-50.png",
|
| 761 |
+
"control": "50-control.png",
|
| 762 |
+
"control_scale": 0.85,
|
| 763 |
+
"gold": "НОВИЧОК",
|
| 764 |
+
"ocr": "НОВИЧОК",
|
| 765 |
+
"exact_match": true,
|
| 766 |
+
"cer": 0.0,
|
| 767 |
+
"glyph_similarity": 0.9729,
|
| 768 |
+
"control_margin_px": 50
|
| 769 |
+
},
|
| 770 |
+
{
|
| 771 |
+
"strategy": "controlnet",
|
| 772 |
+
"text": "ПАРНИШКА",
|
| 773 |
+
"seed": 3050,
|
| 774 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ПАРНИШКА\". No other letters, words, logos, or decorations.",
|
| 775 |
+
"image": "controlnet-51.png",
|
| 776 |
+
"control": "51-control.png",
|
| 777 |
+
"control_scale": 0.85,
|
| 778 |
+
"gold": "ПАРНИШКА",
|
| 779 |
+
"ocr": "ПАРНИШКА",
|
| 780 |
+
"exact_match": true,
|
| 781 |
+
"cer": 0.0,
|
| 782 |
+
"glyph_similarity": 0.9973,
|
| 783 |
+
"control_margin_px": 50
|
| 784 |
+
},
|
| 785 |
+
{
|
| 786 |
+
"strategy": "controlnet",
|
| 787 |
+
"text": "СКОТИНА",
|
| 788 |
+
"seed": 3051,
|
| 789 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"СКОТИНА\". No other letters, words, logos, or decorations.",
|
| 790 |
+
"image": "controlnet-52.png",
|
| 791 |
+
"control": "52-control.png",
|
| 792 |
+
"control_scale": 0.85,
|
| 793 |
+
"gold": "СКОТИНА",
|
| 794 |
+
"ocr": "СКОТИНА",
|
| 795 |
+
"exact_match": true,
|
| 796 |
+
"cer": 0.0,
|
| 797 |
+
"glyph_similarity": 0.9837,
|
| 798 |
+
"control_margin_px": 50
|
| 799 |
+
},
|
| 800 |
+
{
|
| 801 |
+
"strategy": "controlnet",
|
| 802 |
+
"text": "ПОРУЧЕНИЕ",
|
| 803 |
+
"seed": 3052,
|
| 804 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ПОРУЧЕНИЕ\". No other letters, words, logos, or decorations.",
|
| 805 |
+
"image": "controlnet-53.png",
|
| 806 |
+
"control": "53-control.png",
|
| 807 |
+
"control_scale": 0.85,
|
| 808 |
+
"gold": "ПОРУЧЕНИЕ",
|
| 809 |
+
"ocr": "",
|
| 810 |
+
"exact_match": false,
|
| 811 |
+
"cer": 1.0,
|
| 812 |
+
"glyph_similarity": 0.9878,
|
| 813 |
+
"control_margin_px": 50
|
| 814 |
+
},
|
| 815 |
+
{
|
| 816 |
+
"strategy": "controlnet",
|
| 817 |
+
"text": "СОСЛАТЬСЯ",
|
| 818 |
+
"seed": 3053,
|
| 819 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"СОСЛАТЬСЯ\". No other letters, words, logos, or decorations.",
|
| 820 |
+
"image": "controlnet-54.png",
|
| 821 |
+
"control": "54-control.png",
|
| 822 |
+
"control_scale": 0.85,
|
| 823 |
+
"gold": "СОСЛАТЬСЯ",
|
| 824 |
+
"ocr": "СОСЛАТЬСЯ",
|
| 825 |
+
"exact_match": true,
|
| 826 |
+
"cer": 0.0,
|
| 827 |
+
"glyph_similarity": 0.9941,
|
| 828 |
+
"control_margin_px": 50
|
| 829 |
+
},
|
| 830 |
+
{
|
| 831 |
+
"strategy": "controlnet",
|
| 832 |
+
"text": "ПРЕМЬЕР",
|
| 833 |
+
"seed": 3054,
|
| 834 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ПРЕМЬЕР\". No other letters, words, logos, or decorations.",
|
| 835 |
+
"image": "controlnet-55.png",
|
| 836 |
+
"control": "55-control.png",
|
| 837 |
+
"control_scale": 0.85,
|
| 838 |
+
"gold": "ПРЕМЬЕР",
|
| 839 |
+
"ocr": "ПРЕМЬЕР",
|
| 840 |
+
"exact_match": true,
|
| 841 |
+
"cer": 0.0,
|
| 842 |
+
"glyph_similarity": 0.9874,
|
| 843 |
+
"control_margin_px": 50
|
| 844 |
+
},
|
| 845 |
+
{
|
| 846 |
+
"strategy": "controlnet",
|
| 847 |
+
"text": "ДОБЫВАТЬ",
|
| 848 |
+
"seed": 3055,
|
| 849 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ДОБЫВАТЬ\". No other letters, words, logos, or decorations.",
|
| 850 |
+
"image": "controlnet-56.png",
|
| 851 |
+
"control": "56-control.png",
|
| 852 |
+
"control_scale": 0.85,
|
| 853 |
+
"gold": "ДОБЫВАТЬ",
|
| 854 |
+
"ocr": "ДОБЫВАТЬ",
|
| 855 |
+
"exact_match": true,
|
| 856 |
+
"cer": 0.0,
|
| 857 |
+
"glyph_similarity": 0.9212,
|
| 858 |
+
"control_margin_px": 50
|
| 859 |
+
},
|
| 860 |
+
{
|
| 861 |
+
"strategy": "controlnet",
|
| 862 |
+
"text": "РЫВОК",
|
| 863 |
+
"seed": 3056,
|
| 864 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"РЫВОК\". No other letters, words, logos, or decorations.",
|
| 865 |
+
"image": "controlnet-57.png",
|
| 866 |
+
"control": "57-control.png",
|
| 867 |
+
"control_scale": 0.85,
|
| 868 |
+
"gold": "РЫВОК",
|
| 869 |
+
"ocr": "РЫВОК",
|
| 870 |
+
"exact_match": true,
|
| 871 |
+
"cer": 0.0,
|
| 872 |
+
"glyph_similarity": 0.9494,
|
| 873 |
+
"control_margin_px": 50
|
| 874 |
+
},
|
| 875 |
+
{
|
| 876 |
+
"strategy": "controlnet",
|
| 877 |
+
"text": "ЗАКАНЧИВАТЬСЯ",
|
| 878 |
+
"seed": 3057,
|
| 879 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ЗАКАНЧИВАТЬСЯ\". No other letters, words, logos, or decorations.",
|
| 880 |
+
"image": "controlnet-58.png",
|
| 881 |
+
"control": "58-control.png",
|
| 882 |
+
"control_scale": 0.85,
|
| 883 |
+
"gold": "ЗАКАНЧИВАТЬСЯ",
|
| 884 |
+
"ocr": "ЗАКАНЧИВАТЬСЯ",
|
| 885 |
+
"exact_match": true,
|
| 886 |
+
"cer": 0.0,
|
| 887 |
+
"glyph_similarity": 0.9442,
|
| 888 |
+
"control_margin_px": 50
|
| 889 |
+
},
|
| 890 |
+
{
|
| 891 |
+
"strategy": "controlnet",
|
| 892 |
+
"text": "ЖЕНАТЫЙ",
|
| 893 |
+
"seed": 3058,
|
| 894 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ЖЕНАТЫЙ\". No other letters, words, logos, or decorations.",
|
| 895 |
+
"image": "controlnet-59.png",
|
| 896 |
+
"control": "59-control.png",
|
| 897 |
+
"control_scale": 0.85,
|
| 898 |
+
"gold": "ЖЕНАТЫЙ",
|
| 899 |
+
"ocr": "ЖЕНАТЫЙ",
|
| 900 |
+
"exact_match": true,
|
| 901 |
+
"cer": 0.0,
|
| 902 |
+
"glyph_similarity": 0.976,
|
| 903 |
+
"control_margin_px": 50
|
| 904 |
+
},
|
| 905 |
+
{
|
| 906 |
+
"strategy": "controlnet",
|
| 907 |
+
"text": "СОПКА",
|
| 908 |
+
"seed": 3059,
|
| 909 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"СОПКА\". No other letters, words, logos, or decorations.",
|
| 910 |
+
"image": "controlnet-60.png",
|
| 911 |
+
"control": "60-control.png",
|
| 912 |
+
"control_scale": 0.85,
|
| 913 |
+
"gold": "СОПКА",
|
| 914 |
+
"ocr": "СОПКА",
|
| 915 |
+
"exact_match": true,
|
| 916 |
+
"cer": 0.0,
|
| 917 |
+
"glyph_similarity": 0.9806,
|
| 918 |
+
"control_margin_px": 50
|
| 919 |
+
},
|
| 920 |
+
{
|
| 921 |
+
"strategy": "controlnet",
|
| 922 |
+
"text": "ТОРГОВЕЦ",
|
| 923 |
+
"seed": 3060,
|
| 924 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ТОРГОВЕЦ\". No other letters, words, logos, or decorations.",
|
| 925 |
+
"image": "controlnet-61.png",
|
| 926 |
+
"control": "61-control.png",
|
| 927 |
+
"control_scale": 0.85,
|
| 928 |
+
"gold": "ТОРГОВЕЦ",
|
| 929 |
+
"ocr": "ТОРГОВЕ\"",
|
| 930 |
+
"exact_match": false,
|
| 931 |
+
"cer": 0.125,
|
| 932 |
+
"glyph_similarity": 0.9863,
|
| 933 |
+
"control_margin_px": 50
|
| 934 |
+
},
|
| 935 |
+
{
|
| 936 |
+
"strategy": "controlnet",
|
| 937 |
+
"text": "ЭФИР",
|
| 938 |
+
"seed": 3061,
|
| 939 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ЭФИР\". No other letters, words, logos, or decorations.",
|
| 940 |
+
"image": "controlnet-62.png",
|
| 941 |
+
"control": "62-control.png",
|
| 942 |
+
"control_scale": 0.85,
|
| 943 |
+
"gold": "ЭФИР",
|
| 944 |
+
"ocr": "ЭФИР",
|
| 945 |
+
"exact_match": true,
|
| 946 |
+
"cer": 0.0,
|
| 947 |
+
"glyph_similarity": 0.9863,
|
| 948 |
+
"control_margin_px": 50
|
| 949 |
+
},
|
| 950 |
+
{
|
| 951 |
+
"strategy": "controlnet",
|
| 952 |
+
"text": "ШЕВЕЛИТЬ",
|
| 953 |
+
"seed": 3062,
|
| 954 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ШЕВЕЛИТЬ\". No other letters, words, logos, or decorations.",
|
| 955 |
+
"image": "controlnet-63.png",
|
| 956 |
+
"control": "63-control.png",
|
| 957 |
+
"control_scale": 0.85,
|
| 958 |
+
"gold": "ШЕВЕЛИТЬ",
|
| 959 |
+
"ocr": "ШЕВЕЛИТЬ",
|
| 960 |
+
"exact_match": true,
|
| 961 |
+
"cer": 0.0,
|
| 962 |
+
"glyph_similarity": 0.932,
|
| 963 |
+
"control_margin_px": 50
|
| 964 |
+
},
|
| 965 |
+
{
|
| 966 |
+
"strategy": "controlnet",
|
| 967 |
+
"text": "ПРИСУТСТВУЮЩИЙ",
|
| 968 |
+
"seed": 3063,
|
| 969 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ПРИСУТСТВУЮЩИЙ\". No other letters, words, logos, or decorations.",
|
| 970 |
+
"image": "controlnet-64.png",
|
| 971 |
+
"control": "64-control.png",
|
| 972 |
+
"control_scale": 0.85,
|
| 973 |
+
"gold": "ПРИСУТСТВУЮЩИЙ",
|
| 974 |
+
"ocr": "ПРИСУТСТВУЮЩИЙ",
|
| 975 |
+
"exact_match": true,
|
| 976 |
+
"cer": 0.0,
|
| 977 |
+
"glyph_similarity": 0.8406,
|
| 978 |
+
"control_margin_px": 50
|
| 979 |
+
},
|
| 980 |
+
{
|
| 981 |
+
"strategy": "controlnet",
|
| 982 |
+
"text": "СВЯЗАТЬСЯ",
|
| 983 |
+
"seed": 3064,
|
| 984 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"СВЯЗАТЬСЯ\". No other letters, words, logos, or decorations.",
|
| 985 |
+
"image": "controlnet-65.png",
|
| 986 |
+
"control": "65-control.png",
|
| 987 |
+
"control_scale": 0.85,
|
| 988 |
+
"gold": "СВЯЗАТЬСЯ",
|
| 989 |
+
"ocr": "СВЯЗАТЬСА",
|
| 990 |
+
"exact_match": false,
|
| 991 |
+
"cer": 0.1111,
|
| 992 |
+
"glyph_similarity": 0.9749,
|
| 993 |
+
"control_margin_px": 50
|
| 994 |
+
},
|
| 995 |
+
{
|
| 996 |
+
"strategy": "controlnet",
|
| 997 |
+
"text": "ЗАВЯЗАТЬ",
|
| 998 |
+
"seed": 3065,
|
| 999 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ЗАВЯЗАТЬ\". No other letters, words, logos, or decorations.",
|
| 1000 |
+
"image": "controlnet-66.png",
|
| 1001 |
+
"control": "66-control.png",
|
| 1002 |
+
"control_scale": 0.85,
|
| 1003 |
+
"gold": "ЗАВЯЗАТЬ",
|
| 1004 |
+
"ocr": "ЗАВЯЗАТЬ",
|
| 1005 |
+
"exact_match": true,
|
| 1006 |
+
"cer": 0.0,
|
| 1007 |
+
"glyph_similarity": 0.9864,
|
| 1008 |
+
"control_margin_px": 50
|
| 1009 |
+
},
|
| 1010 |
+
{
|
| 1011 |
+
"strategy": "controlnet",
|
| 1012 |
+
"text": "ПРИЕЗЖИЙ",
|
| 1013 |
+
"seed": 3066,
|
| 1014 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ПРИЕЗЖИЙ\". No other letters, words, logos, or decorations.",
|
| 1015 |
+
"image": "controlnet-67.png",
|
| 1016 |
+
"control": "67-control.png",
|
| 1017 |
+
"control_scale": 0.85,
|
| 1018 |
+
"gold": "ПРИЕЗЖИЙ",
|
| 1019 |
+
"ocr": "ПРИЕЗЖИЙ",
|
| 1020 |
+
"exact_match": true,
|
| 1021 |
+
"cer": 0.0,
|
| 1022 |
+
"glyph_similarity": 0.9822,
|
| 1023 |
+
"control_margin_px": 50
|
| 1024 |
+
},
|
| 1025 |
+
{
|
| 1026 |
+
"strategy": "controlnet",
|
| 1027 |
+
"text": "СТРОИТЕЛЬ",
|
| 1028 |
+
"seed": 3067,
|
| 1029 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"СТРОИТЕЛЬ\". No other letters, words, logos, or decorations.",
|
| 1030 |
+
"image": "controlnet-68.png",
|
| 1031 |
+
"control": "68-control.png",
|
| 1032 |
+
"control_scale": 0.85,
|
| 1033 |
+
"gold": "СТРОИТЕЛЬ",
|
| 1034 |
+
"ocr": "СТРОИТЕЛЬ",
|
| 1035 |
+
"exact_match": true,
|
| 1036 |
+
"cer": 0.0,
|
| 1037 |
+
"glyph_similarity": 0.9724,
|
| 1038 |
+
"control_margin_px": 50
|
| 1039 |
+
},
|
| 1040 |
+
{
|
| 1041 |
+
"strategy": "controlnet",
|
| 1042 |
+
"text": "РАЗЛОЖИТЬ",
|
| 1043 |
+
"seed": 3068,
|
| 1044 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"РАЗЛОЖИТЬ\". No other letters, words, logos, or decorations.",
|
| 1045 |
+
"image": "controlnet-69.png",
|
| 1046 |
+
"control": "69-control.png",
|
| 1047 |
+
"control_scale": 0.85,
|
| 1048 |
+
"gold": "РАЗЛОЖИТЬ",
|
| 1049 |
+
"ocr": "РАЗЛОЖИТЬ",
|
| 1050 |
+
"exact_match": true,
|
| 1051 |
+
"cer": 0.0,
|
| 1052 |
+
"glyph_similarity": 0.9853,
|
| 1053 |
+
"control_margin_px": 50
|
| 1054 |
+
},
|
| 1055 |
+
{
|
| 1056 |
+
"strategy": "controlnet",
|
| 1057 |
+
"text": "СЛУШАТЕЛЬ",
|
| 1058 |
+
"seed": 3069,
|
| 1059 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"СЛУШАТЕЛЬ\". No other letters, words, logos, or decorations.",
|
| 1060 |
+
"image": "controlnet-70.png",
|
| 1061 |
+
"control": "70-control.png",
|
| 1062 |
+
"control_scale": 0.85,
|
| 1063 |
+
"gold": "СЛУШАТЕЛЬ",
|
| 1064 |
+
"ocr": "СЛУШАТЕЛЬ",
|
| 1065 |
+
"exact_match": true,
|
| 1066 |
+
"cer": 0.0,
|
| 1067 |
+
"glyph_similarity": 0.9008,
|
| 1068 |
+
"control_margin_px": 50
|
| 1069 |
+
},
|
| 1070 |
+
{
|
| 1071 |
+
"strategy": "controlnet",
|
| 1072 |
+
"text": "ОТРЫВАТЬ",
|
| 1073 |
+
"seed": 3070,
|
| 1074 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ОТРЫВАТЬ\". No other letters, words, logos, or decorations.",
|
| 1075 |
+
"image": "controlnet-71.png",
|
| 1076 |
+
"control": "71-control.png",
|
| 1077 |
+
"control_scale": 0.85,
|
| 1078 |
+
"gold": "ОТРЫВАТЬ",
|
| 1079 |
+
"ocr": "ОТРЫВАТЬ",
|
| 1080 |
+
"exact_match": true,
|
| 1081 |
+
"cer": 0.0,
|
| 1082 |
+
"glyph_similarity": 0.97,
|
| 1083 |
+
"control_margin_px": 50
|
| 1084 |
+
},
|
| 1085 |
+
{
|
| 1086 |
+
"strategy": "controlnet",
|
| 1087 |
+
"text": "ОСТРО",
|
| 1088 |
+
"seed": 3071,
|
| 1089 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ОСТРО\". No other letters, words, logos, or decorations.",
|
| 1090 |
+
"image": "controlnet-72.png",
|
| 1091 |
+
"control": "72-control.png",
|
| 1092 |
+
"control_scale": 0.85,
|
| 1093 |
+
"gold": "ОСТРО",
|
| 1094 |
+
"ocr": "ОСТРО",
|
| 1095 |
+
"exact_match": true,
|
| 1096 |
+
"cer": 0.0,
|
| 1097 |
+
"glyph_similarity": 0.9944,
|
| 1098 |
+
"control_margin_px": 50
|
| 1099 |
+
},
|
| 1100 |
+
{
|
| 1101 |
+
"strategy": "controlnet",
|
| 1102 |
+
"text": "АФРИКА",
|
| 1103 |
+
"seed": 3072,
|
| 1104 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"АФРИКА\". No other letters, words, logos, or decorations.",
|
| 1105 |
+
"image": "controlnet-73.png",
|
| 1106 |
+
"control": "73-control.png",
|
| 1107 |
+
"control_scale": 0.85,
|
| 1108 |
+
"gold": "АФРИКА",
|
| 1109 |
+
"ocr": "АФРИКА",
|
| 1110 |
+
"exact_match": true,
|
| 1111 |
+
"cer": 0.0,
|
| 1112 |
+
"glyph_similarity": 0.9902,
|
| 1113 |
+
"control_margin_px": 50
|
| 1114 |
+
},
|
| 1115 |
+
{
|
| 1116 |
+
"strategy": "controlnet",
|
| 1117 |
+
"text": "ТУМБОЧКА",
|
| 1118 |
+
"seed": 3073,
|
| 1119 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ТУМБОЧКА\". No other letters, words, logos, or decorations.",
|
| 1120 |
+
"image": "controlnet-74.png",
|
| 1121 |
+
"control": "74-control.png",
|
| 1122 |
+
"control_scale": 0.85,
|
| 1123 |
+
"gold": "ТУМБОЧКА",
|
| 1124 |
+
"ocr": "ТУМБОЧКА",
|
| 1125 |
+
"exact_match": true,
|
| 1126 |
+
"cer": 0.0,
|
| 1127 |
+
"glyph_similarity": 0.9646,
|
| 1128 |
+
"control_margin_px": 50
|
| 1129 |
+
},
|
| 1130 |
+
{
|
| 1131 |
+
"strategy": "controlnet",
|
| 1132 |
+
"text": "ЁЖИК",
|
| 1133 |
+
"seed": 3074,
|
| 1134 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ЁЖИК\". No other letters, words, logos, or decorations.",
|
| 1135 |
+
"image": "controlnet-75.png",
|
| 1136 |
+
"control": "75-control.png",
|
| 1137 |
+
"control_scale": 0.85,
|
| 1138 |
+
"gold": "ЁЖИК",
|
| 1139 |
+
"ocr": "ЕЖИК",
|
| 1140 |
+
"exact_match": false,
|
| 1141 |
+
"cer": 0.25,
|
| 1142 |
+
"glyph_similarity": 0.9718,
|
| 1143 |
+
"control_margin_px": 50
|
| 1144 |
+
},
|
| 1145 |
+
{
|
| 1146 |
+
"strategy": "controlnet",
|
| 1147 |
+
"text": "ЁЛКА",
|
| 1148 |
+
"seed": 3075,
|
| 1149 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ЁЛКА\". No other letters, words, logos, or decorations.",
|
| 1150 |
+
"image": "controlnet-76.png",
|
| 1151 |
+
"control": "76-control.png",
|
| 1152 |
+
"control_scale": 0.85,
|
| 1153 |
+
"gold": "ЁЛКА",
|
| 1154 |
+
"ocr": "ЕЛКА",
|
| 1155 |
+
"exact_match": false,
|
| 1156 |
+
"cer": 0.25,
|
| 1157 |
+
"glyph_similarity": 0.9872,
|
| 1158 |
+
"control_margin_px": 64
|
| 1159 |
+
},
|
| 1160 |
+
{
|
| 1161 |
+
"strategy": "controlnet",
|
| 1162 |
+
"text": "ЕЩЁ",
|
| 1163 |
+
"seed": 3076,
|
| 1164 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ЕЩЁ\". No other letters, words, logos, or decorations.",
|
| 1165 |
+
"image": "controlnet-77.png",
|
| 1166 |
+
"control": "77-control.png",
|
| 1167 |
+
"control_scale": 0.85,
|
| 1168 |
+
"gold": "ЕЩЁ",
|
| 1169 |
+
"ocr": "GWE",
|
| 1170 |
+
"exact_match": false,
|
| 1171 |
+
"cer": 1.0,
|
| 1172 |
+
"glyph_similarity": 0.9594,
|
| 1173 |
+
"control_margin_px": 52
|
| 1174 |
+
},
|
| 1175 |
+
{
|
| 1176 |
+
"strategy": "controlnet",
|
| 1177 |
+
"text": "ЩЁТКА",
|
| 1178 |
+
"seed": 3077,
|
| 1179 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ЩЁТКА\". No other letters, words, logos, or decorations.",
|
| 1180 |
+
"image": "controlnet-78.png",
|
| 1181 |
+
"control": "78-control.png",
|
| 1182 |
+
"control_scale": 0.85,
|
| 1183 |
+
"gold": "ЩЁТКА",
|
| 1184 |
+
"ocr": "ЩЕ `А",
|
| 1185 |
+
"exact_match": false,
|
| 1186 |
+
"cer": 0.6,
|
| 1187 |
+
"glyph_similarity": 0.4896,
|
| 1188 |
+
"control_margin_px": 50
|
| 1189 |
+
},
|
| 1190 |
+
{
|
| 1191 |
+
"strategy": "controlnet",
|
| 1192 |
+
"text": "ШЁПОТ",
|
| 1193 |
+
"seed": 3078,
|
| 1194 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ШЁПОТ\". No other letters, words, logos, or decorations.",
|
| 1195 |
+
"image": "controlnet-79.png",
|
| 1196 |
+
"control": "79-control.png",
|
| 1197 |
+
"control_scale": 0.85,
|
| 1198 |
+
"gold": "ШЁПОТ",
|
| 1199 |
+
"ocr": "ШЕПОТ",
|
| 1200 |
+
"exact_match": false,
|
| 1201 |
+
"cer": 0.2,
|
| 1202 |
+
"glyph_similarity": 0.9492,
|
| 1203 |
+
"control_margin_px": 50
|
| 1204 |
+
},
|
| 1205 |
+
{
|
| 1206 |
+
"strategy": "controlnet",
|
| 1207 |
+
"text": "ЖЁЛТЫЙ",
|
| 1208 |
+
"seed": 3079,
|
| 1209 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ЖЁЛТЫЙ\". No other letters, words, logos, or decorations.",
|
| 1210 |
+
"image": "controlnet-80.png",
|
| 1211 |
+
"control": "80-control.png",
|
| 1212 |
+
"control_scale": 0.85,
|
| 1213 |
+
"gold": "ЖЁЛТЫЙ",
|
| 1214 |
+
"ocr": "ЖЁЛТЫЙ",
|
| 1215 |
+
"exact_match": true,
|
| 1216 |
+
"cer": 0.0,
|
| 1217 |
+
"glyph_similarity": 0.9495,
|
| 1218 |
+
"control_margin_px": 50
|
| 1219 |
+
},
|
| 1220 |
+
{
|
| 1221 |
+
"strategy": "controlnet",
|
| 1222 |
+
"text": "ЧЁРНЫЙ",
|
| 1223 |
+
"seed": 3080,
|
| 1224 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ЧЁРНЫЙ\". No other letters, words, logos, or decorations.",
|
| 1225 |
+
"image": "controlnet-81.png",
|
| 1226 |
+
"control": "81-control.png",
|
| 1227 |
+
"control_scale": 0.85,
|
| 1228 |
+
"gold": "ЧЁРНЫЙ",
|
| 1229 |
+
"ocr": "ЧЁРНЫЙ",
|
| 1230 |
+
"exact_match": true,
|
| 1231 |
+
"cer": 0.0,
|
| 1232 |
+
"glyph_similarity": 0.9499,
|
| 1233 |
+
"control_margin_px": 50
|
| 1234 |
+
},
|
| 1235 |
+
{
|
| 1236 |
+
"strategy": "controlnet",
|
| 1237 |
+
"text": "ТВЁРДЫЙ",
|
| 1238 |
+
"seed": 3081,
|
| 1239 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ТВЁРДЫЙ\". No other letters, words, logos, or decorations.",
|
| 1240 |
+
"image": "controlnet-82.png",
|
| 1241 |
+
"control": "82-control.png",
|
| 1242 |
+
"control_scale": 0.85,
|
| 1243 |
+
"gold": "ТВЁРДЫЙ",
|
| 1244 |
+
"ocr": "ТВЁРДЫЙ",
|
| 1245 |
+
"exact_match": true,
|
| 1246 |
+
"cer": 0.0,
|
| 1247 |
+
"glyph_similarity": 0.8783,
|
| 1248 |
+
"control_margin_px": 50
|
| 1249 |
+
},
|
| 1250 |
+
{
|
| 1251 |
+
"strategy": "controlnet",
|
| 1252 |
+
"text": "ОБЪЁМ",
|
| 1253 |
+
"seed": 3082,
|
| 1254 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ОБЪЁМ\". No other letters, words, logos, or decorations.",
|
| 1255 |
+
"image": "controlnet-83.png",
|
| 1256 |
+
"control": "83-control.png",
|
| 1257 |
+
"control_scale": 0.85,
|
| 1258 |
+
"gold": "ОБЪЁМ",
|
| 1259 |
+
"ocr": "ОБЪЁМ",
|
| 1260 |
+
"exact_match": true,
|
| 1261 |
+
"cer": 0.0,
|
| 1262 |
+
"glyph_similarity": 0.967,
|
| 1263 |
+
"control_margin_px": 50
|
| 1264 |
+
},
|
| 1265 |
+
{
|
| 1266 |
+
"strategy": "controlnet",
|
| 1267 |
+
"text": "ПОДЪЁМ",
|
| 1268 |
+
"seed": 3083,
|
| 1269 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ПОДЪЁМ\". No other letters, words, logos, or decorations.",
|
| 1270 |
+
"image": "controlnet-84.png",
|
| 1271 |
+
"control": "84-control.png",
|
| 1272 |
+
"control_scale": 0.85,
|
| 1273 |
+
"gold": "ПОДЪЁМ",
|
| 1274 |
+
"ocr": "ПОДЪЁМ",
|
| 1275 |
+
"exact_match": true,
|
| 1276 |
+
"cer": 0.0,
|
| 1277 |
+
"glyph_similarity": 0.9876,
|
| 1278 |
+
"control_margin_px": 50
|
| 1279 |
+
},
|
| 1280 |
+
{
|
| 1281 |
+
"strategy": "controlnet",
|
| 1282 |
+
"text": "ПОДЪЕЗД",
|
| 1283 |
+
"seed": 3084,
|
| 1284 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ПОДЪЕЗД\". No other letters, words, logos, or decorations.",
|
| 1285 |
+
"image": "controlnet-85.png",
|
| 1286 |
+
"control": "85-control.png",
|
| 1287 |
+
"control_scale": 0.85,
|
| 1288 |
+
"gold": "ПОДЪЕЗД",
|
| 1289 |
+
"ocr": "ПОДЪЕЗД",
|
| 1290 |
+
"exact_match": true,
|
| 1291 |
+
"cer": 0.0,
|
| 1292 |
+
"glyph_similarity": 0.9836,
|
| 1293 |
+
"control_margin_px": 50
|
| 1294 |
+
},
|
| 1295 |
+
{
|
| 1296 |
+
"strategy": "controlnet",
|
| 1297 |
+
"text": "СЪЁМКА",
|
| 1298 |
+
"seed": 3085,
|
| 1299 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"СЪЁМКА\". No other letters, words, logos, or decorations.",
|
| 1300 |
+
"image": "controlnet-86.png",
|
| 1301 |
+
"control": "86-control.png",
|
| 1302 |
+
"control_scale": 0.85,
|
| 1303 |
+
"gold": "СЪЁМКА",
|
| 1304 |
+
"ocr": "СЪЕМКА",
|
| 1305 |
+
"exact_match": false,
|
| 1306 |
+
"cer": 0.1667,
|
| 1307 |
+
"glyph_similarity": 0.9839,
|
| 1308 |
+
"control_margin_px": 50
|
| 1309 |
+
},
|
| 1310 |
+
{
|
| 1311 |
+
"strategy": "controlnet",
|
| 1312 |
+
"text": "СЪЕЗД",
|
| 1313 |
+
"seed": 3086,
|
| 1314 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"СЪЕЗД\". No other letters, words, logos, or decorations.",
|
| 1315 |
+
"image": "controlnet-87.png",
|
| 1316 |
+
"control": "87-control.png",
|
| 1317 |
+
"control_scale": 0.85,
|
| 1318 |
+
"gold": "СЪЕЗД",
|
| 1319 |
+
"ocr": "СЪЕЗД",
|
| 1320 |
+
"exact_match": true,
|
| 1321 |
+
"cer": 0.0,
|
| 1322 |
+
"glyph_similarity": 0.9739,
|
| 1323 |
+
"control_margin_px": 50
|
| 1324 |
+
},
|
| 1325 |
+
{
|
| 1326 |
+
"strategy": "controlnet",
|
| 1327 |
+
"text": "ОБЪЯВЛЕНИЕ",
|
| 1328 |
+
"seed": 3087,
|
| 1329 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ОБЪЯВЛЕНИЕ\". No other letters, words, logos, or decorations.",
|
| 1330 |
+
"image": "controlnet-88.png",
|
| 1331 |
+
"control": "88-control.png",
|
| 1332 |
+
"control_scale": 0.85,
|
| 1333 |
+
"gold": "ОБЪЯВЛЕНИЕ",
|
| 1334 |
+
"ocr": "",
|
| 1335 |
+
"exact_match": false,
|
| 1336 |
+
"cer": 1.0,
|
| 1337 |
+
"glyph_similarity": 0.9974,
|
| 1338 |
+
"control_margin_px": 50
|
| 1339 |
+
},
|
| 1340 |
+
{
|
| 1341 |
+
"strategy": "controlnet",
|
| 1342 |
+
"text": "ВЬЮГА",
|
| 1343 |
+
"seed": 3088,
|
| 1344 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ВЬЮГА\". No other letters, words, logos, or decorations.",
|
| 1345 |
+
"image": "controlnet-89.png",
|
| 1346 |
+
"control": "89-control.png",
|
| 1347 |
+
"control_scale": 0.85,
|
| 1348 |
+
"gold": "ВЬЮГА",
|
| 1349 |
+
"ocr": "",
|
| 1350 |
+
"exact_match": false,
|
| 1351 |
+
"cer": 1.0,
|
| 1352 |
+
"glyph_similarity": 0.9233,
|
| 1353 |
+
"control_margin_px": 50
|
| 1354 |
+
},
|
| 1355 |
+
{
|
| 1356 |
+
"strategy": "controlnet",
|
| 1357 |
+
"text": "БЕЛЬЁ",
|
| 1358 |
+
"seed": 3089,
|
| 1359 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"БЕЛЬЁ\". No other letters, words, logos, or decorations.",
|
| 1360 |
+
"image": "controlnet-90.png",
|
| 1361 |
+
"control": "90-control.png",
|
| 1362 |
+
"control_scale": 0.85,
|
| 1363 |
+
"gold": "БЕЛЬЁ",
|
| 1364 |
+
"ocr": "БЕЛЬЕ",
|
| 1365 |
+
"exact_match": false,
|
| 1366 |
+
"cer": 0.2,
|
| 1367 |
+
"glyph_similarity": 0.9869,
|
| 1368 |
+
"control_margin_px": 50
|
| 1369 |
+
},
|
| 1370 |
+
{
|
| 1371 |
+
"strategy": "controlnet",
|
| 1372 |
+
"text": "ПЬЕСА",
|
| 1373 |
+
"seed": 3090,
|
| 1374 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ПЬЕСА\". No other letters, words, logos, or decorations.",
|
| 1375 |
+
"image": "controlnet-91.png",
|
| 1376 |
+
"control": "91-control.png",
|
| 1377 |
+
"control_scale": 0.85,
|
| 1378 |
+
"gold": "ПЬЕСА",
|
| 1379 |
+
"ocr": "ПЬЕСА",
|
| 1380 |
+
"exact_match": true,
|
| 1381 |
+
"cer": 0.0,
|
| 1382 |
+
"glyph_similarity": 0.9877,
|
| 1383 |
+
"control_margin_px": 50
|
| 1384 |
+
},
|
| 1385 |
+
{
|
| 1386 |
+
"strategy": "controlnet",
|
| 1387 |
+
"text": "КОМПЬЮТЕР",
|
| 1388 |
+
"seed": 3091,
|
| 1389 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"КОМПЬЮТЕР\". No other letters, words, logos, or decorations.",
|
| 1390 |
+
"image": "controlnet-92.png",
|
| 1391 |
+
"control": "92-control.png",
|
| 1392 |
+
"control_scale": 0.85,
|
| 1393 |
+
"gold": "КОМПЬЮТЕР",
|
| 1394 |
+
"ocr": "КОМПЬЮТЕР",
|
| 1395 |
+
"exact_match": true,
|
| 1396 |
+
"cer": 0.0,
|
| 1397 |
+
"glyph_similarity": 0.9708,
|
| 1398 |
+
"control_margin_px": 50
|
| 1399 |
+
},
|
| 1400 |
+
{
|
| 1401 |
+
"strategy": "controlnet",
|
| 1402 |
+
"text": "ЩУКА",
|
| 1403 |
+
"seed": 3092,
|
| 1404 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ЩУКА\". No other letters, words, logos, or decorations.",
|
| 1405 |
+
"image": "controlnet-93.png",
|
| 1406 |
+
"control": "93-control.png",
|
| 1407 |
+
"control_scale": 0.85,
|
| 1408 |
+
"gold": "ЩУКА",
|
| 1409 |
+
"ocr": "|ПУКА",
|
| 1410 |
+
"exact_match": false,
|
| 1411 |
+
"cer": 0.5,
|
| 1412 |
+
"glyph_similarity": 0.976,
|
| 1413 |
+
"control_margin_px": 50
|
| 1414 |
+
},
|
| 1415 |
+
{
|
| 1416 |
+
"strategy": "controlnet",
|
| 1417 |
+
"text": "ЦИРКУЛЬ",
|
| 1418 |
+
"seed": 3093,
|
| 1419 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ЦИРКУЛЬ\". No other letters, words, logos, or decorations.",
|
| 1420 |
+
"image": "controlnet-94.png",
|
| 1421 |
+
"control": "94-control.png",
|
| 1422 |
+
"control_scale": 0.85,
|
| 1423 |
+
"gold": "ЦИРКУЛЬ",
|
| 1424 |
+
"ocr": "",
|
| 1425 |
+
"exact_match": false,
|
| 1426 |
+
"cer": 1.0,
|
| 1427 |
+
"glyph_similarity": 0.5586,
|
| 1428 |
+
"control_margin_px": 50
|
| 1429 |
+
},
|
| 1430 |
+
{
|
| 1431 |
+
"strategy": "controlnet",
|
| 1432 |
+
"text": "РАЗЪЁМ",
|
| 1433 |
+
"seed": 3094,
|
| 1434 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"РАЗЪЁМ\". No other letters, words, logos, or decorations.",
|
| 1435 |
+
"image": "controlnet-95.png",
|
| 1436 |
+
"control": "95-control.png",
|
| 1437 |
+
"control_scale": 0.85,
|
| 1438 |
+
"gold": "РАЗЪЁМ",
|
| 1439 |
+
"ocr": "РАЗЪЁМ",
|
| 1440 |
+
"exact_match": true,
|
| 1441 |
+
"cer": 0.0,
|
| 1442 |
+
"glyph_similarity": 0.9498,
|
| 1443 |
+
"control_margin_px": 50
|
| 1444 |
+
},
|
| 1445 |
+
{
|
| 1446 |
+
"strategy": "controlnet",
|
| 1447 |
+
"text": "ИНЪЕКЦИЯ",
|
| 1448 |
+
"seed": 3095,
|
| 1449 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ИНЪЕКЦИЯ\". No other letters, words, logos, or decorations.",
|
| 1450 |
+
"image": "controlnet-96.png",
|
| 1451 |
+
"control": "96-control.png",
|
| 1452 |
+
"control_scale": 0.85,
|
| 1453 |
+
"gold": "ИНЪЕКЦИЯ",
|
| 1454 |
+
"ocr": "ИНЪЕКЦИЯ",
|
| 1455 |
+
"exact_match": true,
|
| 1456 |
+
"cer": 0.0,
|
| 1457 |
+
"glyph_similarity": 0.9646,
|
| 1458 |
+
"control_margin_px": 50
|
| 1459 |
+
},
|
| 1460 |
+
{
|
| 1461 |
+
"strategy": "controlnet",
|
| 1462 |
+
"text": "ФЕЛЬДЪЕГЕРЬ",
|
| 1463 |
+
"seed": 3096,
|
| 1464 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ФЕЛЬДЪЕГЕРЬ\". No other letters, words, logos, or decorations.",
|
| 1465 |
+
"image": "controlnet-97.png",
|
| 1466 |
+
"control": "97-control.png",
|
| 1467 |
+
"control_scale": 0.85,
|
| 1468 |
+
"gold": "ФЕЛЬДЪЕГЕРЬ",
|
| 1469 |
+
"ocr": "ФЕЛЬДЪЕГ ЕРЬ",
|
| 1470 |
+
"exact_match": false,
|
| 1471 |
+
"cer": 0.0909,
|
| 1472 |
+
"glyph_similarity": 0.9883,
|
| 1473 |
+
"control_margin_px": 50
|
| 1474 |
+
},
|
| 1475 |
+
{
|
| 1476 |
+
"strategy": "controlnet",
|
| 1477 |
+
"text": "БУЛЬОН",
|
| 1478 |
+
"seed": 3097,
|
| 1479 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"БУЛЬОН\". No other letters, words, logos, or decorations.",
|
| 1480 |
+
"image": "controlnet-98.png",
|
| 1481 |
+
"control": "98-control.png",
|
| 1482 |
+
"control_scale": 0.85,
|
| 1483 |
+
"gold": "БУЛЬОН",
|
| 1484 |
+
"ocr": "БУЛЬОН",
|
| 1485 |
+
"exact_match": true,
|
| 1486 |
+
"cer": 0.0,
|
| 1487 |
+
"glyph_similarity": 0.9723,
|
| 1488 |
+
"control_margin_px": 50
|
| 1489 |
+
},
|
| 1490 |
+
{
|
| 1491 |
+
"strategy": "controlnet",
|
| 1492 |
+
"text": "СОЛОВЬИ",
|
| 1493 |
+
"seed": 3098,
|
| 1494 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"СОЛОВЬИ\". No other letters, words, logos, or decorations.",
|
| 1495 |
+
"image": "controlnet-99.png",
|
| 1496 |
+
"control": "99-control.png",
|
| 1497 |
+
"control_scale": 0.85,
|
| 1498 |
+
"gold": "СОЛОВЬИ",
|
| 1499 |
+
"ocr": "СОЛОВЬЙ",
|
| 1500 |
+
"exact_match": false,
|
| 1501 |
+
"cer": 0.1429,
|
| 1502 |
+
"glyph_similarity": 0.8623,
|
| 1503 |
+
"control_margin_px": 50
|
| 1504 |
+
},
|
| 1505 |
+
{
|
| 1506 |
+
"strategy": "controlnet",
|
| 1507 |
+
"text": "СЪЕЗДИТЬ",
|
| 1508 |
+
"seed": 3099,
|
| 1509 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"СЪЕЗДИТЬ\". No other letters, words, logos, or decorations.",
|
| 1510 |
+
"image": "controlnet-100.png",
|
| 1511 |
+
"control": "100-control.png",
|
| 1512 |
+
"control_scale": 0.85,
|
| 1513 |
+
"gold": "СЪЕЗДИТЬ",
|
| 1514 |
+
"ocr": "СЪЕЗДИТЬ",
|
| 1515 |
+
"exact_match": true,
|
| 1516 |
+
"cer": 0.0,
|
| 1517 |
+
"glyph_similarity": 0.8478,
|
| 1518 |
+
"control_margin_px": 50
|
| 1519 |
+
}
|
| 1520 |
+
]
|
| 1521 |
+
}
|
reports/fp8/contact-sheet-01.jpg
ADDED
|
Git LFS Details
|
reports/fp8/contact-sheet-02.jpg
ADDED
|
Git LFS Details
|
reports/fp8/contact-sheet-03.jpg
ADDED
|
Git LFS Details
|
reports/fp8/contact-sheet-04.jpg
ADDED
|
Git LFS Details
|
reports/fp8/contact-sheet-05.jpg
ADDED
|
Git LFS Details
|
reports/fp8/generation-report.json
ADDED
|
@@ -0,0 +1,918 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"generated_at": "2026-07-25T06:05:27.882261+00:00",
|
| 3 |
+
"base_dir": "/models/Qwen-Image-2512",
|
| 4 |
+
"transformer_dir": "/models/Qwen-Image-2512-Cyrillic-FP8/transformer",
|
| 5 |
+
"controlnet_path": "/checkpoints/step-128.safetensors",
|
| 6 |
+
"size": 512,
|
| 7 |
+
"steps": 20,
|
| 8 |
+
"seed": 3000,
|
| 9 |
+
"control_scales": [
|
| 10 |
+
0.85
|
| 11 |
+
],
|
| 12 |
+
"control_mode": "edge",
|
| 13 |
+
"fit_control": true,
|
| 14 |
+
"vram_limit_gib": null,
|
| 15 |
+
"skip_baseline": true,
|
| 16 |
+
"results": [
|
| 17 |
+
{
|
| 18 |
+
"strategy": "controlnet",
|
| 19 |
+
"text": "ОБУВЬ",
|
| 20 |
+
"seed": 3000,
|
| 21 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ОБУВЬ\". No other letters, words, logos, or decorations.",
|
| 22 |
+
"image": "controlnet-01.png",
|
| 23 |
+
"control": "01-control.png",
|
| 24 |
+
"control_scale": 0.85
|
| 25 |
+
},
|
| 26 |
+
{
|
| 27 |
+
"strategy": "controlnet",
|
| 28 |
+
"text": "ВЛЮБИТЬСЯ",
|
| 29 |
+
"seed": 3001,
|
| 30 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ВЛЮБИТЬСЯ\". No other letters, words, logos, or decorations.",
|
| 31 |
+
"image": "controlnet-02.png",
|
| 32 |
+
"control": "02-control.png",
|
| 33 |
+
"control_scale": 0.85
|
| 34 |
+
},
|
| 35 |
+
{
|
| 36 |
+
"strategy": "controlnet",
|
| 37 |
+
"text": "АРГУМЕНТ",
|
| 38 |
+
"seed": 3002,
|
| 39 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"АРГУМЕНТ\". No other letters, words, logos, or decorations.",
|
| 40 |
+
"image": "controlnet-03.png",
|
| 41 |
+
"control": "03-control.png",
|
| 42 |
+
"control_scale": 0.85
|
| 43 |
+
},
|
| 44 |
+
{
|
| 45 |
+
"strategy": "controlnet",
|
| 46 |
+
"text": "НОРОВИТЬ",
|
| 47 |
+
"seed": 3003,
|
| 48 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"НОРОВИТЬ\". No other letters, words, logos, or decorations.",
|
| 49 |
+
"image": "controlnet-04.png",
|
| 50 |
+
"control": "04-control.png",
|
| 51 |
+
"control_scale": 0.85
|
| 52 |
+
},
|
| 53 |
+
{
|
| 54 |
+
"strategy": "controlnet",
|
| 55 |
+
"text": "ПОЛОТНО",
|
| 56 |
+
"seed": 3004,
|
| 57 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ПОЛОТНО\". No other letters, words, logos, or decorations.",
|
| 58 |
+
"image": "controlnet-05.png",
|
| 59 |
+
"control": "05-control.png",
|
| 60 |
+
"control_scale": 0.85
|
| 61 |
+
},
|
| 62 |
+
{
|
| 63 |
+
"strategy": "controlnet",
|
| 64 |
+
"text": "ПРОПУСК",
|
| 65 |
+
"seed": 3005,
|
| 66 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ПРОПУСК\". No other letters, words, logos, or decorations.",
|
| 67 |
+
"image": "controlnet-06.png",
|
| 68 |
+
"control": "06-control.png",
|
| 69 |
+
"control_scale": 0.85
|
| 70 |
+
},
|
| 71 |
+
{
|
| 72 |
+
"strategy": "controlnet",
|
| 73 |
+
"text": "СМОЛА",
|
| 74 |
+
"seed": 3006,
|
| 75 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"СМОЛА\". No other letters, words, logos, or decorations.",
|
| 76 |
+
"image": "controlnet-07.png",
|
| 77 |
+
"control": "07-control.png",
|
| 78 |
+
"control_scale": 0.85
|
| 79 |
+
},
|
| 80 |
+
{
|
| 81 |
+
"strategy": "controlnet",
|
| 82 |
+
"text": "НЕДОВОЛЬНО",
|
| 83 |
+
"seed": 3007,
|
| 84 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"НЕДОВОЛЬНО\". No other letters, words, logos, or decorations.",
|
| 85 |
+
"image": "controlnet-08.png",
|
| 86 |
+
"control": "08-control.png",
|
| 87 |
+
"control_scale": 0.85
|
| 88 |
+
},
|
| 89 |
+
{
|
| 90 |
+
"strategy": "controlnet",
|
| 91 |
+
"text": "МУЧИТЕЛЬНО",
|
| 92 |
+
"seed": 3008,
|
| 93 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"МУЧИТЕЛЬНО\". No other letters, words, logos, or decorations.",
|
| 94 |
+
"image": "controlnet-09.png",
|
| 95 |
+
"control": "09-control.png",
|
| 96 |
+
"control_scale": 0.85
|
| 97 |
+
},
|
| 98 |
+
{
|
| 99 |
+
"strategy": "controlnet",
|
| 100 |
+
"text": "СТОЯНКА",
|
| 101 |
+
"seed": 3009,
|
| 102 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"СТОЯНКА\". No other letters, words, logos, or decorations.",
|
| 103 |
+
"image": "controlnet-10.png",
|
| 104 |
+
"control": "10-control.png",
|
| 105 |
+
"control_scale": 0.85
|
| 106 |
+
},
|
| 107 |
+
{
|
| 108 |
+
"strategy": "controlnet",
|
| 109 |
+
"text": "СОДЕРЖАТЬСЯ",
|
| 110 |
+
"seed": 3010,
|
| 111 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"СОДЕРЖАТЬСЯ\". No other letters, words, logos, or decorations.",
|
| 112 |
+
"image": "controlnet-11.png",
|
| 113 |
+
"control": "11-control.png",
|
| 114 |
+
"control_scale": 0.85
|
| 115 |
+
},
|
| 116 |
+
{
|
| 117 |
+
"strategy": "controlnet",
|
| 118 |
+
"text": "ВСЛЕДСТВИЕ",
|
| 119 |
+
"seed": 3011,
|
| 120 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ВСЛЕДСТВИЕ\". No other letters, words, logos, or decorations.",
|
| 121 |
+
"image": "controlnet-12.png",
|
| 122 |
+
"control": "12-control.png",
|
| 123 |
+
"control_scale": 0.85
|
| 124 |
+
},
|
| 125 |
+
{
|
| 126 |
+
"strategy": "controlnet",
|
| 127 |
+
"text": "ТУПИК",
|
| 128 |
+
"seed": 3012,
|
| 129 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ТУПИК\". No other letters, words, logos, or decorations.",
|
| 130 |
+
"image": "controlnet-13.png",
|
| 131 |
+
"control": "13-control.png",
|
| 132 |
+
"control_scale": 0.85
|
| 133 |
+
},
|
| 134 |
+
{
|
| 135 |
+
"strategy": "controlnet",
|
| 136 |
+
"text": "ОВОЩ",
|
| 137 |
+
"seed": 3013,
|
| 138 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ОВОЩ\". No other letters, words, logos, or decorations.",
|
| 139 |
+
"image": "controlnet-14.png",
|
| 140 |
+
"control": "14-control.png",
|
| 141 |
+
"control_scale": 0.85
|
| 142 |
+
},
|
| 143 |
+
{
|
| 144 |
+
"strategy": "controlnet",
|
| 145 |
+
"text": "НЕХОРОШИЙ",
|
| 146 |
+
"seed": 3014,
|
| 147 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"НЕХОРОШИЙ\". No other letters, words, logos, or decorations.",
|
| 148 |
+
"image": "controlnet-15.png",
|
| 149 |
+
"control": "15-control.png",
|
| 150 |
+
"control_scale": 0.85
|
| 151 |
+
},
|
| 152 |
+
{
|
| 153 |
+
"strategy": "controlnet",
|
| 154 |
+
"text": "ОТРЫВАТЬСЯ",
|
| 155 |
+
"seed": 3015,
|
| 156 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ОТРЫВАТЬСЯ\". No other letters, words, logos, or decorations.",
|
| 157 |
+
"image": "controlnet-16.png",
|
| 158 |
+
"control": "16-control.png",
|
| 159 |
+
"control_scale": 0.85
|
| 160 |
+
},
|
| 161 |
+
{
|
| 162 |
+
"strategy": "controlnet",
|
| 163 |
+
"text": "МИКРОФОН",
|
| 164 |
+
"seed": 3016,
|
| 165 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"МИКРОФОН\". No other letters, words, logos, or decorations.",
|
| 166 |
+
"image": "controlnet-17.png",
|
| 167 |
+
"control": "17-control.png",
|
| 168 |
+
"control_scale": 0.85
|
| 169 |
+
},
|
| 170 |
+
{
|
| 171 |
+
"strategy": "controlnet",
|
| 172 |
+
"text": "ПЫШНЫЙ",
|
| 173 |
+
"seed": 3017,
|
| 174 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ПЫШНЫЙ\". No other letters, words, logos, or decorations.",
|
| 175 |
+
"image": "controlnet-18.png",
|
| 176 |
+
"control": "18-control.png",
|
| 177 |
+
"control_scale": 0.85
|
| 178 |
+
},
|
| 179 |
+
{
|
| 180 |
+
"strategy": "controlnet",
|
| 181 |
+
"text": "СТАДИЯ",
|
| 182 |
+
"seed": 3018,
|
| 183 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"СТАДИЯ\". No other letters, words, logos, or decorations.",
|
| 184 |
+
"image": "controlnet-19.png",
|
| 185 |
+
"control": "19-control.png",
|
| 186 |
+
"control_scale": 0.85
|
| 187 |
+
},
|
| 188 |
+
{
|
| 189 |
+
"strategy": "controlnet",
|
| 190 |
+
"text": "ПЕРЕБРАТЬСЯ",
|
| 191 |
+
"seed": 3019,
|
| 192 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ПЕРЕБРАТЬСЯ\". No other letters, words, logos, or decorations.",
|
| 193 |
+
"image": "controlnet-20.png",
|
| 194 |
+
"control": "20-control.png",
|
| 195 |
+
"control_scale": 0.85
|
| 196 |
+
},
|
| 197 |
+
{
|
| 198 |
+
"strategy": "controlnet",
|
| 199 |
+
"text": "СОЗДАВАТЬСЯ",
|
| 200 |
+
"seed": 3020,
|
| 201 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"СОЗДАВАТЬСЯ\". No other letters, words, logos, or decorations.",
|
| 202 |
+
"image": "controlnet-21.png",
|
| 203 |
+
"control": "21-control.png",
|
| 204 |
+
"control_scale": 0.85
|
| 205 |
+
},
|
| 206 |
+
{
|
| 207 |
+
"strategy": "controlnet",
|
| 208 |
+
"text": "МАШИНАЛЬНЫЙ",
|
| 209 |
+
"seed": 3021,
|
| 210 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"МАШИНАЛЬНЫЙ\". No other letters, words, logos, or decorations.",
|
| 211 |
+
"image": "controlnet-22.png",
|
| 212 |
+
"control": "22-control.png",
|
| 213 |
+
"control_scale": 0.85
|
| 214 |
+
},
|
| 215 |
+
{
|
| 216 |
+
"strategy": "controlnet",
|
| 217 |
+
"text": "ЛЕГКОСТЬ",
|
| 218 |
+
"seed": 3022,
|
| 219 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ЛЕГКОСТЬ\". No other letters, words, logos, or decorations.",
|
| 220 |
+
"image": "controlnet-23.png",
|
| 221 |
+
"control": "23-control.png",
|
| 222 |
+
"control_scale": 0.85
|
| 223 |
+
},
|
| 224 |
+
{
|
| 225 |
+
"strategy": "controlnet",
|
| 226 |
+
"text": "МОЛОТ",
|
| 227 |
+
"seed": 3023,
|
| 228 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"МОЛОТ\". No other letters, words, logos, or decorations.",
|
| 229 |
+
"image": "controlnet-24.png",
|
| 230 |
+
"control": "24-control.png",
|
| 231 |
+
"control_scale": 0.85
|
| 232 |
+
},
|
| 233 |
+
{
|
| 234 |
+
"strategy": "controlnet",
|
| 235 |
+
"text": "СКРОМНО",
|
| 236 |
+
"seed": 3024,
|
| 237 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"СКРОМНО\". No other letters, words, logos, or decorations.",
|
| 238 |
+
"image": "controlnet-25.png",
|
| 239 |
+
"control": "25-control.png",
|
| 240 |
+
"control_scale": 0.85
|
| 241 |
+
},
|
| 242 |
+
{
|
| 243 |
+
"strategy": "controlnet",
|
| 244 |
+
"text": "ВЕРХУШКА",
|
| 245 |
+
"seed": 3025,
|
| 246 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ВЕРХУШКА\". No other letters, words, logos, or decorations.",
|
| 247 |
+
"image": "controlnet-26.png",
|
| 248 |
+
"control": "26-control.png",
|
| 249 |
+
"control_scale": 0.85
|
| 250 |
+
},
|
| 251 |
+
{
|
| 252 |
+
"strategy": "controlnet",
|
| 253 |
+
"text": "ОКО",
|
| 254 |
+
"seed": 3026,
|
| 255 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ОКО\". No other letters, words, logos, or decorations.",
|
| 256 |
+
"image": "controlnet-27.png",
|
| 257 |
+
"control": "27-control.png",
|
| 258 |
+
"control_scale": 0.85
|
| 259 |
+
},
|
| 260 |
+
{
|
| 261 |
+
"strategy": "controlnet",
|
| 262 |
+
"text": "ВОПРЕКИ",
|
| 263 |
+
"seed": 3027,
|
| 264 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ВОПРЕКИ\". No other letters, words, logos, or decorations.",
|
| 265 |
+
"image": "controlnet-28.png",
|
| 266 |
+
"control": "28-control.png",
|
| 267 |
+
"control_scale": 0.85
|
| 268 |
+
},
|
| 269 |
+
{
|
| 270 |
+
"strategy": "controlnet",
|
| 271 |
+
"text": "АКТИВНО",
|
| 272 |
+
"seed": 3028,
|
| 273 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"АКТИВНО\". No other letters, words, logos, or decorations.",
|
| 274 |
+
"image": "controlnet-29.png",
|
| 275 |
+
"control": "29-control.png",
|
| 276 |
+
"control_scale": 0.85
|
| 277 |
+
},
|
| 278 |
+
{
|
| 279 |
+
"strategy": "controlnet",
|
| 280 |
+
"text": "НАЦИОНАЛЬНОСТЬ",
|
| 281 |
+
"seed": 3029,
|
| 282 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"НАЦИОНАЛЬНОСТЬ\". No other letters, words, logos, or decorations.",
|
| 283 |
+
"image": "controlnet-30.png",
|
| 284 |
+
"control": "30-control.png",
|
| 285 |
+
"control_scale": 0.85
|
| 286 |
+
},
|
| 287 |
+
{
|
| 288 |
+
"strategy": "controlnet",
|
| 289 |
+
"text": "ПЛАТФОРМА",
|
| 290 |
+
"seed": 3030,
|
| 291 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ПЛАТФОРМА\". No other letters, words, logos, or decorations.",
|
| 292 |
+
"image": "controlnet-31.png",
|
| 293 |
+
"control": "31-control.png",
|
| 294 |
+
"control_scale": 0.85
|
| 295 |
+
},
|
| 296 |
+
{
|
| 297 |
+
"strategy": "controlnet",
|
| 298 |
+
"text": "ВЕРСТА",
|
| 299 |
+
"seed": 3031,
|
| 300 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ВЕРСТА\". No other letters, words, logos, or decorations.",
|
| 301 |
+
"image": "controlnet-32.png",
|
| 302 |
+
"control": "32-control.png",
|
| 303 |
+
"control_scale": 0.85
|
| 304 |
+
},
|
| 305 |
+
{
|
| 306 |
+
"strategy": "controlnet",
|
| 307 |
+
"text": "ПОДРУЖКА",
|
| 308 |
+
"seed": 3032,
|
| 309 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ПОДРУЖКА\". No other letters, words, logos, or decorations.",
|
| 310 |
+
"image": "controlnet-33.png",
|
| 311 |
+
"control": "33-control.png",
|
| 312 |
+
"control_scale": 0.85
|
| 313 |
+
},
|
| 314 |
+
{
|
| 315 |
+
"strategy": "controlnet",
|
| 316 |
+
"text": "ПРАКТИК",
|
| 317 |
+
"seed": 3033,
|
| 318 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ПРАКТИК\". No other letters, words, logos, or decorations.",
|
| 319 |
+
"image": "controlnet-34.png",
|
| 320 |
+
"control": "34-control.png",
|
| 321 |
+
"control_scale": 0.85
|
| 322 |
+
},
|
| 323 |
+
{
|
| 324 |
+
"strategy": "controlnet",
|
| 325 |
+
"text": "ОГРАНИЧЕННЫЙ",
|
| 326 |
+
"seed": 3034,
|
| 327 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ОГРАНИЧЕННЫЙ\". No other letters, words, logos, or decorations.",
|
| 328 |
+
"image": "controlnet-35.png",
|
| 329 |
+
"control": "35-control.png",
|
| 330 |
+
"control_scale": 0.85
|
| 331 |
+
},
|
| 332 |
+
{
|
| 333 |
+
"strategy": "controlnet",
|
| 334 |
+
"text": "ОГЛЯДЫВАТЬ",
|
| 335 |
+
"seed": 3035,
|
| 336 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ОГЛЯДЫВАТЬ\". No other letters, words, logos, or decorations.",
|
| 337 |
+
"image": "controlnet-36.png",
|
| 338 |
+
"control": "36-control.png",
|
| 339 |
+
"control_scale": 0.85
|
| 340 |
+
},
|
| 341 |
+
{
|
| 342 |
+
"strategy": "controlnet",
|
| 343 |
+
"text": "ВЗЯТОК",
|
| 344 |
+
"seed": 3036,
|
| 345 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ВЗЯТОК\". No other letters, words, logos, or decorations.",
|
| 346 |
+
"image": "controlnet-37.png",
|
| 347 |
+
"control": "37-control.png",
|
| 348 |
+
"control_scale": 0.85
|
| 349 |
+
},
|
| 350 |
+
{
|
| 351 |
+
"strategy": "controlnet",
|
| 352 |
+
"text": "ГУСЕНИЦА",
|
| 353 |
+
"seed": 3037,
|
| 354 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ГУСЕНИЦА\". No other letters, words, logos, or decorations.",
|
| 355 |
+
"image": "controlnet-38.png",
|
| 356 |
+
"control": "38-control.png",
|
| 357 |
+
"control_scale": 0.85
|
| 358 |
+
},
|
| 359 |
+
{
|
| 360 |
+
"strategy": "controlnet",
|
| 361 |
+
"text": "ОБЪЯТИЕ",
|
| 362 |
+
"seed": 3038,
|
| 363 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ОБЪЯТИЕ\". No other letters, words, logos, or decorations.",
|
| 364 |
+
"image": "controlnet-39.png",
|
| 365 |
+
"control": "39-control.png",
|
| 366 |
+
"control_scale": 0.85
|
| 367 |
+
},
|
| 368 |
+
{
|
| 369 |
+
"strategy": "controlnet",
|
| 370 |
+
"text": "ОТСТАВКА",
|
| 371 |
+
"seed": 3039,
|
| 372 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ОТСТАВКА\". No other letters, words, logos, or decorations.",
|
| 373 |
+
"image": "controlnet-40.png",
|
| 374 |
+
"control": "40-control.png",
|
| 375 |
+
"control_scale": 0.85
|
| 376 |
+
},
|
| 377 |
+
{
|
| 378 |
+
"strategy": "controlnet",
|
| 379 |
+
"text": "ИХНИЙ",
|
| 380 |
+
"seed": 3040,
|
| 381 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ИХНИЙ\". No other letters, words, logos, or decorations.",
|
| 382 |
+
"image": "controlnet-41.png",
|
| 383 |
+
"control": "41-control.png",
|
| 384 |
+
"control_scale": 0.85
|
| 385 |
+
},
|
| 386 |
+
{
|
| 387 |
+
"strategy": "controlnet",
|
| 388 |
+
"text": "ЧЕРЕСЧУР",
|
| 389 |
+
"seed": 3041,
|
| 390 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ЧЕРЕСЧУР\". No other letters, words, logos, or decorations.",
|
| 391 |
+
"image": "controlnet-42.png",
|
| 392 |
+
"control": "42-control.png",
|
| 393 |
+
"control_scale": 0.85
|
| 394 |
+
},
|
| 395 |
+
{
|
| 396 |
+
"strategy": "controlnet",
|
| 397 |
+
"text": "ОРИГИНАЛЬНЫЙ",
|
| 398 |
+
"seed": 3042,
|
| 399 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ОРИГИНАЛЬНЫЙ\". No other letters, words, logos, or decorations.",
|
| 400 |
+
"image": "controlnet-43.png",
|
| 401 |
+
"control": "43-control.png",
|
| 402 |
+
"control_scale": 0.85
|
| 403 |
+
},
|
| 404 |
+
{
|
| 405 |
+
"strategy": "controlnet",
|
| 406 |
+
"text": "РЕЛЬС",
|
| 407 |
+
"seed": 3043,
|
| 408 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"РЕЛЬС\". No other letters, words, logos, or decorations.",
|
| 409 |
+
"image": "controlnet-44.png",
|
| 410 |
+
"control": "44-control.png",
|
| 411 |
+
"control_scale": 0.85
|
| 412 |
+
},
|
| 413 |
+
{
|
| 414 |
+
"strategy": "controlnet",
|
| 415 |
+
"text": "РЫБКА",
|
| 416 |
+
"seed": 3044,
|
| 417 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"РЫБКА\". No other letters, words, logos, or decorations.",
|
| 418 |
+
"image": "controlnet-45.png",
|
| 419 |
+
"control": "45-control.png",
|
| 420 |
+
"control_scale": 0.85
|
| 421 |
+
},
|
| 422 |
+
{
|
| 423 |
+
"strategy": "controlnet",
|
| 424 |
+
"text": "ИГРОК",
|
| 425 |
+
"seed": 3045,
|
| 426 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ИГРОК\". No other letters, words, logos, or decorations.",
|
| 427 |
+
"image": "controlnet-46.png",
|
| 428 |
+
"control": "46-control.png",
|
| 429 |
+
"control_scale": 0.85
|
| 430 |
+
},
|
| 431 |
+
{
|
| 432 |
+
"strategy": "controlnet",
|
| 433 |
+
"text": "ВИТЬ",
|
| 434 |
+
"seed": 3046,
|
| 435 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ВИТЬ\". No other letters, words, logos, or decorations.",
|
| 436 |
+
"image": "controlnet-47.png",
|
| 437 |
+
"control": "47-control.png",
|
| 438 |
+
"control_scale": 0.85
|
| 439 |
+
},
|
| 440 |
+
{
|
| 441 |
+
"strategy": "controlnet",
|
| 442 |
+
"text": "УРА",
|
| 443 |
+
"seed": 3047,
|
| 444 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"УРА\". No other letters, words, logos, or decorations.",
|
| 445 |
+
"image": "controlnet-48.png",
|
| 446 |
+
"control": "48-control.png",
|
| 447 |
+
"control_scale": 0.85
|
| 448 |
+
},
|
| 449 |
+
{
|
| 450 |
+
"strategy": "controlnet",
|
| 451 |
+
"text": "ШОРОХ",
|
| 452 |
+
"seed": 3048,
|
| 453 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ШОРОХ\". No other letters, words, logos, or decorations.",
|
| 454 |
+
"image": "controlnet-49.png",
|
| 455 |
+
"control": "49-control.png",
|
| 456 |
+
"control_scale": 0.85
|
| 457 |
+
},
|
| 458 |
+
{
|
| 459 |
+
"strategy": "controlnet",
|
| 460 |
+
"text": "НОВИЧОК",
|
| 461 |
+
"seed": 3049,
|
| 462 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"НОВИЧОК\". No other letters, words, logos, or decorations.",
|
| 463 |
+
"image": "controlnet-50.png",
|
| 464 |
+
"control": "50-control.png",
|
| 465 |
+
"control_scale": 0.85
|
| 466 |
+
},
|
| 467 |
+
{
|
| 468 |
+
"strategy": "controlnet",
|
| 469 |
+
"text": "ПАРНИШКА",
|
| 470 |
+
"seed": 3050,
|
| 471 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ПАРНИШКА\". No other letters, words, logos, or decorations.",
|
| 472 |
+
"image": "controlnet-51.png",
|
| 473 |
+
"control": "51-control.png",
|
| 474 |
+
"control_scale": 0.85
|
| 475 |
+
},
|
| 476 |
+
{
|
| 477 |
+
"strategy": "controlnet",
|
| 478 |
+
"text": "СКОТИНА",
|
| 479 |
+
"seed": 3051,
|
| 480 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"СКОТИНА\". No other letters, words, logos, or decorations.",
|
| 481 |
+
"image": "controlnet-52.png",
|
| 482 |
+
"control": "52-control.png",
|
| 483 |
+
"control_scale": 0.85
|
| 484 |
+
},
|
| 485 |
+
{
|
| 486 |
+
"strategy": "controlnet",
|
| 487 |
+
"text": "ПОРУЧЕНИЕ",
|
| 488 |
+
"seed": 3052,
|
| 489 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ПОРУЧЕНИЕ\". No other letters, words, logos, or decorations.",
|
| 490 |
+
"image": "controlnet-53.png",
|
| 491 |
+
"control": "53-control.png",
|
| 492 |
+
"control_scale": 0.85
|
| 493 |
+
},
|
| 494 |
+
{
|
| 495 |
+
"strategy": "controlnet",
|
| 496 |
+
"text": "СОСЛАТЬСЯ",
|
| 497 |
+
"seed": 3053,
|
| 498 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"СОСЛАТЬСЯ\". No other letters, words, logos, or decorations.",
|
| 499 |
+
"image": "controlnet-54.png",
|
| 500 |
+
"control": "54-control.png",
|
| 501 |
+
"control_scale": 0.85
|
| 502 |
+
},
|
| 503 |
+
{
|
| 504 |
+
"strategy": "controlnet",
|
| 505 |
+
"text": "ПРЕМЬЕР",
|
| 506 |
+
"seed": 3054,
|
| 507 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ПРЕМЬЕР\". No other letters, words, logos, or decorations.",
|
| 508 |
+
"image": "controlnet-55.png",
|
| 509 |
+
"control": "55-control.png",
|
| 510 |
+
"control_scale": 0.85
|
| 511 |
+
},
|
| 512 |
+
{
|
| 513 |
+
"strategy": "controlnet",
|
| 514 |
+
"text": "ДОБЫВАТЬ",
|
| 515 |
+
"seed": 3055,
|
| 516 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ДОБЫВАТЬ\". No other letters, words, logos, or decorations.",
|
| 517 |
+
"image": "controlnet-56.png",
|
| 518 |
+
"control": "56-control.png",
|
| 519 |
+
"control_scale": 0.85
|
| 520 |
+
},
|
| 521 |
+
{
|
| 522 |
+
"strategy": "controlnet",
|
| 523 |
+
"text": "РЫВОК",
|
| 524 |
+
"seed": 3056,
|
| 525 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"РЫВОК\". No other letters, words, logos, or decorations.",
|
| 526 |
+
"image": "controlnet-57.png",
|
| 527 |
+
"control": "57-control.png",
|
| 528 |
+
"control_scale": 0.85
|
| 529 |
+
},
|
| 530 |
+
{
|
| 531 |
+
"strategy": "controlnet",
|
| 532 |
+
"text": "ЗАКАНЧИВАТЬСЯ",
|
| 533 |
+
"seed": 3057,
|
| 534 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ЗАКАНЧИВАТЬСЯ\". No other letters, words, logos, or decorations.",
|
| 535 |
+
"image": "controlnet-58.png",
|
| 536 |
+
"control": "58-control.png",
|
| 537 |
+
"control_scale": 0.85
|
| 538 |
+
},
|
| 539 |
+
{
|
| 540 |
+
"strategy": "controlnet",
|
| 541 |
+
"text": "ЖЕНАТЫЙ",
|
| 542 |
+
"seed": 3058,
|
| 543 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ЖЕНАТЫЙ\". No other letters, words, logos, or decorations.",
|
| 544 |
+
"image": "controlnet-59.png",
|
| 545 |
+
"control": "59-control.png",
|
| 546 |
+
"control_scale": 0.85
|
| 547 |
+
},
|
| 548 |
+
{
|
| 549 |
+
"strategy": "controlnet",
|
| 550 |
+
"text": "СОПКА",
|
| 551 |
+
"seed": 3059,
|
| 552 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"СОПКА\". No other letters, words, logos, or decorations.",
|
| 553 |
+
"image": "controlnet-60.png",
|
| 554 |
+
"control": "60-control.png",
|
| 555 |
+
"control_scale": 0.85
|
| 556 |
+
},
|
| 557 |
+
{
|
| 558 |
+
"strategy": "controlnet",
|
| 559 |
+
"text": "ТОРГОВЕЦ",
|
| 560 |
+
"seed": 3060,
|
| 561 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ТОРГОВЕЦ\". No other letters, words, logos, or decorations.",
|
| 562 |
+
"image": "controlnet-61.png",
|
| 563 |
+
"control": "61-control.png",
|
| 564 |
+
"control_scale": 0.85
|
| 565 |
+
},
|
| 566 |
+
{
|
| 567 |
+
"strategy": "controlnet",
|
| 568 |
+
"text": "ЭФИР",
|
| 569 |
+
"seed": 3061,
|
| 570 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ЭФИР\". No other letters, words, logos, or decorations.",
|
| 571 |
+
"image": "controlnet-62.png",
|
| 572 |
+
"control": "62-control.png",
|
| 573 |
+
"control_scale": 0.85
|
| 574 |
+
},
|
| 575 |
+
{
|
| 576 |
+
"strategy": "controlnet",
|
| 577 |
+
"text": "ШЕВЕЛИТЬ",
|
| 578 |
+
"seed": 3062,
|
| 579 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ШЕВЕЛИТЬ\". No other letters, words, logos, or decorations.",
|
| 580 |
+
"image": "controlnet-63.png",
|
| 581 |
+
"control": "63-control.png",
|
| 582 |
+
"control_scale": 0.85
|
| 583 |
+
},
|
| 584 |
+
{
|
| 585 |
+
"strategy": "controlnet",
|
| 586 |
+
"text": "ПРИСУТСТВУЮЩИЙ",
|
| 587 |
+
"seed": 3063,
|
| 588 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ПРИСУТСТВУЮЩИЙ\". No other letters, words, logos, or decorations.",
|
| 589 |
+
"image": "controlnet-64.png",
|
| 590 |
+
"control": "64-control.png",
|
| 591 |
+
"control_scale": 0.85
|
| 592 |
+
},
|
| 593 |
+
{
|
| 594 |
+
"strategy": "controlnet",
|
| 595 |
+
"text": "СВЯЗАТЬСЯ",
|
| 596 |
+
"seed": 3064,
|
| 597 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"СВЯЗАТЬСЯ\". No other letters, words, logos, or decorations.",
|
| 598 |
+
"image": "controlnet-65.png",
|
| 599 |
+
"control": "65-control.png",
|
| 600 |
+
"control_scale": 0.85
|
| 601 |
+
},
|
| 602 |
+
{
|
| 603 |
+
"strategy": "controlnet",
|
| 604 |
+
"text": "ЗАВЯЗАТЬ",
|
| 605 |
+
"seed": 3065,
|
| 606 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ЗАВЯЗАТЬ\". No other letters, words, logos, or decorations.",
|
| 607 |
+
"image": "controlnet-66.png",
|
| 608 |
+
"control": "66-control.png",
|
| 609 |
+
"control_scale": 0.85
|
| 610 |
+
},
|
| 611 |
+
{
|
| 612 |
+
"strategy": "controlnet",
|
| 613 |
+
"text": "ПРИЕЗЖИЙ",
|
| 614 |
+
"seed": 3066,
|
| 615 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ПРИЕЗЖИЙ\". No other letters, words, logos, or decorations.",
|
| 616 |
+
"image": "controlnet-67.png",
|
| 617 |
+
"control": "67-control.png",
|
| 618 |
+
"control_scale": 0.85
|
| 619 |
+
},
|
| 620 |
+
{
|
| 621 |
+
"strategy": "controlnet",
|
| 622 |
+
"text": "СТРОИТЕЛЬ",
|
| 623 |
+
"seed": 3067,
|
| 624 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"СТРОИТЕЛЬ\". No other letters, words, logos, or decorations.",
|
| 625 |
+
"image": "controlnet-68.png",
|
| 626 |
+
"control": "68-control.png",
|
| 627 |
+
"control_scale": 0.85
|
| 628 |
+
},
|
| 629 |
+
{
|
| 630 |
+
"strategy": "controlnet",
|
| 631 |
+
"text": "РАЗЛОЖИТЬ",
|
| 632 |
+
"seed": 3068,
|
| 633 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"РАЗЛОЖИТЬ\". No other letters, words, logos, or decorations.",
|
| 634 |
+
"image": "controlnet-69.png",
|
| 635 |
+
"control": "69-control.png",
|
| 636 |
+
"control_scale": 0.85
|
| 637 |
+
},
|
| 638 |
+
{
|
| 639 |
+
"strategy": "controlnet",
|
| 640 |
+
"text": "СЛУШАТЕЛЬ",
|
| 641 |
+
"seed": 3069,
|
| 642 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"СЛУШАТЕЛЬ\". No other letters, words, logos, or decorations.",
|
| 643 |
+
"image": "controlnet-70.png",
|
| 644 |
+
"control": "70-control.png",
|
| 645 |
+
"control_scale": 0.85
|
| 646 |
+
},
|
| 647 |
+
{
|
| 648 |
+
"strategy": "controlnet",
|
| 649 |
+
"text": "ОТРЫВАТЬ",
|
| 650 |
+
"seed": 3070,
|
| 651 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ОТРЫВАТЬ\". No other letters, words, logos, or decorations.",
|
| 652 |
+
"image": "controlnet-71.png",
|
| 653 |
+
"control": "71-control.png",
|
| 654 |
+
"control_scale": 0.85
|
| 655 |
+
},
|
| 656 |
+
{
|
| 657 |
+
"strategy": "controlnet",
|
| 658 |
+
"text": "ОСТРО",
|
| 659 |
+
"seed": 3071,
|
| 660 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ОСТРО\". No other letters, words, logos, or decorations.",
|
| 661 |
+
"image": "controlnet-72.png",
|
| 662 |
+
"control": "72-control.png",
|
| 663 |
+
"control_scale": 0.85
|
| 664 |
+
},
|
| 665 |
+
{
|
| 666 |
+
"strategy": "controlnet",
|
| 667 |
+
"text": "АФРИКА",
|
| 668 |
+
"seed": 3072,
|
| 669 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"АФРИКА\". No other letters, words, logos, or decorations.",
|
| 670 |
+
"image": "controlnet-73.png",
|
| 671 |
+
"control": "73-control.png",
|
| 672 |
+
"control_scale": 0.85
|
| 673 |
+
},
|
| 674 |
+
{
|
| 675 |
+
"strategy": "controlnet",
|
| 676 |
+
"text": "ТУМБОЧКА",
|
| 677 |
+
"seed": 3073,
|
| 678 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ТУМБОЧКА\". No other letters, words, logos, or decorations.",
|
| 679 |
+
"image": "controlnet-74.png",
|
| 680 |
+
"control": "74-control.png",
|
| 681 |
+
"control_scale": 0.85
|
| 682 |
+
},
|
| 683 |
+
{
|
| 684 |
+
"strategy": "controlnet",
|
| 685 |
+
"text": "ЁЖИК",
|
| 686 |
+
"seed": 3074,
|
| 687 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ЁЖИК\". No other letters, words, logos, or decorations.",
|
| 688 |
+
"image": "controlnet-75.png",
|
| 689 |
+
"control": "75-control.png",
|
| 690 |
+
"control_scale": 0.85
|
| 691 |
+
},
|
| 692 |
+
{
|
| 693 |
+
"strategy": "controlnet",
|
| 694 |
+
"text": "ЁЛКА",
|
| 695 |
+
"seed": 3075,
|
| 696 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ЁЛКА\". No other letters, words, logos, or decorations.",
|
| 697 |
+
"image": "controlnet-76.png",
|
| 698 |
+
"control": "76-control.png",
|
| 699 |
+
"control_scale": 0.85
|
| 700 |
+
},
|
| 701 |
+
{
|
| 702 |
+
"strategy": "controlnet",
|
| 703 |
+
"text": "ЕЩЁ",
|
| 704 |
+
"seed": 3076,
|
| 705 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ЕЩЁ\". No other letters, words, logos, or decorations.",
|
| 706 |
+
"image": "controlnet-77.png",
|
| 707 |
+
"control": "77-control.png",
|
| 708 |
+
"control_scale": 0.85
|
| 709 |
+
},
|
| 710 |
+
{
|
| 711 |
+
"strategy": "controlnet",
|
| 712 |
+
"text": "ЩЁТКА",
|
| 713 |
+
"seed": 3077,
|
| 714 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ЩЁТКА\". No other letters, words, logos, or decorations.",
|
| 715 |
+
"image": "controlnet-78.png",
|
| 716 |
+
"control": "78-control.png",
|
| 717 |
+
"control_scale": 0.85
|
| 718 |
+
},
|
| 719 |
+
{
|
| 720 |
+
"strategy": "controlnet",
|
| 721 |
+
"text": "ШЁПОТ",
|
| 722 |
+
"seed": 3078,
|
| 723 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ШЁПОТ\". No other letters, words, logos, or decorations.",
|
| 724 |
+
"image": "controlnet-79.png",
|
| 725 |
+
"control": "79-control.png",
|
| 726 |
+
"control_scale": 0.85
|
| 727 |
+
},
|
| 728 |
+
{
|
| 729 |
+
"strategy": "controlnet",
|
| 730 |
+
"text": "ЖЁЛТЫЙ",
|
| 731 |
+
"seed": 3079,
|
| 732 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ЖЁЛТЫЙ\". No other letters, words, logos, or decorations.",
|
| 733 |
+
"image": "controlnet-80.png",
|
| 734 |
+
"control": "80-control.png",
|
| 735 |
+
"control_scale": 0.85
|
| 736 |
+
},
|
| 737 |
+
{
|
| 738 |
+
"strategy": "controlnet",
|
| 739 |
+
"text": "ЧЁРНЫЙ",
|
| 740 |
+
"seed": 3080,
|
| 741 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ЧЁРНЫЙ\". No other letters, words, logos, or decorations.",
|
| 742 |
+
"image": "controlnet-81.png",
|
| 743 |
+
"control": "81-control.png",
|
| 744 |
+
"control_scale": 0.85
|
| 745 |
+
},
|
| 746 |
+
{
|
| 747 |
+
"strategy": "controlnet",
|
| 748 |
+
"text": "ТВЁРДЫЙ",
|
| 749 |
+
"seed": 3081,
|
| 750 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ТВЁРДЫЙ\". No other letters, words, logos, or decorations.",
|
| 751 |
+
"image": "controlnet-82.png",
|
| 752 |
+
"control": "82-control.png",
|
| 753 |
+
"control_scale": 0.85
|
| 754 |
+
},
|
| 755 |
+
{
|
| 756 |
+
"strategy": "controlnet",
|
| 757 |
+
"text": "ОБЪЁМ",
|
| 758 |
+
"seed": 3082,
|
| 759 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ОБЪЁМ\". No other letters, words, logos, or decorations.",
|
| 760 |
+
"image": "controlnet-83.png",
|
| 761 |
+
"control": "83-control.png",
|
| 762 |
+
"control_scale": 0.85
|
| 763 |
+
},
|
| 764 |
+
{
|
| 765 |
+
"strategy": "controlnet",
|
| 766 |
+
"text": "ПОДЪЁМ",
|
| 767 |
+
"seed": 3083,
|
| 768 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ПОДЪЁМ\". No other letters, words, logos, or decorations.",
|
| 769 |
+
"image": "controlnet-84.png",
|
| 770 |
+
"control": "84-control.png",
|
| 771 |
+
"control_scale": 0.85
|
| 772 |
+
},
|
| 773 |
+
{
|
| 774 |
+
"strategy": "controlnet",
|
| 775 |
+
"text": "ПОДЪЕЗД",
|
| 776 |
+
"seed": 3084,
|
| 777 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ПОДЪЕЗД\". No other letters, words, logos, or decorations.",
|
| 778 |
+
"image": "controlnet-85.png",
|
| 779 |
+
"control": "85-control.png",
|
| 780 |
+
"control_scale": 0.85
|
| 781 |
+
},
|
| 782 |
+
{
|
| 783 |
+
"strategy": "controlnet",
|
| 784 |
+
"text": "СЪЁМКА",
|
| 785 |
+
"seed": 3085,
|
| 786 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"СЪ��МКА\". No other letters, words, logos, or decorations.",
|
| 787 |
+
"image": "controlnet-86.png",
|
| 788 |
+
"control": "86-control.png",
|
| 789 |
+
"control_scale": 0.85
|
| 790 |
+
},
|
| 791 |
+
{
|
| 792 |
+
"strategy": "controlnet",
|
| 793 |
+
"text": "СЪЕЗД",
|
| 794 |
+
"seed": 3086,
|
| 795 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"СЪЕЗД\". No other letters, words, logos, or decorations.",
|
| 796 |
+
"image": "controlnet-87.png",
|
| 797 |
+
"control": "87-control.png",
|
| 798 |
+
"control_scale": 0.85
|
| 799 |
+
},
|
| 800 |
+
{
|
| 801 |
+
"strategy": "controlnet",
|
| 802 |
+
"text": "ОБЪЯВЛЕНИЕ",
|
| 803 |
+
"seed": 3087,
|
| 804 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ОБЪЯВЛЕНИЕ\". No other letters, words, logos, or decorations.",
|
| 805 |
+
"image": "controlnet-88.png",
|
| 806 |
+
"control": "88-control.png",
|
| 807 |
+
"control_scale": 0.85
|
| 808 |
+
},
|
| 809 |
+
{
|
| 810 |
+
"strategy": "controlnet",
|
| 811 |
+
"text": "ВЬЮГА",
|
| 812 |
+
"seed": 3088,
|
| 813 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ВЬЮГА\". No other letters, words, logos, or decorations.",
|
| 814 |
+
"image": "controlnet-89.png",
|
| 815 |
+
"control": "89-control.png",
|
| 816 |
+
"control_scale": 0.85
|
| 817 |
+
},
|
| 818 |
+
{
|
| 819 |
+
"strategy": "controlnet",
|
| 820 |
+
"text": "БЕЛЬЁ",
|
| 821 |
+
"seed": 3089,
|
| 822 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"БЕЛЬЁ\". No other letters, words, logos, or decorations.",
|
| 823 |
+
"image": "controlnet-90.png",
|
| 824 |
+
"control": "90-control.png",
|
| 825 |
+
"control_scale": 0.85
|
| 826 |
+
},
|
| 827 |
+
{
|
| 828 |
+
"strategy": "controlnet",
|
| 829 |
+
"text": "ПЬЕСА",
|
| 830 |
+
"seed": 3090,
|
| 831 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ПЬЕСА\". No other letters, words, logos, or decorations.",
|
| 832 |
+
"image": "controlnet-91.png",
|
| 833 |
+
"control": "91-control.png",
|
| 834 |
+
"control_scale": 0.85
|
| 835 |
+
},
|
| 836 |
+
{
|
| 837 |
+
"strategy": "controlnet",
|
| 838 |
+
"text": "КОМПЬЮТЕР",
|
| 839 |
+
"seed": 3091,
|
| 840 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"КОМПЬЮТЕР\". No other letters, words, logos, or decorations.",
|
| 841 |
+
"image": "controlnet-92.png",
|
| 842 |
+
"control": "92-control.png",
|
| 843 |
+
"control_scale": 0.85
|
| 844 |
+
},
|
| 845 |
+
{
|
| 846 |
+
"strategy": "controlnet",
|
| 847 |
+
"text": "ЩУКА",
|
| 848 |
+
"seed": 3092,
|
| 849 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ЩУКА\". No other letters, words, logos, or decorations.",
|
| 850 |
+
"image": "controlnet-93.png",
|
| 851 |
+
"control": "93-control.png",
|
| 852 |
+
"control_scale": 0.85
|
| 853 |
+
},
|
| 854 |
+
{
|
| 855 |
+
"strategy": "controlnet",
|
| 856 |
+
"text": "ЦИРКУЛЬ",
|
| 857 |
+
"seed": 3093,
|
| 858 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ЦИРКУЛЬ\". No other letters, words, logos, or decorations.",
|
| 859 |
+
"image": "controlnet-94.png",
|
| 860 |
+
"control": "94-control.png",
|
| 861 |
+
"control_scale": 0.85
|
| 862 |
+
},
|
| 863 |
+
{
|
| 864 |
+
"strategy": "controlnet",
|
| 865 |
+
"text": "РАЗЪЁМ",
|
| 866 |
+
"seed": 3094,
|
| 867 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"РАЗЪЁМ\". No other letters, words, logos, or decorations.",
|
| 868 |
+
"image": "controlnet-95.png",
|
| 869 |
+
"control": "95-control.png",
|
| 870 |
+
"control_scale": 0.85
|
| 871 |
+
},
|
| 872 |
+
{
|
| 873 |
+
"strategy": "controlnet",
|
| 874 |
+
"text": "ИНЪЕКЦИЯ",
|
| 875 |
+
"seed": 3095,
|
| 876 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ИНЪЕКЦИЯ\". No other letters, words, logos, or decorations.",
|
| 877 |
+
"image": "controlnet-96.png",
|
| 878 |
+
"control": "96-control.png",
|
| 879 |
+
"control_scale": 0.85
|
| 880 |
+
},
|
| 881 |
+
{
|
| 882 |
+
"strategy": "controlnet",
|
| 883 |
+
"text": "ФЕЛЬДЪЕГЕРЬ",
|
| 884 |
+
"seed": 3096,
|
| 885 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"ФЕЛЬДЪЕГЕРЬ\". No other letters, words, logos, or decorations.",
|
| 886 |
+
"image": "controlnet-97.png",
|
| 887 |
+
"control": "97-control.png",
|
| 888 |
+
"control_scale": 0.85
|
| 889 |
+
},
|
| 890 |
+
{
|
| 891 |
+
"strategy": "controlnet",
|
| 892 |
+
"text": "БУЛЬОН",
|
| 893 |
+
"seed": 3097,
|
| 894 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"БУЛЬОН\". No other letters, words, logos, or decorations.",
|
| 895 |
+
"image": "controlnet-98.png",
|
| 896 |
+
"control": "98-control.png",
|
| 897 |
+
"control_scale": 0.85
|
| 898 |
+
},
|
| 899 |
+
{
|
| 900 |
+
"strategy": "controlnet",
|
| 901 |
+
"text": "СОЛОВЬИ",
|
| 902 |
+
"seed": 3098,
|
| 903 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"СОЛОВЬИ\". No other letters, words, logos, or decorations.",
|
| 904 |
+
"image": "controlnet-99.png",
|
| 905 |
+
"control": "99-control.png",
|
| 906 |
+
"control_scale": 0.85
|
| 907 |
+
},
|
| 908 |
+
{
|
| 909 |
+
"strategy": "controlnet",
|
| 910 |
+
"text": "СЪЕЗДИТЬ",
|
| 911 |
+
"seed": 3099,
|
| 912 |
+
"prompt": "A clean professional typographic poster on a plain neutral background. Display exactly the single centered Russian word \"СЪЕЗДИТЬ\". No other letters, words, logos, or decorations.",
|
| 913 |
+
"image": "controlnet-100.png",
|
| 914 |
+
"control": "100-control.png",
|
| 915 |
+
"control_scale": 0.85
|
| 916 |
+
}
|
| 917 |
+
]
|
| 918 |
+
}
|
runtime-config.json
ADDED
|
@@ -0,0 +1,37 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"base_model": "Qwen/Qwen-Image-2512",
|
| 3 |
+
"transformer_repo": "777Radik/Qwen-Image-2512-FP8-E4M3FN",
|
| 4 |
+
"controlnet_repo": "777Radik/Qwen-Image-Cyrillic-ControlNet",
|
| 5 |
+
"transformer_storage_precision": "float8_e4m3fn",
|
| 6 |
+
"controlnet_precision": "bfloat16",
|
| 7 |
+
"generation": {
|
| 8 |
+
"width": 512,
|
| 9 |
+
"height": 512,
|
| 10 |
+
"steps": 20,
|
| 11 |
+
"fit_control_to_canvas": true,
|
| 12 |
+
"negative_prompt": "misspelled text, extra letters, duplicated glyphs, watermark"
|
| 13 |
+
},
|
| 14 |
+
"benchmark_strategy": {
|
| 15 |
+
"control_mode": "edge",
|
| 16 |
+
"control_scale": 0.85,
|
| 17 |
+
"seed": 3000
|
| 18 |
+
},
|
| 19 |
+
"production_retry_strategy": [
|
| 20 |
+
{
|
| 21 |
+
"control_mode": "edge",
|
| 22 |
+
"control_scale": 0.9
|
| 23 |
+
},
|
| 24 |
+
{
|
| 25 |
+
"control_mode": "edge",
|
| 26 |
+
"control_scale": 1.0
|
| 27 |
+
},
|
| 28 |
+
{
|
| 29 |
+
"control_mode": "edge",
|
| 30 |
+
"control_scale": 1.1
|
| 31 |
+
},
|
| 32 |
+
{
|
| 33 |
+
"control_mode": "filled",
|
| 34 |
+
"control_scale": 0.7
|
| 35 |
+
}
|
| 36 |
+
]
|
| 37 |
+
}
|
training-config.json
ADDED
|
@@ -0,0 +1,26 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
{
|
| 2 |
+
"base_model": "Qwen/Qwen-Image-2512",
|
| 3 |
+
"initial_controlnet": "DiffSynth-Studio/Qwen-Image-Blockwise-ControlNet-Canny",
|
| 4 |
+
"architecture": "blockwise_controlnet",
|
| 5 |
+
"checkpoint": "step-128.safetensors",
|
| 6 |
+
"checkpoint_sha256": "8f7ed8860b94283d48b72859cb7ec715a6da7ae522a4a312004e635abfc8f9cb",
|
| 7 |
+
"checkpoint_bytes": 2266838080,
|
| 8 |
+
"resolution": 512,
|
| 9 |
+
"max_pixels": 262144,
|
| 10 |
+
"prepared_rows": 128,
|
| 11 |
+
"control_mode": "edge",
|
| 12 |
+
"learning_rate": 0.00001,
|
| 13 |
+
"steps": 128,
|
| 14 |
+
"trainable_precision": "bfloat16",
|
| 15 |
+
"frozen_model_storage_precision": "float8_e4m3fn",
|
| 16 |
+
"gradient_checkpointing": true,
|
| 17 |
+
"trainable_models": [
|
| 18 |
+
"blockwise_controlnet"
|
| 19 |
+
],
|
| 20 |
+
"extra_inputs": [
|
| 21 |
+
"blockwise_controlnet_image"
|
| 22 |
+
],
|
| 23 |
+
"remove_prefix_in_checkpoint": "pipe.blockwise_controlnet.models.0.",
|
| 24 |
+
"source_metadata_sha256": "44e2f81f1873fc5d2c9e287af3b71940b2352ec801d8f09d96d9b01f2b73e195",
|
| 25 |
+
"prepared_metadata_sha256": "dcc239c2da032f79cd2206ea07ecb3416ac1ae11ebf975dd2a07534fd2a14319"
|
| 26 |
+
}
|