Text-to-Image
Diffusers
Safetensors
StableDiffusionPipeline
clover-image
diffusion
stable-diffusion
knowledge-distillation
compact
small-model
local-inference
edge-inference
mobile-inference
core-ml
iphone
sd-1.4-class
Instructions to use neonforestmist/Clover-Image-Tiny with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use neonforestmist/Clover-Image-Tiny with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("neonforestmist/Clover-Image-Tiny", dtype=torch.bfloat16, device_map="cuda") prompt = "a glass of red wine" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Commit ·
37bfcfc
1
Parent(s): e042fb3
Add prompt galleries and LoRA comparisons
Browse files- .gitattributes +2 -0
- README.md +54 -0
- examples/normal-to-lora/monet.png +3 -0
- examples/normal-to-lora/normal.png +3 -0
- examples/normal-to-lora/pointillism.png +3 -0
- examples/normal-to-lora/watercolor_anime.png +3 -0
- examples/prompt-gallery/original/image_74.png +3 -0
- examples/prompt-gallery/original/image_75.png +3 -0
- examples/prompt-gallery/original/image_76.png +3 -0
- examples/prompt-gallery/original/image_77.png +3 -0
- examples/prompt-gallery/original/image_78.png +3 -0
- examples/prompt-gallery/original/image_79.png +3 -0
- examples/prompt-gallery/original/image_80.png +3 -0
- examples/prompt-gallery/original/image_81.png +3 -0
- examples/prompt-gallery/original/image_83.png +3 -0
- examples/prompt-gallery/original/prompts.txt +10 -0
.gitattributes
CHANGED
|
@@ -36,3 +36,5 @@ saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
|
| 36 |
assets/clover-image-tiny-local-mps-library-seed-1469.png filter=lfs diff=lfs merge=lfs -text
|
| 37 |
assets/clover-image-tiny-paired-contact-sheet.png filter=lfs diff=lfs merge=lfs -text
|
| 38 |
assets/clover-image-tiny-banner.png filter=lfs diff=lfs merge=lfs -text
|
|
|
|
|
|
|
|
|
| 36 |
assets/clover-image-tiny-local-mps-library-seed-1469.png filter=lfs diff=lfs merge=lfs -text
|
| 37 |
assets/clover-image-tiny-paired-contact-sheet.png filter=lfs diff=lfs merge=lfs -text
|
| 38 |
assets/clover-image-tiny-banner.png filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
examples/prompt-gallery/**/*.png filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
examples/normal-to-lora/*.png filter=lfs diff=lfs merge=lfs -text
|
README.md
CHANGED
|
@@ -12,6 +12,43 @@ tags:
|
|
| 12 |
- knowledge-distillation
|
| 13 |
- compact
|
| 14 |
- local-inference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 15 |
---
|
| 16 |
|
| 17 |
# Clover Image Tiny 🍀
|
|
@@ -240,6 +277,23 @@ All eight Clover images were finite, nonblank, nonblack, and cleared by the
|
|
| 240 |
packaged upstream safety checker in this run. The set covers objects, a person,
|
| 241 |
an animal, a landscape, an interior, food, a product, and a night scene.
|
| 242 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 243 |
The local MPS reference below used “a compact modern library with arched
|
| 244 |
windows,” seed 1469, and the same 50-step configuration:
|
| 245 |
|
|
|
|
| 12 |
- knowledge-distillation
|
| 13 |
- compact
|
| 14 |
- local-inference
|
| 15 |
+
widget:
|
| 16 |
+
- text: "a glass of red wine"
|
| 17 |
+
example_title: "Red wine"
|
| 18 |
+
output:
|
| 19 |
+
url: examples/prompt-gallery/original/image_83.png
|
| 20 |
+
- text: "a tiny glass greenhouse glowing in a moonlit garden"
|
| 21 |
+
example_title: "Moonlit greenhouse"
|
| 22 |
+
output:
|
| 23 |
+
url: examples/prompt-gallery/original/image_74.png
|
| 24 |
+
- text: "Daisy's in a pot"
|
| 25 |
+
example_title: "Daisies"
|
| 26 |
+
output:
|
| 27 |
+
url: examples/prompt-gallery/original/image_75.png
|
| 28 |
+
- text: "snowy mountains under a cloudy sky"
|
| 29 |
+
example_title: "Snowy mountains"
|
| 30 |
+
output:
|
| 31 |
+
url: examples/prompt-gallery/original/image_76.png
|
| 32 |
+
- text: "A desert with a big moon in the sky"
|
| 33 |
+
example_title: "Desert moon"
|
| 34 |
+
output:
|
| 35 |
+
url: examples/prompt-gallery/original/image_77.png
|
| 36 |
+
- text: "A bouquet of blue flowers"
|
| 37 |
+
example_title: "Blue flowers"
|
| 38 |
+
output:
|
| 39 |
+
url: examples/prompt-gallery/original/image_79.png
|
| 40 |
+
- text: "A stain glass window of a starry night"
|
| 41 |
+
example_title: "Stained-glass night"
|
| 42 |
+
output:
|
| 43 |
+
url: examples/prompt-gallery/original/image_78.png
|
| 44 |
+
- text: "An origami heart"
|
| 45 |
+
example_title: "Origami heart"
|
| 46 |
+
output:
|
| 47 |
+
url: examples/prompt-gallery/original/image_80.png
|
| 48 |
+
- text: "An anime boy with light blue hair and eyes"
|
| 49 |
+
example_title: "Anime portrait"
|
| 50 |
+
output:
|
| 51 |
+
url: examples/prompt-gallery/original/image_81.png
|
| 52 |
---
|
| 53 |
|
| 54 |
# Clover Image Tiny 🍀
|
|
|
|
| 277 |
packaged upstream safety checker in this run. The set covers objects, a person,
|
| 278 |
an animal, a landscape, an interior, food, a product, and a night scene.
|
| 279 |
|
| 280 |
+
## Prompt gallery
|
| 281 |
+
|
| 282 |
+
These nine examples are paired with the exact prompts used for generation. The
|
| 283 |
+
portable prompt list is also available at
|
| 284 |
+
[`examples/prompt-gallery/original/prompts.txt`](examples/prompt-gallery/original/prompts.txt).
|
| 285 |
+
|
| 286 |
+
<Gallery />
|
| 287 |
+
|
| 288 |
+
## Base model → style LoRA
|
| 289 |
+
|
| 290 |
+
The same tiny-glass-greenhouse prompt shows the base output alongside the three
|
| 291 |
+
style adapters. These are visual references for the corresponding LoRA cards.
|
| 292 |
+
|
| 293 |
+
| Base model | Monet | Pointillism | Watercolor Anime |
|
| 294 |
+
|---|---|---|---|
|
| 295 |
+
|  |  |  |  |
|
| 296 |
+
|
| 297 |
The local MPS reference below used “a compact modern library with arched
|
| 298 |
windows,” seed 1469, and the same 50-step configuration:
|
| 299 |
|
examples/normal-to-lora/monet.png
ADDED
|
Git LFS Details
|
examples/normal-to-lora/normal.png
ADDED
|
Git LFS Details
|
examples/normal-to-lora/pointillism.png
ADDED
|
Git LFS Details
|
examples/normal-to-lora/watercolor_anime.png
ADDED
|
Git LFS Details
|
examples/prompt-gallery/original/image_74.png
ADDED
|
Git LFS Details
|
examples/prompt-gallery/original/image_75.png
ADDED
|
Git LFS Details
|
examples/prompt-gallery/original/image_76.png
ADDED
|
Git LFS Details
|
examples/prompt-gallery/original/image_77.png
ADDED
|
Git LFS Details
|
examples/prompt-gallery/original/image_78.png
ADDED
|
Git LFS Details
|
examples/prompt-gallery/original/image_79.png
ADDED
|
Git LFS Details
|
examples/prompt-gallery/original/image_80.png
ADDED
|
Git LFS Details
|
examples/prompt-gallery/original/image_81.png
ADDED
|
Git LFS Details
|
examples/prompt-gallery/original/image_83.png
ADDED
|
Git LFS Details
|
examples/prompt-gallery/original/prompts.txt
ADDED
|
@@ -0,0 +1,10 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
a glass of red wine
|
| 2 |
+
a tiny glass greenhouse glowing in a moonlit garden
|
| 3 |
+
Daisy's in a pot
|
| 4 |
+
snowy mountains under a cloudy sky
|
| 5 |
+
A desert with a big moon in the sky
|
| 6 |
+
A bouquet of blue flowers
|
| 7 |
+
A stain glass window of a starry night
|
| 8 |
+
An origami heart
|
| 9 |
+
An anime boy with light blue hair and eyes
|
| 10 |
+
|