G
GetLLMs

MiaoMiao Harem Illustrious v1

Discover MiaoMiao Harem Illustrious v1, an AI model adept at generating captivating anime-style art and detailed character designs from text prompts.

Platform: Replicate
AI Art GenerationText-to-Image SynthesisPrompt-Controlled Rendering
49.3k runs
L40S
License Check Required

🚀Function Overview

Generates detailed images from text prompts using Stable Diffusion architecture with granular control over generation parameters including quality enhancements, refiner options, and detail improvement tools.

Key Features

  • Compel conjunction syntax for prompt weighting control
  • Image refinement with VAE and CLIP layer adjustments
  • ADetailer modules for face/hand/person enhancement
  • Multi-scale guidance controls (CFG, PAG, guidance rescale)
  • Built-in upscaling and refiner pipeline options
  • Negative prompting for element exclusion
  • Seed control for reproducible results

Use Cases

  • Anime-style character illustration generation
  • High-resolution digital art creation
  • Character design prototyping
  • NSFW-filtered image synthesis
  • Detail-enhanced visual content production

⚙️Input Parameters

model

string

The model to use

vae

string

The VAE to use

prompt_conjunction

boolean

Force Compel conjunction syntax on prompt, separating linebreaks into different items on the Compel conjunction function

prompt

string

The prompt, uses Compel weighting syntax

negative_prompt

string

The negative prompt (for things you don't want), uses Compel weighting syntax

negative_prompt_conjunction

boolean

Force Compel conjunction syntax on prompt, separating linebreaks into different items on the Compel conjunction function

cfg_scale

number

CFG scale defines how much attention the model pays to the prompt when generating, set to 1 to disable

guidance_rescale

number

Amount to rescale CFG generated noise to avoid overexposed images, set to 0 or 1 to disable

pag_scale

number

PAG scale is similar to CFG but improves the result; set to 0 to disable

clip_skip

integer

How many CLIP layers to skip; 1 means no skip

width

integer

The width of the image

height

integer

The height of the image

upscale

string

Upscale factor

refiner

boolean

Enable image refiner using model

refiner_prompt

string

The prompt of refiner (leave empty for default correct hands and details)

refiner_strength

number

Refiner strength (0.0 to 1.0)

prepend_preprompt

boolean

Prepend preprompt (Prompt: "masterpiece, best quality, absurdres, newest, very aesthetic, amazing quality,highres,sensitive," | Negative prompt: "lowres,(bad),bad feet,text,error,fewer,extra,missing,worst quality,jpeg artifacts,low quality,watermark,unfinished,displeasing,oldest,early,chromatic aberration,signature,artistic error,username,scan,[abstract],english text,shiny_skin,")

scheduler

string

The scheduler to use

steps

integer

Number of steps when generating

seed

integer

The seed for generation; set to -1 for random seed

adetailer_face

boolean

Use ADetailer face_yolov9c.pt

adetailer_face_prompt

string

ADetailer face prompt (if blank, will use the image prompt)

adetailer_face_negative_prompt

string

ADetailer face negative prompt (if blank, will use: blurry, deformed face, extra features, unrealistic skin texture, oversmoothed, low resolution, artifacts)

adetailer_hand

boolean

Use ADetailer hand_yolov9c.pt

adetailer_hand_prompt

string

ADetailer hand prompt (if blank, will use: detailed hands, realistic anatomy, well-defined fingers, natural pose, soft shadows, high resolution, intricate details)

adetailer_hand_negative_prompt

string

ADetailer hand negative prompt (if blank, will use: extra fingers, fused or missing fingers, blurry, distorted, low detail, poorly drawn, unnatural proportions)

adetailer_person

boolean

Use ADetailer person_yolov8m-seg.pt

adetailer_person_prompt

string

ADetailer person prompt (if blank, will use: best quality, detailed, realistic shadows)

adetailer_person_negative_prompt

string

ADetailer person negative prompt (if blank, will use: deformed, unrealistic proportions, extra limbs, blurred, low quality, distorted pose, exaggerated features)

💡Usage Examples

Example 1

Input Parameters

{
  "vae": "default",
  "seed": -1,
  "model": "MiaoMiao-Harem-Illustrious-v1",
  "steps": 30,
  "width": 1024,
  "height": 1024,
  "prompt": "street, 1girl, dark-purple short hair, purple eyes, medium breasts, cleavage, casual clothes, smile",
  "refiner": false,
  "upscale": "Original",
  "cfg_scale": 6,
  "clip_skip": 2,
  "pag_scale": 0,
  "scheduler": "DPM2 a Karras",
  "adetailer_face": false,
  "adetailer_hand": false,
  "refiner_prompt": "",
  "negative_prompt": "nsfw, naked",
  "adetailer_person": false,
  "guidance_rescale": 1,
  "refiner_strength": 0.4,
  "prepend_preprompt": true,
  "prompt_conjunction": true,
  "adetailer_face_prompt": "",
  "adetailer_hand_prompt": "",
  "adetailer_person_prompt": "",
  "negative_prompt_conjunction": false,
  "adetailer_face_negative_prompt": "",
  "adetailer_hand_negative_prompt": "",
  "adetailer_person_negative_prompt": ""
}

Output Results

https://replicate.delivery/xezq/xthuJDCJlBogL5fJCBlP9dwL0sDleA4Ruh3rTJn5tCmra8aUA/0.png

Quick Actions

Technical Specifications

Hardware Type
L40S
Run Count
49.3k
Commercial Use
Unknown/Restricted
Platform
Replicate

Related Keywords

Anime-style character illustration generationHigh-resolution digital art creationCharacter design prototypingNSFW-filtered image synthesisDetail-enhanced visual content productionPrompt weighting controlImage refinementUpscaling and refiner options