| # Pony V7 ComfyUI Workflows | |
| ## How to Use | |
| Simply drag and drop any of the workflow images below directly into your ComfyUI canvas to load them. ComfyUI will automatically parse the embedded workflow data from the image. | |
| ## Available Workflows | |
| ### [Basic Workflow](pony-v7-simple.png) | |
|  | |
| A simple, straightforward workflow for generating images with Pony V7 using the SafeTensor. Perfect for getting started quickly. | |
| ### [GGUF Workflow](pony-v7-simple-gguf.png) | |
|  | |
| Workflow optimized for using GGUF quantized models. Requires the [GGUF nodes by City96](https://github.com/city96/ComfyUI-GGUF). GGUF formats allow lower VRAM use with minimal degradation to quality and no noticeable impact to performance. Q8_0 version is recommended. See the [GGUF README](../gguf/) for more details. | |
| ### [LoRA Workflow](pony-v7-lora.png) | |
|  | |
| Workflow demonstrating how to use LoRA models with Pony V7. Shows proper setup for loading and applying LoRA weights to enhance or modify generation results. See the [LoRA README](../lora/) for training and conversion information. | |
| ### [Noise Selection Workflow](pony-v7-noise-selection.png) | |
|  | |
| Advanced workflow featuring the custom PonyNoise node that allows switching between GPU and CPU noise generation. Use this to match `diffusers` output or ensure cross-platform consistency. Requires the [PonyNoise node](../comfy_nodes/). | |