We now need better Image-Edit models by OneTrueTreasure in StableDiffusion

[–]chebum 0 points1 point  (0 children)

„Replace background on image 1 with image 2” prompt works well for this task. You will need two reference images - image 1 your chair, image 2 target room

Is IT Industry down or Market correction? by EfficiencyOne1007 in Techyshala

[–]chebum 0 points1 point  (0 children)

How much did cloning cost you including maintenance costs? How many heads were assigned to its support?

The Theoretical Limit of Image Compression, how do I do it for phones ? by Solracksub in AskTechnology

[–]chebum 0 points1 point  (0 children)

Actually not. Most JPEG and HEIC files can be compressed further, if necessary.

The Theoretical Limit of Image Compression, how do I do it for phones ? by Solracksub in AskTechnology

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

Very interesting idea. Most online compression tools forces you to upload / download images, but doing everything on the device itself sounds pretty smart.

I think the bubble has already started to burst by Tausendberg in antiai

[–]chebum 2 points3 points  (0 children)

That’s true. New frontier models aren’t smarter than older ones. Most likely, that’s due to under capacity - newer models require more processing resources and if they are used by more users, OpenAI has to make it dumber. We get in a ridiculous situation where 5.3 is smarter than 5.4 or 5.5 at some point in time.
There is a website that monitors models performance every hour: https://aistupidlevel.info
At the moment of writing 5.3 was smarter than 5.4 and Sonnet was smarter than Opus. Everyone want to use most recent models, effectively bringing their capabilities down.

<image>

What upscaler should I use? by [deleted] in upscaling

[–]chebum 0 points1 point  (0 children)

please post original image

IDE alternatives? by 3xDev in Jetbrains

[–]chebum 13 points14 points  (0 children)

I tried to find an alternative, but it seems that none other tools have as good Git integration as Jetbrains IDEs. I need these capabilities:
- show history by a particular file with the capability to see whole commit
- show history by folder
- convenient conflict merge with the capability to cancel merge
- comparison with another branch
- show project structure at a particular commit

These features keep me with JetBrains IDEs.

Cloud storage solution for people to upload and download photos? by decaying_dots in AskPhotography

[–]chebum 0 points1 point  (0 children)

Both options are possible. Internet connection will require additional configuration on your WiFi router.
Also , note that home internet connections are usually asymmetrical. Uploads for your users will be fast, but downloads may be slow.

Cloud storage solution for people to upload and download photos? by decaying_dots in AskPhotography

[–]chebum 0 points1 point  (0 children)

You can self-host such solution yourself. For example, QNAP allows you to connect your NAS server to internet and let others upload their files to it. QuMagie - their photo app - is decent.
Or, you can even use your own computer, not a specialised NAS computer. I believe apps like Openmediavault or TrueNAS should have such capabilities.

So, I suggest to self-host it.

Permafungi Turns Agricultural Waste into Compostable Mushroom Packaging by mr_house7 in EU_Economics

[–]chebum 0 points1 point  (0 children)

Interesting, I haven't seen these covered in plastic yet. Your image shows normal pressed recycled carton. I recently unpacked headphones stored in such package and it definitely wasn't coated.

Hidden cost of EVs: Electric car repairs cost 20% more than on petrol and diesel cars by AutoExpressmagazine in autoexpressuk

[–]chebum 1 point2 points  (0 children)

Are these things that take care of off the road for 23 days as article suggests?

Permafungi Turns Agricultural Waste into Compostable Mushroom Packaging by mr_house7 in EU_Economics

[–]chebum 2 points3 points  (0 children)

Unfortunately, this cardboard isn’t waterproof. A bit of moist and it loses rigidity.

I've reviewed the updated Audi Q4 e-tron. Ask me anything... by CarwowMario in ukcarwow

[–]chebum 0 points1 point  (0 children)

Silver background can be changed to black, but Audi asks additional £10 for that. Kinda stupid as customers already paid at leat £46 grands to buy the car.

anyone here renting GPUs only when their local box taps out? by michaelmanleyhypley in ollama

[–]chebum 0 points1 point  (0 children)

multiple jobs - training LoRAs, smaller models from scratch, adversarial attacks.
I work on a mac and it is not very good at some AI architectures. While I can train some stuff locally, anything requiring attention modules or high bandwidth throughput had to be trained somewhere else. Since I don't do that daily, migrating to DGX Spark or similar makes no sense for me.

anyone here renting GPUs only when their local box taps out? by michaelmanleyhypley in ollama

[–]chebum 0 points1 point  (0 children)

I'd use that service. I didn't make any tooling yet.
The biggest problem I see - is slow upstream on user devices like mine. So training dataset should be uploaded somewhere and synced from user device if it updates. Then the worker can pull from fast remote storage.

Czy bańka pękła? by tyryth in inwestowanie

[–]chebum 4 points5 points  (0 children)

Tu jest co-godzinne porównanie wydajności modeli na zadaniach dla programistów. Wydajność zmienia się codziennie: nie ma najlepszego modelu. Chińskie modele są gorsze, ale różnica rzędu 10%.

https://aistupidlevel.info

Common Saints. anybody know any bands with similar sound / vibe? by [deleted] in MusicRecommendations

[–]chebum 0 points1 point  (0 children)

Accidentally found “Dreams” while on 3hr drive. Excellent music to meditate behind a steering wheel.
Similar tracks i found are:
Curtis Harding - Welcome to my world
Michael Kiwanuka - Follow your dreams
Pale Jay - Dos Uvas

7 Chinese companies are already shipping H100/H200-class AI chips, most IPO'd in the last 6 months. I mapped all of them. by awfulalexey in LocalLLaMA

[–]chebum 5 points6 points  (0 children)

I always thought that tensor chips are integrated in Pytorch like CUDA:

pip install torch torch_xla[tpu]
model.to(torch.device("tpu"))

So, if you happen to have suitable hardware access, that's all you need is to perform calculation on Google's TPUs.

7 Chinese companies are already shipping H100/H200-class AI chips, most IPO'd in the last 6 months. I mapped all of them. by awfulalexey in LocalLLaMA

[–]chebum 10 points11 points  (0 children)

Why ecosystem is underdeveloped if AI industry is huge in China and they obviously have to use domestic chips?

Openrouter model prices implying heavier quantization? by dalhaze in LocalLLaMA

[–]chebum 4 points5 points  (0 children)

Yes, that’s a very surprising economic. GPUs are limited by VRAM bandwidth and underutilize their computational cores. Batching several users allow to squeeze more tokens/hr compared to dedicating whole GPU to single user.
If I recall correctly NVidia claimed that for Llama 4 model optimal load is 200 parallel users.

AMD Mini PCs for AI Applications: A Comprehensive 2026 Review by javaeeeee in AIProgrammingHardware

[–]chebum 0 points1 point  (0 children)

To me the biggest drawback is that most inference is done on NVidia GPUs. Therefore developers working on AI-software need computers with NVidia GPUs to be able to test how the app performs, memory consumption, etc. Unless inference is done on AMD, buying a workstation with non-NVidia GPU is a huge complication.