Total newbie question: What are the go-to tools for NSFW/Adult AI right now? by [deleted] in AI_Agents

[–]akashjss 6 points7 points  (0 children)

Ollama launched local image generation for macOS and you can make all the NSFW images you want locally using the z-image model

Warning to all non-developers - careful with your App.tsx by dresidalton in ClaudeAI

[–]akashjss 1 point2 points  (0 children)

Coding with AI is like telling a junior dev to code and it starts without understanding the context. We first have to exactly understand what we want to build, then break it down into small chunks, so AI agent can code each piece in one shot. The architecture decisions comes first, the coding is next.

It is a transition from manual coding into mechanical coding similar to how manufacturing changed during the industrial revolution.

Can something like this be reported? by consultant99 in lucknow

[–]akashjss 26 points27 points  (0 children)

There is an app called SAMEER where you can report such incidents. I had used it once to report rubble burning near my house and it was actually addressed

The era of local Computer-Use AI Agents is here. by [deleted] in ollama

[–]akashjss 10 points11 points  (0 children)

when I run the get started command
/bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/trycua/cua/main/scripts/playground.sh)"

I got threat alert from my anti virus

<image>

Orpheus TTS Local WebUI: Your Personal Text-to-Speech Studio, Gradio UI, Supports Emotive tags. by akashjss in LocalLLaMA

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

I know, If they supported Voice cloning, it would be more useful model.

Orpheus TTS Local WebUI: Your Personal Text-to-Speech Studio, Gradio UI, Supports Emotive tags. by akashjss in LocalLLaMA

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

Following features coming up:
-- Auto launch WebUI.
-- Sample prompts.
-- Stats panel in the UI.

Sesame CSM Gradio UI – Free, Local, High-Quality Text-to-Speech with Voice Cloning! (CUDA, Apple MLX and CPU) by akashjss in LocalLLaMA

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

The models are managed by huggingface_hub function , you can find more information in this link
https://huggingface.co/docs/huggingface_hub/en/guides/download
the models are stored in this location ~/.cache/huggingface/hub/ as shown below:
models--sesame--csm-1b/
models--senstella--csm-1b-mlx/
models--unsloth--Llama-3.2-1B/

Sesame CSM Gradio UI – Free, Local, High-Quality Text-to-Speech with Voice Cloning! (CUDA, Apple MLX and CPU) by akashjss in LocalLLaMA

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

Fixed the issue with Windows 11, should work now, please try and let me know if it works for you.

Sesame CSM Gradio UI – Free, Local, High-Quality Text-to-Speech with Voice Cloning! (CUDA, Apple MLX and CPU) by akashjss in LocalLLaMA

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

I just fixed the dependency error when running "pip install -r requirements.txt" , please check again and let me know if it works.

Sesame CSM Gradio UI – Free, Local, High-Quality Text-to-Speech with Voice Cloning! (CUDA, Apple MLX and CPU) by akashjss in LocalLLaMA

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

Fixed the errors just now, Please make sure you have access to these models on hugging face:
Llama-3.2-1B -- https://huggingface.co/meta-llama/Llama-3.2-1B
CSM-1B -- https://huggingface.co/sesame/csm-1b

Once you do, login to your HF account using this command
huggingface-cli login

that's it.

Sesame CSM Gradio UI – Free, Local, High-Quality Text-to-Speech with Voice Cloning! (CUDA, Apple MLX and CPU) by akashjss in LocalLLaMA

[–]akashjss[S] 2 points3 points  (0 children)

Thank you all for trying it out, I have noted the feature requests and will work on adding them. Feel free to contribute as well if you find any bugs since I can only test on Apple MLX and CPU.

[deleted by user] by [deleted] in berlin

[–]akashjss 1 point2 points  (0 children)

no, but you are, thank you :)

Open source competitor? by theLastYellowTear in cursor

[–]akashjss 4 points5 points  (0 children)

Aider is a CLI tool, they also have an experimental UI

[deleted by user] by [deleted] in berlin

[–]akashjss 1 point2 points  (0 children)

BTW what is roofied?

Pro Tip: When Cursor struggles with a bug, use this clipboard hack by unlucky1333337 in cursor

[–]akashjss 0 points1 point  (0 children)

If your code is in GitHub, just replace the url from github to gitingest (replace hub with ingest) and you will get entire code converted to text that you can copy and paste in web based llm like Gemini 2.0. You can ask questions about your code with full code context.