-
Replaced the built-in SDXL Base model with CyberRealistic v10, and added built-in DMD2 variants of Illustrious v16 and CyberRealistic v10 that generate in just a few steps — several times faster than the regular versions.
-
Converted models can now specify their own default parameters by adding a config.json inside the zip (all keys optional):
{ "default_prompt": prompt, "default_negative_prompt": negative_prompt, "default_scheduler": scheduler_id, "default_steps": steps, "default_cfg": cfg }After importing, the model's default parameters come from config.json. All DMD2 models on https://huggingface.co/xororz/sdxl-qnn already have their defaults set to:
{ "default_scheduler": "lcm", "default_steps": 8, "default_cfg": 1 } -
Added in-app links to pre-converted models and the documentation.
-
Fixed upscaled inpaint results not being stitched back into the original image when saving.
Variants :
- LocalDream_xxx_with_filter: Block NSFW Results. Same as Google Play version.
- LocalDream_xxx: No filter.
Co-Authored-By: Claude Fable 5