절차적 결함의 가치 ― 왜 가장 힙한 AI 그래픽은 가장 오래된 복사기를 닮아가는가
1. 게임 개발자의 관점
“깨끗하게 만들지 말고, 망가뜨려라”
Unity나 Unreal Engine에서 포스트 프로세싱을 처음 배울 때, 우리는 거의 반사적으로 같은 목표를 가집니다.
더 선명하게, 더 또렷하게, 더 현실적으로.
안티앨리어싱, 컬러 그레이딩, 블룸, 톤 매핑…
이 모든 기술은 “결함을 제거하는 과정”입니다.
그런데 리소그래프(Risograph) 스타일은 이 흐름을 정면으로 거스릅니다.
오히려 의도적으로 결함을 주입합니다.
● UV 오프셋의 미학
리소 인쇄의 상징인 미스레지스트레이션(misregistration)—
색이 살짝 어긋난 현상은, 게임 개발자에게 너무나 익숙한 개념입니다.
RGB Shift
Chromatic Aberration
UV Offset
기술적으로는 거의 동일합니다.
차이는 단 하나입니다.
리소의 색 어긋남에는 ‘물리적 이유’가 있다는 점입니다.
잉크 드럼이 따로 찍히고, 종이가 미세하게 흔들리며,
잉크가 종이 섬유에 스며드는 시간차가 만들어낸 결과.
그래서 같은 색 어긋남이어도
게임 화면의 크로마틱 애버레이션보다
훨씬 따뜻하고 인간적인 감각을 줍니다.
● 셰이더로 구현하는 리소
이 지점에서 게임 개발자의 무기가 등장합니다.
Halftone Shader: 망점의 밀도로 명암을 표현
Paper Normal Map: 종이 섬유 방향에 따른 잉크 번짐
Multiply / Overlay: 반투명 잉크의 중첩 효과
이 조합은 “새로운 기술”이 아닙니다.
오히려 너무 익숙해서 간과했던 기술의 재배치입니다.
리소 스타일이 강력한 이유는
게임 엔진의 실시간 렌더링 사고방식과 놀랍도록 잘 맞기 때문입니다.
2. AI 파이프라인의 핵심
“통제된 우연성(Controlled Randomness)”
현대 AI 그래픽의 핵심은 단순합니다.
우연을 허용하되, 마음대로 뛰놀게 두지는 않는다.
당신이 언급한 조합은 사실상 현재 기준의 정답입니다.
● ControlNet = 스텐실 판
ControlNet(Canny / Scribble)은
리소 인쇄에서 말하는 ‘판’ 그 자체입니다.
스텐실이 없으면 리소는 찍을 수 없고
구조 제약이 없으면 AI는 스타일을 흩뜨립니다.
즉, ControlNet은
AI에게 *“이 선 밖으로는 절대 나가지 마”*라고 말해주는 장치입니다.
● LoRA = 잉크의 기억
LoRA는 스타일을 학습하지만,
정확히 말하면 *‘결과’가 아니라 ‘물성의 경향성’*을 학습합니다.
특정 리소 스튜디오의 발색
잉크 번짐의 강도
종이 질감에 따른 노이즈 패턴
이것은 “그림을 배운 AI”라기보다
*“잉크 다루는 법을 배운 AI”*에 가깝습니다.
● 기술적 역설
여기서 이 모든 이야기가 하나로 수렴합니다.
가장 최신 기술인 확산 모델이
가장 아날로그적인 등사기(Mimeograph)의 로직을 흉내 낼 때
가장 힙한 결과물이 나온다.
이 역설이야말로
현재 AI 그래픽 트렌드의 본질입니다.
3. 영화가 이미 증명한 공식
“결함은 스타일이 된다”
이 논리를 대중적으로 증명한 대표 사례가
바로 코믹북 인쇄 미학을 차용한 애니메이션들입니다.
특히 망점, 색 어긋남, 잉크 질감을
‘버그’가 아니라 ‘연출’로 사용한 작품들은 공통점이 있습니다.
완벽함보다 감각을 선택했다는 것.
값싼 종이에 인쇄된 만화책의
번진 검정, 삐뚤어진 색, 균일하지 않은 도트.
그 모든 것이
“현대적 연출 언어”로 재해석되었습니다.
4. 디지털 피로도(Digital Fatigue)
왜 우리는 다시 거칠어진 이미지를 원할까
4K, 8K, 레이 트레이싱, HDR…
기술은 계속 발전했지만, 역설적으로 사람들은 이렇게 말합니다.
“다 비슷해 보인다.”
이것이 바로 디지털 피로도입니다.
너무 깨끗한 화면
너무 정확한 색
너무 완벽한 질감
인간의 뇌는
예측 가능한 완벽함에 빠르게 지루해집니다.
그래서 사람들은 다시
망점
노이즈
색 어긋남
같은 불완전한 신호에 반응합니다.
그 안에는
“기계가 아닌 무언가가 만진 흔적”이 있기 때문입니다.
5. 실무 레시피의 완성
Overprint와 Paper Texture를 넣는 순간, 급이 달라진다
당신의 확장 레시피는 매우 정확합니다.
콘셉트
→ Rough Paper Texture
→ 외곽선
→ 2~3색 잉크
→ Multiply / Overprint
→ 망점·그레인
→ 색 어긋남
여기서 핵심은 Overprint입니다.
리소 잉크는 불투명하지 않습니다.
겹치는 순간, 제3의 색이 태어납니다.
이 현상을 AI에게 설명할 때는 이렇게 말해야 합니다.
translucent ink layers
ink overlap color mix
overprint effect
imperfect ink coverage
이 한 줄이 들어가는 순간,
결과물은 “리소풍”에서 *“리소 같은 것”*으로 넘어갑니다.
결론
AI는 복사기가 아니라, 화가다
AI는 이미지를 복사하지 않습니다.
그림을 이해하려고 시도합니다.
리소그래프의 레이어 구조,
인쇄 오차의 논리,
잉크와 종이의 관계를 이해할수록
AI는 더 설득력 있는 결과를 냅니다.
그래서 오늘날 가장 매력적인 AI 그래픽은
가장 오래된 기술의 흔적을 닮아갑니다.
실수는 쓰레기가 아니다.
실수는 스타일이다.
이 문장은
1980년대 사무실 복사기에도 적용됐고,
2026년 AI 아트에도 여전히 유효합니다.
The Value of Procedural Flaws — Why the Hottest AI Graphics Are Starting to Look Like the Oldest Copy Machines
1. From a Game Developer’s Perspective
“Don’t Clean It Up. Break It.”
When we first learn post-processing in game engines like Unity or Unreal, we almost always pursue the same goal:
Cleaner. Sharper. More realistic.
Anti-aliasing, color grading, bloom, tone mapping—
these techniques all exist to remove imperfections.
But the risograph aesthetic moves in the opposite direction.
It deliberately injects imperfection.
● The Aesthetics of UV Offset
The iconic risograph flaw—misregistration, where colors don’t quite align—
is extremely familiar to game developers.
RGB Shift
Chromatic Aberration
UV Offset
Technically, these effects operate on almost the same principles.
The difference lies in one crucial detail:
Risograph misalignment has a physical cause.
Ink drums print separately.
Paper shifts microscopically.
Ink soaks into fibers at different speeds.
That physical grounding makes the same color offset feel
warm, organic, and human,
where a digital chromatic aberration often feels cold or artificial.
● Implementing Riso with Shaders
This is where a game developer’s toolkit shines.
Halftone shaders to express value through dot density
Paper normal maps to simulate ink absorption along fibers
Multiply / Overlay blending to mimic translucent ink layers
None of this is new technology.
In fact, the power of the risograph style comes from
rearranging techniques we already know.
The risograph aesthetic is compelling because
it aligns perfectly with how real-time rendering already thinks.
2. The Core of the AI Pipeline
“Controlled Randomness”
Modern AI graphics boil down to one principle:
Allow randomness—just don’t let it run free.
The ControlNet + LoRA + Prompt-to-Prompt stack you described
is effectively today’s best practice.
● ControlNet = The Printing Plate
ControlNet (Canny / Scribble) functions exactly like
a printing plate in risograph production.
No stencil, no print.
No structural constraint, no stylistic consistency.
ControlNet tells the model:
“You may improvise—but never outside this shape.”
● LoRA = Memory of Ink
LoRA doesn’t just learn “how something looks.”
It learns how materials tend to behave.
Ink saturation
Bleed patterns
Paper texture response
This is less like teaching an AI to draw
and more like teaching it how ink behaves.
● The Technological Paradox
All of this leads to a beautiful contradiction:
The most advanced diffusion models produce their most stylish results
when they imitate the logic of the most analog technology—
the mimeograph.
That paradox sits at the heart of today’s AI art movement.
3. Cinema Already Proved This Formula
“Flaws Become Style”
Film and animation solved this problem before AI ever arrived.
Works that embraced halftone dots, ink jitter, and color misalignment
as deliberate stylistic tools share a common philosophy:
They chose sensation over perfection.
Cheap comic-book printing—
blotchy blacks, uneven dots, misaligned colors—
was reinterpreted not as a limitation,
but as a visual language.
4. Digital Fatigue
Why We Crave Rough Images Again
4K. 8K. Ray tracing. HDR.
Technology keeps improving—
yet people increasingly say:
“Everything looks the same.”
This is digital fatigue.
Over-clean images
Perfect color accuracy
Flawless surfaces
The human brain grows bored of perfection remarkably fast.
What it reacts to instead:
Noise
Halftone
Misalignment
Because those signals suggest
something human was involved.
5. Completing the Practical Recipe
Overprint and Paper Texture Change Everything
Your expanded workflow is exactly right:
Concept
→ Rough paper texture
→ Line art
→ 2–3 ink colors
→ Multiply / overprint blending
→ Halftone & grain
→ Color misregistration
The key upgrade is overprint.
Risograph ink is not opaque.
Where colors overlap, a third color emerges.
To communicate this to an AI, language matters:
translucent ink layers
ink overlap color mix
overprint effect
imperfect ink coverage
Add these—and the output jumps
from “riso-inspired” to convincingly risograph-like.
Conclusion
AI Is Not a Copy Machine—It’s a Painter
AI doesn’t copy images.
It attempts to understand how images are made.
The more it understands risograph logic—
layer separation, mechanical error, ink-paper interaction—
the more persuasive its results become.
That’s why today’s most compelling AI visuals
increasingly resemble the artifacts of obsolete machines.
Mistakes are not trash.
Mistakes are style.
That was true for office copiers in the 1980s,
and it remains true for AI art in 2026.
FROM BUNTGAMES.COM