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
Copy file name to clipboardExpand all lines: predict.py
+15-1Lines changed: 15 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -249,6 +249,10 @@ def predict(
249
249
description="for base_image_refiner, the number of steps to refine, defaults to num_inference_steps",
250
250
default=None,
251
251
),
252
+
apply_watermark: bool=Input(
253
+
description="Applies a watermark to enable determining if an image is generated in downstream applications. If you have other provisions for generating or deploying images safely, you can use this to disable watermarking.",
0 commit comments