-
Notifications
You must be signed in to change notification settings - Fork 59
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
11 changed files
with
628 additions
and
103 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,21 @@ | ||
# ExtrasNode node for ComfyUI | ||
|
||
Custom nodes for ComfyUI | ||
## Custom nodes for ComfyUI | ||
|
||
> Includes: | ||
![Screenshot ExtrasNode](https://github.com/AlekPet/ComfyUI_Custom_Nodes_AlekPet/raw/master/ExtrasNode/extras_node_image.jpg) | ||
|
||
> **PreviewTextNode** - The node displays the input text | ||
> Includes nodes: | ||
> **ColorsCorrectNode** - Node for correcting image colors | ||
- **PreviewTextNode** - The node displays the input text | ||
|
||
> **HexToHueNode** - The node convert HEX color to HUE (degrees and normal [-0.5, 0.5]) | ||
- **ColorsCorrectNode** - Node for correcting image colors | ||
|
||
- **HexToHueNode** - The node convert HEX color to HUE (degrees and normal [-0.5, 0.5]) | ||
|
||
## Additional extensions | ||
|
||
![Screenshot ExtrasNode - Additional extensions](https://github.com/AlekPet/ComfyUI_Custom_Nodes_AlekPet/raw/master/ExtrasNode/extras_node_settings_image.jpg) | ||
|
||
- Dispaly image size node "Preview Image" | ||
|
||
- Speech & Recognition speech |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,65 @@ | ||
.alekpet_extras_node_speechrecognition_box { | ||
margin: 0px; | ||
padding: 0px; | ||
position: absolute; | ||
text-align: center; | ||
cursor: pointer; | ||
font-size: 1rem; | ||
display: flex; | ||
justify-content: center; | ||
align-items: flex-end; | ||
flex-flow: column; | ||
width: 45px; | ||
font-family: monospace; | ||
} | ||
|
||
.alekpet_extras_node_speechrecognition_row { | ||
position: relative; | ||
display: flex; | ||
gap: 1px; | ||
justify-content: center; | ||
align-items: center; | ||
} | ||
|
||
.alekpet_extras_node_recognition_icon { | ||
width: 8px; | ||
height: 8px; | ||
border: 1px solid var(--primary-fg); | ||
background: transparent; | ||
border-radius: 50%; | ||
padding: 0; | ||
margin: 0; | ||
display: inline-block; | ||
} | ||
|
||
.alekpet_extras_node_recognition_icon_active { | ||
border: 1px solid var(--primary-fg); | ||
background: var(--error-text); | ||
border-radius: 0; | ||
} | ||
|
||
.alekpet_extras_node_recognition_icon_box { | ||
display: flex; | ||
justify-content: center; | ||
align-items: center; | ||
} | ||
|
||
.alekpet_extras_node_recognition_icon:hover { | ||
border: 1px solid var(--primary-fg); | ||
background: var(--error-text); | ||
} | ||
|
||
.alekpet_extras_node_info { | ||
display: flex; | ||
align-self: center; | ||
} | ||
|
||
.alekpet_extras_node_recognition_clear { | ||
width: 10px; | ||
height: 10px; | ||
accent-color: var(--input-text); | ||
} | ||
|
||
.alekpet_extras_node_recognition_clear:not(:checked) { | ||
opacity: 0.5; | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.