Patch version increment to 1.36.3
**Base branch:** `main`
┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-7575-1-36-3-2cc6d73d365081728802e01290ee5e1f)
by [Unito](https://www.unito.io)
---------
Co-authored-by: christian-byrne <72887196+christian-byrne@users.noreply.github.com>
Co-authored-by: github-actions <github-actions@github.com>
Hide the QueueOverlayHeader more-options (…) menu when running in Cloud
distribution
This is being hidden instead of fixed because it deletes all user assets
on cloud, will be touched by /jobs, replaced by the second iteration of
design changes, along with changes to asset deletion happening soon. It
would be too risky to have a proper fix for it in the cloud deploy
today.
┆Issue is synchronized with this [Notion
page](https://www.notion.so/PR-7571-Hide-queue-overlay-header-menu-on-cloud-2cb6d73d3650815a8faac8a8f0de91f0)
by [Unito](https://www.unito.io)
---------
Co-authored-by: GitHub Action <action@github.com>
Is the CL more complex than it should be? Check this at every level of the CL—are individual lines too complex? Are functions too complex? Are classes too complex? “Too complex” usually means “can’t be understood quickly by code readers.” It can also mean “developers are likely to introduce bugs when they try to call or modify this code.”
A particular type of complexity is over-engineering, where developers have made the code more generic than it needs to be, or added functionality that isn’t presently needed by the system. Reviewers should be especially vigilant about over-engineering. Encourage developers to solve the problem they know needs to be solved now, not the problem that the developer speculates might need to be solved in the future. The future problem should be solved once it arrives and you can see its actual shape and requirements in the physical universe.
"description": "Generates an image from one or two input images and a text prompt. The output image is currently fixed at 1.6 MP; its aspect ratio matches the input image(s).",
"description": "Generates an image from one or two input images and a text prompt. The output image is currently fixed at 1.6 MP, and its aspect ratio matches the input image(s).",
"inputs": {
"model": {
"name": "model",
@@ -14532,15 +14580,15 @@
},
"image": {
"name": "image",
"tooltip": "Single-image editing or multi-image fusion, maximum 2 images."
"tooltip": "Single-image editing or multi-image fusion. Maximum 2 images."
},
"prompt": {
"name": "prompt",
"tooltip": "Prompt used to describe the elements and visual features, supports English/Chinese."
"tooltip": "Prompt describing the elements and visual features. Supports English and Chinese."
},
"negative_prompt": {
"name": "negative_prompt",
"tooltip": "Negative text prompt to guide what to avoid."
"tooltip": "Negative prompt describing what to avoid."
},
"seed": {
"name": "seed",
@@ -14548,7 +14596,7 @@
},
"watermark": {
"name": "watermark",
"tooltip": "Whether to add an \"AI generated\" watermark to the result."
"tooltip": "Whether to add an AI-generated watermark to the result."
},
"control_after_generate": {
"name": "control after generate"
@@ -14608,7 +14656,7 @@
},
"WanImageToVideoApi": {
"display_name": "Wan Image to Video",
"description": "Generates video based on the first frame and text prompt.",
"description": "Generates a video from the first frame and a text prompt.",
"inputs": {
"model": {
"name": "model",
@@ -14619,22 +14667,22 @@
},
"prompt": {
"name": "prompt",
"tooltip": "Prompt used to describe the elements and visual features, supports English/Chinese."
"tooltip": "Prompt describing the elements and visual features. Supports English and Chinese."
},
"negative_prompt": {
"name": "negative_prompt",
"tooltip": "Negative text prompt to guide what to avoid."
"tooltip": "Negative prompt describing what to avoid."
},
"resolution": {
"name": "resolution"
},
"duration": {
"name": "duration",
"tooltip": "Available durations: 5 and 10 seconds"
"tooltip": "Duration 15 available only for WAN2.6 model."
},
"audio": {
"name": "audio",
"tooltip": "Audio must contain a clear, loud voice, without extraneous noise, background music."
"tooltip": "Audio must contain a clear, loud voice, without extraneous noise or background music."
},
"seed": {
"name": "seed",
@@ -14642,7 +14690,7 @@
},
"generate_audio": {
"name": "generate_audio",
"tooltip": "If there is no audio input, generate audio automatically."
"tooltip": "If no audio input is provided, generate audio automatically."
},
"prompt_extend": {
"name": "prompt_extend",
@@ -14650,7 +14698,11 @@
},
"watermark": {
"name": "watermark",
"tooltip": "Whether to add an \"AI generated\" watermark to the result."
"tooltip": "Whether to add an AI-generated watermark to the result."
},
"shot_type": {
"name": "shot_type",
"tooltip": "Specifies the shot type for the generated video, that is, whether the video is a single continuous shot or multiple shots with cuts. This parameter takes effect only when prompt_extend is True."
},
"control_after_generate": {
"name": "control after generate"
@@ -14923,7 +14975,7 @@
},
"WanTextToImageApi": {
"display_name": "Wan Text to Image",
"description": "Generates image based on text prompt.",
"description": "Generates an image based on a text prompt.",
"inputs": {
"model": {
"name": "model",
@@ -14931,11 +14983,11 @@
},
"prompt": {
"name": "prompt",
"tooltip": "Prompt used to describe the elements and visual features, supports English/Chinese."
"tooltip": "Prompt describing the elements and visual features. Supports English and Chinese."
},
"negative_prompt": {
"name": "negative_prompt",
"tooltip": "Negative text prompt to guide what to avoid."
"tooltip": "Negative prompt describing what to avoid."
},
"width": {
"name": "width"
@@ -14953,7 +15005,7 @@
},
"watermark": {
"name": "watermark",
"tooltip": "Whether to add an \"AI generated\" watermark to the result."
"tooltip": "Whether to add an AI-generated watermark to the result."
},
"control_after_generate": {
"name": "control after generate"
@@ -14967,7 +15019,7 @@
},
"WanTextToVideoApi": {
"display_name": "Wan Text to Video",
"description": "Generates video based on text prompt.",
"description": "Generates a video based on a text prompt.",
"inputs": {
"model": {
"name": "model",
@@ -14975,22 +15027,22 @@
},
"prompt": {
"name": "prompt",
"tooltip": "Prompt used to describe the elements and visual features, supports English/Chinese."
"tooltip": "Prompt describing the elements and visual features. Supports English and Chinese."
},
"negative_prompt": {
"name": "negative_prompt",
"tooltip": "Negative text prompt to guide what to avoid."
"tooltip": "Negative prompt describing what to avoid."
},
"size": {
"name": "size"
},
"duration": {
"name": "duration",
"tooltip": "Available durations: 5 and 10 seconds"
"tooltip": "A 15-second duration is available only for the Wan 2.6 model."
},
"audio": {
"name": "audio",
"tooltip": "Audio must contain a clear, loud voice, without extraneous noise, background music."
"tooltip": "Audio must contain a clear, loud voice, without extraneous noise or background music."
},
"seed": {
"name": "seed",
@@ -14998,7 +15050,7 @@
},
"generate_audio": {
"name": "generate_audio",
"tooltip": "If there is no audio input, generate audio automatically."
"tooltip": "If no audio input is provided, generate audio automatically."
},
"prompt_extend": {
"name": "prompt_extend",
@@ -15006,7 +15058,11 @@
},
"watermark": {
"name": "watermark",
"tooltip": "Whether to add an \"AI generated\" watermark to the result."
"tooltip": "Whether to add an AI-generated watermark to the result."
},
"shot_type": {
"name": "shot_type",
"tooltip": "Specifies the shot type for the generated video, that is, whether the video is a single continuous shot or multiple shots with cuts. This parameter takes effect only when prompt_extend is True."
Thank you for your continuous support to the Openl Qizhi Community AI Collaboration Platform. In order to protect your usage rights and ensure network security, we updated the Openl Qizhi Community AI Collaboration Platform Usage Agreement in January 2024. The updated agreement specifies that users are prohibited from using intranet penetration tools. After you click "Agree and continue", you can continue to use our services. Thank you for your cooperation and understanding.