Commit ·
3d6f3bb
1
Parent(s): 0aaef79
Add prompt gallery and style comparison
Browse files- .gitattributes +2 -0
- README.md +55 -0
- examples/normal-to-lora/monet.png +3 -0
- examples/normal-to-lora/normal.png +3 -0
- examples/prompt-gallery/image_74.png +3 -0
- examples/prompt-gallery/image_75.png +3 -0
- examples/prompt-gallery/image_76.png +3 -0
- examples/prompt-gallery/image_77.png +3 -0
- examples/prompt-gallery/image_78.png +3 -0
- examples/prompt-gallery/image_79.png +3 -0
- examples/prompt-gallery/image_80.png +3 -0
- examples/prompt-gallery/image_81.png +3 -0
- examples/prompt-gallery/image_82.png +3 -0
- examples/prompt-gallery/prompts.txt +10 -0
.gitattributes
CHANGED
|
@@ -33,3 +33,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 33 |
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 34 |
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 35 |
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
examples/prompt-gallery/*.png filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
examples/normal-to-lora/*.png filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -9,6 +9,45 @@ tags:
|
|
| 9 |
- ios
|
| 10 |
- clover-image
|
| 11 |
- lora
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 12 |
---
|
| 13 |
|
| 14 |
# Clover Image Tiny — Monet Style
|
|
@@ -19,9 +58,25 @@ pipeline.
|
|
| 19 |
- Style file: **Monet.safetensors** (6,927,128 bytes)
|
| 20 |
- Prompt trigger: Monet Style
|
| 21 |
- Source training weights: [neonforestmist/clover-image-tiny-monet-lora@62748ae864b94d1605c8d0a91d5274443668127e](https://huggingface.co/neonforestmist/clover-image-tiny-monet-lora/tree/62748ae864b94d1605c8d0a91d5274443668127e)
|
|
|
|
| 22 |
- Required base: [neonforestmist/Clover-Image-Tiny-CoreML](https://huggingface.co/neonforestmist/Clover-Image-Tiny-CoreML)
|
|
|
|
|
|
|
| 23 |
|
| 24 |
The Clover Swift pipeline loads Monet.safetensors into the shared stateful
|
| 25 |
U-Net. It is not a standalone 648 MB replacement U-Net.
|
| 26 |
coreml-state-schema.json documents the mapping between Diffusers LoRA tensor
|
| 27 |
names and the 144 Core ML state buffers.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 9 |
- ios
|
| 10 |
- clover-image
|
| 11 |
- lora
|
| 12 |
+
datasets:
|
| 13 |
+
- neonforestmist/GPT_Monet_Style_Images
|
| 14 |
+
widget:
|
| 15 |
+
- text: "Monet Style, a nice autumn background"
|
| 16 |
+
example_title: "Autumn background"
|
| 17 |
+
output:
|
| 18 |
+
url: examples/prompt-gallery/image_74.png
|
| 19 |
+
- text: "Monet Style, a green apple in a nice museum frame"
|
| 20 |
+
example_title: "Apple in a frame"
|
| 21 |
+
output:
|
| 22 |
+
url: examples/prompt-gallery/image_75.png
|
| 23 |
+
- text: "Monet Style, some roses in a vase"
|
| 24 |
+
example_title: "Roses in a vase"
|
| 25 |
+
output:
|
| 26 |
+
url: examples/prompt-gallery/image_76.png
|
| 27 |
+
- text: "Monet Style, a castle"
|
| 28 |
+
example_title: "Castle"
|
| 29 |
+
output:
|
| 30 |
+
url: examples/prompt-gallery/image_77.png
|
| 31 |
+
- text: "Monet Style, an apple tree in the summer"
|
| 32 |
+
example_title: "Summer apple tree"
|
| 33 |
+
output:
|
| 34 |
+
url: examples/prompt-gallery/image_78.png
|
| 35 |
+
- text: "Monet Style, a sailboat on a beach"
|
| 36 |
+
example_title: "Sailboat on a beach"
|
| 37 |
+
output:
|
| 38 |
+
url: examples/prompt-gallery/image_79.png
|
| 39 |
+
- text: "Monet Style, some pastries"
|
| 40 |
+
example_title: "Pastries"
|
| 41 |
+
output:
|
| 42 |
+
url: examples/prompt-gallery/image_80.png
|
| 43 |
+
- text: "Monet Style, a sunflower"
|
| 44 |
+
example_title: "Sunflower"
|
| 45 |
+
output:
|
| 46 |
+
url: examples/prompt-gallery/image_81.png
|
| 47 |
+
- text: "Monet Style, a moon above a lake"
|
| 48 |
+
example_title: "Moon above a lake"
|
| 49 |
+
output:
|
| 50 |
+
url: examples/prompt-gallery/image_82.png
|
| 51 |
---
|
| 52 |
|
| 53 |
# Clover Image Tiny — Monet Style
|
|
|
|
| 58 |
- Style file: **Monet.safetensors** (6,927,128 bytes)
|
| 59 |
- Prompt trigger: Monet Style
|
| 60 |
- Source training weights: [neonforestmist/clover-image-tiny-monet-lora@62748ae864b94d1605c8d0a91d5274443668127e](https://huggingface.co/neonforestmist/clover-image-tiny-monet-lora/tree/62748ae864b94d1605c8d0a91d5274443668127e)
|
| 61 |
+
- Training dataset: [neonforestmist/GPT_Monet_Style_Images](https://huggingface.co/datasets/neonforestmist/GPT_Monet_Style_Images)
|
| 62 |
- Required base: [neonforestmist/Clover-Image-Tiny-CoreML](https://huggingface.co/neonforestmist/Clover-Image-Tiny-CoreML)
|
| 63 |
+
- Original base model: [neonforestmist/Clover-Image-Tiny](https://huggingface.co/neonforestmist/Clover-Image-Tiny)
|
| 64 |
+
- Training and conversion source: [neonforestmist/clover-image-tiny-lora-trainer](https://github.com/neonforestmist/clover-image-tiny-lora-trainer)
|
| 65 |
|
| 66 |
The Clover Swift pipeline loads Monet.safetensors into the shared stateful
|
| 67 |
U-Net. It is not a standalone 648 MB replacement U-Net.
|
| 68 |
coreml-state-schema.json documents the mapping between Diffusers LoRA tensor
|
| 69 |
names and the 144 Core ML state buffers.
|
| 70 |
+
|
| 71 |
+
## Prompt gallery
|
| 72 |
+
|
| 73 |
+
The exact prompt set is preserved at
|
| 74 |
+
[`examples/prompt-gallery/prompts.txt`](examples/prompt-gallery/prompts.txt).
|
| 75 |
+
|
| 76 |
+
<Gallery />
|
| 77 |
+
|
| 78 |
+
## Base model → Monet style reference
|
| 79 |
+
|
| 80 |
+
| Base model | Monet style |
|
| 81 |
+
|---|---|
|
| 82 |
+
|  |  |
|
examples/normal-to-lora/monet.png
ADDED
|
Git LFS Details
|
examples/normal-to-lora/normal.png
ADDED
|
Git LFS Details
|
examples/prompt-gallery/image_74.png
ADDED
|
Git LFS Details
|
examples/prompt-gallery/image_75.png
ADDED
|
Git LFS Details
|
examples/prompt-gallery/image_76.png
ADDED
|
Git LFS Details
|
examples/prompt-gallery/image_77.png
ADDED
|
Git LFS Details
|
examples/prompt-gallery/image_78.png
ADDED
|
Git LFS Details
|
examples/prompt-gallery/image_79.png
ADDED
|
Git LFS Details
|
examples/prompt-gallery/image_80.png
ADDED
|
Git LFS Details
|
examples/prompt-gallery/image_81.png
ADDED
|
Git LFS Details
|
examples/prompt-gallery/image_82.png
ADDED
|
Git LFS Details
|
examples/prompt-gallery/prompts.txt
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
Monet Style, a nice autumn background
|
| 2 |
+
Monet Style, a green apple in a nice museum frame
|
| 3 |
+
Monet Style, some roses in a vase
|
| 4 |
+
Monet Style, a castle
|
| 5 |
+
Monet Style, an apple tree in the summer
|
| 6 |
+
Monet Style, a sailboat on a beach
|
| 7 |
+
Monet Style, some pastries
|
| 8 |
+
Monet Style, a sunflower
|
| 9 |
+
Monet Style, a moon above a lake
|
| 10 |
+
|