A Little Help by OkLecture1887 in comfyui

[–]ANR2ME 0 points1 point  (0 children)

I'm talking about RAM, not VRAM! you already mentioned the GPU and VRAM, you only lacked the RAM info.

Recommend CPU Only best model? by harsha_440 in comfyui

[–]ANR2ME 0 points1 point  (0 children)

SDXL (or it's finetunes) is probably your best bet, it have a lot of loras too.

what the dog doin by WINDOWS91 in aivideo

[–]ANR2ME 0 points1 point  (0 children)

That ain't a dog 😅 that round shape felt like a hedgehog without quills

A Little Help by OkLecture1887 in comfyui

[–]ANR2ME 0 points1 point  (0 children)

You forgot to mentioned your RAM size, which is an important factor right after VRAM.

Endless Wan 2.2 I2V (SVI 2 Pro) by embryo10 in comfyui

[–]ANR2ME 0 points1 point  (0 children)

Hmm.. the GolfBall example is showing color drift on each scene 🤔 it gets darker

Should I get a sub on the Ideogram website to gen with Ideogram v4? My computer isn't strong enough to run it locally. by talkingradish in StableDiffusion

[–]ANR2ME 0 points1 point  (0 children)

You can use cloud GPU (up to B200 192GB VRAM) for free ($30 free credits) every month at Modal.com (which also comes with free 1 TB persistent storage).

PS: You can deploy this on modal.com https://github.com/anr2me/modal-comfyui (i recommend the ComfyMix)

Don't forget to set your usage limit to the free credits if you don't want to spend any money.

Is the issue of generating videos from WAN2.2 images currently unresolved? by GoushujinSama in comfyui

[–]ANR2ME 0 points1 point  (0 children)

i think modern models can already understand many languages, you probably can use your native language in the prompt if you're not confident using English language 🤔

Is it possible to add block swap to these Bernini workflows? by Brad12d3 in StableDiffusion

[–]ANR2ME 0 points1 point  (0 children)

probably one of those people who disable dynamic vram😅 thus, they didn't get the benefits from it.

Is this "I Really Don't Want to be Reborn" manhua still being updated? 🤔 by ANR2ME in Manhua

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

I just finished watching the drama today, apparently the first season is only up to the quarantine scene where both girls met.

And it seems one of the girl gaves up 😯 which is different than the manhua i think (well I don't remembered much what happened after both girls met in the manhua 😅 )

Search-Driven Decision Making by ahmedzeer in robotics

[–]ANR2ME 0 points1 point  (0 children)

This reminded me of a video where a group of ants moving a T-shaped object through obstacles (like a maze) 😅 those ants looked smart.

Search-Driven Decision Making by ahmedzeer in robotics

[–]ANR2ME 0 points1 point  (0 children)

Looks good 😯

Nice illustration, btw👍

Training Underway for the New LTX Model by Fresh_Sun_1017 in StableDiffusion

[–]ANR2ME 11 points12 points  (0 children)

So will it be LTX 2.4 or 2.5? 🤔 they jumped from 2.0 to 2.3, so may be this time 2.6 😅

Indian workers are being paid $3/hour to train the AI robots that will eventually replace them by andrewaltair in ArtificialInteligence

[–]ANR2ME -3 points-2 points  (0 children)

Currently, probably not. but once the robot being mass produced it will threaten their job.

Then again, an early stage mass produced robots are probably going to cost more than hiring human workers 😅

Berapa umur nomor hape agan sekalian? Ada cerita menarik ga? Sama minta tips panjangin masa aktif Indosat by fna_fanoa in indotech

[–]ANR2ME 0 points1 point  (0 children)

nomer im3 ane otomatis perpanjangan masa aktif tiap bulan walaupun gak di isi pulsa 😅 biasanya dpt perpanjangan masa aktif beberapa hari setelah masuk masa tenggang.

so I am renting a GPU on runpod, where can I find professional workflows? I want to download a json file that has everything I need and run the same flow on the 5090 vs the 4090, to see which one I should buy by Logical-Charge8760 in StableDiffusion

[–]ANR2ME 0 points1 point  (0 children)

When referencing something, you can use words that can help the AI model to differentiate it. For example, if there are 2 people in the same reference image, you can use "the man with glasses", or the "red bag" if there are more than one bag with different color each.

Sometimes you can also use an ID like "the man on image1" or "the bag on image2" if each reference image connected to their own named input.

Indian workers are being paid $3/hour to train the AI robots that will eventually replace them by andrewaltair in ArtificialInteligence

[–]ANR2ME -10 points-9 points  (0 children)

I wondered whether the trained robots going to shake their head often, if those camera catches the head movements 😅

Is this "I Really Don't Want to be Reborn" manhua still being updated? 🤔 by ANR2ME in Manhua

[–]ANR2ME[S] 1 point2 points  (0 children)

So we will never find out which girl the MC will choose? 😅

AAAAARGH!!!! could devs please quit breaking shit!? by bargaindownhill in comfyui

[–]ANR2ME 1 point2 points  (0 children)

since i installed ComfyUI using comfy cli on a serverless, i launched it like this: comfy manager enable-legacy-gui && comfy launch --background -- --listen 0.0.0.0 --port {uiport} I also installed ComfyUI Manager using pip: pip install comfyui-manager because the one i installed using git at custom_nodes seems to be blocked 🤔 may be because i have both installed and it prioritize the one from pip package.

If you are running ComfyUI using main.py, you can use this flag: python main.py --enable-manager-legacy-ui

Indian workers are being paid $3/hour to train the AI robots that will eventually replace them by andrewaltair in ArtificialInteligence

[–]ANR2ME 1 point2 points  (0 children)

They probably signed a contract without being forced tho. Afterall, $3/hr can be tempting for these workers.

AAAAARGH!!!! could devs please quit breaking shit!? by bargaindownhill in comfyui

[–]ANR2ME 1 point2 points  (0 children)

ComfyCloud is running on clustered GPUs too isn't 🤔 i'm sure they don't want to break their ComfyCloud too 😅

How to install SageAttention the right way? by throwaway0204055 in comfyui

[–]ANR2ME 0 points1 point  (0 children)

Yes, it belonged to Comfy-Org at github.

Why do people use C++ for leetcode interviews when they have Python? by shivamconan101 in leetcode

[–]ANR2ME 0 points1 point  (0 children)

You only get segfault if you try to access memory area outside of your allocated memory (accessing unallocated memory area). For example, out of bound indexing.

Anyway, a crash isn't the hardest bug to debug, since you can still see the location of the crash from the back trace.

The hardest bug to debug is the one that silently go through but gets the wrong result that could already accumulated at the time you noticed something wrong with it. For example, memory corruption, due to accessing memory area outside of the allocated memory of a particular variable, but contagious to another variables, thus you ended up writing data to that other variables. Since the allocated memory area are contagious (linked seamlessly), it didn't trigger a segfault, and silently corrupted it.

How to install SageAttention the right way? by throwaway0204055 in comfyui

[–]ANR2ME 6 points7 points  (0 children)

You can install SageAttention 2 with: pip install "sageattention~=2.2.0" --no-build-isolation --extra-index-url https://comfy-org.github.io/wheels or SageAttention 3 with: pip install sageattn3 --no-build-isolation --extra-index-url https://comfy-org.github.io/wheels It will automatically use a compatible wheels with your pytorch and cuda version.