File size: 2,244 Bytes
baa8e90 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 |
# 🧩 Comfyroll Custom Nodes - Patch Notes
## PR59 Dec 6, 2023
__Changed Nodes__
CR Aspect Ratio
- added prescale_factor
## PR55 Dec 2, 2023
__Other Changes__
- removed node images
- fixes to CR Page Layout
## PR54 Dec 2, 2023
__Other Changes__
- added show-help outputs on animation nodes with links to wiki
## PR51, PR52 Dec 2, 2023
__Added Nodes__
CR Random RGB
## PR50 Dec 1, 2023
__Other Changes__
- added show-help outputs with links to wiki
## PR48 Nov 30, 2023
__Other Changes__
- disabled CR Load Prompt Style
- rename classes on logic nodes
- increased max sizes on Aspect Ratio nodes
## PR45 Nov 29, 2023
__Added Nodes__
CR Random Hex Color
__Changed Nodes__
CR Color Tint
- added custom color
CR Simple Text Panel
- added outline text
__Other Changes__
- added demo workflows
## PR44 Nov 28, 2023
__Changed Nodes__
CR Select Model
- added ckpt_name output
__Other Changes__
- added new Patch Notes page
## PR40 Nov 27, 2023
__Added Nodes__
CR Select Model
- allows selection of model from one of 5 preset models
__Changed Nodes__
CR Simple Text Watermark
- added batch support
- added custom font hex color
CR Aspect Ratio
- changed descriptions in aspect_ratios for issue 24
CR Upscale Image
- fixed issue with batched images
__Other Changes__
- changed preset RGB for brown to 160, 85, 15
## PR39 Nov 26, 2023
__Changed Nodes__
CR Halftone Filter
- changed handling for RGBA inputs
## PR38 Nov 26, 2023
__Added Nodes__
CR Aspect Ratio
- combines aspect ratio options for both SD1.5 and SDXL
- includes empty_latent output
__Changed Nodes__
CR Halftone Filter
- added resolution options
- modified antialias_scale parameters
CR SDXL Aspect Ratio
- added empty_latent output
CR SD1.5 Aspect Ratio
- added empty_latent output
## PR37 Nov 19, 2023
__Added Nodes__
CR Simple Text Watermark
- adds a text watermark to an image
__Other Changes__
- merged CR Animation Nodes into Comfyroll custom Nodes
- added CR Animation Nodes demo workflows
- added reduce_opacity function in graphics_functions
|