fix: correct Pony Diffusion workflow checkpoint reference
- Changed checkpoint from waiIllustriousSDXL_v150.safetensors to ponyDiffusionV6XL_v6StartWithThisOne.safetensors - Fixed metadata model reference (was incorrectly referencing LoRA) - Added files field to models_civitai.yaml for explicit filename mapping - Aligns workflow with actual Pony Diffusion V6 XL model
This commit is contained in:
@@ -33,8 +33,8 @@
|
||||
"properties": {
|
||||
"Node name for S&R": "CheckpointLoaderSimple"
|
||||
},
|
||||
"widgets_values": ["waiIllustriousSDXL_v150.safetensors"],
|
||||
"title": "WAI-NSFW-Illustrious SDXL Checkpoint (Anime/Furry)"
|
||||
"widgets_values": ["ponyDiffusionV6XL_v6StartWithThisOne.safetensors"],
|
||||
"title": "Pony Diffusion V6 XL Checkpoint (Anime/Furry)"
|
||||
},
|
||||
{
|
||||
"id": 2,
|
||||
@@ -242,7 +242,7 @@
|
||||
"version": "1.0",
|
||||
"description": "Production workflow for Pony Diffusion V6 XL optimized for anime, cartoon, and furry NSFW generation with danbooru tag support and balanced content (safe/questionable/explicit)",
|
||||
"category": "nsfw",
|
||||
"model": "add-detail-xl.safetensors",
|
||||
"model": "ponyDiffusionV6XL_v6StartWithThisOne.safetensors",
|
||||
"recommended_settings": {
|
||||
"sampler": "euler_ancestral or dpmpp_2m",
|
||||
"scheduler": "normal or karras",
|
||||
|
||||
@@ -61,6 +61,9 @@ model_categories:
|
||||
base_model: SDXL 1.0
|
||||
vram_gb: 12
|
||||
tags: [nsfw, anime, furry, cartoon, versatile]
|
||||
files:
|
||||
- source: "ponyDiffusionV6XL_v6StartWithThisOne.safetensors"
|
||||
dest: "ponyDiffusionV6XL_v6StartWithThisOne.safetensors"
|
||||
training_info:
|
||||
images: "2.6M aesthetically ranked"
|
||||
ratio: "1:1:1 safe/questionable/explicit"
|
||||
|
||||
Reference in New Issue
Block a user