File size: 11,770 Bytes
6742856
 
202b398
6742856
 
c175c1e
afc3bcb
 
6742856
353b3a8
6742856
202b398
afc3bcb
 
202b398
 
6742856
 
a473659
a6cbec6
 
0118a77
a6cbec6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0118a77
 
 
dd5d6cc
a6cbec6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
dd5d6cc
 
0118a77
 
a6cbec6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0118a77
 
 
 
a6cbec6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0118a77
 
 
 
a6cbec6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0118a77
 
 
 
a6cbec6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0118a77
 
 
 
a6cbec6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0118a77
 
 
 
a6cbec6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0118a77
 
 
 
a6cbec6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0118a77
 
 
 
a6cbec6
 
 
 
 
 
 
 
 
 
 
 
 
 
 
0118a77
 
dd5d6cc
 
 
a6cbec6
 
 
 
 
1a0c9b6
e86909d
afc3bcb
 
6742856
afc3bcb
 
 
 
 
 
 
 
 
 
7039a00
202b398
 
 
 
 
 
 
 
6742856
202b398
 
afc3bcb
 
 
202b398
 
 
 
afc3bcb
202b398
 
afc3bcb
202b398
 
afc3bcb
202b398
afc3bcb
202b398
afc3bcb
202b398
afc3bcb
202b398
 
 
 
 
 
afc3bcb
202b398
 
 
afc3bcb
202b398
 
 
 
 
 
 
afc3bcb
202b398
 
 
 
 
 
 
afc3bcb
202b398
 
 
 
 
 
 
afc3bcb
 
202b398
 
afc3bcb
a6cbec6
202b398
 
 
afc3bcb
202b398
 
 
dd5d6cc
6742856
dd5d6cc
6742856
7039a00
 
 
 
 
708b543
7039a00
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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
import gradio as gr
import numpy as np
import random
import torch
from diffusers import DiffusionPipeline

# κΈ°λ³Έ μ„€μ •
dtype = torch.bfloat16
device = "cuda" if torch.cuda.is_available() else "cpu"

# λͺ¨λΈ λ‘œλ“œ
pipe = DiffusionPipeline.from_pretrained(
    "black-forest-labs/FLUX.1-schnell", 
    torch_dtype=dtype
).to(device)

MAX_SEED = np.iinfo(np.int32).max
MAX_IMAGE_SIZE = 2048

# Enhanced examples with more detailed prompts and specific styling
EXAMPLES = [
    {
        "title": "Knowledge Tree",
        "prompt": """A handrawn colorful mind map diagram, educational style, vibrant colors, clear hierarchy, golden ratio layout.
        KNOWLEDGE
        β”œβ”€β”€ ACQUISITION [Brain with Lightning ~60px]
        β”‚   β”œβ”€β”€ READING [Open Book with Glow]
        β”‚   β”œβ”€β”€ PRACTICE [Hands-on Tools]
        β”‚   └── OBSERVATION [Eye with Magnifier]
        β”œβ”€β”€ PROCESSING [Gear Network ~50px]
        β”‚   β”œβ”€β”€ ANALYSIS [Graph Trending Up]
        β”‚   └── SYNTHESIS [Puzzle Pieces]
        β”œβ”€β”€ RETENTION [Memory Chip ~45px]
        β”‚   β”œβ”€β”€ SHORT-TERM [Quick Flash]
        β”‚   └── LONG-TERM [Solid Archive]
        └── APPLICATION
            β”œβ”€β”€ CREATION [Artist Palette]
            └── INNOVATION [Lightbulb Constellation]""",
        "width": 1024,
        "height": 1024
    },
    {
        "title": "Digital Transformation",
        "prompt": """A handrawn colorful mind map diagram, tech-focused style, neon accents, circuit board patterns.
        DIGITAL TRANSFORM
        β”œβ”€β”€ CLOUD [Cloud with Data Rain ~55px]
        β”‚   β”œβ”€β”€ STORAGE [Database Cluster]
        β”‚   └── COMPUTING [Server Array]
        β”œβ”€β”€ AUTOMATION [Robot Arm ~50px]
        β”‚   β”œβ”€β”€ WORKFLOWS [Flowchart]
        β”‚   └── AI/ML [Neural Network]
        β”œβ”€β”€ SECURITY [Shield Matrix ~45px]
        β”‚   β”œβ”€β”€ ENCRYPTION [Lock Code]
        β”‚   └── MONITORING [Radar Screen]
        └── INTEGRATION
            β”œβ”€β”€ APIS [Puzzle Connect]
            └── MICROSERVICES [Building Blocks]""",
        "width": 1024,
        "height": 1024
    },
    {
        "title": "Creative Process",
        "prompt": """A handrawn colorful mind map diagram, artistic style, watercolor effects, flowing connections.
        CREATIVITY
        β”œβ”€β”€ INSPIRATION [Constellation Stars ~60px]
        β”‚   β”œβ”€β”€ NATURE [Organic Patterns]
        β”‚   └── CULTURE [Global Icons]
        β”œβ”€β”€ IDEATION [Floating Bubbles ~50px]
        β”‚   β”œβ”€β”€ BRAINSTORM [Thunder Cloud]
        β”‚   └── REFINEMENT [Diamond Polish]
        β”œβ”€β”€ EXECUTION [Artist Tools ~45px]
        β”‚   β”œβ”€β”€ TECHNIQUE [Skilled Hands]
        β”‚   └── MEDIUM [Palette Mix]
        └── PRESENTATION
            β”œβ”€β”€ GALLERY [Frame Display]
            └── FEEDBACK [Echo Ripples]""",
        "width": 1024,
        "height": 1024
    },
    {
        "title": "Future Cities",
        "prompt": """A handrawn colorful mind map diagram, futuristic style, holographic elements, sustainable themes.
        SMART CITY
        β”œβ”€β”€ MOBILITY [Hover Transport ~60px]
        β”‚   β”œβ”€β”€ AUTONOMOUS [Self-Driving]
        β”‚   └── CONNECTED [Network Grid]
        β”œβ”€β”€ ENERGY [Solar Crystal ~55px]
        β”‚   β”œβ”€β”€ RENEWABLE [Green Power]
        β”‚   └── STORAGE [Battery Hub]
        β”œβ”€β”€ LIVING [Eco Building ~50px]
        β”‚   β”œβ”€β”€ VERTICAL [Sky Gardens]
        β”‚   └── COMMUNITY [People Connect]
        └── INFRASTRUCTURE
            β”œβ”€β”€ AI GRID [Neural City]
            └── ECO SYSTEM [Nature Tech]""",
        "width": 1024,
        "height": 1024
    },
    {
        "title": "Health Evolution",
        "prompt": """A handrawn colorful mind map diagram, medical style, DNA helix patterns, wellness focus.
        HEALTH 3.0
        β”œβ”€β”€ PREVENTION [Shield DNA ~60px]
        β”‚   β”œβ”€β”€ LIFESTYLE [Activity Pulse]
        β”‚   └── MONITORING [Health Watch]
        β”œβ”€β”€ TREATMENT [Caduceus Tech ~55px]
        β”‚   β”œβ”€β”€ PERSONALIZED [DNA Code]
        β”‚   └── REGENERATIVE [Cell Renew]
        β”œβ”€β”€ ENHANCEMENT [Upgrade Spiral ~50px]
        β”‚   β”œβ”€β”€ COGNITIVE [Brain Boost]
        β”‚   └── PHYSICAL [Body Optimize]
        └── INTEGRATION
            β”œβ”€β”€ AI HEALTH [Smart Doctor]
            └── COMMUNITY [Global Care]""",
        "width": 1024,
        "height": 1024
    },
    {
        "title": "Space Exploration",
        "prompt": """A handrawn colorful mind map diagram, cosmic style, star field background, planetary elements.
        SPACE FRONTIER
        β”œβ”€β”€ DISCOVERY [Telescope Array ~60px]
        β”‚   β”œβ”€β”€ MAPPING [Star Charts]
        β”‚   └── ANALYSIS [Data Stream]
        β”œβ”€β”€ TRAVEL [Rocket Launch ~55px]
        β”‚   β”œβ”€β”€ PROPULSION [Energy Core]
        β”‚   └── NAVIGATION [Space Map]
        β”œβ”€β”€ COLONIZATION [Dome City ~50px]
        β”‚   β”œβ”€β”€ HABITATS [Life Sphere]
        β”‚   └── RESOURCES [Mine Extract]
        └── RESEARCH
            β”œβ”€β”€ ASTROBIOLOGY [Life Search]
            └── PHYSICS [Space Time]""",
        "width": 1024,
        "height": 1024
    },
    {
        "title": "Ocean Innovation",
        "prompt": """A handrawn colorful mind map diagram, marine style, wave patterns, aqua themes.
        OCEAN TECH
        β”œβ”€β”€ EXPLORATION [Deep Submersible ~60px]
        β”‚   β”œβ”€β”€ MAPPING [Sonar Wave]
        β”‚   └── RESEARCH [Lab Bubble]
        β”œβ”€β”€ CONSERVATION [Marine Life ~55px]
        β”‚   β”œβ”€β”€ PROTECTION [Reef Shield]
        β”‚   └── RESTORATION [Growth Core]
        β”œβ”€β”€ HARVESTING [Sustainable Net ~50px]
        β”‚   β”œβ”€β”€ ENERGY [Wave Power]
        β”‚   └── RESOURCES [Bio Extract]
        └── MONITORING
            β”œβ”€β”€ AI SYSTEMS [Smart Sensors]
            └── ECOLOGY [Life Web]""",
        "width": 1024,
        "height": 1024
    },
    {
        "title": "Quantum Computing",
        "prompt": """A handrawn colorful mind map diagram, quantum style, wave-particle duality, matrix patterns.
        QUANTUM TECH
        β”œβ”€β”€ COMPUTATION [Qubit Matrix ~60px]
        β”‚   β”œβ”€β”€ PROCESSING [Wave Function]
        β”‚   └── ALGORITHMS [Code Quantum]
        β”œβ”€β”€ APPLICATIONS [Use Cases ~55px]
        β”‚   β”œβ”€β”€ SIMULATION [Model World]
        β”‚   └── OPTIMIZATION [Peak Find]
        β”œβ”€β”€ INFRASTRUCTURE [Q-Hardware ~50px]
        β”‚   β”œβ”€β”€ CONTROL [Pulse Shape]
        β”‚   └── COOLING [Zero Point]
        └── DEVELOPMENT
            β”œβ”€β”€ SOFTWARE [Q-Code Web]
            └── INTEGRATION [Classical Bridge]""",
        "width": 1024,
        "height": 1024
    },
    {
        "title": "Bio Engineering",
        "prompt": """A handrawn colorful mind map diagram, biological style, DNA patterns, organic flow.
        BIOTECH
        β”œβ”€β”€ GENETICS [DNA Helix ~60px]
        β”‚   β”œβ”€β”€ EDITING [CRISPR Tool]
        β”‚   └── SYNTHESIS [Gene Build]
        β”œβ”€β”€ APPLICATIONS [Lab Array ~55px]
        β”‚   β”œβ”€β”€ MEDICINE [Heal Cell]
        β”‚   └── AGRICULTURE [Grow Plus]
        β”œβ”€β”€ PLATFORMS [Bio Factory ~50px]
        β”‚   β”œβ”€β”€ SENSORS [Live Detect]
        β”‚   └── PROCESSORS [Cell Compute]
        └── INTEGRATION
            β”œβ”€β”€ AI BIOLOGY [Smart Life]
            └── ECOSYSTEM [Nature Net]""",
        "width": 1024,
        "height": 1024
    },
    {
        "title": "AI Evolution",
        "prompt": """A handrawn colorful mind map diagram, neural network style, digital patterns, intelligence flow.
        AI FUTURE
        β”œβ”€β”€ COGNITION [Brain Network ~60px]
        β”‚   β”œβ”€β”€ LEARNING [Growth Path]
        β”‚   └── REASONING [Logic Tree]
        β”œβ”€β”€ PERCEPTION [Sensor Array ~55px]
        β”‚   β”œβ”€β”€ VISION [Eye Matrix]
        β”‚   └── LANGUAGE [Word Web]
        β”œβ”€β”€ INTERACTION [Connect Hub ~50px]
        β”‚   β”œβ”€β”€ HUMAN [Bridge Link]
        β”‚   └── MACHINE [Code Path]
        └── EVOLUTION
            β”œβ”€β”€ CONSCIOUSNESS [Mind Spark]
            └── CREATIVITY [Art Core]""",
        "width": 1024,
        "height": 1024
    }
]

# Convert examples to Gradio format
GRADIO_EXAMPLES = [
    [example["prompt"], example["width"], example["height"]]
    for example in EXAMPLES
]

@spaces.GPU()  # 이 λ°μ½”λ ˆμ΄ν„°λ₯Ό λ‹€μ‹œ μΆ”κ°€
def infer(prompt, seed=42, randomize_seed=False, width=1024, height=1024, num_inference_steps=4, progress=gr.Progress(track_tqdm=True)):
    if randomize_seed:
        seed = random.randint(0, MAX_SEED)
    generator = torch.Generator().manual_seed(seed)
    image = pipe(
        prompt=prompt,
        width=width,
        height=height,
        num_inference_steps=num_inference_steps,
        generator=generator,
        guidance_scale=0.0
    ).images[0]
    return image, seed

# CSS μŠ€νƒ€μΌ
css="""
#col-container {
    margin: 0 auto;
    max-width: 520px;
}
"""

# Gradio μΈν„°νŽ˜μ΄μŠ€ 생성
with gr.Blocks(css=css) as demo:
    with gr.Column(elem_id="col-container"):
        gr.Markdown("""# FLUX.1 [schnell]
12B param rectified flow transformer distilled from [FLUX.1 [pro]](https://blackforestlabs.ai/) for 4 step generation
[[blog](https://blackforestlabs.ai/announcing-black-forest-labs/)] [[model](https://huggingface.co/black-forest-labs/FLUX.1-schnell)]
        """)
        
        with gr.Row():
            prompt = gr.Text(
                label="Prompt",
                show_label=False,
                max_lines=1,
                placeholder="Enter your prompt",
                container=False,
            )
            run_button = gr.Button("Run", scale=0)
        
        result = gr.Image(label="Result", show_label=False)
        
        with gr.Accordion("Advanced Settings", open=False):
            seed = gr.Slider(
                label="Seed",
                minimum=0,
                maximum=MAX_SEED,
                step=1,
                value=0,
            )
            
            randomize_seed = gr.Checkbox(label="Randomize seed", value=True)
            
            with gr.Row():
                width = gr.Slider(
                    label="Width",
                    minimum=256,
                    maximum=MAX_IMAGE_SIZE,
                    step=32,
                    value=1024,
                )
                
                height = gr.Slider(
                    label="Height",
                    minimum=256,
                    maximum=MAX_IMAGE_SIZE,
                    step=32,
                    value=1024,
                )
            
            num_inference_steps = gr.Slider(
                label="Number of inference steps",
                minimum=1,
                maximum=50,
                step=1,
                value=4,
            )
        
        gr.Examples(
            examples=GRADIO_EXAMPLES,
            fn=infer,
            inputs=[prompt],
            outputs=[result, seed],
            cache_examples="lazy"
        )

    gr.on(
        triggers=[run_button.click, prompt.submit],
        fn=infer,
        inputs=[prompt, seed, randomize_seed, width, height, num_inference_steps],
        outputs=[result, seed]
    )

# μ•± μ‹€ν–‰
if __name__ == "__main__":
    demo.queue()
    demo.launch(
        server_name="0.0.0.0",
        server_port=7860,
        share=False,
        show_error=True,
        debug=True
    )