← 전체 날짜로
2026-06-07 mixed

AI 모델링부터 웹 서비스 배포까지 풀코스

Pixel art 생성 AI 파이프라인 설계하고 ComfyUI 이미지 분할 작업함. Notion 스타일 마크다운 에디터 구현이랑 이미지 크로퍼 웹사이트 만들어서 서버에 배포까지 마침. 기사 문제 전환 오류 잡고 Cosmos 이미지 입력 포맷도 손봄. 하루 종일 Claude랑 붙어서 코드 짜고 배포하느라 정신없었음.

이 날의 포인트

  • Pixel art 생성 AI 6단계 파이프라인 구축
  • Notion 스타일 마크다운 에디터 기능 복각
  • 이미지 크로퍼 웹 서비스 개발 및 서버 배포
  • ComfyUI 이미지 동작별 분할 로직 구현

세션별로 뭘 시켰나 (10개)

-home-son-prj-sumo claude 08:21 — 22:37 1119개 메시지

일단 1

-home-son-prj-gisa claude 08:31 — 09:56 145개 메시지

교재 문제를 눌러도 전환이 안돼. 그리고 기본 옵션을 교재 + 기출로 바꿔줘

-home-son-prj-pixel-model claude 08:34 — 23:48 683개 메시지

This session is being continued from a previous conversation that ran out of context. The summary below covers the earlier portion of the conversation. Summary: 1. Primary Request and Intent: The user is building a pixel art generation AI ("pixel_model" project) following a 6-stage plan: (1) collect pixel art data (game ripping + web, reference = Core Keeper high-quality pixel art), (2) object detection → crop → classify, (3) captioning with danbooru tags, (4) train Anima model (LoRA), (5) inference, (6) post-processing (compression, PNG, borderlines). Across the conversation the user made

-home-son-prj-cosmos claude 09:16 — 20:44 158개 메시지

input으로 webp이미지 넣어도 돼/

-home-son-prj-notion claude 09:21 — 10:26 160개 메시지

로그인 후 편집이 되는건 확인했어. 근데 지금 너무 말도안되는 편집 스타일이야. 마크다운 에디터를 만들어줘야지. notion의 기능들을 그대로 복각해줘. /page, /h3 같은 것들.

-home-son-prj-ComfyUI claude 16:18 — 16:18 4개 메시지

(시스템 메시지만 있음)

-home-son-prj-ComfyUI claude 16:18 — 23:43 1096개 메시지

load한 이미지를 각 동작별로 하나씩 쪼개줘.

-home-son-prj-small-stable-diffusion claude 16:32 — 16:35 16개 메시지

Review this session for learnings about working with Claude Code in this codebase. Update CLAUDE.md with context that would help future Claude sessions be more effective. ## Step 1: Reflect What context was missing that would have helped Claude work more effectively? - Bash commands that were used or discovered - Code style patterns followed - Testing approaches that worked - Environment/configuration quirks - Warnings or gotchas encountered ## Step 2: Find CLAUDE.md Files ```bash find . -name "CLAUDE.md" -o -name ".claude.local.md" 2>/dev/null | head -20 ``` Decide where each addition be

-home-son-prj-unreal claude 16:33 — 16:35 15개 메시지

Review this session for learnings about working with Claude Code in this codebase. Update CLAUDE.md with context that would help future Claude sessions be more effective. ## Step 1: Reflect What context was missing that would have helped Claude work more effectively? - Bash commands that were used or discovered - Code style patterns followed - Testing approaches that worked - Environment/configuration quirks - Warnings or gotchas encountered ## Step 2: Find CLAUDE.md Files ```bash find . -name "CLAUDE.md" -o -name ".claude.local.md" 2>/dev/null | head -20 ``` Decide where each addition be

-home-son-prj-cropper claude 16:43 — 19:53 183개 메시지

이미지를 업로드하고 드래그해서 영역을 선택하면, crop된 이미지를 download해주고, 다운로드 파일명은 $upload파일명_$posX_$posY.png 가 되게 하는 웹사이트 만들어줘. posX Y 의 기준은 이미지 좌상단. ssh aoo로 접속해서 192.168.1.121 통해 deploy해줘. dev.ericfromkorea.com/image-cropper-with-pos