Commit ·
23b6833
verified ·
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +90 -0
.gitattributes
ADDED
|
@@ -0,0 +1,55 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
*.7z filter=lfs diff=lfs merge=lfs -text
|
| 2 |
+
*.arrow filter=lfs diff=lfs merge=lfs -text
|
| 3 |
+
*.bin filter=lfs diff=lfs merge=lfs -text
|
| 4 |
+
*.bz2 filter=lfs diff=lfs merge=lfs -text
|
| 5 |
+
*.ckpt filter=lfs diff=lfs merge=lfs -text
|
| 6 |
+
*.ftz filter=lfs diff=lfs merge=lfs -text
|
| 7 |
+
*.gz filter=lfs diff=lfs merge=lfs -text
|
| 8 |
+
*.h5 filter=lfs diff=lfs merge=lfs -text
|
| 9 |
+
*.joblib filter=lfs diff=lfs merge=lfs -text
|
| 10 |
+
*.lfs.* filter=lfs diff=lfs merge=lfs -text
|
| 11 |
+
*.lz4 filter=lfs diff=lfs merge=lfs -text
|
| 12 |
+
*.mlmodel filter=lfs diff=lfs merge=lfs -text
|
| 13 |
+
*.model filter=lfs diff=lfs merge=lfs -text
|
| 14 |
+
*.msgpack filter=lfs diff=lfs merge=lfs -text
|
| 15 |
+
*.npy filter=lfs diff=lfs merge=lfs -text
|
| 16 |
+
*.npz filter=lfs diff=lfs merge=lfs -text
|
| 17 |
+
*.onnx filter=lfs diff=lfs merge=lfs -text
|
| 18 |
+
*.ot filter=lfs diff=lfs merge=lfs -text
|
| 19 |
+
*.parquet filter=lfs diff=lfs merge=lfs -text
|
| 20 |
+
*.pb filter=lfs diff=lfs merge=lfs -text
|
| 21 |
+
*.pickle filter=lfs diff=lfs merge=lfs -text
|
| 22 |
+
*.pkl filter=lfs diff=lfs merge=lfs -text
|
| 23 |
+
*.pt filter=lfs diff=lfs merge=lfs -text
|
| 24 |
+
*.pth filter=lfs diff=lfs merge=lfs -text
|
| 25 |
+
*.rar filter=lfs diff=lfs merge=lfs -text
|
| 26 |
+
*.safetensors filter=lfs diff=lfs merge=lfs -text
|
| 27 |
+
saved_model/**/* filter=lfs diff=lfs merge=lfs -text
|
| 28 |
+
*.tar.* filter=lfs diff=lfs merge=lfs -text
|
| 29 |
+
*.tar filter=lfs diff=lfs merge=lfs -text
|
| 30 |
+
*.tflite filter=lfs diff=lfs merge=lfs -text
|
| 31 |
+
*.tgz filter=lfs diff=lfs merge=lfs -text
|
| 32 |
+
*.wasm filter=lfs diff=lfs merge=lfs -text
|
| 33 |
+
*.xz filter=lfs diff=lfs merge=lfs -text
|
| 34 |
+
*.zip filter=lfs diff=lfs merge=lfs -text
|
| 35 |
+
*.zst filter=lfs diff=lfs merge=lfs -text
|
| 36 |
+
*tfevents* filter=lfs diff=lfs merge=lfs -text
|
| 37 |
+
# Audio files - uncompressed
|
| 38 |
+
*.pcm filter=lfs diff=lfs merge=lfs -text
|
| 39 |
+
*.sam filter=lfs diff=lfs merge=lfs -text
|
| 40 |
+
*.raw filter=lfs diff=lfs merge=lfs -text
|
| 41 |
+
# Audio files - compressed
|
| 42 |
+
*.aac filter=lfs diff=lfs merge=lfs -text
|
| 43 |
+
*.flac filter=lfs diff=lfs merge=lfs -text
|
| 44 |
+
*.mp3 filter=lfs diff=lfs merge=lfs -text
|
| 45 |
+
*.ogg filter=lfs diff=lfs merge=lfs -text
|
| 46 |
+
*.wav filter=lfs diff=lfs merge=lfs -text
|
| 47 |
+
# Image files - uncompressed
|
| 48 |
+
*.bmp filter=lfs diff=lfs merge=lfs -text
|
| 49 |
+
*.gif filter=lfs diff=lfs merge=lfs -text
|
| 50 |
+
*.png filter=lfs diff=lfs merge=lfs -text
|
| 51 |
+
*.tiff filter=lfs diff=lfs merge=lfs -text
|
| 52 |
+
# Image files - compressed
|
| 53 |
+
*.jpg filter=lfs diff=lfs merge=lfs -text
|
| 54 |
+
*.jpeg filter=lfs diff=lfs merge=lfs -text
|
| 55 |
+
*.webp filter=lfs diff=lfs merge=lfs -text
|
README.md
ADDED
|
@@ -0,0 +1,90 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- text-to-image
|
| 4 |
+
- lora
|
| 5 |
+
- diffusers
|
| 6 |
+
- template:diffusion-lora
|
| 7 |
+
widget:
|
| 8 |
+
- text: >-
|
| 9 |
+
ArsMJStyle, ChiaroscuroFantasy, relic, The image is a digital illustration
|
| 10 |
+
of a female fantasy character sitting on a throne. She is wearing a green
|
| 11 |
+
dress with intricate details and a crown on her head. The dress has a high
|
| 12 |
+
neckline and long sleeves and the skirt is flowing in the wind. The woman
|
| 13 |
+
has long blonde hair that is styled in loose waves and cascades down her
|
| 14 |
+
back. She has a serious expression on her face and is looking off to the
|
| 15 |
+
side.
|
| 16 |
+
parameters:
|
| 17 |
+
negative_prompt: 'Guidance: 3.5 Steps: 28 Seed: 1135044942'
|
| 18 |
+
output:
|
| 19 |
+
url: images/4W44WSYQJRG4773D64DP7BYMG0.jpeg
|
| 20 |
+
- text: >-
|
| 21 |
+
ArsMJStyle, ChiaroscuroFantasy, Sorceress in a Glowing Twilight , A powerful
|
| 22 |
+
sorceress with flowing robes of dark green and silver stands atop a cliff at
|
| 23 |
+
dusk, her eyes glowing with arcane energy. Her hair shimmers like threads of
|
| 24 |
+
light, and her hands conjure floating orbs of luminous power. Behind her, a
|
| 25 |
+
vast landscape stretches out, with dark mountains illuminated by the fading
|
| 26 |
+
sun and the first stars beginning to twinkle in the sky. The soft light
|
| 27 |
+
casts long shadows, accentuating the dramatic scenery.
|
| 28 |
+
parameters:
|
| 29 |
+
negative_prompt: 'Guidance: 3.5 Steps: 20 Seed: 555127948472453'
|
| 30 |
+
output:
|
| 31 |
+
url: images/2024-09-14-123453.png
|
| 32 |
+
- text: "ArsMJStyle, ChiaroscuroFantasy, our women representing the seasons, each dressed in richly detailed garments. They stand intertwined with the natural elements of their seasonsa\x80\x94spring blossoms, summer sunflowers, autumn leaves, and winter snowflakes."
|
| 33 |
+
parameters:
|
| 34 |
+
negative_prompt: 'Guidance: 3.5 Steps: 20 Seed: 851831795915204'
|
| 35 |
+
output:
|
| 36 |
+
url: images/2024-09-14-122059.png
|
| 37 |
+
- text: >-
|
| 38 |
+
ArsMJStyle, ChiaroscuroFantasy, mask, The image is a digital illustration of
|
| 39 |
+
a woman's face and upper body. She is wearing a black and gold masquerade
|
| 40 |
+
mask with intricate details and patterns. The mask has a large eye hole in
|
| 41 |
+
the center and is surrounded by red and blue flowers and green leaves. The
|
| 42 |
+
woman has long white hair that is styled in loose waves and is wearing black
|
| 43 |
+
lingerie with a large necklace. The background is dark and ornate with a
|
| 44 |
+
hint of blue and red. The overall mood of the image is mysterious and edgy.
|
| 45 |
+
parameters:
|
| 46 |
+
negative_prompt: 'Guidance: 3.5 Steps: 20 Seed: 1006514180929927'
|
| 47 |
+
output:
|
| 48 |
+
url: images/2024-09-14-125223.png
|
| 49 |
+
base_model: black-forest-labs/FLUX.1-dev
|
| 50 |
+
instance_prompt: ArsMJStyle, ChiaroscuroFantasy
|
| 51 |
+
license: unknown
|
| 52 |
+
---
|
| 53 |
+
# Chiaroscuro Fantasy (SDXL, Pony, Flux)
|
| 54 |
+
|
| 55 |
+
<Gallery />
|
| 56 |
+
|
| 57 |
+
## Model description
|
| 58 |
+
|
| 59 |
+
FROM https://civitai.com/models/570685?modelVersionId=841595
|
| 60 |
+
|
| 61 |
+
Trigger ArsMJStyle, ChiaroscuroFantasy
|
| 62 |
+
Strength 1
|
| 63 |
+
|
| 64 |
+
Flux Update - Flux LoRA was created with the Rapid Flux Training.
|
| 65 |
+
|
| 66 |
+
|
| 67 |
+
The Lora is trained on MidJourney Images that use my "Personalised Style" + a really sharp Style that Midjourney describe as Chiaroscuro Fantasy.
|
| 68 |
+
|
| 69 |
+
Chiaroscuro is an artistic technique that uses strong contrasts between light and shadow to create a sense of depth and volume, often enhancing the dramatic effect in a composition.
|
| 70 |
+
|
| 71 |
+
For SDXL and Pony recommendations, please check their respective versions.
|
| 72 |
+
|
| 73 |
+
Trigger words ArsMJStyle, ChiaroscuroFantasy
|
| 74 |
+
|
| 75 |
+
Works great in the 0.3 - 1.2 range, depending on the Lora Stack you use.
|
| 76 |
+
|
| 77 |
+
I recommend starting in the 0.8 - 1 range
|
| 78 |
+
|
| 79 |
+
## Trigger words
|
| 80 |
+
|
| 81 |
+
You should use `ArsMJStyle` to trigger the image generation.
|
| 82 |
+
|
| 83 |
+
You should use `ChiaroscuroFantasy` to trigger the image generation.
|
| 84 |
+
|
| 85 |
+
|
| 86 |
+
## Download model
|
| 87 |
+
|
| 88 |
+
Weights for this model are available in Safetensors format.
|
| 89 |
+
|
| 90 |
+
[Download](/Jonjew/ChiaroscuroFantasy/tree/main) them in the Files & versions tab.
|