도움말 - 이미지 캡션 작성

:bookmark: 이 가이드는 Discourse AI 플러그인의 Helper 기능의 일부인 AI 기반 이미지 캡션 활성화 및 구성 방법을 설명합니다.

:person_raising_hand: 필요한 사용자 권한: 관리자

이미지 캡션 기능은 사용자가 AI를 활용하여 업로드된 이미지에 대한 상세한 설명을 생성할 수 있도록 합니다. 사용자는 컴포저(composer)의 이미지 위에 표시되는 AI로 캡션 버튼을 클릭하여 캡션 생성을 수동으로 트리거할 수 있습니다.

기능

  • 컴포저의 이미지에 대한 수동 AI로 캡션 버튼
  • “(AI가 생성한 캡션)” 출처 표기가 포함된 편집 가능한 캡션

이미지 캡션 활성화

사전 요구 사항

제공업체로부터 최소 하나의 비전(시각) 기반 대규모 언어 모델(LLM)을 구성해야 합니다.

시작하려면 Discourse AI - 대규모 언어 모델(LLM) 설정 페이지를 통해 이를 구성할 수 있습니다.

구성

  1. Admin → Plugins로 이동합니다.
  2. discourse-ai를 검색하여 활성화되어 있는지 확인합니다.
  3. ai helper enabled를 확인하여 Helper 기능이 활성화되어 있는지 확인합니다.
  4. ai helper enabled features에서 image_caption이 추가되어 있는지 확인합니다 — 기본적으로 포함되지 않습니다.
  5. ai helper image caption agent에서 에이전트를 선택합니다.
  6. 캡션 버튼을 사용할 수 있도록 composer ai helper allowed groups에 원하는 사용자 그룹이 포함되었는지 확인합니다.

기술 관련 FAQ

캡션 설명이 이미지와 일치하지 않는 이유는 무엇인가요?

  • 이는 비전 기반 LLM과 이미지 자체에 따라 달라집니다. 더 강력한 LLM이 이미지를 더 잘 설명할 수 있을 수 있지만, 이는 모델에 따라 다릅니다. 캡션 출력 시 고려해야 할 중요한 요소로 이미지 충실도와 이미지의 주제도 있습니다.
1개의 좋아요

When an image is uploaded, a short summary (about 1 sentence) is given. I assume that is generated by AI and will incur costs?

1개의 좋아요

Yes you would incur a cost and that would depend on the provider

1개의 좋아요

@NateDhaliwal, this should help give you some rough estimates.

1개의 좋아요

Right, thanks!

One very important instruction is missing here, took me a long time to figure it out:

The list of AI helper enabled features does not by default include “Image caption”, so I had to add that one specifically:

1개의 좋아요

Found (and fixed) one more problem: if you set “AI auto image caption allowed groups” to the “everyone” group it will not automatically caption anything for anyone (regardless of the user’s setting) I had to explicitly set it to include all trust levels.

The image shows a screen displaying options for enabling AI auto image captioning, allowing users to toggle trust levels for this feature. (Captioned by AI)

Everyone is a bit problematic, because it isn’t real group, amd it includes anons, who can’t write and upload anything.

But on my forum trust_level_0 works just fine including everybody who are logged in.

2개의 좋아요

I think the op needs an update
https://github.com/discourse/discourse/pull/33794

2개의 좋아요

정말 좋았어요 :frowning:

왜 더 이상 작동하지 않는지 궁금했는데, 이제 적어도 이유를 알았어요.