You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
"--width", "-W", type=int, default=512, help="[512] width of image"
500
500
)
501
501
parser_generate.add_argument(
502
-
"--sign_with_cai", type=bool, default=False, help="Sign artifacts using C2PA to include providence data containing engine id"
502
+
"--cai_add_default_manifest", type=bool, default=False, help="Attatch a signed manifest to artifacts using C2PA. The default manifest will contain engine id and publisher name (Stability AI)"
0 commit comments