add google-flash-3.1-image

Signed-off-by: vladmandic <mandic00@live.com>
This commit is contained in:
vladmandic
2026-02-27 10:53:22 +01:00
parent 9d3e7e7ed1
commit afff46f2ac
5 changed files with 17 additions and 8 deletions
+1
View File
@@ -16,6 +16,7 @@ import modules.errors as errors
errors.install()
ignore_endpoints = [
'/sdapi/v1/version',
'/sdapi/v1/log',
'/sdapi/v1/browser',
'/sdapi/v1/gpu',
+2 -2
View File
@@ -31,8 +31,8 @@ aspect_ratios_buckets = {
def google_requirements():
install('google-genai==1.52.0')
install('pydantic==2.11.7', ignore=True, quiet=True)
reload('pydantic', '2.11.7')
# install('pydantic==2.11.7', ignore=True, quiet=True)
# reload('pydantic', '2.11.7')
def get_size_buckets(width: int, height: int) -> str: