Getting started
Basic Usage
Learn how to create your first comic page with PanelForge
This guide will walk you through the process of creating a basic comic page layout using PanelForge. You'll learn how to set up frames, arrange them in rows, and compose a complete page.
Overview of Components
PanelForge uses three main types of nodes:
- Comic Frame: Holds individual panel images and their properties
- Comic Row: Arranges frames horizontally with customizable spacing
- Comic Page: Combines rows into a complete comic page
Step-by-Step Guide
1. Prepare Your Panel Images
Before starting with PanelForge, you'll need images for your panels. You can:
- Generate images using ComfyUI's text-to-image nodes
- Import existing images using the Load Image node
- Use image-to-image nodes to modify existing images
2. Creating Frames
- Add a "Comic Frame" node to your workflow
- Connect your image to the frame's image input
- Configure frame properties:
- Border width
- Border color
- Padding
- Caption (optional)
Repeat this process for each panel you want to include in your comic.
3. Arranging Frames in Rows
- Add a "Comic Row" node
- Connect your Frame nodes to the row's inputs:
- frame1
- frame2
- frame3 (if needed) etc.
- Configure row properties:
- Spacing between frames
- Vertical alignment (top, center, bottom)
4. Composing the Page
- Add a "Comic Page" node
- Connect your Row nodes to the page's inputs:
- row1
- row2
- row3 (if needed) etc.
- Set page properties:
- Page width
- Margins
- Background color
- Spacing between rows
- Row alignment (left, center, right)
5. Exporting Your Comic
- Connect your Comic Page node to a Save Image node
- Configure the save format (PNG recommended)
- Run the workflow to generate your comic page
Example Workflow
Here's a simple workflow to create a two-row comic page:
Basic Tips
- Start with simple layouts (2-3 panels per row) until you're comfortable with the workflow
- Use consistent border widths and spacing for a professional look
- Consider the reading flow when arranging panels (typically left-to-right, top-to-bottom)
- Test different panel sizes to create visual interest
Next Steps
Once you're comfortable with basic layouts, explore our Advanced Features guide to learn about:
- Complex panel arrangements
- Custom border styles
- Advanced caption formatting
- Dynamic layout techniques
Troubleshooting
If you encounter any issues, check our Troubleshooting Guide or visit the Community Support page.