Update README with info about training process.
Browse files
README.md
CHANGED
|
@@ -1,39 +1,46 @@
|
|
| 1 |
-
---
|
| 2 |
-
tags:
|
| 3 |
-
- text-to-image
|
| 4 |
-
- flux
|
| 5 |
-
- lora
|
| 6 |
-
- diffusers
|
| 7 |
-
- template:sd-lora
|
| 8 |
-
- fluxgym
|
| 9 |
-
widget:
|
| 10 |
-
- output:
|
| 11 |
-
url: sample/cboyardee-dilbert-video-style_005100_00_20240917161546.png
|
| 12 |
-
text: cboyardee_dilbert a cartoon of a man drinking coffee in an office
|
| 13 |
-
- output:
|
| 14 |
-
url: sample/cboyardee-dilbert-video-style_005100_01_20240917161556.png
|
| 15 |
-
text: cboyardee_dilbert a cartoon of a happy dog
|
| 16 |
-
- output:
|
| 17 |
-
url: sample/cboyardee-dilbert-video-style_005100_02_20240917161606.png
|
| 18 |
-
text: cboyardee_dilbert a cartoon of a mcdonalds restaurant exterior
|
| 19 |
-
base_model: black-forest-labs/FLUX.1-dev
|
| 20 |
-
instance_prompt: cboyardee_dilbert
|
| 21 |
-
license: other
|
| 22 |
-
license_name: flux-1-dev-non-commercial-license
|
| 23 |
-
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
|
| 24 |
-
---
|
| 25 |
-
|
| 26 |
-
# cboyardee-dilbert-video-style
|
| 27 |
-
|
| 28 |
-
A Flux LoRA trained on
|
| 29 |
-
|
| 30 |
-
|
| 31 |
-
|
| 32 |
-
|
| 33 |
-
|
| 34 |
-
|
| 35 |
-
|
| 36 |
-
|
| 37 |
-
|
| 38 |
-
|
| 39 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- text-to-image
|
| 4 |
+
- flux
|
| 5 |
+
- lora
|
| 6 |
+
- diffusers
|
| 7 |
+
- template:sd-lora
|
| 8 |
+
- fluxgym
|
| 9 |
+
widget:
|
| 10 |
+
- output:
|
| 11 |
+
url: sample/cboyardee-dilbert-video-style_005100_00_20240917161546.png
|
| 12 |
+
text: cboyardee_dilbert a cartoon of a man drinking coffee in an office
|
| 13 |
+
- output:
|
| 14 |
+
url: sample/cboyardee-dilbert-video-style_005100_01_20240917161556.png
|
| 15 |
+
text: cboyardee_dilbert a cartoon of a happy dog
|
| 16 |
+
- output:
|
| 17 |
+
url: sample/cboyardee-dilbert-video-style_005100_02_20240917161606.png
|
| 18 |
+
text: cboyardee_dilbert a cartoon of a mcdonalds restaurant exterior
|
| 19 |
+
base_model: black-forest-labs/FLUX.1-dev
|
| 20 |
+
instance_prompt: cboyardee_dilbert
|
| 21 |
+
license: other
|
| 22 |
+
license_name: flux-1-dev-non-commercial-license
|
| 23 |
+
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
|
| 24 |
+
---
|
| 25 |
+
|
| 26 |
+
# cboyardee-dilbert-video-style
|
| 27 |
+
|
| 28 |
+
A Flux LoRA trained on an NVIDIA 4070 Ti Super with [Fluxgym](https://github.com/cocktailpeanut/fluxgym). This is a **style transfer LoRA** designed to replicate the unique MSPaint style of cboyardee's artwork.
|
| 29 |
+
|
| 30 |
+
Dataset is a collection of 32 frames extracted and cropped from [this video](https://www.youtube.com/watch?v=a6rGUlVvVJ4), tagged with [Florence-2](https://huggingface.co/microsoft/Florence-2-large) with some manual changes. 16 epochs were used with 10 repeat trains per image, resulting in a total step count of 5120.
|
| 31 |
+
|
| 32 |
+
<Gallery />
|
| 33 |
+
|
| 34 |
+
## Trigger words
|
| 35 |
+
|
| 36 |
+
You should use `cboyardee_dilbert` to trigger the image generation.
|
| 37 |
+
|
| 38 |
+
All tags began with "a cartoon of" but it seems like omitting that prefix still results in good outputs. In the future I want to retag with "MSPaint drawing" as it more accurately describes the style.
|
| 39 |
+
|
| 40 |
+
**Note that "Dilbert" (or other characters) were not used in tagging, and so the LoRA will not be able to reproduce the character.**
|
| 41 |
+
|
| 42 |
+
## Download model and use it with ComfyUI, AUTOMATIC1111, SD.Next, Invoke AI, Forge, etc.
|
| 43 |
+
|
| 44 |
+
Weights for this model are available in Safetensors format.
|
| 45 |
+
|
| 46 |
+
The [main safetensors file](https://huggingface.co/simpolism/cboyardee-dilbert-video-style/blob/main/cboyardee-dilbert-video-style.safetensors) achieves good outputs, but partial saves are also included with the number of epochs: 4, 8, 12. These files can be ignored unless you want to experiment with fewer-step models.
|