Skip to content
Toggle navigation
Toggle navigation
This project
Loading...
Sign in
柴进
/
GoogleNanoBananaApp
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Issue Boards
Files
Commits
Network
Compare
Branches
Tags
a7a323f8
authored
2025-12-11 10:44:21 +0800
by
shady
Browse Files
Options
Browse Files
Tag
Download
Plain Diff
Merge remote-tracking branch 'origin/master'
2 parents
4da91a38
0c1488e1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
61 additions
and
24 deletions
image_generator.py
requirements.txt
image_generator.py
View file @
a7a323f
...
...
@@ -1952,6 +1952,7 @@ class ImageGeneratorWindow(QMainWindow):
QMessageBox
.
warning
(
self
,
"提示"
,
"请输入图片描述!"
)
return
try
:
# Submit task to queue
task_id
=
self
.
task_manager
.
submit_task
(
...
...
requirements.txt
View file @
a7a323f
altgraph==0.17.5
annotated-types==0.7.0
anyio==4.12.0
cachetools==6.2.2
certifi==2025.11.12
charset-normalizer==3.4.4
google-auth==2.43.0
google-genai==1.52.0
h11==0.16.0
httpcore==1.0.9
httpx==0.28.1
idna==3.11
macholib==1.16.4
packaging==25.0
pyasn1==0.6.1
pyasn1_modules==0.4.2
pydantic==2.12.5
pydantic_core==2.41.5
pyinstaller==6.17.0
pyinstaller-hooks-contrib==2025.10
PyMySQL==1.1.2
# GUI Framework
PySide6==6.10.1
PySide6_Addons==6.10.1
PySide6_Essentials==6.10.1
shiboken6==6.10.1
# Google AI
google-genai==1.52.0
google-auth==2.43.0
# Database
PyMySQL==1.1.2
# Image Processing
Pillow==11.1.0
# HTTP Client
httpx==0.28.1
h11==0.16.0
httpcore==1.0.9
websockets==15.0.1
requests==2.32.5
# Authentication & Security
certifi==2025.11.12
urllib3==2.5.0
rsa==4.9.1
shiboken6==6.10.1
# Async Support
anyio==4.12.0
# Caching
cachetools==6.2.2
# Retry Mechanism
tenacity==9.1.2
# Build Tools
pyinstaller==6.17.0
pyinstaller-hooks-contrib==2025.10
altgraph==0.17.5
macholib==1.16.4
# Type Annotations & Validation
pydantic==2.12.5
pydantic_core==2.41.5
typing-inspection==0.4.2
typing_extensions==4.15.0
urllib3==2.5.0
websockets==15.0.1
annotated-types==0.7.0
# Network & IDNA
idna==3.11
charset-normalizer==3.4.4
# Cryptography
pyasn1==0.6.1
pyasn1_modules==0.4.2
# Packaging
packaging==25.0
# Logging
# (built-in logging module is used)
# Standard library modules used:
# - base64, io, json, os, sys, shutil, tempfile
# - platform, logging, random, hashlib, socket, uuid
# - datetime, enum, queue, threading, pathlib
\ No newline at end of file
...
...
Please
register
or
sign in
to post a comment