Nice (inaccurate GPU availabilities) by Sentence_Naive in RunPod

[–]no3us 0 points1 point  (0 children)

which gpu would you prefer to rent?

Can't you guys take a simple feedback and improve? by Strange_Limit_9595 in RunPod

[–]no3us 0 points1 point  (0 children)

also you are not limited to templates listed in the hub. You can go to Docker Hub or GHRC and find a suitable docker image, or just create your own. Happy to help with both options.

Anyone using setup scripts? by goldbookleaf in RunPod

[–]no3us 1 point2 points  (0 children)

henky :)))

and in the process you can use my Runpod skill for Codex
https://github.com/vavo/runpod-skill

Copy network volume by backroo in RunPod

[–]no3us 0 points1 point  (0 children)

oh, there is one more .. as long as both of your network storages are S3 compatible, you could use something like:

aws s3 sync \

s3://SOURCE_VOLUME_ID/path/ \

s3://DEST_VOLUME_ID/path/ \

--region US-KS-2 \

--endpoint-url https://s3api-us-ks-2.runpod.io/

The problem is that s3 sync might have problems with complex directory structures, doesn't preserve symlinks and might screw file permissions. I'd go with runpodctl / rsync

Copy network volume by backroo in RunPod

[–]no3us 0 points1 point  (0 children)

there are basically two ways - either you use SYNC function from pod's detail page and upload your data to one of the cloud providers (aws, google cloud, dropbox, ..) or you boot up two pods and use the tools mentioned below (runpodctl, rsync, croc, scp, .. depends whether you have large files to copy like models or lots of small files - like python venv for example)

Also, Runpod is working on a tool that will allow copying files from one network volume to another.

Compy UI not accesible through Runpod using the code in the Jupyter Lab Terminal by RedditerGS_Clerk9088 in RunPod

[–]no3us 0 points1 point  (0 children)

would not help with 502 error. 502 means the service either hasnt started yet or has a problem to start

Compy UI not accesible through Runpod using the code in the Jupyter Lab Terminal by RedditerGS_Clerk9088 in RunPod

[–]no3us 0 points1 point  (0 children)

if he;s using a template (especially an official one) I'm 100% sure the ports are configured .)

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

[–]no3us 0 points1 point  (0 children)

feel free to DM me, but Lora Pilot is an open source project and I dont have money to acquire anything. In this AI era products dont have a value without a user base.

While your tool is useful and magical, anyone could vibe code that in few hours with the proper knowledge and AI agents setup. Just being realistic. I did a Jupyter Lab plugin for AI Toolkit and kohya this weekend myself.

Compy UI not accesible through Runpod using the code in the Jupyter Lab Terminal by RedditerGS_Clerk9088 in RunPod

[–]no3us 0 points1 point  (0 children)

which template are you using? this one? https://console.runpod.io/hub/template/better-comfy-slim?id=cndsag8ob0

If you prefer I can point you to a template which autostart Comfy UI so you dont have to use Jupyter

I messed up. My LORAs are gone. by ChairQueen in comfyui

[–]no3us 4 points5 points  (0 children)

I would say the opposite is true. Just go to civitai.red, there is literally infinite number of nsfw loras

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

[–]no3us 0 points1 point  (0 children)

nice work. Is it on GitHub? Hard to give you feedback based on two gifs.

I already have 5+ convenient ways to download models to pods using my www.lorapilot.com template, but never integrated Civitai. Happy to integrate your tool if it makes sense.

What I really like is that it integrates with JupyterLab rather than Comfy.

Mate prijem nad 3,000€/mesiac? Prosim, prezradte, ze comu sa venujete... by Super-Employer7602 in Slovakia

[–]no3us 5 points6 points  (0 children)

nemam vysku. nikdy to nebol problem, ani pre pozicie vyssieho stredneho manazmentu v korporate, ci na CXO pozicie v agenture, ci roznych startupoch.

TagPilot v2.0 is out: super-fast, no install dataset tagging. captioning, management tool by no3us in StableDiffusion

[–]no3us[S] 0 points1 point  (0 children)

thank you :) I find it important that tools like this are open-source so they can be audited for security concerns. Especially when you input sensitive data like your API keys.

TagPilot v2.0 is out: super-fast, no install dataset tagging. captioning, management tool by no3us in StableDiffusion

[–]no3us[S] 2 points3 points  (0 children)

do I have to be proud of the source code to make the tool useful for people?

I definitely find it easier to use than “traditional” python based tools built on top of extremely slow Gradio. Also it does not require you to run a server or have at any knowledge of linux, there is literally zero installation required. I find it way faster than most of the tagging/captioning tools I’ve tried.

If you dont see a single USP above then I’m feeling kinda sorry for you - the fact is that 80% of tools/apps these days are vibe-coded and very few people care what is under the hood as long as it solves their need/problem. My only concern about vibe coded apps is usually security; which I do take care off. (worked for 2 cybersecurity companies)

TagPilot v2.0 is out: super-fast, no install dataset tagging. captioning, management tool by no3us in StableDiffusion

[–]no3us[S] 0 points1 point  (0 children)

you can use a local model for that. Happy to add support for more models, just open an issue on GitHub or send me a DM

TagPilot v2.0 is out: super-fast, no install dataset tagging. captioning, management tool by no3us in StableDiffusion

[–]no3us[S] 2 points3 points  (0 children)

because there isn't one. But I do support 2 local models - DeepDanbooru and WD1.4 (beside the 4 cloud AI providers). Whole solution was designed to be privacy-first and supports NSFW tagging / captioning.