Blog

Controlnet error "addmm_impl_cpu_" not implemented for ‘Half’

My specs is: Gtx1650, i59400f, 16gbram I just installed controlnet for the A1111 webui but seems like it doesn't work somehow. Any other extensions I have installed before still work fine but just for the controlnet it return this message: "RuntimeError: "addmm_impl_cpu_" not implemented for 'Half'" My current command line arguments are: –xformers –medvram –skip-torch-cuda-test –upcast-sampling –precision full –no-half And i use sub-quad cross attention. I've also tried reinstalling both the ui and the extension and its related models but it still returned that same error. Can someone help me with this please. submitted by /u/Hot-Gas8350 [comments]

Nearly 1.5 Million Private Photos from Five Dating Apps Were Exposed Online

“Researchers have discovered nearly 1.5 million pictures from specialist dating apps — many of which are explicit — being stored online without password protection,” reports the BBC, “leaving them vulnerable to hackers and extortionists.” And the images weren’t limited to those from profiles, the BBC learned from the ethical hacker who discovered the issue. “They included pictures which had been sent privately in messages, and even some which had been removed by moderators…” Anyone with the link was able to view the private photos from five platforms developed by M.A.D Mobile [including two kink/BDSM sites and two LGBT apps]… These

AI Experts Say We’re on the Wrong Path to Achieving Human-Like AI

According to a panel of hundreds of artificial intelligence researchers, the field is currently pursuing artificial general intelligence the wrong way. This insight was revealed at the Association for the Advancement of Artificial Intelligence (AAAI)’s 2025 Presidential Panel on the Future of AI Research. The lengthy report was put together by 24 AI researchers whose expertise ranges from the state of AI infrastructure to the social aspects of artificial intelligence. The report included a main takeaway for each section, as well as a community opinion section where respondents were asked their own thoughts about the section. The section on “AI

Pay with your AWS Account

The Hugging Face Hub has landed on the AWS Marketplace. Starting today, you can subscribe to the Hugging Face Hub through AWS Marketplace to pay for your Hugging Face usage directly with your AWS account. This new integrated billing method makes it easy to manage payment for usage of all our managed services by all members of your organization, including Inference Endpoints, Spaces Hardware Upgrades, and AutoTrain to easily train, test and deploy the most popular machine learning models like Llama 2, StarCoder, or BERT. By making Hugging Face available on AWS Marketplace, we are removing barriers to adopting AI

Why Regression Testing is Crucial for Enterprise Software Development

The Growing Complexity of Enterprise SystemsModern enterprise software has evolved into intricate ecosystems comprising: Multiple interconnected modules and microservicesComplex business logic and workflowsNumerous third-party integrationsCross-platform compatibility requirementsWith each code change potentially impacting multiple system components, regression testing has become not just important but essential for maintaining software integrity. The High Stakes of Enterprise SoftwareUnlike consumer applications, enterprise software failures can result in: Business process disruptions costing millions in lost productivityCompliance violations with severe regulatory penaltiesSecurity vulnerabilities exposing sensitive corporate dataReputation damage that erodes customer trustKey Benefits of Rigorous Regression Testing1.Preventing Costly Defect EscapesA study by IBM found that defects caught

Microsoft Office Professional 2021 for Windows for just $54.97

TL;DR: Give your PC the gift of versatility with a lifetime license to Microsoft Office Professional 2021 for Windows for just $54.97 (reg. $219) through tonight at 11:59 p.m. PT. Ready to rediscover your love of Microsoft Office apps? If you’ve been going without these handy tools, you may want to take advantage of the last few hours of this sale. A lifetime license to Microsoft Office Professional 2021 for Windows can be yours for only $49.97 now through tonight at 11:59 p.m. PT. Let Microsoft Office Professional outfit your PC with old classics and new favorites Microsoft Office Professional 2021

A Software Engineer’s 2-Day Learning Project.Next.js, Zustand, and WebSockets: My Open-Source Instagram Clone Built in 48 Hours

Hi Dev community ,As a software engineer, I love pushing my skills with challenging projects. Two months ago, I set out to build a fully functional Instagram clone from scratch in just two days. The result? A web app with core social media features, real-time functionality, and even online games for users to play—all open-sourced on GitHub! Here’s a quick rundown of the project and what I learned along the way. The Tech Stack Frontend: Next.js (for SSR and a smooth dev experience) +Zustand (for state management). Backend: Node.js with Express (handling APIs and WebSocket integration). Database: MongoDB (flexible schemas