this post was submitted on 12 Jun 2024
172 points (96.7% liked)

Technology

57472 readers
4267 users here now

This is a most excellent place for technology news and articles.


Our Rules


  1. Follow the lemmy.world rules.
  2. Only tech related content.
  3. Be excellent to each another!
  4. Mod approved content bots can post up to 10 articles per day.
  5. Threads asking for personal tech support may be deleted.
  6. Politics threads may be removed.
  7. No memes allowed as posts, OK to post as comments.
  8. Only approved bots from the list below, to ask if your bot can be added please contact us.
  9. Check for duplicates before posting, duplicates may be removed

Approved Bots


founded 1 year ago
MODERATORS
 

Microsoft quietly added a new AI feature, called Cocreator, into its raster graphics editor included in every version of Windows since 1985. You need a Copilot + PC with an NPU that can deliver 40 TOPS or better to use it. So, you need to shell out at least $1,099 to get one of the new Snapdragon X Windows Copilot+ PCs that launched recently if you want your version of Microsoft Paint to come with Cocreator enabled.

However, Microsoft still requires you to sign in with your Microsoft account and be connected to the internet “to ensure safe use of AI.” According to Microsoft’s Privacy Statement, “Cocreator uses Azure online services to help ensure the safe and ethical use of AI. These services do content filtering to prevent the generation of harmful, offensive, or inappropriate content. Microsoft collects attributes such as device and user identifiers, along with the user prompts, to facilitate abuse prevention and monitoring. Microsoft does not store your input images or generated images.”

This is a nightmare for security and privacy-conscious users, especially as Microsoft recently blocked the last easy workaround to set up Windows 11 without a Microsoft account. Microsoft is likely doing this to stop unscrupulous users from generating illegal images like child and non-consensual deep fake pornography. However, storing this information is also a source of concern, as prompts a user typed in and stored on their account could be stolen. And, no matter how innocent, it could then be weaponized and used against them.

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 126 points 2 months ago (4 children)

Or just use Krita with the AI plugin offline and local completely free, even without a GPU (if you have time to wait).

[–] [email protected] 52 points 2 months ago

Exactly! Open source, better quality, better privacy, better editing tools, .. Why am I even comparing?

[–] [email protected] 16 points 2 months ago (1 children)
[–] best_username_ever 20 points 2 months ago (2 children)

It definitely is. Microsoft said that open source is bad cancer.

[–] [email protected] 2 points 2 months ago

Bill founded the entire company on monetizing open source code from software enthusiasts across the world. If anyone knows what open source means, it‘s them.

[–] [email protected] 2 points 2 months ago

Was a reference to the thread next door that revealed - horror of horrors - that photos of children were part of the training data. Sure, you never know who is behind these hit pieces, but there doesn't really need to be anyone behind it.

[–] [email protected] 9 points 2 months ago

holy shit, i just tried it, and this is amazing, thank you!

[–] [email protected] 2 points 2 months ago (3 children)

Would be cool to be AI horde compatible and just ditch the GPU requirements entirely.

I don't think everyone got a GPU that could run stable diffusion easily, even more for laptops

[–] [email protected] 6 points 2 months ago* (last edited 2 months ago) (1 children)

You don't have to run the AI stuff on the same computer running Krita. At home I have my gaming PC set up for that for the whole family. And if I recall correctly the plugin also promotes a specific cloud service, but you can enter any URL to a compatible service.

[–] [email protected] 1 points 2 months ago

They were planning it long time ago but ai horde devs don't have time for it right now.

You can see discussion regarding it and the old krita horde integration in this discord

[–] [email protected] 2 points 2 months ago* (last edited 2 months ago)

The thing is that AI Horde relies on donated hardware. There are only so many people willing to donate relative to people who want to use.

Vast.ai lets people rent hardware, but not on a per-operation basis. That's cheaper then buying and keeping it idle a lot of the time, reduces costs, but it's still gonna have idle time.

I think what would be better is some kind of service that can sell compute time on a per-invocation basis. Most of the "AI generation services" do thus, but they also entail that you use their software.

So, it's expensive to upload models to a card, and you don't want tonnage to re-upload a model for each run. But hash the model and remember what the last thing run on the card is. If someone queues a run with the same model again, just use the existing uploaded model.

Don't run the whole Stable Diffusion or whatever package on the cloud machine.

That makes the service agnostic to the software involved. Like, you can run whatever version of whatever LLM software you want and use whatever models. It makes the admin-side work relatively light. It makes sure that the costs get covered, but people aren't having to pay to buy hardware that's idle a lot of the time.

Might be that some service like that already exists, but if so, I'm not aware of it.

[–] [email protected] 1 points 2 months ago