+
示例工作流JSON
+
+ 可以复制以下示例JSON到工作流配置中进行测试:
+
+
+{`{
+ "1": {
+ "class_type": "LoadImage",
+ "inputs": {
+ "image": "input_image.jpg"
+ },
+ "_meta": {
+ "title": "1🖼️输入图片加载器"
+ }
+ },
+ "2": {
+ "class_type": "CLIPTextEncode",
+ "inputs": {
+ "text": "a beautiful portrait",
+ "clip": ["4", 1]
+ },
+ "_meta": {
+ "title": "2🐕遮罩边缘滑条快速模糊"
+ }
+ },
+ "3": {
+ "class_type": "CLIPTextEncode",
+ "inputs": {
+ "text": "blurry, low quality",
+ "clip": ["4", 1]
+ },
+ "_meta": {
+ "title": "3❌负面提示词编码器"
+ }
+ }
+}`}
+
+