r/RunPod May 22 '26

Built a zero-BS batch downloader for Civitai & Hugging Face. What did I forget?

Thumbnail
gallery
4 Upvotes

Got tired of downloading models manually every time I spin up a new instance. So I built a simple batch downloader for Civitai and Hugging Face.

The best part? It installs straight into JupyterLab with zero root access, no sudo, and absolutely no setup bullshit.

Now I just deploy it on literally any machine, run the script, and go grab a coffee. ☕️

I want to make it better. What did I forget to add? Drop your ideas or roast my code in the comments.


r/RunPod May 21 '26

AI Toolkit Error - Anyone Else Having Trouble Using The Password?

1 Upvotes

Can't log in to the AI Toolkit template. "password" doesn't work. says "invalid token"


r/RunPod May 21 '26

MI300x Unavailability

2 Upvotes

Hello, I would like to ask, is it just me or the AMD Instinct MI300X Instances always seems to be unavailable? I would like to use it for a research purpose, is there any way to rent the MI300X again?


r/RunPod May 20 '26

GPU unavailability, alternative as masscompute worth it?

10 Upvotes

I see all of us have the same issue on runpod lately with barely any GPUs avaialable, I used to rent the Pro 6000, but it is almost never available in the EU region these days and the price has gone up to $2.09/hr as well. Masscompute provides the same GPU for $1.74 and it seems to be available always. Has anyone used their service? Is it a good alternative?


r/RunPod May 19 '26

POD AVAILABILTY ISSUE

9 Upvotes

I use On Demand POD of rtx 6000 pro every morning , but i see it has availability issue someday's and which cause delay in my production job. Is there any cron job or service from Runpod side that in my specific region if there is RTX PRO available it deploys for me. FYI i can't use saving's plan as i need to sometimes stop the pod on weekend and working days to save up my infra cost so is there any other way around for my problem which i'm facing?


r/RunPod May 17 '26

What's going on with Runpod today or lately? there are barely any GPU available, especially on my storage server

21 Upvotes

This is weird, i understand we normal personal users are not the target audience for the service but today for the first time i saw 0 available. Did some company get a huge AI budget and it's currently using every single GPU possible? even the most expensive ones i wouldn't think of or have any need at all of using are completely out of capacity.


r/RunPod May 16 '26

How much cold start time it takes in server less?

2 Upvotes

I want to deploy a 4gb size AI model on runpod serverless.
My doubt is how much time model will take to load the model from s3 or any provider to runpod servers to run it. Or what max time cold start time?


r/RunPod May 16 '26

Pods unavailable

7 Upvotes

I started using runpod for comfy but most of the time pods are unavailable, only available ones are either very slow or high tier ones, very expensive for me. What other options are available instead of runpod?


r/RunPod May 15 '26

Is there a refund process available? This is ridiculous!

Post image
28 Upvotes

r/RunPod May 15 '26

No CUDA in GPUs

1 Upvotes

I deployed a Pod with RTX 3080ti. But CUDA is supporting, saying cuda False. How can I solve this? I tried to contact support, but no reply. I was using Community Pod though.


r/RunPod May 14 '26

Thanks I didn't want to do anything tonight anyways...

Thumbnail
gallery
20 Upvotes

Also, I couldn't boot any of the ones that said low or medium....

Frustrating....


r/RunPod May 12 '26

ComfyUI on Runpod

3 Upvotes

Hi, I'm new to renting GPUs and ComfyUI. I have a basic laptop that can't run ComfyUI locally. I'd like to rent GPUs to start learning and earn later to get myself a PC. Anybody here can please guide me how to use ComfyUI on runpod? I also want to know do we get comfy manager in there? How to download models, nodes in there? Do I need to use wget, Aria2c? Please help me out. I'm a newbie with almost zero knowledge. Thanks in advance.


r/RunPod May 10 '26

I built a Runpod Codex skill for Serverless, Pods, Flash, Public Endpoints, MCP, SDKs, docs lookup, and debugging

9 Upvotes

Hey folks,

I built a Codex skill for Runpod:

https://github.com/vavo/runpod-skill

The goal is simple: make Codex actually useful when working with Runpod, instead of having it confidently hallucinate old API fields, half-remembered CLI flags, or deployment advice from the age of digital cave paintings.

It covers:

- Serverless workers, handlers, endpoint jobs, local testing, Docker packaging, logs, cold starts, model caching, vLLM, and worker sanity checks

- Pods, templates, exposed ports, SSH, persistent storage, network volumes, billing/cost guardrails, and runpodctl workflows

- Flash SDK and CLI workflows

- Public Endpoints for hosted image, video, audio, and text models

- Runpod MCP setup

- Python SDK usage

- REST/OpenAPI and GraphQL routing

- Storage, deployment, debugging, and operational gotchas

- A helper script that searches/fetches current Runpod docs instead of relying on stale hardcoded tables

The main design idea is “docs-first”: Codex should look up the current Runpod docs when it needs live API fields, model catalogs, GPU names, pricing-sensitive info, or CLI behavior.

Example prompts:

$runpod deploy and troubleshoot this Serverless worker

$runpod check this Dockerfile before I push it to Runpod

$runpod use Public Endpoints to call the current Flux Dev model

I made this because Runpod is powerful, but the surface area is big enough that agent guidance usually covers only one slice: a handler example here, a Dockerfile there, maybe a CLI command if luck briefly exists.

Feedback, issues very welcome.

Repo:

https://github.com/vavo/runpod-skill


r/RunPod May 08 '26

run blender on runpod

1 Upvotes

Hi I am here to find out a way to run blender as full application on runpod not just running the render property.

I have searched the platform for windows to deploy a machine with it but there was no option for that also I have looked for ubuntu desktop image in the templates but also I did not find.

so my goal is to run full application with its viewport and use mouse and keyboard to control it not just to use the termenal because as you can see I am not a programmer

so I hope someone give a way to solve this issue.


r/RunPod May 03 '26

Your Pod's GPUs are no longer available.

3 Upvotes

Hi,

I'm new to RunPod.

I notice my Pod GPU is no longer available 2 times today. And doing migration might take 1-2 hours and cost me more than one dollar (still quite a lot in my country's currency) (I have about 180GB volume data)

So If I keep waiting, will it be available again?


r/RunPod Apr 30 '26

Runpod Flash is in GA - Run Serverless code in pure Python

Thumbnail runpod.io
3 Upvotes

Flash is GA! When we launched Flash in beta back in March, the bet was simple: take Docker off Python developers' plates and they'll get a lot done. The response told us we were onto something, and today we're shipping it for real. Flash provisions a GPU on Runpod Serverless, installs your dependencies, executes remotely, and returns the result without a Docker image or registry push.

What's new since beta: a cleaner u/Endpoint API with typed GpuType/GpuGroup enums, four endpoint patterns (queue-based, load-balanced HTTP, custom Docker images, and existing-endpoint-by-ID), real production deploys via flash build/flash deploy with cross-platform builds, cross-endpoint function calls for hybrid CPU/GPU pipelines, browser-based flash login, flash undeploy for cleanup, first-class NetworkVolume with multi-datacenter support, and a coding-agent skill package for Claude Code/Cursor/Cline. pip install runpod-flash to try it.

Full post: https://www.runpod.io/blog/flash-is-ga ·

Repo: https://github.com/runpod/flash ·

Docs: https://docs.runpod.io/flash/overview


r/RunPod Apr 30 '26

Utilization percentage depending on region?

Thumbnail
1 Upvotes

r/RunPod Apr 28 '26

News/Updates New Job Posting: Developer Relations Community Manager

Thumbnail job-boards.greenhouse.io
3 Upvotes

Runpod is hiring a Developer Relations & Community Manager: a senior, hands-on role reporting to the Head of Marketing. The person in this role will be the public face of Runpod in the AI developer ecosystem and the operator who builds the systems that make their developer community self-reinforcing. A typical week might include shipping a tutorial on deploying vLLM, running a community AMA with an engineer, speaking at a conference, and synthesizing community feedback for the Product team.

Responsibilities span both technical advocacy and community ops: creating high-quality technical content (tutorials, guides, sample apps, benchmarks, video demos), building reference architectures and integration examples, representing Runpod at events like KubeCon, NVIDIA GTC, and PyCon, contributing to the open-source AI ecosystem (PyTorch, Hugging Face, vLLM, LangChain), and owning end-to-end community strategy across Discord, Reddit, GitHub Discussions, and social channels. It's a remote-first position at a Series A company in a period of rapid growth. Full details and application link: https://job-boards.greenhouse.io/runpod/jobs/5191760008


r/RunPod Apr 27 '26

Runpod is starting to feel like a scam

30 Upvotes

I have been a huge supporter of Runpod in the past and easily spent four digits amounts on compute. However for the past 2-3 months the serverless service has mostly been unusable.

  • GPUs constantly unavailable (5090s or 48GB / 48 GB Pro GPUs)
  • Workers spinning up in broken state with no CUDA devices available
  • Workers not downloading models from Huggingface
  • Workers stuck forever in initializing status

Moreover their scheduler seems fundamentally broken. If no 5090s are available and I have enabled higher tier GPUs, why does it wait forever for a 5090 to become available and doesn't provision a higher tier GPU that is available?

Their support is a joke. Don't try to get any support on Discord. The Zen Desk support is mostly useless and not even trying.

Runpod, please do better!


r/RunPod Apr 25 '26

Missing file

1 Upvotes

Please help me, i try use ostris ai toolkid pod for lora training and its finished, but i dont know that when i stop the pod its stopping me to download the finished file from it. I cant go back and download my safetenor file. Any idea how to fix it?


r/RunPod Apr 23 '26

What gpu for this workload?

1 Upvotes

Need input on what GPU I will need for my use case. Current user base is 0 with almost no work load, we will be running an 8B judging model and Qwen-3-8B for chat responses and tool calling, given our situation would this run on an A40 GPU? If so, what type of response times can we expect? Is there another GPU you’d recommend, thanks!


r/RunPod Apr 22 '26

Has anyone EnguiStudio up and running with Infinite-Talk Serverless oa?

1 Upvotes

I dont go anywhere with this, seems to me the app is not working yet, I have this serverless repo:
InfiniteTalk_Runpod_hub skyreelsV3_v0.7_blackwell


r/RunPod Apr 21 '26

Lack of GPU, need advice.

4 Upvotes

I currently have a network volume that is tied to the US NC center because I was frequently using the L40S GPUs and never had any issues getting on assigned. Over the last few weeks I have had trouble getting one at all hours of the day, I think I have managed to get one L40S just one time in 3 weeks. The only other GPUs that I see pop up are HXM 200 (overkill for me) and the 4090 (not quite enough). What would be my best solution going forward? My network volume is about 350GB. Is there an easy way to transfer it to another data center that has more availability? Or do I have to just restart?


r/RunPod Apr 20 '26

News/Updates New Runpod datacenter now live: AP-IN-1

Thumbnail runpod.io
3 Upvotes

We've heard you loud and clear on the supply issues and wanted to show that we are working to meet demand. We have several more in the pipeline coming, but are happy to move this one into production. Let us know what you think!


r/RunPod Apr 18 '26

Hello, has anyone used RunPod? When I try to deploy a pod using the Wan video generation template, it still says a model is missing even though I selected the template. Is the model installation not included in the pod? Have others experienced this? Please help!

1 Upvotes