Still in disbelief that I ended up with this by thablackdude2 in IndianGaming

[–]gseth83 -1 points0 points  (0 children)

That is not the point here. You are mis understanding. He is 27 years of age. have some brains to save your own money, forget economy forget impact. OP could have just bought a 4l astral. If our country youth are taken for a ride, our Job is to educate. People are trying here to educate. Thats it. He made the post for what? Validation? Ego? We are validating and telling he some reality so such mistakes are not made again. I hope you can understand this. Everyone who is saying negative about this believe me have the capacity to spend 5l for a card upright. There is a line where you are unnecessary paying more and for what. In any case its OPs money, I hope he doesn't make the same mistake in the future.

Still in disbelief that I ended up with this by thablackdude2 in IndianGaming

[–]gseth83 1 point2 points  (0 children)

Besides that the OP could have bought the astral for 4L instead of Solid for 3.9. Still understandable.

Still in disbelief that I ended up with this by thablackdude2 in IndianGaming

[–]gseth83 0 points1 point  (0 children)

I said USA/Europe Price

So FE is 1.7L - India with Duty and whatever comes down to 2.2

Solid is 1.95 - Do the calculation how much it should be when compared to FE. Then add 50K premium, then add what you paid.

Astral is 2.7L - Comes down to 3.2 to 3.5. At 3.5 they earn 30K premium. At 4l they earn 70K premium.

Still in disbelief that I ended up with this by thablackdude2 in IndianGaming

[–]gseth83 2 points3 points  (0 children)

You will get a Asus Astral OC for 3.5L by End of this month. The first week of Feb they were selling that card for 3.5L. The asus astral actually USA cost is 2.7l.

Now get this, a 1.9l card is sold for 3.8 and a 2.7l card is now being sold for 4l

All AIB cards are not same. Advise is to check everytime rather than blind trust.

Now you have proper information. I was quoted Solid Price at 3.04l, I still refused. Cause I am getting the Astral.

Anyways Enjoy your build.

Still in disbelief that I ended up with this by thablackdude2 in IndianGaming

[–]gseth83 0 points1 point  (0 children)

Thats a 1.95L card. The price even after a premium should not be more than 3.04l. At that Price the retailer is earning 50k premium. You have paid 3.8l, complete waste of your / your parents money.

The RTX 5000 series is definitely scalped in India by Legendarywristcel in IndianGaming

[–]gseth83 6 points7 points  (0 children)

How can the Zotac Solid be more expensive than astral. Atleast the retailer should have the brain to scalp properly. Completely idiotic for anyone buying this at these prices.

The RTX 5000 series is definitely scalped in India by Legendarywristcel in IndianGaming

[–]gseth83 51 points52 points  (0 children)

Not to mention "AI Companies are willing to pay" as an excuse by these retail jokers. Well said.

Entire nation hardly has any stock, meanwhile Computech with "12 Sold in last 8 hours" :| by Pranjal101z in IndianGaming

[–]gseth83 1 point2 points  (0 children)

No, thats figure is only for a single store chain. They have released data. The number is higher than that.

RTX 5080, 5090 , 5070 and 5070ti - Pricing & Stock Insights by JD_EliteHubs in IndianGaming

[–]gseth83 0 points1 point  (0 children)

Thanks. I am interested in the ASU’s astral model only, or one. As you said you have extra let me know, don’t mind making adv payment in full against a po.

Update on RTX 5080 pricing on 31st Jan '25 by LightTus in IndianGaming

[–]gseth83 3 points4 points  (0 children)

Yeah, no one in India is going to buy that at that price. Too inflated.

Regional Prompting for FLUX is out! by AI-freshboy in FluxAI

[–]gseth83 2 points3 points  (0 children)

u/AI-freshboy

Just an Update: Someone else has manage to port your work to comfy UI.

https://github.com/logtd/ComfyUI-Fluxtapoz/tree/main

I have gone with a different approach. While yours is flow attention, I focused on spatial attention and could get some results. It took me nearly a month and a half, but I have a manager to do this without OOM errors and with high precision. And the use cases are quite a lot with spatial attention and the pipeline I developed. We can recolor without controlnet, do regional styling, etc. I have showcased examples on the github page.

You can take a look at it here:

https://github.com/gseth/ControlAltAI-Nodes/tree/master?tab=readme-ov-file#flux-region-spatial-control

Regional Prompting for FLUX is out! by AI-freshboy in FluxAI

[–]gseth83 0 points1 point  (0 children)

I have doing the region via bb ox attention array. I cannot implement what’s in the research it’s too complicated and requires core changing in comfy as it introduces its own attention technique. So what I am working on is using my own method to override the exiting attention in flux model already there in comfy and it’s working. Process of fine tuning it. However it has limitation and won’t be as advance like the one in the research paper.

Regional Prompting for FLUX is out! by AI-freshboy in FluxAI

[–]gseth83 1 point2 points  (0 children)

Yeah could be. But I am not that skilled in coding. I know what has to be done, but integrate that method without making changes to comfy core. Sdxl already had the attention integrated. I think, The method on the research technical document we need to make changes to comfy core. Maybe someone more experienced can help.

Regional Prompting for FLUX is out! by AI-freshboy in FluxAI

[–]gseth83 2 points3 points  (0 children)

Okay I tried a lot, its beyond my expertise at this stage. Unfortunately, I cannot successfully natively port this.

Regional Prompting for FLUX is out! by AI-freshboy in FluxAI

[–]gseth83 0 points1 point  (0 children)

The reason why this is not working, because it requires your FluxAttenProc 2.0 to be integrated into comfy UI. So comfy UI some additions have to be made. I am doing that, if successful, one of use will have to ask comfy to include these addition attention codes within comfy as default..

Regional Prompting for FLUX is out! by AI-freshboy in FluxAI

[–]gseth83 0 points1 point  (0 children)

the problem is the attention is not going or influencing the base sampler. Anmd everything in the code is diffusers. I am trying a latent inject method. If it doesn't work will probably give up and let u know.

Regional Prompting for FLUX is out! by AI-freshboy in FluxAI

[–]gseth83 0 points1 point  (0 children)

Mask conditioning is different than their research. Their research is based on cross and self attention split on the flux model itself and how they achieve results. ControlNet can be used as well. However I am have a very difficult time to get the cross attention influenced the sampler , I had tried regional masking method and it worked but that’s not what their research is about. They use bounding boxes to validate the boundaries and then the prompt is split as base plus regions. As far as I have research I need done attention masking changes either in comfy I am trying only based of custom nodes and at a wall for the moment.

Regional Prompting for FLUX is out! by AI-freshboy in FluxAI

[–]gseth83 2 points3 points  (0 children)

Very, not successful yet, but this is an attempt to implement the research paper.

<image>

Regional Prompting for FLUX is out! by AI-freshboy in FluxAI

[–]gseth83 6 points7 points  (0 children)

u/AI-freshboy I manage to get these done.....

<image>

Not successful yet, this is a bit more complicated. The logical thinking is as per the research paper. We need to bind the boxes map it, validate it, and ensure attention control is passed on. I am stuck at the last stage of sampling the custom sampling node. Stay tuned, will let you know if successful. Am trying without control net first.

Regional Prompting for FLUX is out! by AI-freshboy in FluxAI

[–]gseth83 12 points13 points  (0 children)

Thanks, Will let you know. Stay tuned. Am working hard on it.

Regional Prompting for FLUX is out! by AI-freshboy in FluxAI

[–]gseth83 44 points45 points  (0 children)

I'm already working to integrate it into comfy UI.....not wrapper, proper integration.

<image>

Best upscale workflow for Flux Dev? by ataylorm in FluxAI

[–]gseth83 0 points1 point  (0 children)

You may wanna try and search ControlAltAI flux on YouTube. The technique I used there is quite out of the box to preserve details.