fix: use WAI-NSFW-Illustrious checkpoint instead of non-existent Pony model

Changed checkpoint from 'add-detail-xl.safetensors' (which is a LoRA) to
'waiIllustriousSDXL_v150.safetensors' which is the downloaded anime NSFW model
This commit is contained in:
2025-11-23 19:13:22 +01:00
parent 9ca62724d0
commit 68d3606cab

View File

@@ -33,8 +33,8 @@
"properties": { "properties": {
"Node name for S&R": "CheckpointLoaderSimple" "Node name for S&R": "CheckpointLoaderSimple"
}, },
"widgets_values": ["add-detail-xl.safetensors"], "widgets_values": ["waiIllustriousSDXL_v150.safetensors"],
"title": "Pony Diffusion V6 XL Checkpoint" "title": "WAI-NSFW-Illustrious SDXL Checkpoint (Anime/Furry)"
}, },
{ {
"id": 2, "id": 2,