Skip to content

Commit ebd7f9b

Browse files
Change the default prompt to something more impressive.
1 parent 463792f commit ebd7f9b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

web/scripts/defaultGraph.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ export const defaultGraph = {
1313
inputs: [{ name: "clip", type: "CLIP", link: 5 }],
1414
outputs: [{ name: "CONDITIONING", type: "CONDITIONING", links: [6], slot_index: 0 }],
1515
properties: {},
16-
widgets_values: ["bad hands"],
16+
widgets_values: ["text, watermark"],
1717
},
1818
{
1919
id: 6,
@@ -26,7 +26,7 @@ export const defaultGraph = {
2626
inputs: [{ name: "clip", type: "CLIP", link: 3 }],
2727
outputs: [{ name: "CONDITIONING", type: "CONDITIONING", links: [4], slot_index: 0 }],
2828
properties: {},
29-
widgets_values: ["masterpiece best quality girl"],
29+
widgets_values: ["beautiful scenery nature glass bottle landscape, , purple galaxy bottle,"],
3030
},
3131
{
3232
id: 5,
@@ -56,7 +56,7 @@ export const defaultGraph = {
5656
],
5757
outputs: [{ name: "LATENT", type: "LATENT", links: [7], slot_index: 0 }],
5858
properties: {},
59-
widgets_values: [8566257, true, 20, 8, "euler", "normal", 1],
59+
widgets_values: [156680208700286, true, 20, 8, "euler", "normal", 1],
6060
},
6161
{
6262
id: 8,

0 commit comments

Comments
 (0)