Skip to content

Commit 719d3a3

Browse files
feat: add extended info to preset settings
* add high vram warning
1 parent bd0603b commit 719d3a3

50 files changed

Lines changed: 479 additions & 841 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

WebUI/.sisyphus/plans/demo-mode-profile-descriptor.md

Lines changed: 0 additions & 670 deletions
This file was deleted.

WebUI/external/presets/3d-image-to-model.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"backend": "comfyui",
77
"category": "edit-images",
88
"description": "Create a 3D mesh from a 2D image ready for 3D printing or other 3D tools like Blender",
9+
"extendedDescription": "Generate a 3D model from a 2D image. Load an reference image of an object, against a white background. Select Standard if you want a clean and high resolution mesh. Adjust the Octree value to increase or lower the resolution of the mesh. Click generate without entering a prompt",
910
"toolCategory": "edit-images",
1011
"toolInstructions": "Use this workflow when the user wants to convert a 2D image into a 3D model or mesh. This is a no-prompt workflow: the prompt parameter is ignored. The workflow uses Hunyuan3D-2 to generate a 3D GLB mesh from the input image. Use the Preview variant for quick results or Standard for higher quality. This is resource-intensive (high VRAM). Best for single objects with clear outlines rather than complex scenes.",
1112
"requiredCustomNodes": [],

WebUI/external/presets/AcerVisionArt_fluxQ4.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@
124124
},
125125
{
126126
"type": "number",
127-
"label": "Safety Checker Strength",
127+
"label": "Safety Check",
128128
"nodeTitle": "SafetyCheckerStrength",
129129
"nodeInput": "b",
130130
"min": 0,

WebUI/external/presets/Colorize.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
"tags": ["no-prompt", "BMG only"],
66
"backend": "comfyui",
77
"description": "Add color to a black and white photo",
8+
"extendedDescription": "Colorize a black and white image. Load a black and white photo. Select a model style. Then click generate.",
89
"category": "edit-images",
910
"toolCategory": "edit-images",
1011
"toolInstructions": "Use this workflow when the user wants to colorize a black-and-white or grayscale photo. This is a no-prompt workflow: the prompt parameter is ignored. Simply select this workflow and the image will be automatically colorized using DDColor. Best for restoring color to old photographs or converting grayscale images to color.",

WebUI/external/presets/CopyFace.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"backend": "comfyui",
77
"category": "edit-images",
88
"description": "Edit an image to have a likeness you control. Load image with a face you want to change, then load a reference face to guide the likeness.",
9+
"extendedDescription": "Change the likeness of an existing image/photo to the likeness of a reference image. Load in an image you want to change to Oringinal Image. Then load a close up image of a persons face you want on the original image. Click generate without entering a prompt",
910
"requiredCustomNodes": ["Gourieff/comfyui-reactor@d2318ad140582c6d0b68c51df342319b502006ed"],
1011
"requiredPythonPackages": [
1112
"stringzilla==3.12.6",

WebUI/external/presets/FaceSwapHD.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"displayPriority": 200,
55
"tags": ["SDXL", "JuggernautXL"],
66
"description": "Generate images with a likeness you control. Load image with a face to guide the likeness, then describe the character to generate",
7+
"extendedDescription": "Generate an image of a person while guiding the likeness from a reference photo. Choose a mode for either fast generation at lower quality vs a higher quality longer generation time. Load an image that has a single face in the image. Describe a scene with a single character. Describe the background, the mood and the pose and profession or aesthetic of the character",
78
"backend": "comfyui",
89
"category": "create-images",
910
"toolCategory": "edit-images",
@@ -123,7 +124,7 @@
123124
},
124125
{
125126
"type": "number",
126-
"label": "Safety Checker Strength",
127+
"label": "Safety Check",
127128
"nodeTitle": "SafetyCheckerStrength",
128129
"nodeInput": "b",
129130
"min": 0,

WebUI/external/presets/LTX-Video.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,11 @@
22
"type": "comfy",
33
"name": "LTX-Video",
44
"description": "Image to Video generation using LTX-Video. Recommended for systems with discreet GPUs with high vRAM.",
5+
"extendedDescription": {
6+
"Text2Video": "Generate short video clips from a text description. Keep at 0.25 megapixel for most usages, set the aspect ration, and frame count - 54 frames is a good starting point. Write a prompt that describes the core subject of the video in detail. Describe the action of the subject. Describe the camera movement. Describe the background of the scene",
7+
"Image2Video": "Generate short video clips from a starting image. Load an image and set the aspect ratio to matches ratio of the image Keep resolution to 0.25-0.5MP. Write a prompt that describes the core subject of the video in detail. Describe the action of the subject. Describe the camera movement. Describe the background of the scene",
8+
"Start2End": "Generate short video clip with a start and ending frame. Load a start and end frame that has the same subject or content in the image but differ over time. Set the the aspect ratio to matches ratio of the images. Keep resolution to 0.25-0.5MP. Write a prompt that describes the core subject of the video. Describe what happens between to cause the frames to change over time. Describe any camera movement if any."
9+
},
510
"displayPriority": 300,
611
"tags": ["LTX Video", "high-vram"],
712
"backend": "comfyui",

WebUI/external/presets/SketchToPhoto-HD.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
"displayPriority": 700,
55
"tags": ["JuggernautXL", "ControlNet", "1024x1024"],
66
"description": "Turn rough sketches into stunning photos. Load a sketch and describe the location, weather and environment",
7+
"extendedDescription": "Turn line drawings into photo realistic images. Load a sketch or line image. Add a description to the prompt that describes the lighting (or time of day), the location, weather and other details of that should guide the photo version",
78
"backend": "comfyui",
89
"category": "edit-images",
910
"toolCategory": "edit-images",
@@ -107,7 +108,7 @@
107108
},
108109
{
109110
"type": "number",
110-
"label": "Safety Checker Strength",
111+
"label": "Safety Check",
111112
"nodeTitle": "SafetyCheckerStrength",
112113
"nodeInput": "b",
113114
"min": 0,

WebUI/external/presets/Wan2.1-VACE.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@
22
"type": "comfy",
33
"name": "Wan2.1-VACE",
44
"description": "Image to Video generation using Wan2.1-VACE. Recommended for systems with discreet GPUs with high vRAM.",
5+
"extendedDescription": {
6+
"Fast": "Generate short video clips from a starting image. Load an image and set the aspect ratio to match the ratio of the image Keep resolution to 0.25-0.5MP. Write a prompt that describes the core subject of the video in detail. Describe the action of the subject. Describe the camera movement. Describe the background of the scene and generate",
7+
"Video2Video": "Generate short video clips that match the movement from an existing video. Load a reference image of a character you want to animate. Load a short video of a person moving in a way you want to animate your character. The duration of this clip should match the duration of your final video Write a prompt that describes your character and the action and movement in your reference video and generate."
8+
},
59
"displayPriority": 200,
610
"tags": ["dGPU", "high vRAM"],
711
"backend": "comfyui",

WebUI/external/presets/flux-kontext.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"backend": "comfyui",
77
"category": "edit-images",
88
"description": "Add,remove, edit, or combine elements in photos by describing what to change",
9+
"extendedDescription": "Edit images by describing a change. Add a reference image, then describe changes to the image. Set FAST mode for simple edits and fast generation times. Select QUALITY for more detailed edits and longer generation times",
910
"toolCategory": "edit-images",
1011
"toolInstructions": "Use this workflow as the default for prompt-driven image editing: adding, removing, changing, or combining elements in a photo. Provide a clear, descriptive prompt that specifies what to change. For example, if the user says 'make it sunset', expand the prompt to describe the desired result like 'the same scene at golden hour sunset with warm orange and pink sky, long shadows, soft warm lighting'. Focus on describing the desired outcome, not the editing operation. The Flux Kontext model understands contextual edits well. Prefer the Fast variant for quick edits unless the user requests higher quality.",
1112
"requiredCustomNodes": [
@@ -126,7 +127,7 @@
126127
},
127128
{
128129
"type": "number",
129-
"label": "Safety Checker Strength",
130+
"label": "Safety Check",
130131
"nodeTitle": "SafetyCheckerStrength",
131132
"nodeInput": "b",
132133
"min": 0,

0 commit comments

Comments
 (0)