mirror of
https://github.com/vladmandic/automatic
synced 2026-09-19 17:24:32 +02:00
add google-flash-3.1-image
Signed-off-by: vladmandic <mandic00@live.com>
This commit is contained in:
@@ -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',
|
||||
|
||||
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user