Text-to-Image
Diffusers
Safetensors
English
StableDiffusionXLPipeline
stablediffusion
uncensored
nsfw
image
generation
Not-For-All-Audiences
Instructions to use Heartsync/NSFW-Uncensored with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Heartsync/NSFW-Uncensored with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Heartsync/NSFW-Uncensored", dtype=torch.bfloat16, device_map="cuda") prompt = "TEST" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
5559
#9
by Axdar - opened
Not-For-All-Audiences
This repository has been marked as containing sensitive content and may contain potentially harmful and sensitive information.
View content