惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

博客园_首页
博客园 - 【当耐特】
博客园 - 叶小钗
阮一峰的网络日志
阮一峰的网络日志
WordPress大学
WordPress大学
D
Docker
T
The Blog of Author Tim Ferriss
Cyber Security Advisories - MS-ISAC
Cyber Security Advisories - MS-ISAC
Microsoft Azure Blog
Microsoft Azure Blog
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
月光博客
月光博客
M
MIT News - Artificial intelligence
H
Hackread – Cybersecurity News, Data Breaches, AI and More
freeCodeCamp Programming Tutorials: Python, JavaScript, Git & More
云风的 BLOG
云风的 BLOG
F
Fortinet All Blogs
罗磊的独立博客
小众软件
小众软件
A
About on SuperTechFans
MyScale Blog
MyScale Blog
D
DataBreaches.Net
The GitHub Blog
The GitHub Blog
C
Check Point Blog
L
LangChain Blog

Runpod Blog.

DeepSeek V4 in the wild, and how to run it on Runpod New Runpod datacenter now live: AP-IN-1 Track GPU spend across your team with Cost Centers The GPU supply supercycle is here. Here’s what AI builders need to know. Community Spotlight: One-click AI image and video generation on Runpod with SwarmUI | Runpod Blog Community Spotlight: LoRA Pilot Data Prep to Inference Introducing the Runpod Assistant: Manage Your Cloud GPU Resources with Natural Language OpenAI's Parameter Golf: Train the Best Language Model That Fits in 16MB on Runpod LLM inference optimization: techniques that actually reduce latency and cost Pruna P-Video and Vidu Q3 public endpoints now available on Runpod Runpod brand spelling guide Quickstart - Runpod Documentation The AI market looks nothing like the narrative Training StyleGAN3 with Vision-Aided GAN on Runpod KoboldAI – The Other Roleplay Front End, And Why You May Want to Use It How to Connect Cursor to LLM Pods on Runpod for Seamless AI Dev Community Spotlight: How AnonAI Scaled Its Private Chatbot Platform with Runpod Prompt Scheduling with Disco Diffusion on Runpod Runpod's Latest Innovation: Dockerless CLI for Streamlined AI Development Run Your Own AI from Your iPhone Using Runpod Introducing Flash: Run GPU workloads on Runpod Serverless: No Docker required Use Claude Code with your own model on Runpod: No Anthropic account required Avoid Errors by Selecting the Proper Resources for Your Pod What hackers built on Runpod at TreeHacks 2026 Easily Back Up and Restore Your Pod with Cloud Sync + Backblaze B2 The Complete Guide to GPU Requirements for LLM Fine-Tuning AI Guides, Tutorials & GPU Infrastructure Insights | Runpod Your first Claude Code project within Runpod: a complete setup guide 10 billion Serverless requests and counting Building for resilience: Runpod’s response to the AWS us-east-1 outage
Introducing Better Forge: Spin Up Stable Diffusion Pods F...
Brendan McKeag · 2024-09-20 · via Runpod Blog.

Our very own Madiator2011 has done it again with the release of Better Forge, a streamlined template that lets you spin up an instance with a minimum of fuss. One fairly consistent piece of feedback brought up by Runpod users is how long it takes to start up an image generation pod for the first time, especially in Community Cloud where machines may not have access to data-center quality bandwidth levels. The primary reason for this long wait is because models are often "baked into" the Docker image, which drastically increases the size of the image, leading to a long download before you can start working in the pod – for a model that you may not even want to use. Better Forge installs Forge with a total payload of approximately 12gb when all is said, done, and unpacked.

If you'd like to try out Madiator's previous work, Better ComfyUI, that is also still available here!

Better Forge comes with the following perks:

  • Supports network storage and custom extension installation (remember, saving models to network storage is the fastest way to get up and running ASAP in Secure Cloud!)
  • Comes with API access enabled
  • Flux support (must be installed by the user manually after the fact due to licensing)

You can get started with Better Forge today by going to its page in the template explorer, clicking Deploy, selecting a GPU spec, and off you go.

Quick Start Guide

On the Deploy Pod page, select a GPU spec and then choose the Better Forge template, and click Deploy On Demand.

Runpod deployment page for the Better Forge template showing GPU options, savings plans, and pricing summary

When you click on Connect, you'll see two options for different ports:

Runpod pod connection options with HTTP service ports, web terminal, and SSH commands

This template is Bring Your Own Model, so you'll need to download a model on your own. One of the preferred ways to do so is the model downloader by ashleykleynhans which you can run in the Web Terminal. Enter the download URL for the model (right click the download link on CivitAI and click Copy.) You'll also need an API key that can be created under the CivitAI user page. This will download the model.

Better Forge Stable Diffusion interface screenshot

Once completed, you can connect to the pod on port 7860 and select the model in the Checkpoint dropdown, enter a prompt, click Generate, and there you have it.

Stable Diffusion WebUI Forge txt2img tab generating a green hamburger image

Spin Up a Better Forge Pod

Secure Cloud Version - Use Network Volumes

Madiator also has a template intended for use in Secure Cloud that allows you to not only use network volumes to store your work, but also has a loader that lets you install ComfyUI, Automatic1111, or Forge. The advantage of this approach is that not only does it allow you to keep your models and workflow stored on the network volume, but it also allows you to use any available GPU in that data center, so you are not locked to the eight or so GPUs in a specific machine.

First, ensure that you have a network volume selected. If you don't already have one, then create one.

Runpod Deploy GPU Pod page with the Network Volume dropdown showing a 100 GB volume named Test

Once you deploy the pod, you can connect to it on port 7772, which will show the launcher for the three front ends. You can install your preferred package there with one click, and then connect to the pod on the corresponding port.

Runpod Better App Manager listing Better Comfy UI, Better Forge, and Better A1111 with start and stop controls

Installing Flux

The package is "bring your own model" - but we could not package Flux with it regardless due to licensing. But you can easily download the model straight from Huggingface into your pod.

Just connect to the web terminal and cd into the following directory, and run the following command:

This will download the model into the proper folder:

Once you download the model, refresh, select Flux in the upper left, and you are good to go.

Forge web UI with a Flux dev checkpoint generating a green hamburger from a text prompt

Model Manager

If you'd rather not use a CLI, you can also download models using the built-in model manager:

Better App Manager Models tab with a Civitai model download in progress and example download URLs

All you need to do is plug in the URL of the model and put in your CivitAI or Huggingface API token if necessary:

Model Downloader panel showing a Civitai checkpoint download at 46 percent with speed and ETA

This will download the models into your shared_models folder in your volume, which can then be used by whichever front end you choose.

Use the Runpod CivitAI Downloader

If you prefer, you can also use this CivitAI downloader from ashleykleynhans to download models directly from the CLI. Instructions to use this are linked in the GitHub repo. Note that you will need to set up a CivitAI API Key first as shown here.

Upload Models through VSCode

If you'd prefer to not have to set up an API key, you can simply connect to the pod on port 7777 if VSCode is enabled, right click on the folder, and upload directly from your local PC. Note that how fast the file will upload is entirely dependent on your local internet throughput in this case.

VS Code file explorer on the stable-diffusion-webui-forge folder with a right-click menu showing Download and Upload

Further instruction

Madiator has created an extremely helpful hour-long video tutorial on using the template that you can refer to for further assistance.

Questions? Feel free to pop on our Discord and ask for help!

Author profile: Brendan McKeag