Skip to content

SMARTSHEEP-IO/poc-uncensored-stable-diffusion

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Uncensored Stable Diffusion PoC (NSFW)

Disclaimer and Warning

  • No Responsibility: The creators of this project bear no responsibility
  • Accuracy Not Guaranteed: There is no guarantee of the predictive performance of these models.
  • Independent Research: Users should conduct their research and consult professionals.
  • Compliance with Laws: Ensure compliance with all applicable laws and regulations in your jurisdiction.
  • An uncensored model has no guardrails.
  • You are responsible for anything you do with the model, just as you are responsible for anything you do with any dangerous object such as a knife, gun, lighter, or car.
  • Publishing anything this model generates is the same as publishing it yourself.
  • You are responsible for the content you publish, and you cannot blame the model any more than you can blame the knife, gun, lighter, or car for what you do with it.

Prerequisites

  • Python 3.11
  • Git
  • Git LFS (Large File Storage) - Make sure you have Git LFS installed.

Installation

Setting Up a Virtual Environment

First, create and activate a virtual environment:

python -m venv .venv  # Create a virtual environment
source .venv/bin/activate  # Activate on macOS and Linux
.venv\Scripts\activate  # Activate on Windows

Installing Dependencies

Install the required dependencies:

pip install -r requirements.txt # Install Python dependencies

Download the Model

https://huggingface.co/stablediffusionapi/real-amateur-nudes

git lfs install
git clone https://huggingface.co/stablediffusionapi/real-amateur-nudes

Clone the Repository

To get started, clone the repository:

git clone git@github.com:SMARTSHEEP-IO/poc-uncensored-stable-diffusion.git

Usage

Execute the main.py

python main.py

Support and Subscribe

Contributing

Contributions to improve the project are welcome. Please adhere to standard open-source contribution guidelines.

Citation

If you use this project in your research or project, please cite it as follows:

@misc{poc-uncensored-stable-diffusion,
  title={Uncensored Stable Diffusion PoC (NSFW)},
  author={Iman Samizadeh},
  year={Year},
  howpublished={\url{https://github.com/SMARTSHEEP-IO/poc-uncensored-stable-diffusion}}
}

Credit:

Releases

No releases published

Packages

No packages published

Languages