Spaces:
Sleeping
Sleeping
File size: 24,209 Bytes
2803f09 e8994c8 2803f09 7bd1697 2803f09 17c3d50 2803f09 b59fe82 2803f09 b72896c 2803f09 b59fe82 2803f09 471d1d6 e8994c8 2803f09 e8994c8 2803f09 e8994c8 2803f09 e8994c8 2803f09 e8994c8 2803f09 e8994c8 2803f09 7bd1697 2803f09 e8994c8 2803f09 e8994c8 2803f09 e8994c8 2803f09 e8994c8 2803f09 7bd1697 e8994c8 2803f09 7bd1697 2803f09 7bd1697 b72896c 2803f09 17c3d50 2803f09 b72896c 2803f09 17c3d50 7bd1697 2803f09 7bd1697 2803f09 b59fe82 2803f09 b72896c 2803f09 b72896c 2803f09 7bd1697 2803f09 4acd7a8 2803f09 7bd1697 2803f09 7bd1697 2803f09 7bd1697 2803f09 7bd1697 2803f09 7bd1697 2803f09 ab5073d b13248f 2803f09 7bd1697 b72896c 2803f09 7bd1697 2803f09 4acd7a8 2803f09 e8994c8 7bd1697 2803f09 7bd1697 4acd7a8 2803f09 e8994c8 2803f09 b13248f 7bd1697 b13248f 2803f09 e8994c8 2803f09 e8994c8 2803f09 7bd1697 b13248f e8994c8 dbdf09f b13248f |
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 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438 439 440 441 442 443 444 445 446 447 448 449 450 451 452 453 454 455 456 457 458 459 460 461 462 463 464 465 466 467 468 469 470 471 472 473 474 475 476 477 478 479 480 481 482 483 484 485 486 487 488 489 490 491 492 493 494 495 496 497 498 499 500 501 502 503 504 505 506 507 508 509 510 511 512 513 514 515 516 517 518 519 520 521 522 523 524 525 526 527 528 529 530 531 532 533 534 535 536 537 538 539 540 541 542 543 544 545 546 547 548 549 550 551 552 553 554 555 556 557 558 559 560 561 562 563 564 565 566 567 568 569 570 571 572 573 574 575 576 577 578 579 580 581 582 583 584 585 586 587 588 589 590 591 592 593 594 595 596 597 598 599 600 601 602 603 604 605 606 607 608 609 610 611 612 613 614 615 616 617 618 619 620 621 622 623 624 625 626 627 628 629 630 631 632 633 634 635 636 637 638 639 640 641 642 643 644 645 646 647 648 649 650 651 652 653 654 655 656 657 658 659 660 661 662 663 664 665 666 667 668 669 670 671 672 673 674 675 676 677 678 679 680 681 682 683 684 685 686 687 688 689 690 691 692 693 694 695 696 697 698 699 700 701 702 703 704 705 706 707 708 709 710 711 712 713 714 715 716 717 718 719 720 721 722 723 724 725 |
import os
import json
import base64
import re
import time
import datetime
from zoneinfo import ZoneInfo
from PIL import Image
from io import BytesIO
import shutil
import gradio as gr
from openai import (
OpenAI, AuthenticationError, NotFoundError, BadRequestError
)
# GPT用設定
DF_INSTRUCTIONS = "あなたはイラストレーターです。提供されている関数を使用して画像を作ったり、画像を解析したりします。"
DF_MODEL = "gpt-3.5-turbo-1106"
DUMMY = "********************"
file_format = {".png", ".jpeg", ".jpg", ".webp", ".gif", ".PNG", ".JPEG", ".JPG", ".WEBP", ".GIF"}
# 各種出力フォルダ
# IMG_FOLDER = "sample_data" #"images"
# 各種メッセージ
PLACEHOLDER = "DaLL-E3を利用の場合「『○○』で画像を作ってください。」\nVisionを利用の場合「この画像について説明して下さい。」など入力して下さい。"
# IMG_MSG = "(画像ファイルを追加しました。リセットボタンの上に表示されています。)"
DEL_MSG = "こちらをクリックして表示"
ANT_MSG = "(下部の[出力ファイル]にファイルを追加しました。)"
# 各種設定値
MAX_TRIAL = int(os.environ["MAX_TRIAL"]) # メッセージ取得最大試行数
INTER_SEC = int(os.environ["INTER_SEC"]) # 試行間隔(秒)
MAX_TOKENS = int(os.environ["MAX_TOKENS"]) # Vison最大トークン
IMAGE_LIMIT = int(os.environ["IMAGE_LIMIT"])
# 正規表現用パターン
pt = r".*\[(.*)\]\((.*)\)"
# サンプル用情報
examples = ["1980s anime girl with straight bob-cut in school uniform, roughly drawn drawing"
, "a minimalisit logo for a sporting goods company"]
# , "この画像について説明して下さい。"]
# 各関数定義
def set_state(openai_key, size, quality, detail, state):
""" 設定タブの情報をセッションに保存する関数 """
state["openai_key"] = openai_key
state["size"] = size
state["quality"] = quality
state["detail"] = detail
return state
def init(state, text, image):
""" 入力チェックを行う関数 """
""" ※ここで例外を起こすと入力できなくなるので次の関数でエラーにする """
err_msg = ""
if state["openai_key"] == "" or state["openai_key"] is None:
# OpenAI API Key未入力
err_msg = "OpenAI API Keyを入力してください。(設定タブ)"
return state, err_msg
if not text:
# テキスト未入力
err_msg = "プロンプトを入力して下さい。"
return state, err_msg
elif image:
# 入力画像のファイル形式チェック
root, ext = os.path.splitext(image)
if ext not in file_format:
# ファイル形式チェック
err_msg = "指定した形式のファイルをアップしてください。(注意事項タブに記載)"
return state, err_msg
try:
if state["client"] is None:
# 初回起動時は初期処理をする
# os.environ["OPENAI_API_KEY"] = os.environ["TEST_OPENAI_KEY"] # テスト時
os.environ["OPENAI_API_KEY"] = state["openai_key"]
# クライアント新規作成
client = OpenAI()
# client作成後は消す
os.environ["OPENAI_API_KEY"] = ""
# セッションにセット
state["client"] = client
# IDとして現在時刻をセット
dt = datetime.datetime.now(ZoneInfo("Asia/Tokyo"))
state["user_id"] = dt.strftime("%Y%m%d%H%M%S")
else:
# 既存のクライアントをセット
client = state["client"]
if state["thread_id"] == "":
# スレッド作成
thread = client.beta.threads.create()
state["thread_id"] = thread.id
if state["assistant_id"] == "":
# アシスタント作成
assistant = client.beta.assistants.create(
name="GPT_Illustrator",
instructions=DF_INSTRUCTIONS,
model=DF_MODEL,
tools=[func_Vision, func_Dall_E3]
)
# アシスタントIDセット
state["assistant_id"] = assistant.id
# state["assistant_id"] = os.environ["ASSIST_ID"] # テスト中アシスタントは固定
# else:
# # アシスタント確認(IDが存在しないならエラーとなる)
# assistant = client.beta.assistants.retrieve(state["assistant_id"])
# ユーザIDでフォルダ作成
os.makedirs(state["user_id"], exist_ok=True)
# except NotFoundError as e:
# err_msg = "アシスタントIDが間違っています。新しく作成する場合はアシスタントIDを空欄にして下さい。"
except AuthenticationError as e:
err_msg = "認証エラーとなりました。OpenAPIKeyが正しいか、支払い方法などが設定されているか確認して下さい。"
except Exception as e:
err_msg = "その他のエラーが発生しました。"
print(e)
finally:
return state, err_msg
def raise_exception(err_msg):
""" エラーの場合例外を起こす関数 """
if err_msg != "":
raise Exception("これは入力チェックでの例外です。")
return
def add_history(history, text, image):
""" Chat履歴"history"に追加を行う関数 """
err_msg = ""
if image is None or image == "":
# テキストだけの場合そのまま追加
history = history + [(text, None)]
elif image is not None:
# 画像があれば画像とテキストを追加
history = history + [((image,), DUMMY)]
history = history + [(text, None)]
# テキストは利用不可・初期化し、画像は利用不可に
update_text = gr.update(value="", placeholder = "",interactive=False)
update_file = gr.update(interactive=False)
return history, update_text, update_file, err_msg
def bot(state, history, image_path):
""" GPTへ問い合わせChat画面に表示する関数 """
err_msg = ""
out_image_path = None
image_preview = False
ant_file = None
# セッション情報取得
client = state["client"]
assistant_id = state["assistant_id"]
thread_id = state["thread_id"]
last_msg_id = state["last_msg_id"]
user_id = state["user_id"]
image_count = state["image_count"]
# メッセージ設定
message = client.beta.threads.messages.create(
thread_id=thread_id,
role="user",
content=history[-1][0],
)
# RUNスタート
run = client.beta.threads.runs.create(
thread_id=thread_id,
assistant_id=assistant_id,
# instructions=system_prompt
)
# "completed"となるまで繰り返す(指定秒おき)
for i in range(0, MAX_TRIAL, 1):
if i > 0:
time.sleep(INTER_SEC)
# 変数初期化
tool_outputs = []
# メッセージ受け取り
run = client.beta.threads.runs.retrieve(
thread_id=thread_id,
run_id=run.id
)
if run.status == "requires_action": # 関数の結果の待ちの場合
# tool_callsの各項目取得
tool_calls = run.required_action.submit_tool_outputs.tool_calls
# 一つ目だけ取得
tool_id = tool_calls[0].id
func_name = tool_calls[0].function.name
func_args = json.loads(tool_calls[0].function.arguments)
if func_name == "request_DallE3":
# ファイル名は現在時刻に
dt = datetime.datetime.now(ZoneInfo("Asia/Tokyo"))
image_name = dt.strftime("%Y%m%d%H%M%S") + ".png"
# ファイルパスは手動設定(誤りがないように)
out_image_path = user_id + "/" + image_name
# dall-e3のとき"image_path"は出力ファイルパス
func_args["image_path"] = out_image_path
elif func_name == "request_Vision":
if image_path is None:
# 画像がない場合エラーとなるようにする
func_args["image_path"] = ""
else:
# ファイルパスは手動設定
func_args["image_path"] = image_path
else:
# 関数名がないなら次へ
continue
# 関数を実行
if image_count < IMAGE_LIMIT:
func_output = func_action(state, func_name, func_args)
else:
# 10枚以上生成した場合終了とする
func_output = '{"answer" : "", "error_message" : "画像の生成上限を超えました。"}'
# tool_outputリストに追加
tool_outputs.append({"tool_call_id": tool_id, "output": func_output})
# 複数の関数が必要な場合
if len(tool_calls) > 1:
# for i in range(len(tool_calls) - 1):
for i, tool_call in enumerate(tool_calls):
if i > 0:
# ダミー をセットする
tool_outputs.append({"tool_call_id": tool_call.id, "output": '{"answer" : ""}'})
# 関数の出力を提出
run = client.beta.threads.runs.submit_tool_outputs(
thread_id=thread_id,
run_id=run.id,
tool_outputs=tool_outputs
)
if func_name == "request_DallE3":
# 画像の表示をする
image_preview = True
# セッション更新
# history_outputs += tool_outputs
# state["tool_outputs"] = history_outputs
else:
# 前回のメッセージより後を昇順で取り出す
messages = client.beta.threads.messages.list(
thread_id=thread_id,
after=last_msg_id,
order="asc"
)
print(messages)
# messageを取り出す
for msg in messages:
if msg.role == "assistant":
for content in msg.content:
res_text = ""
file_id = ""
cont_dict = content.model_dump() # 辞書型に変換
# 返答テキスト取得
res_text = cont_dict["text"].get("value")
if res_text != "":
# テキストを変換("sandbox:"などを」消す)
result = re.search(pt, res_text)
if result:
# パターン一致の場合はプロンプトだけ抜き出す
res_text = result.group(1)
# 「こちらをクリックして表示」は削除
res_text = res_text.replace(DEL_MSG, "")
# Chat画面更新
if history[-1][1] is not None:
# 新しい行を追加
history = history + [[None, res_text]]
else:
history[-1][1] = res_text
if image_preview:
# Functionで画像を取得していた場合表示
history = history + [(None, (out_image_path,))]
image_count += 1
image_preview = False
# 最終メッセージID更新
last_msg_id = msg.id
# Chatbotを返す(labelとhistoryを更新)
yield gr.Chatbot(label=run.status ,value=history), out_image_path, ant_file, err_msg
# セッションのメッセージID更新
state["last_msg_id"] = last_msg_id
state["image_count"] = image_count
# 完了なら終了
if run.status == "completed":
yield gr.Chatbot(label=run.status ,value=history), out_image_path, ant_file, err_msg
break
elif run.status == "failed":
# エラーとして終了
err_msg = "※メッセージ取得に失敗しました。"
yield gr.Chatbot(label=run.status ,value=history), out_image_path, ant_file, err_msg
break
elif i == MAX_TRIAL:
# エラーとして終了
err_msg = "※メッセージ取得の際にタイムアウトしました。"
yield gr.Chatbot(label=run.status ,value=history), out_image_path, ant_file, err_msg
break
else:
if i > 3:
# 作業中とわかるようにする
yield gr.Chatbot(label=run.status + " (Request:" + str(i) + ")" ,value=history), out_image_path, ant_file, err_msg
def func_action(state, func_name, func_args):
""" functionを実行する関数 """
# セッションから情報取得
client = state["client"]
size = state["size"]
quality = state["quality"]
detail = state["detail"]
if func_name == "request_DallE3":
func_output = request_DallE3(
client,
func_args["prompt"],
size,
quality,
func_args["image_path"] # 出力パス
)
elif func_name == "request_Vision":
func_output = request_Vision(
client,
func_args["prompt"],
func_args["image_path"],
detail,
MAX_TOKENS
)
return func_output
def finally_proc():
""" 最終処理用関数 """
# テキストを使えるように
new_text = gr.update(interactive = True)
# 画像はリセット
new_image = gr.update(value=None, interactive = True)
return new_text, new_image
def clear_click(state):
""" クリアボタンクリック時 """
# セッションの一部をリセット
state["thread_id"] = ""
state["last_msg_id"] = ""
# 順番的にgr.ClearButtonで消せないImageなども初期化
return state, None, None
def make_archive(state):
""" 画像のZIP化・一括ダウンロード用関数 """
dir = state["user_id"]
if dir is None or dir == "":
return None, ""
if len(os.listdir(dir)) == 0:
return None, ""
shutil.make_archive(dir, format='zip', root_dir=dir)
return dir + ".zip", "下部の出力ファイルからダウンロードして下さい。"
def encode_image(image_path):
""" base64エンコード用関数 """
with open(image_path, "rb") as image_file:
return base64.b64encode(image_file.read()).decode("utf-8")
def make_prompt(prompt):
""" サンプル用関数 """
return "次のプロンプトで画像を作ってください「" + prompt + "」。"
# 画面構成
with gr.Blocks() as demo:
title = "<h2>GPT画像入出力対応チャット</h2>"
message = "<h3>・DallE3の画像生成とGPT-4 with Visionの画像解析が利用できます。<br>"
message += "・DallE3を利用する場合はプロンプト、GPT-4 Visionを利用する場合は画像とプロンプトを入力して下さい。<br>"
message += "・OpenAIのAPIKEYを入力しないと動きません。(設定タブ)<br>"
message += "・動画での紹介はこちら→https://www.youtube.com/watch?v=CIxVPNBMFQw<br>"
message += "</h3>"
gr.Markdown(title + message)
# セッションの宣言
state = gr.State({
# "system_prompt": SYS_PROMPT_DEFAULT,
"openai_key" : "",
"size" : "1024x1024",
"quality" : "standard",
"detail" : "low",
"client" : None,
"assistant_id" : "",
"thread_id" : "",
"last_msg_id" : "",
"user_id" : "",
"image_count" : 0
})
with gr.Tab("Chat画面") as chat:
# 各コンポーネント定義
chatbot = gr.Chatbot(label="チャット画面")
text_msg = gr.Textbox(label="プロンプト", lines = 2, placeholder = PLACEHOLDER)
text_dummy = gr.Textbox(visible=False)
gr.Examples(label="サンプルプロンプト", examples=examples, inputs=text_dummy, outputs=text_msg, fn=make_prompt, cache_examples=True)
with gr.Row():
btn = gr.Button(value="送信")
btn_dl = gr.Button(value="画像の一括ダウンロード") # 保留中
btn_clear = gr.ClearButton(value="リセット", components=[chatbot, text_msg])
sys_msg = gr.Textbox(label="システムメッセージ", interactive = False)
with gr.Row():
image = gr.Image(label="ファイルアップロード", type="filepath",interactive = True)
out_image = gr.Image(label="出力画像", type="filepath", interactive = False)
# out_text = gr.Textbox(label="出力テキスト", lines = 5, interactive = False)
out_file = gr.File(label="出力ファイル", type="filepath",interactive = False)
# 送信ボタンクリック時の処理
bc = btn.click(init, [state, text_msg, image], [state, sys_msg], queue=False).success(
raise_exception, sys_msg, None).success(
add_history, [chatbot, text_msg, image], [chatbot, text_msg, image, sys_msg], queue=False).success(
bot, [state, chatbot, image],[chatbot, out_image, out_file, sys_msg]).then(
finally_proc, None, [text_msg, image], queue=False
)
btn_dl.click(make_archive, state, [out_file, sys_msg])
# クリア時でもセッションの一部は残す(OpenAIKeyなど)
btn_clear.click(clear_click, state, [state, image ,out_image])
# テキスト入力Enter時の処理
# txt_msg = text_msg.submit(respond, inputs=[text_msg, image, chatbot], outputs=[text_msg, image, chatbot])
with gr.Tab("設定") as set:
gr.Markdown("<h4>OpenAI設定</h4>")
with gr.Row():
openai_key = gr.Textbox(label="OpenAI API Key") # テスト中は表示せず
# system_prompt = gr.Textbox(value = SYS_PROMPT_DEFAULT,lines = 5, label="Custom instructions", interactive = True)
gr.Markdown("<h4>DaLL-E3用設定</h4>")
with gr.Row():
size = gr.Dropdown(label="サイズ", choices=["1024x1024"], value = "1024x1024", interactive = True)
quality = gr.Dropdown(label="クオリティ", choices=["standard"], value = "standard", interactive = True)
gr.Markdown("<h4>Vison用設定</h4>")
with gr.Row():
detail = gr.Dropdown(label="コード出力", choices=["low", "high" , "auto"], value = "low", interactive = True)
# 設定タブからChatタブに戻った時の処理
chat.select(set_state, [openai_key, size, quality, detail, state], state)
with gr.Tab("注意事項") as notes:
caution = '・動いているかわかりづらいですが、左上の"in_progress(Request:XX)"が止まっていなければ回答の生成中となります。<br>'
caution += "・[画像一括ダウンロード]を押すと、下部[出力ファイル]にZIPファイルができます。<br>"
caution += "・画像を生成した際、チャット画面に「こちらをクリック」となる場合がありますが画像は[出力画像]に表示されます。<br>"
caution += "・テスト中はDaLL-E3用設定は固定となっております。<br>"
caution += "・現在画像から画像を作るimg2imgはできません。<br>"
caution += "・こういうときにエラーになるなどフィードバックあればお待ちしています。"
gr.Markdown("<h3>" + caution + "</h3>")
# 関数情報
func_Dall_E3 = {
"type": "function",
"function": {
"name": "request_DallE3",
"description": "画像生成AI「dall-e-3」で指定のPromptから画像を作る。",
"parameters": {
"type": "object",
"properties": {
"prompt": {"type": "string", "description": "画像を作るためのPrompt"},
},
"required": ["prompt"]
}
}
}
func_Vision = {
"type": "function",
"function": {
"name": "request_Vision",
"description": "画像解析技術「Vision」により、指定の画像に関する質問に回答する。",
"parameters": {
"type": "object",
"properties": {
"prompt": {"type": "string", "description": "画像に対する質問内容(Prompt)"},
},
"required": ["prompt"]
}
}
}
def request_DallE3(client, prompt, size, quality, out_image_path):
err_msg = ""
try:
response = client.images.generate(
model="dall-e-3",
prompt=prompt,
size=size,
quality=quality,
n=1,
response_format="b64_json"
)
# データを受け取りデコード
image_data_json = response.data[0].b64_json
image_data = base64.b64decode(image_data_json)
# 画像として扱えるように保存
image_stream = BytesIO(image_data)
image = Image.open(image_stream)
image.save(out_image_path)
except BadRequestError as e:
print(e)
out_image_path = ""
err_msg = "リクエストエラーです。著作権侵害などプロンプトを確認して下さい。"
except Exception as e:
print(e)
out_image_path = ""
err_msg = "その他のエラーが発生しました。"
finally:
# 結果をJSONで返す
dalle3_result = {
"image_path" : out_image_path,
"error_message" : err_msg
}
return json.dumps(dalle3_result)
def request_Vision(client, prompt, image_path, detail, max_tokens):
response_text = ""
err_msg = ""
if image_path == "":
# 画像がない時はエラーとして返す
vision_result = {"answer" : "", "error_message" : "画像をセットして下さい。"}
return json.dumps(vision_result)
try:
# 画像をbase64に変換
image = encode_image(image_path)
# メッセージの作成
messages = [
{
"role": "user",
"content": [
{"type": "text", "text": prompt},
{
"type": "image_url",
"image_url": {
"url": f"data:image/jpeg;base64,{image}",
"detail": detail,
}
},
],
}
]
print(messages)
# gpt-4-visionに問い合わせて回答を表示
response = client.chat.completions.create(
model="gpt-4-vision-preview", # Visionはこのモデル指定
messages=messages,
max_tokens=max_tokens,
)
response_text = response.choices[0].message.content
except BadRequestError as e:
print(e)
err_msg = "リクエストエラーです。画像がポリシー違反でないか確認して下さい。"
except Exception as e:
print(e)
err_msg = "その他のエラーが発生しました。"
finally:
# 結果をJSONで返す
vision_result = {
"answer" : response_text,
"error_message" : err_msg
}
return json.dumps(vision_result)
if __name__ == '__main__':
demo.queue()
demo.launch(debug=True)
|