Text-to-Image
Diffusers
Ukrainian
Russian
English
stable-diffusion
sdxl
comfyui
workflow
ukrainian
russian
english
photorealistic
portrait
cinematic
Not-For-All-Audiences
Instructions to use debugdll/nsfw-image-generator with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use debugdll/nsfw-image-generator with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("debugdll/nsfw-image-generator", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -38,6 +38,7 @@ No setup. No guesswork. Download - drop into ComfyUI - generate.
|
|
| 38 |
## Quick start (2 steps)
|
| 39 |
|
| 40 |
1. **Install ComfyUI** — [official guide](https://github.com/comfyanonymous/ComfyUI).
|
| 41 |
-
2. **Drag the
|
|
|
|
| 42 |
|
| 43 |
That's it. The workflow already has the right sampler, CFG, steps, and upscaler configured.
|
|
|
|
| 38 |
## Quick start (2 steps)
|
| 39 |
|
| 40 |
1. **Install ComfyUI** — [official guide](https://github.com/comfyanonymous/ComfyUI).
|
| 41 |
+
2. **Drag the model** `lustifySDXLNSFWSFW_v20.safetensors` into the Comfy-Desktop\ComfyUI-Shared\models\checkpoints\
|
| 42 |
+
3. **Drag the workflow** `lustify-sdxl-v20-comfyui.json` into the ComfyUI window. Done.
|
| 43 |
|
| 44 |
That's it. The workflow already has the right sampler, CFG, steps, and upscaler configured.
|