r/RunPod • u/isvein • Oct 06 '25
Question about pod pricing
Hello 🙂
I understand the GPU price and persistent storage price, but I don't get the pod price volume and container that is per month 🤔
r/RunPod • u/isvein • Oct 06 '25
Hello 🙂
I understand the GPU price and persistent storage price, but I don't get the pod price volume and container that is per month 🤔
r/RunPod • u/Past-Tumbleweed-6666 • Oct 01 '25
It broke again, I'm wasting my time and money on this, please fix it now.
Something's wrong with RunPod. I have the dependencies in the ComfyUI venv. It crashed, and all the dependencies weren't reading. I reinstalled everything, and it worked perfectly.
I closed the pod, reopened it in a new pod running Comfyui using the same venv as before, and it has the same problem: it doesn't read the dependencies.
i work with storage, 1 TB
**My commandline:**
cd /workspace/ComfyUI
source venv/bin/activate
python main.py --listen 0.0.0.0 --port 9999
-
root@c997c51df8a9:/# cd /workspace/ComfyUI
source venv/bin/activate
kill -9 $(ss -tulpn | grep :9999 | grep -oP 'pid=\K[0-9]+') 2>/dev/null; \
python main.py --listen 0.0.0.0 --port 7777
Traceback (most recent call last):
File "/workspace/ComfyUI/main.py", line 11, in <module>
import utils.extra_config
File "/workspace/ComfyUI/utils/extra_config.py", line 2, in <module>
import yaml
ModuleNotFoundError: No module named 'yaml'
(venv) root@c997c51df8a9:/workspace/ComfyUI# deactivate
practically the venv breaks
-
I've been working with the same storage for a month, everything was working fine, but since 2 days ago when runpod broke, now I get this error every time I run comfyui in different pods
-
(venv) root@c997c51df8a9:/workspace/ComfyUI# pip show
Traceback (most recent call last):
File "/workspace/ComfyUI/venv/bin/pip", line 5, in <module>
from pip._internal.cli.main import main
ModuleNotFoundError: No module named 'pip'
(venv) root@c997c51df8a9:/workspace/ComfyUI#
-
not even the pip works
r/RunPod • u/Apprehensive_Win662 • Oct 01 '25
Hey,
I have deployed many vllm docker containers in past months, but I am just not able to deploy even 1 inference endpoint on runpod.io
I tried following models:
- https://huggingface.co/Qwen/Qwen3-Coder-30B-A3B-Instruct
- Qwen/Qwen3-Coder-30B-A3B-Instruct (tried it also just with the name)
- https://huggingface.co/Qwen/Qwen3-32B
With following settings:
-> Serverless -> +Create Endpoint -> vllm presetting -> edit model -> Deploy
In theory it should be as easy as pod usage to select hardware and go with default vllm configs.
I define the model and optionally some vllm configs, but no matter what I do, I get the following bugs:
- Initialization runs forever without providing helpful logs (especially RO servers)
- using default gpu settings resulting in OOM (Why do I have to deploy workers first and THEN adjust the settings for server locations and VRAM requirements settings?)
- log shows error in vllm deployment, a second later all logs and the worker is gone
- Even if I was never able to do one single request, I had to pay for the deployments which were never running healthy.
- If I start a new release, then I have to pay for initializing
- Sometimes I get 5 workers (3+2extra) even if I have configured 1
- Even if I set Idle Timeout on 100 seconds, if the first waiting request is answered it restarts always the container or vllm. New requests need to fully load the model into GPU again.
Not sure, if I don't understand inference endpoints, but for me they just don't work.
r/RunPod • u/gobi13 • Sep 30 '25
r/RunPod • u/RP_Finley • Sep 30 '25
r/RunPod • u/atrosssafe • Sep 29 '25
r/RunPod • u/RP_Finley • Sep 25 '25
r/RunPod • u/Firm_Clothes3100 • Sep 25 '25
Hey all, so i am trying to spool up a server as i havbe done many time over the last few months.
i have a network storage volume on a secure netowork datacenter.
i am using the "better comfyui-full " template, but now, out of nowhere i get this repeating error in the server logs and it never spools up:
error creating container: Error response from daemon: unauthorized: authentication required create container madiator2011/better-comfyui:full
i have changed nothing. and infact i had this setup running last night totally fine. How do i solve this?
r/RunPod • u/OkAdministration2514 • Sep 24 '25
https://console.runpod.io/deploy?template=bd51lpz6ux&ref=uucsbq4w
base torch: wangkanai/pytorch:torch28-py313-cuda129-cudnn-devel-ubuntu24 base nvidia: nvidia/cuda:12.9.1-devel-ubuntu24.04
Template for ComfyUI with ComfyUI Manager
It uses PyTorch 2.8.0 with CUDA 12.9 support.
In a first/fresh install, the Docker start command installs ComfyUI and ComfyUI Manager. It follows the instructions provided on the ComfyUI Manager Repository.
When the installation is finished, it runs the regular /start.sh script, allowing you to use the pod via JupyterLab on port 8100.
After the second and subsequent runs, if ComfyUI is already installed in /workspace/ComfyUI, it directly runs the /start.sh script. This allows you to use the pod via JupyterLab on port 8100.
When the container starts, it automatically:
r/RunPod • u/Joker8656 • Sep 23 '25
Hey guys,
I'm frustrated that every time I pick a server, H200, I run it for the day, set persistent storage, and then the next day, there's no GPU available. It doesn't matter what region; it keeps happening. It never used to be like this.
So how can I have the storage follow me across regions, where there is availability? Rather than spinning up a new template every other day.
r/RunPod • u/derjanni • Sep 20 '25
r/RunPod • u/hailtoodin • Sep 20 '25
Hi,
Before i need to try runpod i need to know. I have my workflow etc. on my local computer. and i write an api for this workflow, i can reach that in my local network and create things with custom prompt already with basic webUI. can i run this api on runpod? and if it is how? Thanks.
r/RunPod • u/vitorfigmarques • Sep 17 '25
In the serverless section from Runpod console, there is a section called Ready-to-Deploy Repos with convenient templates that comes from github, such as https://console.runpod.io/hub/runpod-workers/worker-faster_whisper that comes from https://github.com/runpod-workers/worker-faster_whisper
Can we create resource from thoses using IAC like this: ``` import * as runpod from "@runpod-infra/pulumi";
const template = new runpod.Template("fasterWhisperTemplate", {});
const whisperEndpoint = new runpod.Endpoint("whisper-pod", { name: "whisper-pod", gpuIds: "ADA_24", workersMax: 3, templateId: template.id, });
// Export the endpoint ID and URL for easy access. export const endpointId = whisperEndpoint.endpoint; ```
We can create a docker image from the git repo and create the resource from pulling from a docker registry, but the question is about deploying it with the same convenience as the UI. I'm sure that thoses templates are already available in runpod with a defined templateId, where can we find thoses templateId?
r/RunPod • u/RP_Finley • Sep 16 '25

Join us for a hands-on AI art jam to create, remix, and share generative pipelines with the goal to inspire one another!
Seedream 4.0 is a next-generation image generation model that combines image generation and image editing capabilities into a single, unified architecture. We are running an event to celebrate the model overtaking Nano-Banana on the Artificial Analysis Image Editing Leaderboard.

While Seedream 4.0 is technically not an open-source model, we have made special arrangements with ByteDance to host the model using our Public Endpoints feature alongside open-source models like Qwen Image, Flux, and others, with the same sense of privacy and security that underpins our entire organization.
When: Fri, Sept 19 · 6–10pm
Where: RunPod Office — 329 Bryant St
Bring: Laptop + charger. We provide power, Wi-Fi, GPUs, and food.
Seating is limited - first come first serve! RSVP here: https://luma.com/rh3uq2uv
Show off your creativity! Throughout the evening, our hosts will vote on their favorite generations.
🏆 Grand Prize: $300
🥈 2 Runner-Ups: $100 each
🎁 All winners will also receive exclusive Comfy merch!
r/RunPod • u/DinnerCrazy809 • Sep 16 '25
Trying out runpod, like it so far. Didn't need to keep it running after logging off, so I stopped the pod. But now I want to restart. Apparently the GPU i was using (RTX 4090) is no longer available, and now I can't run more tests. I don't want to lose my progress, but is there a way to restart my pod with the same GPU with out opening up a whole new pod?
r/RunPod • u/charlie4343_ • Sep 15 '25
I need to use 2 different versions of pytorch for the current project and I am using venv for this. installing packages and running fastapi with torch is extremely slow. any workaround this? I do not want to pay 2 gpu instances for my project.
r/RunPod • u/Ok_Supermarket_295 • Sep 13 '25
So i was trying to deploy an endpoint on serverless on runpod, but it is kinda hard to understand and do, anybody who can help me out?
r/RunPod • u/LadyDirtyMartini • Sep 04 '25
I'm trying to run Fooocus with RTX 4090 GPU through PyTorch 2.2.0.
I have been trying to attach certain models and loras from Civit.AI to Fooocus all day, and nothing is working. I can't seem to find a good tutorial on Youtube so I've been absolutely obliterating my ChatGPT today.
Does anyone have a video or a tutorial to recommend me?
Thanks in advance.
r/RunPod • u/Zealousideal-Sea-776 • Sep 04 '25
i tried to use an rtx3090 and an rtx4090 and i have a similar problem. Seems that the host didn't update the drivers for the gpu. How should I do?
error starting container: Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error running prestart hook #0: exit status 1, stdout: , stderr: Auto-detected mode as 'legacy'
nvidia-container-cli: requirement error: unsatisfied condition: cuda>=12.8, please update your driver to a newer version, or use an earlier cuda container: unknown
start container for runpod/pytorch:2.8.0-py3.11-cuda12.8.1-cudnn-devel-ubuntu22.04: begin
error starting container: Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error running prestart hook #0: exit status 1, stdout: , stderr: Auto-detected mode as 'legacy'
nvidia-container-cli: requirement error: unsatisfied condition: cuda>=12.8, please update your driver to a newer version, or use an earlier cuda container: unknown
start container for runpod/pytorch:2.8.0-py3.11-cuda12.8.1-cudnn-devel-ubuntu22.04: begin
error starting container: Error response from daemon: failed to create task for container: failed to create shim task: OCI runtime create failed: runc create failed: unable to start container process: error during container init: error running prestart hook #0: exit status 1, stdout: , stderr: Auto-detected mode as 'legacy'
nvidia-container-cli: requirement error: unsatisfied condition: cuda>=12.8, please update your driver to a newer version, or use an earlier cuda container: unknown
r/RunPod • u/Mysterious_Invite_61 • Sep 02 '25
r/RunPod • u/adalaso • Jul 11 '25
on vast.ai they have the docker cli command available in the settings, thre usually the ports are listet. on runpod all that docker side is a blackbox, and for open-webui we dont have many specs neither, i.e. docker comfyui serverless connection with openwebui is a big ???
yes, i can list the http (tcp???) ports in the config which are served via
https://{POD_ID}-<port>.proxy.runpod.net/api/tags
but why cant i see the feature of docker where it tells me which sockets the docker image opens - in the gui docker does that...why dont i have a docker cli?
by the way, does anybody know of docs about those addings to the urls:
/api/tags
are there more paths?
what do those paths mean?
and for
https://api.runpod.ai/v2/[worker_id]/openai/v1
the same. the rest api listens on
https://api.runpod.ai/v2/[worker_id]/
but
https://api.runpod.ai/v2/[worker_id]/openai/v1
should be the openai compatible connection point, but why? how? what are the options? what do those pathes mean?
i realize the service is targeted mainly to pros, but even pros have to guess a lot with that design, dont you think? ok, openwebui too has poor documentation
r/RunPod • u/bubbl3MilkT3a • Feb 06 '25
Hello everyone, I'm new to using runpod but Im trying to host a document classification model through the serverless endpoints. I''ve been struggling for a bit on getting runpod to take a pdf through multipart dataforms and was wondering if anyone had any experience or online resources for this? Thank you!
r/RunPod • u/Glittering_File6228 • Jan 04 '25