Add Checkpoints Gallery with per-checkpoint generation settings
- New Checkpoint model (slug, name, checkpoint_path, data JSON, image_path) - sync_checkpoints() loads metadata from data/checkpoints/*.json and falls back to template defaults for models without a JSON file - _apply_checkpoint_settings() applies per-checkpoint steps, CFG, sampler, base positive/negative prompts, and VAE (with dynamic VAELoader node injection for non-integrated VAEs) to the ComfyUI workflow - Bulk Create from Checkpoints: scans Illustrious/Noob model directories, reads matching HTML files, uses LLM to populate metadata, falls back to template defaults when no HTML is present - Gallery index with batch cover generation and WebSocket progress bar - Detail page showing Generation Settings and Base Prompts cards - Checkpoints nav link added to layout - New data/prompts/checkpoint_system.txt LLM system prompt - Updated README with all current galleries and file structure - Also includes accumulated action/scene JSON updates, new actions, and other template/generator improvements from prior sessions Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
9
data/checkpoints/checkpoint.json.template
Normal file
9
data/checkpoints/checkpoint.json.template
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
checkpoint_name: "checkpoint.safetensors",
|
||||
base_postive: "anime",
|
||||
base_negative: "text, logo",
|
||||
steps: 25,
|
||||
cfg: 5,
|
||||
sampler_name: euler_ancestral,
|
||||
vae: "integrated"
|
||||
}
|
||||
10
data/checkpoints/illustrious_animij_v7.json
Normal file
10
data/checkpoints/illustrious_animij_v7.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"checkpoint_path": "Illustrious/animij_v7.safetensors",
|
||||
"checkpoint_name": "animij_v7.safetensors",
|
||||
"base_positive": "masterpiece, high_quality, highres",
|
||||
"base_negative": "worst quality, bad quality",
|
||||
"steps": 30,
|
||||
"cfg": 5.0,
|
||||
"sampler_name": "euler_ancestral",
|
||||
"vae": "integrated"
|
||||
}
|
||||
10
data/checkpoints/illustrious_arthemytoons_v40.json
Normal file
10
data/checkpoints/illustrious_arthemytoons_v40.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"checkpoint_path": "Illustrious/arthemyToons_v40.safetensors",
|
||||
"checkpoint_name": "arthemyToons_v40.safetensors",
|
||||
"base_positive": "toon (style), best quality, masterpiece, absurdres",
|
||||
"base_negative": "low quality, worst quality, lowres",
|
||||
"steps": 30,
|
||||
"cfg": 3.5,
|
||||
"sampler_name": "euler_ancestral",
|
||||
"vae": "integrated"
|
||||
}
|
||||
10
data/checkpoints/illustrious_beretmixreal_v80.json
Normal file
10
data/checkpoints/illustrious_beretmixreal_v80.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"checkpoint_path": "Illustrious/beretMixReal_v80.safetensors",
|
||||
"checkpoint_name": "beretMixReal_v80.safetensors",
|
||||
"base_positive": "masterpiece, best quality, photo realistic, ultra detailed, realistic skin, ultra high res, 8k, very aesthetic, absurdres",
|
||||
"base_negative": "worst quality, low quality, normal quality, watermark, sexual fluids",
|
||||
"steps": 30,
|
||||
"cfg": 7.0,
|
||||
"sampler_name": "euler_ancestral",
|
||||
"vae": "integrated"
|
||||
}
|
||||
10
data/checkpoints/illustrious_bismuthillustrious_v60.json
Normal file
10
data/checkpoints/illustrious_bismuthillustrious_v60.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"checkpoint_path": "Illustrious/bismuthIllustrious_v60.safetensors",
|
||||
"checkpoint_name": "bismuthIllustrious_v60.safetensors",
|
||||
"base_positive": "masterpiece, best quality, highly detailed, good quality, newest",
|
||||
"base_negative": "bad quality, worst quality, lowres, deformed, bad hands, watermark, simple background",
|
||||
"steps": 35,
|
||||
"cfg": 5.0,
|
||||
"sampler_name": "euler_ancestral",
|
||||
"vae": "integrated"
|
||||
}
|
||||
10
data/checkpoints/illustrious_blendermixillustrious_v01.json
Normal file
10
data/checkpoints/illustrious_blendermixillustrious_v01.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"checkpoint_path": "Illustrious/blendermixIllustrious_v01.safetensors",
|
||||
"checkpoint_name": "blendermixIllustrious_v01.safetensors",
|
||||
"base_positive": "masterpiece, best quality",
|
||||
"base_negative": "worst quality, low quality, jpeg artifacts, multiple views, 4koma, bad anatomy, bad hands, text",
|
||||
"steps": 30,
|
||||
"cfg": 7.0,
|
||||
"sampler_name": "euler_ancestral",
|
||||
"vae": "integrated"
|
||||
}
|
||||
10
data/checkpoints/illustrious_boleromixwainsfw_v10.json
Normal file
10
data/checkpoints/illustrious_boleromixwainsfw_v10.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"checkpoint_path": "Illustrious/boleromixWAINSFW_v10.safetensors",
|
||||
"checkpoint_name": "boleromixWAINSFW_v10.safetensors",
|
||||
"base_positive": "(HDR), (intricate details), newest, (amazing quality:0.5), absurdres, highres, 8k resolution, film grain, soft lighting, anime, (anime screenshot:2, anime coloring:2), detailed background, 8k, masterpiece, best quality, very aesthetic",
|
||||
"base_negative": "bad anatomy, sketch, jpeg artifacts, signature, watermark, bar censor, mosaic censoring, censored, mosaic, inset images, split images, backlighting, shaded face, out of frame, cropped, blurry, ugly, deformed, mutated, bad proportions, extra limbs, missing limbs, extra fingers, missing fingers, writing, text, username, comics, speech bubble, several images, collage, monochrome, smudge, artifact",
|
||||
"steps": 24,
|
||||
"cfg": 5.0,
|
||||
"sampler_name": "euler_ancestral",
|
||||
"vae": "integrated"
|
||||
}
|
||||
10
data/checkpoints/illustrious_catpony_aniilv51.json
Normal file
10
data/checkpoints/illustrious_catpony_aniilv51.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"checkpoint_path": "Illustrious/catpony_aniIlV51.safetensors",
|
||||
"checkpoint_name": "catpony_aniIlV51.safetensors",
|
||||
"base_positive": "masterpiece, best quality, 2.5D, very aesthetic, absurdres",
|
||||
"base_negative": "lowres, bad anatomy, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry, artist name",
|
||||
"steps": 60,
|
||||
"cfg": 5.0,
|
||||
"sampler_name": "euler_ancestral",
|
||||
"vae": "integrated"
|
||||
}
|
||||
10
data/checkpoints/illustrious_cherryfish_v60.json
Normal file
10
data/checkpoints/illustrious_cherryfish_v60.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"checkpoint_path": "Illustrious/cherryfish_v60.safetensors",
|
||||
"checkpoint_name": "cherryfish_v60.safetensors",
|
||||
"base_positive": "masterpiece, best quality, very aesthetic, anime, high resolution, detailed",
|
||||
"base_negative": "low quality, worst quality, bad anatomy, bad hands, lowres, blurry",
|
||||
"steps": 30,
|
||||
"cfg": 3.5,
|
||||
"sampler_name": "euler_ancestral",
|
||||
"vae": "integrated"
|
||||
}
|
||||
10
data/checkpoints/illustrious_cutecandymix_illustrious.json
Normal file
10
data/checkpoints/illustrious_cutecandymix_illustrious.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"checkpoint_path": "Illustrious/cutecandymix_illustrious.safetensors",
|
||||
"checkpoint_name": "cutecandymix_illustrious.safetensors",
|
||||
"base_positive": "masterpiece, best quality, very aesthetic, absurdres, year 2023",
|
||||
"base_negative": "lowres, (bad), text, error, fewer, extra, missing, worst quality, jpeg artifacts, low quality, watermark, unfinished, displeasing, oldest, early, chromatic aberration, signature, extra digits, artistic error, username, scan, (abstract:0.9), nsfw",
|
||||
"steps": 28,
|
||||
"cfg": 5.0,
|
||||
"sampler_name": "euler_ancestral",
|
||||
"vae": "sdxl_vae.safetensors"
|
||||
}
|
||||
10
data/checkpoints/illustrious_cuteretrogirl_v10.json
Normal file
10
data/checkpoints/illustrious_cuteretrogirl_v10.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"checkpoint_path": "Illustrious/cuteRetroGirl_v10.safetensors",
|
||||
"checkpoint_name": "cuteRetroGirl_v10.safetensors",
|
||||
"base_positive": "masterpiece, best quality, very aesthetic, retro-anime-style",
|
||||
"base_negative": "low quality, worst quality, normal quality, jpeg artifacts, watermark, signature, text, error, bad anatomy, distorted, ugly",
|
||||
"steps": 35,
|
||||
"cfg": 6.0,
|
||||
"sampler_name": "euler_ancestral",
|
||||
"vae": "integrated"
|
||||
}
|
||||
10
data/checkpoints/illustrious_cyberillustrious_v50.json
Normal file
10
data/checkpoints/illustrious_cyberillustrious_v50.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"checkpoint_path": "Illustrious/cyberillustrious_v50.safetensors",
|
||||
"checkpoint_name": "cyberillustrious_v50.safetensors",
|
||||
"base_positive": "masterpiece, best quality, high quality, ultra-detailed, realistic",
|
||||
"base_negative": "cartoon, illustration, anime, painting, CGI, 3D render, low quality, watermark, logo, label, deformed, deformed face, bad quality, worst quality, extra fingers, deformed teeth",
|
||||
"steps": 30,
|
||||
"cfg": 4.5,
|
||||
"sampler_name": "euler_ancestral",
|
||||
"vae": "integrated"
|
||||
}
|
||||
10
data/checkpoints/illustrious_danliuweimix_v65.json
Normal file
10
data/checkpoints/illustrious_danliuweimix_v65.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"checkpoint_path": "Illustrious/danliuweiMix_v65.safetensors",
|
||||
"checkpoint_name": "danliuweiMix_v65.safetensors",
|
||||
"base_positive": "masterwork, masterpiece, best quality, detailed, high detail, very aesthetic, amazing quality, absurdres, newest",
|
||||
"base_negative": "low quality, bad quality, worst quality, lowres, bad anatomy, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, jpeg artifacts, signature, watermark, username, blurry",
|
||||
"steps": 25,
|
||||
"cfg": 5.0,
|
||||
"sampler_name": "euler_ancestral",
|
||||
"vae": "integrated"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"checkpoint_path": "Illustrious/DasiwaIllustriousRealistic_shatteredrealityV1.safetensors",
|
||||
"checkpoint_name": "DasiwaIllustriousRealistic_shatteredrealityV1.safetensors",
|
||||
"base_positive": "masterpiece, best quality, realistic",
|
||||
"base_negative": "low quality, worst quality, bad anatomy, text, watermark, username",
|
||||
"steps": 30,
|
||||
"cfg": 5.0,
|
||||
"sampler_name": "euler",
|
||||
"vae": "integrated"
|
||||
}
|
||||
10
data/checkpoints/illustrious_divingillustrious_v11vae.json
Normal file
10
data/checkpoints/illustrious_divingillustrious_v11vae.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"checkpoint_path": "Illustrious/divingIllustrious_v11VAE.safetensors",
|
||||
"checkpoint_name": "divingIllustrious_v11VAE.safetensors",
|
||||
"base_positive": "masterpiece, best quality, ultra-HD, photorealistic, high detail, 8k",
|
||||
"base_negative": "(worst quality, low quality, normal quality, caucasian:1), lowres, bad anatomy, bad hands, signature, watermarks, ugly, imperfect eyes, unnatural face, unnatural body, error, extra limb, missing limbs",
|
||||
"steps": 25,
|
||||
"cfg": 5.0,
|
||||
"sampler_name": "euler_ancestral",
|
||||
"vae": "integrated"
|
||||
}
|
||||
10
data/checkpoints/illustrious_dixar_4dixgalore.json
Normal file
10
data/checkpoints/illustrious_dixar_4dixgalore.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"checkpoint_path": "Illustrious/dixar_4DixGalore.safetensors",
|
||||
"checkpoint_name": "dixar_4DixGalore.safetensors",
|
||||
"base_positive": "masterpiece, best quality",
|
||||
"base_negative": "low quality, worst quality, bad anatomy",
|
||||
"steps": 40,
|
||||
"cfg": 5.0,
|
||||
"sampler_name": "euler_ancestral",
|
||||
"vae": "integrated"
|
||||
}
|
||||
10
data/checkpoints/illustrious_dvine_v100.json
Normal file
10
data/checkpoints/illustrious_dvine_v100.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"checkpoint_path": "Illustrious/dvine_v100.safetensors",
|
||||
"checkpoint_name": "dvine_v100.safetensors",
|
||||
"base_positive": "masterpiece, best quality, absurdres, highres, very aesthetic, high quality, detailed, insanely detailed, beautiful, very awa, anime screencap",
|
||||
"base_negative": "lowres, bad quality, worst quality, bad anatomy, sketch, jpeg artifacts, ugly, poorly drawn, blurry, transparent background, tears, censored, (simple background:1.6), artist name, signature, watermark",
|
||||
"steps": 30,
|
||||
"cfg": 7.0,
|
||||
"sampler_name": "euler_ancestral",
|
||||
"vae": "integrated"
|
||||
}
|
||||
10
data/checkpoints/illustrious_earthboundmode9_v20.json
Normal file
10
data/checkpoints/illustrious_earthboundmode9_v20.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"checkpoint_path": "Illustrious/earthboundMode9_v20.safetensors",
|
||||
"checkpoint_name": "earthboundMode9_v20.safetensors",
|
||||
"base_positive": "masterpiece, best quality, high resolution, very aesthetic",
|
||||
"base_negative": "low quality, bad quality, worst quality, watermark",
|
||||
"steps": 25,
|
||||
"cfg": 6.5,
|
||||
"sampler_name": "euler_ancestral",
|
||||
"vae": "integrated"
|
||||
}
|
||||
10
data/checkpoints/illustrious_finnishfish_v40.json
Normal file
10
data/checkpoints/illustrious_finnishfish_v40.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"checkpoint_path": "Illustrious/finnishfish_v40.safetensors",
|
||||
"checkpoint_name": "finnishfish_v40.safetensors",
|
||||
"base_positive": "masterpiece, best quality, amazing quality, high-resolution, detailed skin, very aesthetic, absurdres, newest, volumetric lighting",
|
||||
"base_negative": "lowres, worst quality, bad quality, bad anatomy, nsfw, 3d, watermark, text",
|
||||
"steps": 30,
|
||||
"cfg": 5.5,
|
||||
"sampler_name": "euler_ancestral",
|
||||
"vae": "integrated"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"checkpoint_path": "Illustrious/fiveStarsIllustrious_50_1630144.safetensors",
|
||||
"checkpoint_name": "fiveStarsIllustrious_50_1630144.safetensors",
|
||||
"base_positive": "masterpiece, best quality, very aesthetic, absurdres",
|
||||
"base_negative": "low quality, worst quality, bad anatomy, text, watermark, signature",
|
||||
"steps": 25,
|
||||
"cfg": 5.0,
|
||||
"sampler_name": "euler_ancestral",
|
||||
"vae": "integrated"
|
||||
}
|
||||
10
data/checkpoints/illustrious_flanimeillustriousxl_v16.json
Normal file
10
data/checkpoints/illustrious_flanimeillustriousxl_v16.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"checkpoint_path": "Illustrious/flanimeIllustriousXL_v16.safetensors",
|
||||
"checkpoint_name": "flanimeIllustriousXL_v16.safetensors",
|
||||
"base_positive": "masterpiece, best quality, amazing quality, very aesthetic, absurdres, newest, anime coloring",
|
||||
"base_negative": "bad quality, worst quality, bad anatomy, bad hands, comic, jpeg artifacts, watermark, text, logo, artist name, realistic, 3d, ugly, distorted, poorly drawn, low quality",
|
||||
"steps": 28,
|
||||
"cfg": 5.0,
|
||||
"sampler_name": "euler_ancestral",
|
||||
"vae": "integrated"
|
||||
}
|
||||
10
data/checkpoints/illustrious_fubuwamix3dreal_v134.json
Normal file
10
data/checkpoints/illustrious_fubuwamix3dreal_v134.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"checkpoint_path": "Illustrious/fubuwaMIX3DREAL_v134.safetensors",
|
||||
"checkpoint_name": "fubuwaMIX3DREAL_v134.safetensors",
|
||||
"base_positive": "masterpiece, best quality, 3d, realistic, very aesthetic, absurdres",
|
||||
"base_negative": "low quality, worst quality, bad anatomy, text, watermark, signature, ugly, bad hands",
|
||||
"steps": 30,
|
||||
"cfg": 3.5,
|
||||
"sampler_name": "dpmpp_2m",
|
||||
"vae": "integrated"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"checkpoint_path": "Illustrious/galenaCATGalenaCitronAnime_ilV5.safetensors",
|
||||
"checkpoint_name": "galenaCATGalenaCitronAnime_ilV5.safetensors",
|
||||
"base_positive": "anime",
|
||||
"base_negative": "text, logo",
|
||||
"steps": 25,
|
||||
"cfg": 5,
|
||||
"sampler_name": "euler_ancestral",
|
||||
"vae": "integrated"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"checkpoint_path": "Illustrious/graycolorhentaimixil_v21Reccomend.safetensors",
|
||||
"checkpoint_name": "graycolorhentaimixil_v21Reccomend.safetensors",
|
||||
"base_positive": "masterpiece, best quality, very aesthetic, absurdres, newest",
|
||||
"base_negative": "bad anatomy, worst quality, low quality",
|
||||
"steps": 28,
|
||||
"cfg": 5.0,
|
||||
"sampler_name": "euler_ancestral",
|
||||
"vae": "sdxl_vae.safetensors"
|
||||
}
|
||||
10
data/checkpoints/illustrious_hana4chrome_huge.json
Normal file
10
data/checkpoints/illustrious_hana4chrome_huge.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"checkpoint_path": "Illustrious/hana4CHROME_huge.safetensors",
|
||||
"checkpoint_name": "hana4CHROME_huge.safetensors",
|
||||
"base_positive": "HDR, raytracing, pathtracing, realistic shadows, masterpiece, best quality, newest, absurdres, highres",
|
||||
"base_negative": "worst quality, bad quality, low quality, lowres, anatomical nonsense, artistic error, bad anatomy",
|
||||
"steps": 30,
|
||||
"cfg": 5.5,
|
||||
"sampler_name": "euler_ancestral",
|
||||
"vae": "integrated"
|
||||
}
|
||||
10
data/checkpoints/illustrious_hana4chrome_v90.json
Normal file
10
data/checkpoints/illustrious_hana4chrome_v90.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"checkpoint_path": "Illustrious/hana4CHROME_v90.safetensors",
|
||||
"checkpoint_name": "hana4CHROME_v90.safetensors",
|
||||
"base_positive": "HDR, raytracing, pathtracing, realistic shadows, masterpiece, best quality, newest, absurdres, highres",
|
||||
"base_negative": "worst quality, bad quality, low quality, lowres, anatomical nonsense, artistic error, bad anatomy",
|
||||
"steps": 30,
|
||||
"cfg": 5.5,
|
||||
"sampler_name": "euler_ancestral",
|
||||
"vae": "integrated"
|
||||
}
|
||||
10
data/checkpoints/illustrious_hassakuxlillustrious_v34.json
Normal file
10
data/checkpoints/illustrious_hassakuxlillustrious_v34.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"checkpoint_path": "Illustrious/hassakuXLIllustrious_v34.safetensors",
|
||||
"checkpoint_name": "hassakuXLIllustrious_v34.safetensors",
|
||||
"base_positive": "masterpiece",
|
||||
"base_negative": "signature, text, logo, speech bubble, watermark, low quality, worst quality",
|
||||
"steps": 25,
|
||||
"cfg": 6.0,
|
||||
"sampler_name": "euler_ancestral",
|
||||
"vae": "integrated"
|
||||
}
|
||||
10
data/checkpoints/illustrious_hawawamixil_v10.json
Normal file
10
data/checkpoints/illustrious_hawawamixil_v10.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"checkpoint_path": "Illustrious/hawawamixIL_v10.safetensors",
|
||||
"checkpoint_name": "hawawamixIL_v10.safetensors",
|
||||
"base_positive": "masterpiece, best quality, newest, absurdres, highres, anime screenshot, anime coloring",
|
||||
"base_negative": "(worst quality, low quality, normal quality), lowres, bad anatomy, bad hands, bad finger, signature, watermarks, bara, muscle, loli, realistic",
|
||||
"steps": 20,
|
||||
"cfg": 3.0,
|
||||
"sampler_name": "euler_ancestral",
|
||||
"vae": "integrated"
|
||||
}
|
||||
10
data/checkpoints/illustrious_hdarainbowillus_v14.json
Normal file
10
data/checkpoints/illustrious_hdarainbowillus_v14.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"checkpoint_path": "Illustrious/hdaRainbowIllus_v14.safetensors",
|
||||
"checkpoint_name": "hdaRainbowIllus_v14.safetensors",
|
||||
"base_positive": "masterpiece, best quality",
|
||||
"base_negative": "unfinished, (weird anatomy), bad anatomy, conjoined, english text, signature, text, censored, black border, border",
|
||||
"steps": 25,
|
||||
"cfg": 5.0,
|
||||
"sampler_name": "euler_ancestral",
|
||||
"vae": "sdxl_vae.safetensors"
|
||||
}
|
||||
10
data/checkpoints/illustrious_hsartanime_il30.json
Normal file
10
data/checkpoints/illustrious_hsartanime_il30.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"checkpoint_path": "Illustrious/hsArtAnime_il30.safetensors",
|
||||
"checkpoint_name": "hsArtAnime_il30.safetensors",
|
||||
"base_positive": "masterpiece, best quality, newest, absurdres, highres, safe",
|
||||
"base_negative": "nsfw, worst quality, old, early, low quality, lowres, signature, username, logo, bad hands, mutated hands, mammal, anthro, furry, ambiguous form, feral, semi-anthro",
|
||||
"steps": 28,
|
||||
"cfg": 5.0,
|
||||
"sampler_name": "euler_ancestral",
|
||||
"vae": "integrated"
|
||||
}
|
||||
10
data/checkpoints/illustrious_hsultrahdcg_v50.json
Normal file
10
data/checkpoints/illustrious_hsultrahdcg_v50.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"checkpoint_path": "Illustrious/hsUltrahdCG_v50.safetensors",
|
||||
"checkpoint_name": "hsUltrahdCG_v50.safetensors",
|
||||
"base_positive": "masterpiece, best quality, very aesthetic, anime, cg, digital painting",
|
||||
"base_negative": "low quality, bad quality, worst quality, text, watermark, logo",
|
||||
"steps": 25,
|
||||
"cfg": 5.0,
|
||||
"sampler_name": "euler_ancestral",
|
||||
"vae": "integrated"
|
||||
}
|
||||
10
data/checkpoints/illustrious_ichigomilk_v10.json
Normal file
10
data/checkpoints/illustrious_ichigomilk_v10.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"checkpoint_path": "Illustrious/ichigomilk_v10.safetensors",
|
||||
"checkpoint_name": "ichigomilk_v10.safetensors",
|
||||
"base_positive": "anime",
|
||||
"base_negative": "text, logo",
|
||||
"steps": 25,
|
||||
"cfg": 5,
|
||||
"sampler_name": "euler_ancestral",
|
||||
"vae": "integrated"
|
||||
}
|
||||
10
data/checkpoints/illustrious_illustein_v2.json
Normal file
10
data/checkpoints/illustrious_illustein_v2.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"checkpoint_path": "Illustrious/illustein_V2.safetensors",
|
||||
"checkpoint_name": "illustein_V2.safetensors",
|
||||
"base_positive": "masterpiece, best quality, absurdres",
|
||||
"base_negative": "text, logo, watermark, bad anatomy, low quality, worst quality",
|
||||
"steps": 28,
|
||||
"cfg": 5.0,
|
||||
"sampler_name": "euler_ancestral",
|
||||
"vae": "integrated"
|
||||
}
|
||||
10
data/checkpoints/illustrious_illustrij_v20.json
Normal file
10
data/checkpoints/illustrious_illustrij_v20.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"checkpoint_path": "Illustrious/illustrij_v20.safetensors",
|
||||
"checkpoint_name": "illustrij_v20.safetensors",
|
||||
"base_positive": "masterpiece, best quality, ultra-detailed, 8k resolution, high dynamic range, absurdres, stunningly, intricate details, sharp focus, detailed eyes, cinematic color grading, high-resolution texture",
|
||||
"base_negative": "worst quality, bad quality",
|
||||
"steps": 30,
|
||||
"cfg": 7.0,
|
||||
"sampler_name": "euler_ancestral",
|
||||
"vae": "integrated"
|
||||
}
|
||||
10
data/checkpoints/illustrious_illustrijevo_lvl3.json
Normal file
10
data/checkpoints/illustrious_illustrijevo_lvl3.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"checkpoint_path": "Illustrious/illustrijEVO_lvl3.safetensors",
|
||||
"checkpoint_name": "illustrijEVO_lvl3.safetensors",
|
||||
"base_positive": "masterpiece, best quality, ultra-detailed, 8k resolution, high dynamic range, absurdres, stunningly beautiful, intricate details, sharp focus, detailed eyes, cinematic color grading, high-resolution texture",
|
||||
"base_negative": "(worst quality:2), (low quality:2), (normal quality:2), bad anatomy, bad proportions, poorly drawn face, poorly drawn hands, missing fingers, extra limbs, blurry, pixelated, distorted, lowres, jpeg artifacts, watermark, signature, text, (deformed:1.5), (bad hands:1.3), overexposed, underexposed, censored, mutated, extra fingers, cloned face, bad eyes",
|
||||
"steps": 30,
|
||||
"cfg": 5.0,
|
||||
"sampler_name": "dpmpp_2m",
|
||||
"vae": "integrated"
|
||||
}
|
||||
10
data/checkpoints/illustrious_illustrijquill_v1.json
Normal file
10
data/checkpoints/illustrious_illustrijquill_v1.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"checkpoint_path": "Illustrious/illustrijQuill_v1.safetensors",
|
||||
"checkpoint_name": "illustrijQuill_v1.safetensors",
|
||||
"base_positive": "masterpiece, best quality",
|
||||
"base_negative": "worst quality, bad quality",
|
||||
"steps": 30,
|
||||
"cfg": 7.0,
|
||||
"sampler_name": "dpmpp_2m",
|
||||
"vae": "integrated"
|
||||
}
|
||||
10
data/checkpoints/illustrious_illustriousgehenna_v40.json
Normal file
10
data/checkpoints/illustrious_illustriousgehenna_v40.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"checkpoint_path": "Illustrious/illustriousGehenna_v40.safetensors",
|
||||
"checkpoint_name": "illustriousGehenna_v40.safetensors",
|
||||
"base_positive": "masterpiece, best quality, amazing quality, very aesthetic, absurdres, newest, lips",
|
||||
"base_negative": "text, logo, watermark, bad anatomy, low quality, worst quality",
|
||||
"steps": 25,
|
||||
"cfg": 5.0,
|
||||
"sampler_name": "euler_ancestral",
|
||||
"vae": "integrated"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"checkpoint_path": "Illustrious/illustriousPixelart_v2SeriesV201.safetensors",
|
||||
"checkpoint_name": "illustriousPixelart_v2SeriesV201.safetensors",
|
||||
"base_positive": "pixel_art, retro_artstyle, masterpiece, best quality",
|
||||
"base_negative": "low quality, worst quality, bad anatomy, 3d, photorealistic, blurry",
|
||||
"steps": 25,
|
||||
"cfg": 5.0,
|
||||
"sampler_name": "euler_ancestral",
|
||||
"vae": "integrated"
|
||||
}
|
||||
10
data/checkpoints/illustrious_ilustmix_v9.json
Normal file
10
data/checkpoints/illustrious_ilustmix_v9.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"checkpoint_path": "Illustrious/ilustmix_v9.safetensors",
|
||||
"checkpoint_name": "ilustmix_v9.safetensors",
|
||||
"base_positive": "masterpiece, best quality, amazing quality, very aesthetic, detailed eyes, perfect eyes, realistic eyes",
|
||||
"base_negative": "worst quality, bad quality, low quality, missing fingers, extra fingers, sweat, dutch angle",
|
||||
"steps": 25,
|
||||
"cfg": 5.0,
|
||||
"sampler_name": "euler_ancestral",
|
||||
"vae": "integrated"
|
||||
}
|
||||
10
data/checkpoints/illustrious_ilustmixv100_rpii.json
Normal file
10
data/checkpoints/illustrious_ilustmixv100_rpii.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"checkpoint_path": "Illustrious/ilustmixV100.rPII.safetensors",
|
||||
"checkpoint_name": "ilustmixV100.rPII.safetensors",
|
||||
"base_positive": "masterpiece, best quality, amazing quality, very aesthetic, detailed eyes, perfect eyes, realistic eyes",
|
||||
"base_negative": "loli, child, parted lips, (worst quality, low quality, sketch:1.1), error, bad anatomy, bad hands, watermark, ugly, distorted, censored, lowres, signature",
|
||||
"steps": 25,
|
||||
"cfg": 7.0,
|
||||
"sampler_name": "euler_ancestral",
|
||||
"vae": "integrated"
|
||||
}
|
||||
10
data/checkpoints/illustrious_jedpointil_v6vae.json
Normal file
10
data/checkpoints/illustrious_jedpointil_v6vae.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"checkpoint_path": "Illustrious/jedpointil_v6VAE.safetensors",
|
||||
"checkpoint_name": "jedpointil_v6VAE.safetensors",
|
||||
"base_positive": "masterpiece, detailed_eyes, high_quality, best_quality, highres, absurdres, 8k",
|
||||
"base_negative": "poorly_detailed, jpeg_artifacts, worst_quality, bad_quality",
|
||||
"steps": 40,
|
||||
"cfg": 6.0,
|
||||
"sampler_name": "euler_ancestral",
|
||||
"vae": "integrated"
|
||||
}
|
||||
10
data/checkpoints/illustrious_kawaiialluxanime.json
Normal file
10
data/checkpoints/illustrious_kawaiialluxanime.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"checkpoint_path": "Illustrious/kawaiialluxanime_.safetensors",
|
||||
"checkpoint_name": "kawaiialluxanime_.safetensors",
|
||||
"base_positive": "masterpiece, best quality, absurdres, amazing quality, intricate details",
|
||||
"base_negative": "lowres, worst quality, low quality, bad anatomy, bad hand, extra digits, nsfw",
|
||||
"steps": 25,
|
||||
"cfg": 5.0,
|
||||
"sampler_name": "euler_ancestral",
|
||||
"vae": "integrated"
|
||||
}
|
||||
10
data/checkpoints/illustrious_kawaiimillesime_v6.json
Normal file
10
data/checkpoints/illustrious_kawaiimillesime_v6.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"checkpoint_path": "Illustrious/kawaiimillesime_v6.safetensors",
|
||||
"checkpoint_name": "kawaiimillesime_v6.safetensors",
|
||||
"base_positive": "masterpiece, best quality, very aesthetic, absurdres, black eyeliner, long eyelashes",
|
||||
"base_negative": "worst quality, bad quality, realistic",
|
||||
"steps": 30,
|
||||
"cfg": 5.0,
|
||||
"sampler_name": "euler_ancestral",
|
||||
"vae": "integrated"
|
||||
}
|
||||
10
data/checkpoints/illustrious_kokioillu_v20.json
Normal file
10
data/checkpoints/illustrious_kokioillu_v20.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"checkpoint_path": "Illustrious/kokioIllu_v20.safetensors",
|
||||
"checkpoint_name": "kokioIllu_v20.safetensors",
|
||||
"base_positive": "incredibly absurdres, highres, masterpiece, newest",
|
||||
"base_negative": "anatomical nonsense, artistic error, bad anatomy, worst quality, bad quality, low quality, lowres",
|
||||
"steps": 30,
|
||||
"cfg": 5.0,
|
||||
"sampler_name": "euler_ancestral",
|
||||
"vae": "integrated"
|
||||
}
|
||||
10
data/checkpoints/illustrious_lemonsugarmix_v22.json
Normal file
10
data/checkpoints/illustrious_lemonsugarmix_v22.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"checkpoint_path": "Illustrious/lemonsugarmix_v22.safetensors",
|
||||
"checkpoint_name": "lemonsugarmix_v22.safetensors",
|
||||
"base_positive": "masterpiece, best quality, very aesthetic, 1girl",
|
||||
"base_negative": "worst quality, bad quality",
|
||||
"steps": 25,
|
||||
"cfg": 5.0,
|
||||
"sampler_name": "euler_ancestral",
|
||||
"vae": "integrated"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"checkpoint_path": "Illustrious/loxsSoulsMixPerfectDoll_v20.safetensors",
|
||||
"checkpoint_name": "loxsSoulsMixPerfectDoll_v20.safetensors",
|
||||
"base_positive": "masterpiece, best quality, amazing quality, very aesthetic, absurdres, 4k, high resolution, ultra-detailed, newest",
|
||||
"base_negative": "low quality, bad quality, worst quality, lowres, bad anatomy, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, jpeg artifacts, signature, watermark, username, blurry",
|
||||
"steps": 30,
|
||||
"cfg": 6.0,
|
||||
"sampler_name": "euler_ancestral",
|
||||
"vae": "integrated"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"checkpoint_path": "Illustrious/loxsSoulsMixPrisma_PRISMAV60.safetensors",
|
||||
"checkpoint_name": "loxsSoulsMixPrisma_PRISMAV60.safetensors",
|
||||
"base_positive": "masterpiece, best quality, amazing quality, very aesthetic, absurdres, 4k, high resolution, ultra-detailed, newest",
|
||||
"base_negative": "low quality, bad quality, worst quality, old, early, signature, watermark, username, artist name, bad anatomy",
|
||||
"steps": 30,
|
||||
"cfg": 5.5,
|
||||
"sampler_name": "euler_ancestral",
|
||||
"vae": "integrated"
|
||||
}
|
||||
10
data/checkpoints/illustrious_lunarcherrymix_v23.json
Normal file
10
data/checkpoints/illustrious_lunarcherrymix_v23.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"checkpoint_path": "Illustrious/lunarcherrymix_v23.safetensors",
|
||||
"checkpoint_name": "lunarcherrymix_v23.safetensors",
|
||||
"base_positive": "masterpiece, best quality, ultra high res, photorealistic, 8K UHD, hyper-detailed",
|
||||
"base_negative": "lowres, worst quality, bad quality, bad anatomy, sketch, jpeg artifacts, signature, watermark, old, oldest",
|
||||
"steps": 30,
|
||||
"cfg": 7.0,
|
||||
"sampler_name": "euler_ancestral",
|
||||
"vae": "integrated"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"checkpoint_path": "Illustrious/lunarpeachmix_v21BaseIllustrxl20.safetensors",
|
||||
"checkpoint_name": "lunarpeachmix_v21BaseIllustrxl20.safetensors",
|
||||
"base_positive": "masterpiece, best quality, amazing quality, very aesthetic, absurdres, newest, flat_color",
|
||||
"base_negative": "bad quality, worst quality, worst detail, sketch, censor",
|
||||
"steps": 35,
|
||||
"cfg": 5.0,
|
||||
"sampler_name": "dpmpp_2m",
|
||||
"vae": "integrated"
|
||||
}
|
||||
10
data/checkpoints/illustrious_magicill_magicillvpredv10.json
Normal file
10
data/checkpoints/illustrious_magicill_magicillvpredv10.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"checkpoint_path": "Illustrious/magicILL_magicILLVpredV10.safetensors",
|
||||
"checkpoint_name": "magicILL_magicILLVpredV10.safetensors",
|
||||
"base_positive": "masterpiece, best quality, absurdres, perfect composition, official_art, highly_detailed",
|
||||
"base_negative": "low quality, worst quality, bad anatomy, text, watermark",
|
||||
"steps": 30,
|
||||
"cfg": 5.0,
|
||||
"sampler_name": "euler_ancestral",
|
||||
"vae": "integrated"
|
||||
}
|
||||
10
data/checkpoints/illustrious_manifestationsil_v40.json
Normal file
10
data/checkpoints/illustrious_manifestationsil_v40.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"checkpoint_path": "Illustrious/manifestationsIL_v40.safetensors",
|
||||
"checkpoint_name": "manifestationsIL_v40.safetensors",
|
||||
"base_positive": "masterpiece, ultra-detailed, 8k, subsurface scattering",
|
||||
"base_negative": "",
|
||||
"steps": 30,
|
||||
"cfg": 4.0,
|
||||
"sampler_name": "dpmpp_2m",
|
||||
"vae": "integrated"
|
||||
}
|
||||
10
data/checkpoints/illustrious_maturacomix_aphoticred750.json
Normal file
10
data/checkpoints/illustrious_maturacomix_aphoticred750.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"checkpoint_path": "Illustrious/maturacomix_aphoticred750.safetensors",
|
||||
"checkpoint_name": "maturacomix_aphoticred750.safetensors",
|
||||
"base_positive": "masterpiece, best quality, anime, comics, crisp lines, high fidelity",
|
||||
"base_negative": "low quality, worst quality, bad anatomy, text, watermark",
|
||||
"steps": 30,
|
||||
"cfg": 5.0,
|
||||
"sampler_name": "euler_ancestral",
|
||||
"vae": "integrated"
|
||||
}
|
||||
10
data/checkpoints/illustrious_maturacomix_arcadia.json
Normal file
10
data/checkpoints/illustrious_maturacomix_arcadia.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"checkpoint_path": "Illustrious/maturacomix_arcadia.safetensors",
|
||||
"checkpoint_name": "maturacomix_arcadia.safetensors",
|
||||
"base_positive": "masterpiece, best quality, comic style, anime, crisp lines, vibrant colors, glossy, finished art",
|
||||
"base_negative": "low quality, worst quality, bad anatomy, bad hands, blurry",
|
||||
"steps": 30,
|
||||
"cfg": 5.0,
|
||||
"sampler_name": "dpmpp_3m_sde",
|
||||
"vae": "integrated"
|
||||
}
|
||||
10
data/checkpoints/illustrious_maturacomix_boost.json
Normal file
10
data/checkpoints/illustrious_maturacomix_boost.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"checkpoint_path": "Illustrious/maturacomix_boost.safetensors",
|
||||
"checkpoint_name": "maturacomix_boost.safetensors",
|
||||
"base_positive": "masterpiece, best quality, anime, comics, crisp lines, vibrant, glossy, high fidelity, bold style",
|
||||
"base_negative": "low quality, worst quality, bad anatomy, blurry, text, watermark",
|
||||
"steps": 30,
|
||||
"cfg": 5.0,
|
||||
"sampler_name": "euler_ancestral",
|
||||
"vae": "integrated"
|
||||
}
|
||||
10
data/checkpoints/illustrious_maturacomix_nitro.json
Normal file
10
data/checkpoints/illustrious_maturacomix_nitro.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"checkpoint_path": "Illustrious/maturacomix_nitro.safetensors",
|
||||
"checkpoint_name": "maturacomix_nitro.safetensors",
|
||||
"base_positive": "masterpiece, best quality, very aesthetic, absurdres, crisp lines, comic style, vibrant colors, sharp focus",
|
||||
"base_negative": "low quality, worst quality, bad anatomy, bad hands, blurry, watermark, text, logo, signature",
|
||||
"steps": 30,
|
||||
"cfg": 4.5,
|
||||
"sampler_name": "dpmpp_3m_sde",
|
||||
"vae": "integrated"
|
||||
}
|
||||
10
data/checkpoints/illustrious_maturacomix_oneshot.json
Normal file
10
data/checkpoints/illustrious_maturacomix_oneshot.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"checkpoint_path": "Illustrious/maturacomix_oneshot.safetensors",
|
||||
"checkpoint_name": "maturacomix_oneshot.safetensors",
|
||||
"base_positive": "masterpiece, best quality, anime, comic style, hybrid style, sharp lines, vibrant colors, expressive lineweight, polished rendering",
|
||||
"base_negative": "low quality, bad anatomy, worst quality, watermark, text, blurry, artifacts",
|
||||
"steps": 30,
|
||||
"cfg": 4.5,
|
||||
"sampler_name": "dpmpp_3m_sde",
|
||||
"vae": "integrated"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"checkpoint_path": "Illustrious/mergeijPONYIL_v30VAE_1382655.safetensors",
|
||||
"checkpoint_name": "mergeijPONYIL_v30VAE_1382655.safetensors",
|
||||
"base_positive": "masterpiece, best_quality, amazing_quality, very_aesthetic, absurdres, newest, detailed_eyes, HDR, 8K, ultra-detailed, highly_aesthetic, highly_detailed_eyes, depth_of_field, realistic_body",
|
||||
"base_negative": "worst_quality, bad_quality, poorly_detailed",
|
||||
"steps": 30,
|
||||
"cfg": 5.0,
|
||||
"sampler_name": "euler_ancestral",
|
||||
"vae": "integrated"
|
||||
}
|
||||
10
data/checkpoints/illustrious_mergesteinanimu_reborn.json
Normal file
10
data/checkpoints/illustrious_mergesteinanimu_reborn.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"checkpoint_path": "Illustrious/mergesteinAnimu_reborn.safetensors",
|
||||
"checkpoint_name": "mergesteinAnimu_reborn.safetensors",
|
||||
"base_positive": "masterpiece, best quality, excellent, high Resolution, aesthetic",
|
||||
"base_negative": "worst quality, bad quality, low quality, lowres, low resolution, anatomical nonsense, artistic error, bad anatomy, interlocked fingers, bad feet, censored, watermark, bad hands, extra digit, fewer digits, bar censor, mosaic censor, conjoined",
|
||||
"steps": 25,
|
||||
"cfg": 4.0,
|
||||
"sampler_name": "euler_ancestral",
|
||||
"vae": "integrated"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"checkpoint_path": "Illustrious/miaomiao3DHarem_lh3dVpred10.safetensors",
|
||||
"checkpoint_name": "miaomiao3DHarem_lh3dVpred10.safetensors",
|
||||
"base_positive": "very aesthetic, masterpiece, best quality, ultra-detailed, pale_skin, anime coloring, anime screencap, HDR, 8K, high detail RAW color art, 3D, unreal, (photo background:1.3)",
|
||||
"base_negative": "worst quality, bad quality, simple_background, low quality, jpeg artifacts, mutated hands and fingers, old, oldest, signature, bad hands",
|
||||
"steps": 30,
|
||||
"cfg": 4.5,
|
||||
"sampler_name": "euler_ancestral",
|
||||
"vae": "integrated"
|
||||
}
|
||||
10
data/checkpoints/illustrious_miaomiaoharem_v19.json
Normal file
10
data/checkpoints/illustrious_miaomiaoharem_v19.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"checkpoint_path": "Illustrious/miaomiaoHarem_v19.safetensors",
|
||||
"checkpoint_name": "miaomiaoHarem_v19.safetensors",
|
||||
"base_positive": "masterpiece, best quality, absurdres, newest, very aesthetic, amazing quality, highres, sensitive, ultra detailed, best anatomy, HDR, 8K, high detail RAW color art, high contrast",
|
||||
"base_negative": "(bad hands,mutated hands and fingers:1.2), lowres, (bad), bad feet, text, error, fewer, extra, missing, worst quality, jpeg artifacts, low quality, watermark, unfinished, displeasing, oldest, early, signature, artistic error, username, scan, [abstract], english text, shiny hair, 3d, realistic",
|
||||
"steps": 30,
|
||||
"cfg": 5.0,
|
||||
"sampler_name": "euler_ancestral",
|
||||
"vae": "integrated"
|
||||
}
|
||||
10
data/checkpoints/illustrious_miraimix_50.json
Normal file
10
data/checkpoints/illustrious_miraimix_50.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"checkpoint_path": "Illustrious/miraiMix_50.safetensors",
|
||||
"checkpoint_name": "miraiMix_50.safetensors",
|
||||
"base_positive": "masterpiece, best quality, amazing quality, very aesthetic, absurdres",
|
||||
"base_negative": "worst_quality, bad_quality, poorly_detailed",
|
||||
"steps": 40,
|
||||
"cfg": 7.0,
|
||||
"sampler_name": "euler_ancestral",
|
||||
"vae": "integrated"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"checkpoint_path": "Illustrious/mistoonAnime_v10Illustrious.safetensors",
|
||||
"checkpoint_name": "mistoonAnime_v10Illustrious.safetensors",
|
||||
"base_positive": "masterpiece, best quality, very aesthetic, absurdres, anime, cartoon, thick borders, vibrant colors, 2d aesthetic",
|
||||
"base_negative": "low quality, worst quality, 3d, realistic, photorealistic, bad anatomy, bad hands, watermark, text",
|
||||
"steps": 25,
|
||||
"cfg": 5.0,
|
||||
"sampler_name": "euler_ancestral",
|
||||
"vae": "integrated"
|
||||
}
|
||||
10
data/checkpoints/illustrious_moefussuionillxl_iiz.json
Normal file
10
data/checkpoints/illustrious_moefussuionillxl_iiz.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"checkpoint_path": "Illustrious/moefussuionIllXL_iiz.safetensors",
|
||||
"checkpoint_name": "moefussuionIllXL_iiz.safetensors",
|
||||
"base_positive": "masterpiece, best quality",
|
||||
"base_negative": "lowres, worst quality, low quality, old, early, bad anatomy, bad hands, 4koma, comic, greyscale, censored, jpeg artifacts, blurry",
|
||||
"steps": 30,
|
||||
"cfg": 6.0,
|
||||
"sampler_name": "euler",
|
||||
"vae": "integrated"
|
||||
}
|
||||
10
data/checkpoints/illustrious_mritualillustrious_v201.json
Normal file
10
data/checkpoints/illustrious_mritualillustrious_v201.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"checkpoint_path": "Illustrious/mritualIllustrious_v201.safetensors",
|
||||
"checkpoint_name": "mritualIllustrious_v201.safetensors",
|
||||
"base_positive": "masterpiece, best quality",
|
||||
"base_negative": "worst quality, low quality, watermark, trim, simple background, transparent background",
|
||||
"steps": 20,
|
||||
"cfg": 5.0,
|
||||
"sampler_name": "euler_ancestral",
|
||||
"vae": "integrated"
|
||||
}
|
||||
10
data/checkpoints/illustrious_naixlmmmmix_v50.json
Normal file
10
data/checkpoints/illustrious_naixlmmmmix_v50.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"checkpoint_path": "Illustrious/naixlMmmmix_v50.safetensors",
|
||||
"checkpoint_name": "naixlMmmmix_v50.safetensors",
|
||||
"base_positive": "masterpiece, best quality, amazing quality, very aesthetic, absurdres, newest",
|
||||
"base_negative": "worst quality, low quality, logo, text, watermark, signature",
|
||||
"steps": 28,
|
||||
"cfg": 5.5,
|
||||
"sampler_name": "euler_ancestral",
|
||||
"vae": "integrated"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"checkpoint_path": "Illustrious/newERANewEstheticRetro_newErav50NAIEpsilon.safetensors",
|
||||
"checkpoint_name": "newERANewEstheticRetro_newErav50NAIEpsilon.safetensors",
|
||||
"base_positive": "masterpiece, best quality, very aesthetic, absurdres",
|
||||
"base_negative": "low quality, worst quality, bad anatomy, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, jpeg artifacts, signature, watermark, username, blurry",
|
||||
"steps": 28,
|
||||
"cfg": 4.0,
|
||||
"sampler_name": "euler_ancestral",
|
||||
"vae": "integrated"
|
||||
}
|
||||
10
data/checkpoints/illustrious_nexoraspectrumof_prism.json
Normal file
10
data/checkpoints/illustrious_nexoraspectrumof_prism.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"checkpoint_path": "Illustrious/nexoraSpectrumOf_prism.safetensors",
|
||||
"checkpoint_name": "nexoraSpectrumOf_prism.safetensors",
|
||||
"base_positive": "masterpiece, best quality, very aesthetic, absurdres, highres, 8k resolution, soft lighting, vivid colors",
|
||||
"base_negative": "monochrome, bad anatomy, bad hands, worst aesthetic, worst quality, text, signature, watermark, lowres, low quality, blurry",
|
||||
"steps": 28,
|
||||
"cfg": 5.0,
|
||||
"sampler_name": "dpmpp_sde",
|
||||
"vae": "integrated"
|
||||
}
|
||||
10
data/checkpoints/illustrious_nova3dcgxl_illustriousv60.json
Normal file
10
data/checkpoints/illustrious_nova3dcgxl_illustriousv60.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"checkpoint_path": "Illustrious/nova3DCGXL_illustriousV60.safetensors",
|
||||
"checkpoint_name": "nova3DCGXL_illustriousV60.safetensors",
|
||||
"base_positive": "masterpiece, best quality, amazing quality, 4k, very aesthetic, high resolution, ultra-detailed, absurdres, newest, scenery, 3d, rendered, depth of field, volumetric lighting",
|
||||
"base_negative": "modern, recent, old, oldest, cartoon, graphic, text, painting, crayon, graphite, abstract, glitch, deformed, mutated, ugly, disfigured, long body, lowres, bad anatomy, bad hands, missing fingers, extra digits, fewer digits, cropped, very displeasing, (worst quality, bad quality:1.2), sketch, jpeg artifacts, signature, watermark, username, simple background, conjoined, bad ai-generated",
|
||||
"steps": 25,
|
||||
"cfg": 4.0,
|
||||
"sampler_name": "euler_ancestral",
|
||||
"vae": "integrated"
|
||||
}
|
||||
10
data/checkpoints/illustrious_novaanimexl_ilv100.json
Normal file
10
data/checkpoints/illustrious_novaanimexl_ilv100.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"checkpoint_path": "Illustrious/novaAnimeXL_ilV100.safetensors",
|
||||
"checkpoint_name": "novaAnimeXL_ilV100.safetensors",
|
||||
"base_positive": "masterpiece, best quality, amazing quality, 4k, very aesthetic, high resolution, ultra-detailed, absurdres, newest",
|
||||
"base_negative": "modern, recent, old, oldest, cartoon, graphic, text, painting, crayon, graphite, abstract, glitch, deformed, mutated, ugly, disfigured, long body, lowres, bad anatomy, bad hands, missing fingers, extra digits, fewer digits, cropped, very displeasing, (worst quality, bad quality:1.2), sketch, jpeg artifacts, signature, watermark, username, simple background, conjoined, bad ai-generated",
|
||||
"steps": 28,
|
||||
"cfg": 5.0,
|
||||
"sampler_name": "euler_ancestral",
|
||||
"vae": "integrated"
|
||||
}
|
||||
10
data/checkpoints/illustrious_novacartoonxl_v40.json
Normal file
10
data/checkpoints/illustrious_novacartoonxl_v40.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"checkpoint_path": "Illustrious/novaCartoonXL_v40.safetensors",
|
||||
"checkpoint_name": "novaCartoonXL_v40.safetensors",
|
||||
"base_positive": "masterpiece, best quality, amazing quality, very aesthetic, high resolution, ultra-detailed, absurdres, newest, cartoon, toon, depth of field, volumetric lighting",
|
||||
"base_negative": "modern, recent, old, oldest, anime, graphic, text, painting, crayon, graphite, abstract, glitch, deformed, mutated, ugly, disfigured, long body, lowres, bad anatomy, bad hands, missing fingers, extra digits, fewer digits, cropped, very displeasing, (worst quality, bad quality:1.2), sketch, jpeg artifacts, signature, watermark, username, simple background, conjoined, bad ai-generated",
|
||||
"steps": 25,
|
||||
"cfg": 4.5,
|
||||
"sampler_name": "euler_ancestral",
|
||||
"vae": "integrated"
|
||||
}
|
||||
10
data/checkpoints/illustrious_novacrossxl_ilvf.json
Normal file
10
data/checkpoints/illustrious_novacrossxl_ilvf.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"checkpoint_path": "Illustrious/novaCrossXL_ilVF.safetensors",
|
||||
"checkpoint_name": "novaCrossXL_ilVF.safetensors",
|
||||
"base_positive": "masterpiece, best quality, amazing quality, very aesthetic, high resolution, ultra-detailed, absurdres, newest, depth of field, volumetric lighting",
|
||||
"base_negative": "modern, recent, old, oldest, cartoon, graphic, text, painting, crayon, graphite, abstract, glitch, deformed, mutated, ugly, disfigured, long body, lowres, bad anatomy, bad hands, missing fingers, extra digits, fewer digits, cropped, very displeasing, (worst quality, bad quality:1.2), sketch, jpeg artifacts, signature, watermark, username, simple background, conjoined, bad ai-generated",
|
||||
"steps": 25,
|
||||
"cfg": 4.0,
|
||||
"sampler_name": "euler_ancestral",
|
||||
"vae": "integrated"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"checkpoint_path": "Illustrious/novaFurryXL_illustriousV7b_1660983.safetensors",
|
||||
"checkpoint_name": "novaFurryXL_illustriousV7b_1660983.safetensors",
|
||||
"base_positive": "masterpiece, best quality, amazing quality, very aesthetic, high resolution, ultra-detailed, absurdres, newest, scenery, furry, anthro, depth of field, detailed fluffy fur, volumetric lighting",
|
||||
"base_negative": "human, multiple tails, modern, recent, old, oldest, graphic, cartoon, text, painting, crayon, graphite, abstract, glitch, deformed, mutated, ugly, disfigured, long body, lowres, bad anatomy, bad hands, missing fingers, extra digits, fewer digits, cropped, very displeasing, (worst quality, bad quality:1.2), bad anatomy, sketch, jpeg artifacts, signature, watermark, username, simple background, conjoined, bad ai-generated",
|
||||
"steps": 28,
|
||||
"cfg": 4.0,
|
||||
"sampler_name": "euler_ancestral",
|
||||
"vae": "integrated"
|
||||
}
|
||||
10
data/checkpoints/illustrious_novamaturexl_v10.json
Normal file
10
data/checkpoints/illustrious_novamaturexl_v10.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"checkpoint_path": "Illustrious/novaMatureXL_v10.safetensors",
|
||||
"checkpoint_name": "novaMatureXL_v10.safetensors",
|
||||
"base_positive": "masterpiece, best quality, amazing quality, 4k, very aesthetic, high resolution, ultra-detailed, absurdres, newest, scenery, mature face, sharp face, long face",
|
||||
"base_negative": "modern, recent, old, oldest, cartoon, graphic, text, painting, crayon, graphite, abstract, glitch, deformed, mutated, ugly, disfigured, long body, lowres, bad anatomy, bad hands, missing fingers, extra digits, fewer digits, cropped, very displeasing, (worst quality, bad quality:1.2), sketch, jpeg artifacts, signature, watermark, username, simple background, conjoined, bad ai-generated",
|
||||
"steps": 25,
|
||||
"cfg": 5.0,
|
||||
"sampler_name": "euler_ancestral",
|
||||
"vae": "integrated"
|
||||
}
|
||||
10
data/checkpoints/illustrious_novamoexl_v10.json
Normal file
10
data/checkpoints/illustrious_novamoexl_v10.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"checkpoint_path": "Illustrious/novaMoeXL_v10.safetensors",
|
||||
"checkpoint_name": "novaMoeXL_v10.safetensors",
|
||||
"base_positive": "masterpiece, best quality, amazing quality, 4k, very aesthetic, high resolution, ultra-detailed, absurdres, newest, oldest, scenery, 2000s_(style), depth of field, volumetric lighting",
|
||||
"base_negative": "modern, recent, cartoon, graphic, text, painting, crayon, graphite, abstract, glitch, deformed, mutated, ugly, disfigured, long body, lowres, bad anatomy, bad hands, missing fingers, extra digits, fewer digits, cropped, very displeasing, (worst quality, bad quality:1.2), sketch, jpeg artifacts, signature, watermark, username, simple background, conjoined, bad ai-generated",
|
||||
"steps": 25,
|
||||
"cfg": 5.0,
|
||||
"sampler_name": "euler_ancestral",
|
||||
"vae": "integrated"
|
||||
}
|
||||
10
data/checkpoints/illustrious_novaorangexl_exv10.json
Normal file
10
data/checkpoints/illustrious_novaorangexl_exv10.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"checkpoint_path": "Illustrious/novaOrangeXL_exV10.safetensors",
|
||||
"checkpoint_name": "novaOrangeXL_exV10.safetensors",
|
||||
"base_positive": "masterpiece, best quality, amazing quality, 4k, very aesthetic, high resolution, ultra-detailed, absurdres, newest, depth of field, volumetric lighting",
|
||||
"base_negative": "modern, recent, old, oldest, cartoon, graphic, text, painting, crayon, graphite, abstract, glitch, deformed, mutated, ugly, disfigured, long body, lowres, bad anatomy, bad hands, missing fingers, extra digits, fewer digits, cropped, very displeasing, (worst quality, bad quality:1.2), sketch, jpeg artifacts, signature, watermark, username, simple background, conjoined, bad ai-generated",
|
||||
"steps": 25,
|
||||
"cfg": 4.0,
|
||||
"sampler_name": "euler_ancestral",
|
||||
"vae": "integrated"
|
||||
}
|
||||
10
data/checkpoints/illustrious_novaorangexl_rev40.json
Normal file
10
data/checkpoints/illustrious_novaorangexl_rev40.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"checkpoint_path": "Illustrious/novaOrangeXL_reV40.safetensors",
|
||||
"checkpoint_name": "novaOrangeXL_reV40.safetensors",
|
||||
"base_positive": "masterpiece, best quality, amazing quality, 4k, very aesthetic, high resolution, ultra-detailed, absurdres, newest, scenery, depth of field, volumetric lighting",
|
||||
"base_negative": "modern, recent, old, oldest, cartoon, graphic, text, painting, crayon, graphite, abstract, glitch, deformed, mutated, ugly, disfigured, long body, lowres, bad anatomy, bad hands, missing fingers, extra digits, fewer digits, cropped, very displeasing, (worst quality, bad quality:1.2), sketch, jpeg artifacts, signature, watermark, username, simple background, conjoined, bad ai-generated",
|
||||
"steps": 25,
|
||||
"cfg": 4.0,
|
||||
"sampler_name": "euler_ancestral",
|
||||
"vae": "integrated"
|
||||
}
|
||||
10
data/checkpoints/illustrious_novapixelsxl_v10.json
Normal file
10
data/checkpoints/illustrious_novapixelsxl_v10.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"checkpoint_path": "Illustrious/novaPixelsXL_v10.safetensors",
|
||||
"checkpoint_name": "novaPixelsXL_v10.safetensors",
|
||||
"base_positive": "masterpiece, best quality, amazing quality, 4k, very aesthetic, ultra-detailed, (pixel art, dithering, pixelated, sprite art, 8-bit:1.2), depth of field, volumetric lighting",
|
||||
"base_negative": "modern, recent, old, oldest, anime, illustration, cartoon, graphic, text, painting, crayon, graphite, abstract, glitch, deformed, mutated, ugly, disfigured, long body, lowres, bad anatomy, bad hands, missing fingers, extra digits, fewer digits, cropped, very displeasing, (worst quality, bad quality:1.2), sketch, jpeg artifacts, signature, watermark, username, simple background, conjoined, bad ai-generated",
|
||||
"steps": 25,
|
||||
"cfg": 5.0,
|
||||
"sampler_name": "euler_ancestral",
|
||||
"vae": "integrated"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"checkpoint_path": "Illustrious/novaRealityXL_illustriousV60.safetensors",
|
||||
"checkpoint_name": "novaRealityXL_illustriousV60.safetensors",
|
||||
"base_positive": "masterpiece, best quality, amazing quality, very aesthetic, high resolution, ultra-detailed, absurdres, scenery, photorealistic, depth of field, photorealistic details",
|
||||
"base_negative": "modern, old, oldest, cartoon, graphic, text, painting, crayon, graphite, abstract, glitch, deformed, mutated, ugly, disfigured, long body, lowres, bad anatomy, bad hands, missing fingers, extra digits, fewer digits, very displeasing, (worst quality, bad quality:1.2), sketch, jpeg artifacts, signature, watermark, username, simple background, conjoined, bad ai-generated",
|
||||
"steps": 25,
|
||||
"cfg": 5.0,
|
||||
"sampler_name": "euler_ancestral",
|
||||
"vae": "integrated"
|
||||
}
|
||||
10
data/checkpoints/illustrious_novaunrealxl_v90.json
Normal file
10
data/checkpoints/illustrious_novaunrealxl_v90.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"checkpoint_path": "Illustrious/novaUnrealXL_v90.safetensors",
|
||||
"checkpoint_name": "novaUnrealXL_v90.safetensors",
|
||||
"base_positive": "masterpiece, best quality, amazing quality, very aesthetic, high resolution, ultra-detailed, absurdres, newest, scenery, cute, depth of field, photorealistic, volumetric lighting",
|
||||
"base_negative": "modern, recent, old, oldest, cartoon, graphic, text, painting, crayon, graphite, abstract, glitch, deformed, mutated, ugly, disfigured, long body, lowres, bad anatomy, bad hands, missing fingers, extra digits, fewer digits, cropped, very displeasing, worst quality, bad quality, sketch, jpeg artifacts, signature, watermark, username, simple background, conjoined, bad ai-generated",
|
||||
"steps": 25,
|
||||
"cfg": 4.0,
|
||||
"sampler_name": "euler_ancestral",
|
||||
"vae": "integrated"
|
||||
}
|
||||
10
data/checkpoints/illustrious_ntrmixillustriousxl_xiii.json
Normal file
10
data/checkpoints/illustrious_ntrmixillustriousxl_xiii.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"checkpoint_path": "Illustrious/ntrMIXIllustriousXL_xiii.safetensors",
|
||||
"checkpoint_name": "ntrMIXIllustriousXL_xiii.safetensors",
|
||||
"base_positive": "masterpiece, best quality, amazing quality, very aesthetic, absurdres, newest",
|
||||
"base_negative": "lowres, (worst quality, bad quality:1.2), bad anatomy, sketch, jpeg artifacts, signature, watermark, old, oldest, censored, bar_censor, (pregnant), chibi, loli, simple background",
|
||||
"steps": 25,
|
||||
"cfg": 5.0,
|
||||
"sampler_name": "dpmpp_2m",
|
||||
"vae": "integrated"
|
||||
}
|
||||
10
data/checkpoints/illustrious_oneobsession_v20bold.json
Normal file
10
data/checkpoints/illustrious_oneobsession_v20bold.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"checkpoint_path": "Illustrious/oneObsession_v20Bold.safetensors",
|
||||
"checkpoint_name": "oneObsession_v20Bold.safetensors",
|
||||
"base_positive": "masterpiece, best quality, very aesthetic, absurdres, anime",
|
||||
"base_negative": "lowres, bad anatomy, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry",
|
||||
"steps": 25,
|
||||
"cfg": 5.0,
|
||||
"sampler_name": "euler_ancestral",
|
||||
"vae": "integrated"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"checkpoint_path": "Illustrious/oneObsessionBranch_matureMAXEPS.safetensors",
|
||||
"checkpoint_name": "oneObsessionBranch_matureMAXEPS.safetensors",
|
||||
"base_positive": "masterpiece, best quality",
|
||||
"base_negative": "low quality, worst quality, bad anatomy, text, watermark, signature",
|
||||
"steps": 25,
|
||||
"cfg": 5.0,
|
||||
"sampler_name": "euler_ancestral",
|
||||
"vae": "integrated"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"checkpoint_path": "Illustrious/oneObsessionBranch_v6MatureEPS.safetensors",
|
||||
"checkpoint_name": "oneObsessionBranch_v6MatureEPS.safetensors",
|
||||
"base_positive": "masterpiece, best quality",
|
||||
"base_negative": "low quality, worst quality, bad anatomy, text, watermark, signature",
|
||||
"steps": 25,
|
||||
"cfg": 5.0,
|
||||
"sampler_name": "euler_ancestral",
|
||||
"vae": "integrated"
|
||||
}
|
||||
10
data/checkpoints/illustrious_perfectdeliberate_v60.json
Normal file
10
data/checkpoints/illustrious_perfectdeliberate_v60.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"checkpoint_path": "Illustrious/perfectdeliberate_v60.safetensors",
|
||||
"checkpoint_name": "perfectdeliberate_v60.safetensors",
|
||||
"base_positive": "masterpiece, best quality, newest, absurdres, highres, 8K, ultra-detailed, realistic lighting",
|
||||
"base_negative": "lowres, worst quality, bad quality, modern, recent, oldest, signature, username, logo, watermark, jpeg artifacts, bad hands, cropped, missing fingers, extra digits, fewer digits, error, bad anatomy, ugly, disfigured, young, long neck",
|
||||
"steps": 28,
|
||||
"cfg": 5.0,
|
||||
"sampler_name": "euler_ancestral",
|
||||
"vae": "integrated"
|
||||
}
|
||||
10
data/checkpoints/illustrious_perfectdeliberate_xl.json
Normal file
10
data/checkpoints/illustrious_perfectdeliberate_xl.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"checkpoint_path": "Illustrious/perfectdeliberate_XL.safetensors",
|
||||
"checkpoint_name": "perfectdeliberate_XL.safetensors",
|
||||
"base_positive": "masterpiece, best quality, newest, absurdres, highres, 8K, ultra-detailed, realistic lighting",
|
||||
"base_negative": "lowres, worst quality, bad quality, modern, recent, oldest, signature, username, logo, watermark, jpeg artifacts, bad hands, cropped, missing fingers, extra digits, fewer digits, error, bad anatomy, ugly, disfigured, young, long neck",
|
||||
"steps": 30,
|
||||
"cfg": 5.0,
|
||||
"sampler_name": "dpmpp_2m",
|
||||
"vae": "integrated"
|
||||
}
|
||||
10
data/checkpoints/illustrious_perfectionrealisticilxl_52.json
Normal file
10
data/checkpoints/illustrious_perfectionrealisticilxl_52.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"checkpoint_path": "Illustrious/perfectionRealisticILXL_52.safetensors",
|
||||
"checkpoint_name": "perfectionRealisticILXL_52.safetensors",
|
||||
"base_positive": "photorealistic, realistic, 8k, masterpiece, best quality, detailed background",
|
||||
"base_negative": "watermark, text, simple background, bad anatomy",
|
||||
"steps": 24,
|
||||
"cfg": 4.0,
|
||||
"sampler_name": "dpmpp_3m_sde",
|
||||
"vae": "integrated"
|
||||
}
|
||||
10
data/checkpoints/illustrious_plantmilkmodelsuite_almond.json
Normal file
10
data/checkpoints/illustrious_plantmilkmodelsuite_almond.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"checkpoint_path": "Illustrious/plantMilkModelSuite_almond.safetensors",
|
||||
"checkpoint_name": "plantMilkModelSuite_almond.safetensors",
|
||||
"base_positive": "masterpiece, best quality",
|
||||
"base_negative": "low quality, bad anatomy, worst quality, nsfw",
|
||||
"steps": 28,
|
||||
"cfg": 3.0,
|
||||
"sampler_name": "euler",
|
||||
"vae": "integrated"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"checkpoint_path": "Illustrious/plantMilkModelSuite_coconut.safetensors",
|
||||
"checkpoint_name": "plantMilkModelSuite_coconut.safetensors",
|
||||
"base_positive": "masterpiece, best quality, very aesthetic, absurdres",
|
||||
"base_negative": "nsfw, low quality, worst quality, bad anatomy, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, jpeg artifacts, signature, watermark, username, blurry",
|
||||
"steps": 28,
|
||||
"cfg": 3.0,
|
||||
"sampler_name": "euler_ancestral",
|
||||
"vae": "integrated"
|
||||
}
|
||||
10
data/checkpoints/illustrious_plantmilkmodelsuite_flax.json
Normal file
10
data/checkpoints/illustrious_plantmilkmodelsuite_flax.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"checkpoint_path": "Illustrious/plantMilkModelSuite_flax.safetensors",
|
||||
"checkpoint_name": "plantMilkModelSuite_flax.safetensors",
|
||||
"base_positive": "masterpiece, best quality",
|
||||
"base_negative": "nsfw, lowres, bad anatomy, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry",
|
||||
"steps": 28,
|
||||
"cfg": 3.0,
|
||||
"sampler_name": "euler",
|
||||
"vae": "integrated"
|
||||
}
|
||||
10
data/checkpoints/illustrious_plantmilkmodelsuite_hemp.json
Normal file
10
data/checkpoints/illustrious_plantmilkmodelsuite_hemp.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"checkpoint_path": "Illustrious/plantMilkModelSuite_hemp.safetensors",
|
||||
"checkpoint_name": "plantMilkModelSuite_hemp.safetensors",
|
||||
"base_positive": "masterpiece, best quality, anime",
|
||||
"base_negative": "low quality, bad anatomy, nsfw, text, watermark",
|
||||
"steps": 28,
|
||||
"cfg": 3.0,
|
||||
"sampler_name": "euler",
|
||||
"vae": "integrated"
|
||||
}
|
||||
10
data/checkpoints/illustrious_plantmilkmodelsuite_hempii.json
Normal file
10
data/checkpoints/illustrious_plantmilkmodelsuite_hempii.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"checkpoint_path": "Illustrious/plantMilkModelSuite_hempII.safetensors",
|
||||
"checkpoint_name": "plantMilkModelSuite_hempII.safetensors",
|
||||
"base_positive": "masterpiece, best quality, very aesthetic, absurdres",
|
||||
"base_negative": "low quality, worst quality, bad anatomy, bad hands, text, watermark, nsfw",
|
||||
"steps": 28,
|
||||
"cfg": 3.0,
|
||||
"sampler_name": "euler",
|
||||
"vae": "integrated"
|
||||
}
|
||||
10
data/checkpoints/illustrious_plantmilkmodelsuite_oat.json
Normal file
10
data/checkpoints/illustrious_plantmilkmodelsuite_oat.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"checkpoint_path": "Illustrious/plantMilkModelSuite_oat.safetensors",
|
||||
"checkpoint_name": "plantMilkModelSuite_oat.safetensors",
|
||||
"base_positive": "masterpiece, best quality",
|
||||
"base_negative": "nsfw, low quality, worst quality, bad anatomy, watermark, text",
|
||||
"steps": 28,
|
||||
"cfg": 3.0,
|
||||
"sampler_name": "euler",
|
||||
"vae": "integrated"
|
||||
}
|
||||
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"checkpoint_path": "Illustrious/plantMilkModelSuite_vanilla.safetensors",
|
||||
"checkpoint_name": "plantMilkModelSuite_vanilla.safetensors",
|
||||
"base_positive": "masterpiece, best quality",
|
||||
"base_negative": "low quality, bad anatomy, nsfw",
|
||||
"steps": 28,
|
||||
"cfg": 3.0,
|
||||
"sampler_name": "euler_ancestral",
|
||||
"vae": "integrated"
|
||||
}
|
||||
10
data/checkpoints/illustrious_plantmilkmodelsuite_walnut.json
Normal file
10
data/checkpoints/illustrious_plantmilkmodelsuite_walnut.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"checkpoint_path": "Illustrious/plantMilkModelSuite_walnut.safetensors",
|
||||
"checkpoint_name": "plantMilkModelSuite_walnut.safetensors",
|
||||
"base_positive": "masterpiece, best quality",
|
||||
"base_negative": "low quality, worst quality, bad anatomy, nsfw",
|
||||
"steps": 28,
|
||||
"cfg": 3.0,
|
||||
"sampler_name": "euler_ancestral",
|
||||
"vae": "integrated"
|
||||
}
|
||||
10
data/checkpoints/illustrious_plm_passiveslazymix.json
Normal file
10
data/checkpoints/illustrious_plm_passiveslazymix.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"checkpoint_path": "Illustrious/plm_passivesLazyMix.safetensors",
|
||||
"checkpoint_name": "plm_passivesLazyMix.safetensors",
|
||||
"base_positive": "masterpiece",
|
||||
"base_negative": "worst quality, low quality, bad hands, disney, oversaturated, blurry, bad eyes",
|
||||
"steps": 30,
|
||||
"cfg": 4.5,
|
||||
"sampler_name": "euler_ancestral",
|
||||
"vae": "integrated"
|
||||
}
|
||||
10
data/checkpoints/illustrious_pornzillahentai_v45.json
Normal file
10
data/checkpoints/illustrious_pornzillahentai_v45.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"checkpoint_path": "Illustrious/pornzillaHentai_v45.safetensors",
|
||||
"checkpoint_name": "pornzillaHentai_v45.safetensors",
|
||||
"base_positive": "masterpiece, best quality, absurdres, highres, very aesthetic, high quality, detailed, insanely detailed, beautiful, very awa, anime screencap",
|
||||
"base_negative": "lowres, bad quality, worst quality, bad anatomy, sketch, jpeg artifacts, ugly, poorly drawn, blurry, transparent background, tears, censored, (simple background:1.6), artist name, signature, watermark",
|
||||
"steps": 20,
|
||||
"cfg": 7.0,
|
||||
"sampler_name": "euler_ancestral",
|
||||
"vae": "integrated"
|
||||
}
|
||||
10
data/checkpoints/illustrious_pppanimixil_190.json
Normal file
10
data/checkpoints/illustrious_pppanimixil_190.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"checkpoint_path": "Illustrious/pppanimixIL_190.safetensors",
|
||||
"checkpoint_name": "pppanimixIL_190.safetensors",
|
||||
"base_positive": "masterpiece, best quality, general",
|
||||
"base_negative": "worst quality, low quality, nomal quality, bad anatomy, bad hands, 3d, chinese text, korean text",
|
||||
"steps": 32,
|
||||
"cfg": 7.0,
|
||||
"sampler_name": "euler_ancestral",
|
||||
"vae": "integrated"
|
||||
}
|
||||
10
data/checkpoints/illustrious_prefectillustriousxl_v3.json
Normal file
10
data/checkpoints/illustrious_prefectillustriousxl_v3.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"checkpoint_path": "Illustrious/prefectIllustriousXL_v3.safetensors",
|
||||
"checkpoint_name": "prefectIllustriousXL_v3.safetensors",
|
||||
"base_positive": "masterpiece, best quality, amazing quality, absurdres",
|
||||
"base_negative": "bad quality, worst quality, worst detail, sketch, censored, watermark, signature, artist name, patreon username, patreon logo",
|
||||
"steps": 20,
|
||||
"cfg": 5.0,
|
||||
"sampler_name": "dpmpp_2m",
|
||||
"vae": "sdxl_vae.safetensors"
|
||||
}
|
||||
10
data/checkpoints/illustrious_prefectillustriousxl_v70.json
Normal file
10
data/checkpoints/illustrious_prefectillustriousxl_v70.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"checkpoint_path": "Illustrious/prefectIllustriousXL_v70.safetensors",
|
||||
"checkpoint_name": "prefectIllustriousXL_v70.safetensors",
|
||||
"base_positive": "masterpiece, best quality, amazing quality, absurdres",
|
||||
"base_negative": "bad quality, worst quality, worst detail, sketch, censored, watermark, signature, artist name, patreon username, patreon logo",
|
||||
"steps": 20,
|
||||
"cfg": 5.0,
|
||||
"sampler_name": "dpmpp_2m",
|
||||
"vae": "integrated"
|
||||
}
|
||||
10
data/checkpoints/illustrious_prefectiousxlnsfw_v10.json
Normal file
10
data/checkpoints/illustrious_prefectiousxlnsfw_v10.json
Normal file
@@ -0,0 +1,10 @@
|
||||
{
|
||||
"checkpoint_path": "Illustrious/prefectiousXLNSFW_v10.safetensors",
|
||||
"checkpoint_name": "prefectiousXLNSFW_v10.safetensors",
|
||||
"base_positive": "masterpiece, best quality, absurdres, amazing quality",
|
||||
"base_negative": "bad quality, worst quality, worst detail, sketch, censored, watermark, signature, artist name, patreon username",
|
||||
"steps": 30,
|
||||
"cfg": 6.0,
|
||||
"sampler_name": "euler_ancestral",
|
||||
"vae": "integrated"
|
||||
}
|
||||
Some files were not shown because too many files have changed in this diff Show More
Reference in New Issue
Block a user