--- library_name: coreml pipeline_tag: text-to-image license: creativeml-openrail-m base_model: neonforestmist/Clover-Image-Tiny tags: - coreml - stable-diffusion - ios - clover-image - lora datasets: - neonforestmist/GPT_Monet_Style_Images widget: - text: "Monet Style, a nice autumn background" example_title: "Autumn background" output: url: examples/prompt-gallery/image_74.png - text: "Monet Style, a green apple in a nice museum frame" example_title: "Apple in a frame" output: url: examples/prompt-gallery/image_75.png - text: "Monet Style, some roses in a vase" example_title: "Roses in a vase" output: url: examples/prompt-gallery/image_76.png - text: "Monet Style, a castle" example_title: "Castle" output: url: examples/prompt-gallery/image_77.png - text: "Monet Style, an apple tree in the summer" example_title: "Summer apple tree" output: url: examples/prompt-gallery/image_78.png - text: "Monet Style, a sailboat on a beach" example_title: "Sailboat on a beach" output: url: examples/prompt-gallery/image_79.png - text: "Monet Style, some pastries" example_title: "Pastries" output: url: examples/prompt-gallery/image_80.png - text: "Monet Style, a sunflower" example_title: "Sunflower" output: url: examples/prompt-gallery/image_81.png - text: "Monet Style, a moon above a lake" example_title: "Moon above a lake" output: url: examples/prompt-gallery/image_82.png --- # Clover Image Tiny — Monet Style Compact Monet style weights for the stateful iOS 18 Clover Core ML pipeline. - Style file: **Monet.safetensors** (6,927,128 bytes) - Prompt trigger: Monet Style - Source training weights: [neonforestmist/clover-image-tiny-monet-lora@62748ae864b94d1605c8d0a91d5274443668127e](https://huggingface.co/neonforestmist/clover-image-tiny-monet-lora/tree/62748ae864b94d1605c8d0a91d5274443668127e) - Training dataset: [neonforestmist/GPT_Monet_Style_Images](https://huggingface.co/datasets/neonforestmist/GPT_Monet_Style_Images) - Required base: [neonforestmist/Clover-Image-Tiny-CoreML](https://huggingface.co/neonforestmist/Clover-Image-Tiny-CoreML) - Original base model: [neonforestmist/Clover-Image-Tiny](https://huggingface.co/neonforestmist/Clover-Image-Tiny) - Training and conversion source: [neonforestmist/clover-image-tiny-lora-trainer](https://github.com/neonforestmist/clover-image-tiny-lora-trainer) The Clover Swift pipeline loads Monet.safetensors into the shared stateful U-Net. It is not a standalone 648 MB replacement U-Net. coreml-state-schema.json documents the mapping between Diffusers LoRA tensor names and the 144 Core ML state buffers. ## Prompt gallery The exact prompt set is preserved at [`examples/prompt-gallery/prompts.txt`](examples/prompt-gallery/prompts.txt). ## Base model → Monet style reference | Base model | Monet style | |---|---| | ![Base model greenhouse](examples/normal-to-lora/normal.png) | ![Monet greenhouse](examples/normal-to-lora/monet.png) |