This is just a recreation of pastelmix except it uses the new version of closertodeath's detailprojectmodel, akak dpep4 to make dpep4mkmp as a base (as opposed to dpep3mkmp) and swaps out basil-mix for ChilloutMix. The big difference between dpep3 and dpep4 is that dpep4 is a lot less fried. This affects input and output layers 1-5, of the Unet, making large alterations to the common output layers and the detail input layers, as indicated by this Unet merging guide below.
In theory we're using "dpep4mkmp's understanding of things like bodyparts and feet, hair, clothes" and using sampling them using "tea's understanding", whereas we're using "tea's understanding of things like background and picture composition" and letting dpep handle upsampling them, except for super granular inputs where it's all ChilloutMix handling the show. As dpep's strength is primarily in super highly detailed backgrounds and chilloutmix's strengths are in making the most realistic textures, this plays to both their strengths.
In practice these changes mostly make a different in body parts and other high level blocks related to anatomy. We get the same pastel-like style but with big changes to the face and body parts which are more distinct and less blended together (because dpep4 is less fried). This primarily manifests in the skin and eyes but also a less squished facial shape.
You can check andite's huggingface repo for the recipe.
Description
It's hardbaked with the original pastelmix VAE, but I've attached BlessedVae which picks up less brightness. If you're interested in using a offset noise lora, try that one instead.
FAQ
Comments (4)
i got this line when trying to use it
with safe_open(filename, framework="pt", device=device) as f:
Exception: Error while deserializing header: HeaderTooLarge
Try unloading the VAE
@Jemnite what tool i need to use
@arknights64648 Actually scratch my earlier suggestion. Looks like it's mixed up a ckpt as safetensors or vice versa. Try renaming the model. If that doesn't work, try downloading the other one. Other than that I don't really know how to help you, since I can't replicate the issue here.







