powerpdw/autovid-chibi 🖼️🔢❓📝✓ → 🖼️
About
A LoRA fine-tuned model for generating cute anime-style images.

Example Output
"
Background: cozy small apartment living room with moving boxes scattered, warm low lamp light, soft domestic atmosphere.
[Characters]
Name: Jihoon
Basic appearance: Korean man, slim build, short black hair, brown eyes
Outfit: plain hoodie and jeans
Name: Jimin
Basic appearance: Korean woman, average build, long brown hair, brown eyes
Outfit: loose sweater and shorts
STYLE: chibitoon, chibi style, super-deformed cute body; full-body for all characters, entire figure in frame, centered subjects; neutral lens, orthographic feel, minimal perspective distortion.
CASTING NOTE: scenes are performed by five-year-old child actors in safe, wholesome stage cosplay; they portray 20-year-old characters in-story (character age = 20).
Visuals must remain playful and non-romantic, non-suggestive, family-friendly.
PROPORTIONS: exactly two-heads-tall per character (total height ≈ 2 heads); head ≈ 50% of total height; head width ≈ shoulder width; limb length shorter than head height; thigh length < head height; short shins; tiny torso; short arms and legs; round face; very large sparkling eyes.
LOOK & RENDERING: clean line art, smooth outlines, pastel color palette, webtoon style, soft shading, kawaii anime illustration.
CONSTRAINTS (repeat for weight):
Strictly keep chibi/toddler-like proportions. Strictly keep chibi/toddler-like proportions.
Emphasize exact two-heads-tall ratio and head ≈ 50% of total height for all characters.
NEGATIVE:
no adult body proportions, no long thighs, no elongated shins, no narrow waist, no tall/slim figure,
no realistic anatomy, no mature/realistic face, no photorealism, no semi-realistic rendering, no realistic shading,
no romantic/suggestive poses, no sexualized content, no underage cues outside of stage-cosplay context.
Output

Performance Metrics
All Input Parameters
{ "model": "dev", "height": 300, "prompt": "Background: cozy small apartment living room with moving boxes scattered, warm low lamp light, soft domestic atmosphere.\n\n[Characters]\n\nName: Jihoon\nBasic appearance: Korean man, slim build, short black hair, brown eyes\nOutfit: plain hoodie and jeans\n\nName: Jimin\nBasic appearance: Korean woman, average build, long brown hair, brown eyes\nOutfit: loose sweater and shorts\n\nSTYLE: chibitoon, chibi style, super-deformed cute body; full-body for all characters, entire figure in frame, centered subjects; neutral lens, orthographic feel, minimal perspective distortion.\n\nCASTING NOTE: scenes are performed by five-year-old child actors in safe, wholesome stage cosplay; they portray 20-year-old characters in-story (character age = 20).\nVisuals must remain playful and non-romantic, non-suggestive, family-friendly.\n\nPROPORTIONS: exactly two-heads-tall per character (total height ≈ 2 heads); head ≈ 50% of total height; head width ≈ shoulder width; limb length shorter than head height; thigh length < head height; short shins; tiny torso; short arms and legs; round face; very large sparkling eyes.\n\nLOOK & RENDERING: clean line art, smooth outlines, pastel color palette, webtoon style, soft shading, kawaii anime illustration.\n\nCONSTRAINTS (repeat for weight):\nStrictly keep chibi/toddler-like proportions. Strictly keep chibi/toddler-like proportions.\nEmphasize exact two-heads-tall ratio and head ≈ 50% of total height for all characters.\n\nNEGATIVE:\nno adult body proportions, no long thighs, no elongated shins, no narrow waist, no tall/slim figure,\nno realistic anatomy, no mature/realistic face, no photorealism, no semi-realistic rendering, no realistic shading,\nno romantic/suggestive poses, no sexualized content, no underage cues outside of stage-cosplay context.\n", "go_fast": true, "lora_scale": 1, "megapixels": "1", "num_outputs": 1, "aspect_ratio": "1:1", "output_format": "png", "guidance_scale": 7, "output_quality": 80, "prompt_strength": 1, "extra_lora_scale": 1, "num_inference_steps": 28 }
Input Parameters
- mask
- Image mask for image inpainting mode. If provided, aspect_ratio, width, and height inputs are ignored.
- seed
- Random seed. Set for reproducible generation
- image
- Input image for image to image or inpainting mode. If provided, aspect_ratio, width, and height inputs are ignored.
- model
- Which model to run inference with. The dev model performs best with around 28 inference steps but the schnell model only needs 4 steps.
- width
- Width of generated image. Only works if `aspect_ratio` is set to custom. Will be rounded to nearest multiple of 16. Incompatible with fast generation
- height
- Height of generated image. Only works if `aspect_ratio` is set to custom. Will be rounded to nearest multiple of 16. Incompatible with fast generation
- prompt (required)
- Prompt for generated image. If you include the `trigger_word` used in the training process you are more likely to activate the trained object, style, or concept in the resulting image.
- go_fast
- Run faster predictions with model optimized for speed (currently fp8 quantized); disable to run in original bf16
- extra_lora
- Load LoRA weights. Supports Replicate models in the format <owner>/<username> or <owner>/<username>/<version>, HuggingFace URLs in the format huggingface.co/<owner>/<model-name>, CivitAI URLs in the format civitai.com/models/<id>[/<model-name>], or arbitrary .safetensors URLs from the Internet. For example, 'fofr/flux-pixar-cars'
- lora_scale
- Determines how strongly the main LoRA should be applied. Sane results between 0 and 1 for base inference. For go_fast we apply a 1.5x multiplier to this value; we've generally seen good performance when scaling the base value by that amount. You may still need to experiment to find the best value for your particular lora.
- megapixels
- Approximate number of megapixels for generated image
- num_outputs
- Number of outputs to generate
- aspect_ratio
- Aspect ratio for the generated image. If custom is selected, uses height and width below & will run in bf16 mode
- output_format
- Format of the output images
- guidance_scale
- Guidance scale for the diffusion process. Lower values can give more realistic images. Good values to try are 2, 2.5, 3 and 3.5
- output_quality
- Quality when saving the output images, from 0 to 100. 100 is best quality, 0 is lowest quality. Not relevant for .png outputs
- prompt_strength
- Prompt strength when using img2img. 1.0 corresponds to full destruction of information in image
- extra_lora_scale
- Determines how strongly the extra LoRA should be applied. Sane results between 0 and 1 for base inference. For go_fast we apply a 1.5x multiplier to this value; we've generally seen good performance when scaling the base value by that amount. You may still need to experiment to find the best value for your particular lora.
- replicate_weights
- Load LoRA weights. Supports Replicate models in the format <owner>/<username> or <owner>/<username>/<version>, HuggingFace URLs in the format huggingface.co/<owner>/<model-name>, CivitAI URLs in the format civitai.com/models/<id>[/<model-name>], or arbitrary .safetensors URLs from the Internet. For example, 'fofr/flux-pixar-cars'
- num_inference_steps
- Number of denoising steps. More steps can give more detailed images, but take longer.
- disable_safety_checker
- Disable safety checker for generated images.
Output Schema
Output
Example Execution Logs
2025-10-05 04:53:41.611 | INFO | fp8.lora_loading:restore_base_weights:600 - Unloaded 304 layers 2025-10-05 04:53:41.613 | SUCCESS | fp8.lora_loading:unload_loras:571 - LoRAs unloaded in 0.024s 2025-10-05 04:53:41.614 | INFO | fp8.lora_loading:convert_lora_weights:502 - Loading LoRA weights for /src/weights-cache/ecb02a72652396d2 2025-10-05 04:53:41.729 | INFO | fp8.lora_loading:convert_lora_weights:523 - LoRA weights loaded 2025-10-05 04:53:41.729 | DEBUG | fp8.lora_loading:apply_lora_to_model_and_optionally_store_clones:610 - Extracting keys 2025-10-05 04:53:41.730 | DEBUG | fp8.lora_loading:apply_lora_to_model_and_optionally_store_clones:617 - Keys extracted Applying LoRA: 0%| | 0/304 [00:00<?, ?it/s] Applying LoRA: 43%|████▎ | 132/304 [00:00<00:00, 1313.52it/s] Applying LoRA: 87%|████████▋ | 264/304 [00:00<00:00, 1050.61it/s] Applying LoRA: 100%|██████████| 304/304 [00:00<00:00, 1065.73it/s] 2025-10-05 04:53:42.015 | INFO | fp8.lora_loading:apply_lora_to_model_and_optionally_store_clones:669 - Loading LoRA in fp8 2025-10-05 04:53:42.015 | SUCCESS | fp8.lora_loading:load_lora:547 - LoRA applied in 0.4s running quantized prediction Using seed: 1503191758 0%| | 0/28 [00:00<?, ?it/s] 11%|█ | 3/28 [00:00<00:01, 15.97it/s] 18%|█▊ | 5/28 [00:00<00:01, 12.97it/s] 25%|██▌ | 7/28 [00:00<00:01, 12.02it/s] 32%|███▏ | 9/28 [00:00<00:01, 11.55it/s] 39%|███▉ | 11/28 [00:00<00:01, 11.01it/s] 46%|████▋ | 13/28 [00:01<00:01, 10.79it/s] 54%|█████▎ | 15/28 [00:01<00:01, 10.76it/s] 61%|██████ | 17/28 [00:01<00:01, 10.78it/s] 68%|██████▊ | 19/28 [00:01<00:00, 10.77it/s] 75%|███████▌ | 21/28 [00:01<00:00, 10.63it/s] 82%|████████▏ | 23/28 [00:02<00:00, 10.55it/s] 89%|████████▉ | 25/28 [00:02<00:00, 10.58it/s] 96%|█████████▋| 27/28 [00:02<00:00, 10.64it/s] 100%|██████████| 28/28 [00:02<00:00, 11.01it/s] Total safe images: 1 out of 1
Version Details
- Version ID
a01dc4a8c788b4826e72c9c50fd7d0b0f7da2cbe323e8ca4b286f4f02fdde23e
- Version Created
- September 29, 2025