Visit ComfyUI Online for ready-to-use ComfyUI environment
Generate structured comic panel layouts easily with adjustable sizes and customizable templates for various configurations.
The CR Comic Panel Templates node is designed to help you create structured and visually appealing comic panels with ease. This node allows you to generate comic layouts by defining the number of rows and columns, and it automatically adjusts the panel sizes to fit within the specified page dimensions. The primary goal of this node is to simplify the process of comic creation by providing a flexible and customizable template system that can accommodate various panel configurations. Whether you are creating a traditional comic strip or a more complex layout, this node ensures that your panels are evenly spaced and proportioned, enhancing the overall aesthetic of your comic.
The template
parameter defines the layout of the comic panels. It is a string where the first character indicates the orientation (H
for horizontal, V
for vertical), followed by numbers representing the number of rows or columns. For example, H3
means a horizontal layout with 3 rows, while V2
means a vertical layout with 2 columns. This parameter is crucial as it determines the overall structure of your comic page.
The page
parameter represents the canvas or page on which the comic panels will be drawn. It includes the dimensions (width and height) and other properties of the page. This parameter is essential as it sets the boundaries within which the panels will be arranged.
The border_thickness
parameter specifies the thickness of the borders around each panel. It is measured in pixels and affects the spacing between panels. A higher value will result in thicker borders and more spacing, while a lower value will create thinner borders and less spacing. The default value is typically set to ensure a balanced appearance.
The outline_thickness
parameter determines the thickness of the outline around each panel. Similar to border_thickness
, it is measured in pixels and impacts the visual separation between panels. Adjusting this value can enhance the clarity and definition of each panel.
The panel_color
parameter sets the color of the panels. It can be specified using standard color codes (e.g., #FFFFFF
for white). This parameter allows you to customize the appearance of the panels to match the desired aesthetic of your comic.
The bg_color
parameter defines the background color of the page. Like panel_color
, it can be specified using color codes. This parameter is important for setting the overall background against which the panels will be displayed.
The outline_color
parameter sets the color of the outlines around each panel. It can be specified using color codes and is used to enhance the visual separation between panels.
The images
parameter is a list of images to be placed within the panels. The node will automatically distribute these images across the panels based on the specified layout. This parameter is essential for populating the comic panels with content.
The reading_direction
parameter specifies the direction in which the panels should be read. It can be set to LTR
(left-to-right) or RTL
(right-to-left). This parameter is important for ensuring that the comic is read in the intended order.
The comic_page
output parameter represents the final comic page with all the panels arranged according to the specified template. It includes the complete layout with images placed within the panels, ready for further processing or export.
template
values to create unique and varied comic layouts.border_thickness
and outline_thickness
parameters to achieve the desired spacing and separation between panels.panel_color
, bg_color
, and outline_color
to enhance the visual appeal of your comic.images
list contains enough images to fill all the panels in the specified layout.template
parameter is not in the correct format.template
string starts with H
or V
followed by numbers representing rows or columns.page
parameter does not include valid dimensions.page
parameter includes both width and height values.images
list does not contain enough images to fill all the panels.images
list to match the number of panels in the specified layout.© Copyright 2024 RunComfy. All Rights Reserved.