Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
chenpangpang
ComfyUI
Commits
754553fa
Commit
754553fa
authored
Mar 26, 2023
by
comfyanonymous
Browse files
Merge branch 'aesthetic-colors' of
https://github.com/throwaway-mezzo-mix/ComfyUI
parents
9287770c
980379ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
+11
-11
web/scripts/app.js
web/scripts/app.js
+11
-11
No files found.
web/scripts/app.js
View file @
754553fa
...
@@ -491,17 +491,17 @@ class ComfyApp {
...
@@ -491,17 +491,17 @@ class ComfyApp {
*/
*/
setupSlotColors
()
{
setupSlotColors
()
{
let
colors
=
{
let
colors
=
{
"
CLIP
"
:
"
#
556B2F
"
,
// Olive green
"
CLIP
"
:
"
#
FFD500
"
,
// bright yellow
"
CLIP_VISION
"
:
"
#
4B0082
"
,
// Dark purple
"
CLIP_VISION
"
:
"
#
A8DADC
"
,
// light blue-gray
"
CLIP_VISION_OUTPUT
"
:
"
#
006400
"
,
// Dark green
"
CLIP_VISION_OUTPUT
"
:
"
#
ad7452
"
,
// rusty brown-orange
"
CONDITIONING
"
:
"
#FF
14
93
"
,
//
Deep pink
"
CONDITIONING
"
:
"
#FF
A
93
1
"
,
//
vibrant orange-yellow
"
CONTROL_NET
"
:
"
#
8B4513
"
,
// Dark brow
n
"
CONTROL_NET
"
:
"
#
6EE7B7
"
,
// soft mint gree
n
"
IMAGE
"
:
"
#
8B0000
"
,
// Dark red
"
IMAGE
"
:
"
#
64B5F6
"
,
// bright sky blue
"
LATENT
"
:
"
#
00008B
"
,
// Dark blu
e
"
LATENT
"
:
"
#
FF9CF9
"
,
// light pink-purpl
e
"
MASK
"
:
"
#
2F4F4F
"
,
// Dark gray
"
MASK
"
:
"
#
81C784
"
,
// muted green
"
MODEL
"
:
"
#
FF8C00
"
,
// Dark orang
e
"
MODEL
"
:
"
#
B39DDB
"
,
// light lavender-purpl
e
"
STYLE_MODEL
"
:
"
#
004A4A
"
,
// Dark teal
"
STYLE_MODEL
"
:
"
#
C2FFAE
"
,
// light green-yellow
"
VAE
"
:
"
#
4F394F
"
,
// Dark plum
"
VAE
"
:
"
#
FF6E6E
"
,
// bright red
};
};
Object
.
assign
(
this
.
canvas
.
default_connection_color_byType
,
colors
);
Object
.
assign
(
this
.
canvas
.
default_connection_color_byType
,
colors
);
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment