Bin
2025-12-17 2e6c955be321cefd7e0c4a3031eab805e0a5a303
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
title: Text-to-Image Generation
type: community
group: Ranking & Scoring
image: /static/templates/text-to-image.png
details: |
  <h1>Choose the most related image generated by textual description</h1>
  <dl>
    <dt>Industry Applications</dt>
    <dd>creative content generation, marketing materials, advertising design, concept art, social media content, book illustration, game asset creation, product visualization, architectural visualization, fashion design, digital art, storyboarding</dd>
    <dt>Associated Models</dt>
    <dd>DALL-E, Midjourney, Stable Diffusion, Imagen, Firefly, diffusion models</dd>
    <dt>Domain Terminology</dt>
    <dd>prompt engineering, text-to-image synthesis, generative art, AI art evaluation, visual quality assessment</dd>
  </dl>
config: |
  <View>
    <View className="ch-title">
      <Text name="prompt" value="$prompt"/>
    </View>
    <View className="highlight">
      <Choices name="images" toName="prompt" value="$images" choice="multiple" layout="inline"/>
    </View>
    <Style>
    .ch-title {
      font-size: 2em;
      text-align: center;
    }
    .ch-title .lsf-richtext__line:before {
      display: none;
    }
    .highlight .ant-checkbox {
      position: absolute;
      opacity: 0;
    }
    .ant-checkbox+span {
      border: 4px solid transparent;
      border-radius: 8px;
      padding: 8px;
    }
    .ant-checkbox-checked+span {
      border-color: var(--color-primary-border-subtle);
    }
    .ant-checkbox+span sup {
      position: absolute;
      right: 8px;
      top: 8px;
      z-index: 2;
      display: block;
      width: 24px;
      line-height: 16px;
      text-align: center;
    }
    </Style>
  </View>
  <!-- {"data": {
    "prompt": "An astronaut riding a horse in a photorealistic style",
    "images": [{
      "value": "id123#0",
      "style": "margin: 5px",
      "html": "<img width='400' src='https://cdn.openai.com/dall-e-2/demos/text2im/astronaut/horse/photo/0.jpg'/>"
    },
  {
      "value": "id123#1",
      "style": "margin: 5px",
      "html": "<img width='400' src='https://cdn.openai.com/dall-e-2/demos/text2im/astronaut/horse/photo/1.jpg'/>"
    }, {
      "value": "id123#2",
      "style": "margin: 5px",
      "html": "<img width='400' src='https://cdn.openai.com/dall-e-2/demos/text2im/astronaut/horse/photo/2.jpg'/>"
    }
    ]
  }} -->