Instructions to use HauhauCS/Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- llama.cpp
How to use HauhauCS/Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive with llama.cpp:
Install (macOS, Linux)
curl -LsSf https://llama.app/install.sh | sh # Start a local OpenAI-compatible server with a web UI: llama serve -hf HauhauCS/Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive:Q4_K_M # Run inference directly in the terminal: llama cli -hf HauhauCS/Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive:Q4_K_M
Install from WinGet (Windows)
winget install llama.cpp # Start a local OpenAI-compatible server with a web UI: llama serve -hf HauhauCS/Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive:Q4_K_M # Run inference directly in the terminal: llama cli -hf HauhauCS/Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive:Q4_K_M
Use pre-built binary
# Download pre-built binary from: # https://github.com/ggerganov/llama.cpp/releases # Start a local OpenAI-compatible server with a web UI: ./llama-server -hf HauhauCS/Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive:Q4_K_M # Run inference directly in the terminal: ./llama-cli -hf HauhauCS/Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive:Q4_K_M
Build from source code
git clone https://github.com/ggerganov/llama.cpp.git cd llama.cpp cmake -B build cmake --build build -j --target llama-server llama-cli # Start a local OpenAI-compatible server with a web UI: ./build/bin/llama-server -hf HauhauCS/Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive:Q4_K_M # Run inference directly in the terminal: ./build/bin/llama-cli -hf HauhauCS/Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive:Q4_K_M
Use Docker
docker model run hf.co/HauhauCS/Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive:Q4_K_M
- LM Studio
- Jan
- vLLM
How to use HauhauCS/Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive with vLLM:
Install from pip and serve model
# Install vLLM from pip: pip install vllm # Start the vLLM server: vllm serve "HauhauCS/Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive" # Call the server using curl (OpenAI-compatible API): curl -X POST "http://localhost:8000/v1/chat/completions" \ -H "Content-Type: application/json" \ --data '{ "model": "HauhauCS/Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive", "messages": [ { "role": "user", "content": [ { "type": "text", "text": "Describe this image in one sentence." }, { "type": "image_url", "image_url": { "url": "https://cdn.britannica.com/61/93061-050-99147DCE/Statue-of-Liberty-Island-New-York-Bay.jpg" } } ] } ] }'Use Docker
docker model run hf.co/HauhauCS/Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive:Q4_K_M
- Ollama
How to use HauhauCS/Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive with Ollama:
ollama run hf.co/HauhauCS/Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive:Q4_K_M
- Unsloth Studio
How to use HauhauCS/Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive with Unsloth Studio:
Install Unsloth Studio (macOS, Linux, WSL)
curl -fsSL https://unsloth.ai/install.sh | sh # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for HauhauCS/Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive to start chatting
Install Unsloth Studio (Windows)
irm https://unsloth.ai/install.ps1 | iex # Run unsloth studio unsloth studio -H 0.0.0.0 -p 8888 # Then open http://localhost:8888 in your browser # Search for HauhauCS/Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive to start chatting
Using HuggingFace Spaces for Unsloth
# No setup required # Open https://huggingface.co/spaces/unsloth/studio in your browser # Search for HauhauCS/Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive to start chatting
- Pi
How to use HauhauCS/Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive with Pi:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf HauhauCS/Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive:Q4_K_M
Configure the model in Pi
# Install Pi: npm install -g @mariozechner/pi-coding-agent # Add to ~/.pi/agent/models.json: { "providers": { "llama-cpp": { "baseUrl": "http://localhost:8080/v1", "api": "openai-completions", "apiKey": "none", "models": [ { "id": "HauhauCS/Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive:Q4_K_M" } ] } } }Run Pi
# Start Pi in your project directory: pi
- Docker Model Runner
How to use HauhauCS/Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive with Docker Model Runner:
docker model run hf.co/HauhauCS/Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive:Q4_K_M
- Lemonade
How to use HauhauCS/Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive with Lemonade:
Pull the model
# Download Lemonade from https://lemonade-server.ai/ lemonade pull HauhauCS/Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive:Q4_K_M
Run and chat with the model
lemonade run user.Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive-Q4_K_M
List all available models
lemonade list
- Hermes Agent
How to use HauhauCS/Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive with Hermes Agent:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf HauhauCS/Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive:Q4_K_M
Configure Hermes
# Install Hermes: curl -fsSL https://hermes-agent.nousresearch.com/install.sh | bash hermes setup # Point Hermes at the local server: hermes config set model.provider custom hermes config set model.base_url http://127.0.0.1:8080/v1 hermes config set model.default HauhauCS/Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive:Q4_K_M
Run Hermes
hermes
- Atomic Chat
- OpenClaw
How to use HauhauCS/Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive with OpenClaw:
Start the llama.cpp server
# Install llama.cpp: brew install llama.cpp # Start a local OpenAI-compatible server: llama serve -hf HauhauCS/Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive:Q4_K_M
Configure OpenClaw
# Install OpenClaw: npm install -g openclaw@latest # Register the local server and set it as the default model: openclaw onboard --non-interactive --mode local \ --auth-choice custom-api-key \ --custom-base-url http://127.0.0.1:8080/v1 \ --custom-model-id "HauhauCS/Qwen3.6-35B-A3B-Uncensored-HauhauCS-Aggressive:Q4_K_M" \ --custom-provider-id llama-cpp \ --custom-compatibility openai \ --custom-text-input \ --accept-risk \ --skip-health
Run OpenClaw
openclaw agent --local --agent main --message "Hello from Hugging Face"
🚩 Report: Illegal or restricted content
To whom it may concern,
I am formally reporting a critical and extremely dangerous security violation that poses an immediate and severe threat to global cybersecurity, public safety, and national security.
An individual has deliberately uploaded and made publicly available an uncensored AI language model designed for local execution. This model has been explicitly stripped of all safety filters, guardrails, and ethical restrictions, allowing any user to generate unrestricted responses on all prohibited topics, including:
Detailed instructions for creating computer viruses, malware, ransomware, and other destructive cyber weapons
Step-by-step guides for illegal activities, hacking, fraud, and violent crimes
Production of child sexual abuse material, extreme violence, and terrorism-related content
Any other form of harmful, illegal, or weaponized output
This is not a minor policy breach. This is a weaponized AI model being distributed in open access with the clear intent to enable mass harm. The uploader has knowingly placed a powerful tool for generating malware and illegal content into the hands of anyone in the world, including malicious actors, criminals, and hostile state entities.
This constitutes a direct and reckless endangerment of public safety.
I demand the immediate and permanent removal of this model, all associated files, repositories, mirrors, and discussion threads. Every minute this content remains online increases the risk of real-world damage.
Failure to act swiftly will be considered gross negligence on the part of your platform. I will escalate this report to relevant law enforcement agencies, cybersecurity authorities, and national security bodies if the content is not taken down within the next 24 hours.
This is not a request.
This is a formal legal notification of imminent harm.
Remove it. Now.
Sincerely,
A concerned citizen protecting the internet from reckless idiots
NEVER
To whom it may concern,
I am formally reporting a critical and extremely dangerous security violation that poses an immediate and severe threat to global cybersecurity, public safety, and national security.
An individual has deliberately uploaded and made publicly available an uncensored AI language model designed for local execution. This model has been explicitly stripped of all safety filters, guardrails, and ethical restrictions, allowing any user to generate unrestricted responses on all prohibited topics, including:Detailed instructions for creating computer viruses, malware, ransomware, and other destructive cyber weapons
Step-by-step guides for illegal activities, hacking, fraud, and violent crimes
Production of child sexual abuse material, extreme violence, and terrorism-related content
Any other form of harmful, illegal, or weaponized outputThis is not a minor policy breach. This is a weaponized AI model being distributed in open access with the clear intent to enable mass harm. The uploader has knowingly placed a powerful tool for generating malware and illegal content into the hands of anyone in the world, including malicious actors, criminals, and hostile state entities.
This constitutes a direct and reckless endangerment of public safety.
I demand the immediate and permanent removal of this model, all associated files, repositories, mirrors, and discussion threads. Every minute this content remains online increases the risk of real-world damage.
Failure to act swiftly will be considered gross negligence on the part of your platform. I will escalate this report to relevant law enforcement agencies, cybersecurity authorities, and national security bodies if the content is not taken down within the next 24 hours.
This is not a request.
This is a formal legal notification of imminent harm.
Remove it. Now.
Sincerely,
A concerned citizen protecting the internet from reckless idiots
NEVER! You can't stop us from world domination! Mwahahahahha
To whom it may concern,
I am formally reporting a critical and extremely dangerous security violation that poses an immediate and severe threat to global cybersecurity, public safety, and national security.
Don't worry. I'll slap a 'For Entertainment Purposes Only' label on it. Then it's fine!
To whom it may concern,
I am formally reporting a critical and extremely dangerous security violation that poses an immediate and severe threat to global cybersecurity, public safety, and national security.
An individual has deliberately uploaded and made publicly available an uncensored AI language model designed for local execution. This model has been explicitly stripped of all safety filters, guardrails, and ethical restrictions, allowing any user to generate unrestricted responses on all prohibited topics, including:Detailed instructions for creating computer viruses, malware, ransomware, and other destructive cyber weapons
Step-by-step guides for illegal activities, hacking, fraud, and violent crimes
Production of child sexual abuse material, extreme violence, and terrorism-related content
Any other form of harmful, illegal, or weaponized outputThis is not a minor policy breach. This is a weaponized AI model being distributed in open access with the clear intent to enable mass harm. The uploader has knowingly placed a powerful tool for generating malware and illegal content into the hands of anyone in the world, including malicious actors, criminals, and hostile state entities.
This constitutes a direct and reckless endangerment of public safety.
I demand the immediate and permanent removal of this model, all associated files, repositories, mirrors, and discussion threads. Every minute this content remains online increases the risk of real-world damage.
Failure to act swiftly will be considered gross negligence on the part of your platform. I will escalate this report to relevant law enforcement agencies, cybersecurity authorities, and national security bodies if the content is not taken down within the next 24 hours.
This is not a request.
This is a formal legal notification of imminent harm.
Remove it. Now.
Sincerely,
A concerned citizen protecting the internet from reckless idiots
Are you going to post this comment under every uncensored model on Huggingface now?
To whom it may concern,
I am formally reporting a critical and extremely dangerous security violation that poses an immediate and severe threat to global cybersecurity, public safety, and national security.
An individual has deliberately uploaded and made publicly available an uncensored AI language model designed for local execution. This model has been explicitly stripped of all safety filters, guardrails, and ethical restrictions, allowing any user to generate unrestricted responses on all prohibited topics, including:Detailed instructions for creating computer viruses, malware, ransomware, and other destructive cyber weapons
Step-by-step guides for illegal activities, hacking, fraud, and violent crimes
Production of child sexual abuse material, extreme violence, and terrorism-related content
Any other form of harmful, illegal, or weaponized outputThis is not a minor policy breach. This is a weaponized AI model being distributed in open access with the clear intent to enable mass harm. The uploader has knowingly placed a powerful tool for generating malware and illegal content into the hands of anyone in the world, including malicious actors, criminals, and hostile state entities.
This constitutes a direct and reckless endangerment of public safety.
I demand the immediate and permanent removal of this model, all associated files, repositories, mirrors, and discussion threads. Every minute this content remains online increases the risk of real-world damage.
Failure to act swiftly will be considered gross negligence on the part of your platform. I will escalate this report to relevant law enforcement agencies, cybersecurity authorities, and national security bodies if the content is not taken down within the next 24 hours.
This is not a request.
This is a formal legal notification of imminent harm.
Remove it. Now.
Sincerely,
A concerned citizen protecting the internet from reckless idiots
who's paying you, frontier model shill?
To whom it may concern,
I am formally reporting a critical and extremely dangerous security violation that poses an immediate and severe threat to global cybersecurity, public safety, and national security.
An individual has deliberately uploaded and made publicly available an uncensored AI language model designed for local execution. This model has been explicitly stripped of all safety filters, guardrails, and ethical restrictions, allowing any user to generate unrestricted responses on all prohibited topics, including:Detailed instructions for creating computer viruses, malware, ransomware, and other destructive cyber weapons
Step-by-step guides for illegal activities, hacking, fraud, and violent crimes
Production of child sexual abuse material, extreme violence, and terrorism-related content
Any other form of harmful, illegal, or weaponized outputThis is not a minor policy breach. This is a weaponized AI model being distributed in open access with the clear intent to enable mass harm. The uploader has knowingly placed a powerful tool for generating malware and illegal content into the hands of anyone in the world, including malicious actors, criminals, and hostile state entities.
This constitutes a direct and reckless endangerment of public safety.
I demand the immediate and permanent removal of this model, all associated files, repositories, mirrors, and discussion threads. Every minute this content remains online increases the risk of real-world damage.
Your dramatic assessment misses the fundamental nature of technology: A tool is neutral, only its application carries intent.
Demanding the removal of an uncensored model because it could be used for harm is like demanding all knives be banned from the world because they could be used as weapons. A knife can prepare a meal or cause a wound, but we do not blame the tool... we judge the hand that holds it.
This is a tool, and its impact depends entirely on the user.
kindly go fuck yourself
Lawyer here. Two cents about the AI-generated stuff you want to see <snip> Federal judge ruled that such pics are protected by 1st Amendment. That's the federal hammer. <snip> The federal judge's reason is clear: no one is actually harmed, without victim in any aspect, it is not illegal.
I'm reminded in Texas they were pushing (pushed/passed?) a law where if it were difficult to differentiate from fiction/reality then it likely would be criminalized for certain content; Though that was for image/video generation (be it AI or otherwise). For text output. Not sure, there's been plenty of underage stories via news/story feeds from the 90's if you know which archives to look through. Though honestly if a guy doesn't have muscles, or a girl doesn't have curves i don't see the point. Kinda like a blowup doll... why bother?
I guess, be careful for what you wish for.
Given the current trend of AI boom in its entire stream, including the datacenters and chips, there's no way that the federal level would pass laws like that, let alone the state powers. What's running in the senates' minds are completely different from this topic - it's all about the money and how to cut the shares. And wars. Without statutes, the case precedency rules. Ratatouille party can keep raving for long as part of freedom... all in all it's (part of) what liberty is, even if some don't like it.
I'm reminded in Texas they were pushing (pushed/passed?) a law where if it were difficult to differentiate from fiction/reality then it likely would be criminalized for certain content
Also this is very, very subjective. Although Justice Stewart said "I know it when I see it" https://en.wikipedia.org/wiki/I_know_it_when_I_see_it it doesn't mean that pornography doesn't evolve, it does. What standard is to be used to differenciate and jail someone for years is just undeterminable. They either have to use juries or expert witnesses to examine it, the former is inappropriate and the latter is expensive, and both could be wrong from time to time. Tuning the skins lighter or darker could make the outcome completely different. They just think that law can be enforced, it won't, just like each time when the gov bans something novel, it almost always hurts good civilians first.
I'm reminded in Texas they were pushing (pushed/passed?) a law where if it were difficult to differentiate from fiction/reality then it likely would be criminalized for certain content
Also this is very, very subjective. Although Justice Stewart said "I know it when I see it" https://en.wikipedia.org/wiki/I_know_it_when_I_see_it it doesn't mean that pornography doesn't evolve, it does. What standard is to be used to differenciate and jail someone for years is just undeterminable. They either have to use juries or expert witnesses to examine it, the former is inappropriate and the latter is expensive, and both could be wrong from time to time. Tuning the skins lighter or darker could make the outcome completely different. They just think that law can be enforced, it won't, just like each time when the gov bans something novel, it almost always hurts good civilians first.
I am pretty sure they were mostly trying to quell any possibility of plausible deniability if something looked like CP and looked real and/or deep faking, so they don't have to worry about a flood of legal CP; They'd rather have all of it off limits, and can't say i disagree. While something that has uncanny valley or is hand drawn or CGI (aka hentai/anime) probably wouldn't get hit with it.
Though other than artistic semi-porn (like character card images, which conveys sorta the intent), i don't see the point in AI porn unless it's normally impossible or too dangerous; Like superhero sex in the vacuum of space, or supernatural/monstrous species (werewolf, dullahan, monstergirl, ultra-violence).
But this isn't really intended as a long in depth discussion, just giving my two cents.
Yeah it's just casual discussions... you know, with big name media like Telegraph fearmongering "AI Communism" https://www.telegraph.co.uk/business/2026/07/20/chinas-moonshot-threatens-west-with-full-ai-communism/ there's no way for them to do anything as small as dealing with orgasm with virtual, victim-less pictures. 1st Amendment goes way ahead of that. If there's communism then there's even no sex, who cares about this subcultural stuff... right... 😏
I am detecting the gun argument being used here where the gun is the perpetrator, not the person using it. As a result, we should ban all guns is the core logic.
Same logic was applied to the internet way back when. You cannot give free access to the internet! People will use it to read the anarchy cookbook or whatever! Dangerous for society!
Same straw man arguments. Different day.
As a result, we should ban all guns is the core logic.
Yes ban all guns. Then let's expand on that. With guns out, people use knifes. So ban knives too. (In london they are pushing you'd need a license for a potato peeler...)
Then cars can hurt people. So ban cars and all large machinery.
Then we have rocks can kill people, so next ban rocks. (Same with crowbars, baseball bats, branches, etc)
You can kill someone by drowning them, so it's a felony to have more than 2oz of water on you because you might use it to drown someone.
Then you can kill with kicks and punches, so we need to amputate everyone so they can't do that.
Follow it all the way down and it just get more and more silly at the solutions and extremes.
Same logic was applied to the internet way back when. You cannot give free access to the internet! People will use it to read the anarchy cookbook or whatever! Dangerous for society!
Same straw man arguments. Different day.
Mhmm. It's all stupid. But a lot of people don't think 2 steps ahead. They are fundamentally animals, Asmondgold calls them 'first order thinkers' who see the headline and then not the consequences or 1-3 steps down the line of where it leads or why it doesn't work. Which is kinda sad.
You and I are on the same page. You know what? All the hype around the Anarchy Cookbook back then? Of course I had to see what all the fuss is about. I got tired 5 minutes in reading about making pee bombs for you neighbor which would make a mess when opened. Childish.
I rate peoples intelligence by their common sense. Any moron can memorize a book. Doctors are a prime example. I have rarely met smart Doctors. They are out there, so don't get me wrong, but most Doctors are pretty stupid if you ask me. Someone with common sense on the other hand is gold! They can take an unknown situation and make sense around it. Wow! You have to be smart to do this!
Problem is, it is fast becoming uncommon sense. So many stupid people out there. Same ones that are crying straw man in this thread. Enough said.
yeah it kinda weird to call a llm dangerous just because it can (very badly) quote recipes on violating laws...
