Commit ·
91b6c23
verified ·
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +136 -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,136 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- text-to-image
|
| 4 |
+
- lora
|
| 5 |
+
- diffusers
|
| 6 |
+
- template:diffusion-lora
|
| 7 |
+
widget:
|
| 8 |
+
- text: >-
|
| 9 |
+
A stunning female figure stands confidently in an ethereal, enchanted
|
| 10 |
+
setting, adorned in a flowing, alluring gown that emphasizes her curves with
|
| 11 |
+
a deep neckline and intricate lace detailing. The gown is a shimmering
|
| 12 |
+
white, embellished with silver accents that catch the light, giving her an
|
| 13 |
+
otherworldly glow. She has long, flowing silver hair, loosely cascading over
|
| 14 |
+
her shoulders, and wears delicate floral accessories that add a touch of
|
| 15 |
+
romance. To her side, a majestic, mythical dragon with glistening white
|
| 16 |
+
scales and piercing blue eyes curls protectively around her, its presence
|
| 17 |
+
both powerful and graceful. The background features ornate, ancient
|
| 18 |
+
architecture, softly illuminated by ambient sunlight filtering through
|
| 19 |
+
mystical wisps of fog. Delicate petals float around them, enhancing the
|
| 20 |
+
dreamlike atmosphere. The lighting is soft yet dramatic, highlighting the
|
| 21 |
+
connection between the woman and the dragon. The composition is centered on
|
| 22 |
+
the figure, with a slight focus on the dragon's head, creating a balanced
|
| 23 |
+
dynamic between the two. The emotion conveyed is one of strength and serene
|
| 24 |
+
beauty, evoking a sense of enchantment and intrigue., dikrymd,
|
| 25 |
+
<lora:Kaoru-Yamada_v17-000054:1>
|
| 26 |
+
parameters:
|
| 27 |
+
negative_prompt: 'Guidance: 1 Steps: 20 Seed: 530858837'
|
| 28 |
+
output:
|
| 29 |
+
url: images/02267-2025-01-27-530858837.png
|
| 30 |
+
- text: >-
|
| 31 |
+
A fortune teller gazing at a deck of tarot cards spread across a
|
| 32 |
+
velvet-draped table, her eyes filled with mystery, candles flickering softly
|
| 33 |
+
around her, an aura of mystique and curiosity, fantasy art style with warm
|
| 34 |
+
tones, close-up shot, frontal angle., dikrymd,
|
| 35 |
+
<lora:Kaoru-Yamada_v17-000054:1>
|
| 36 |
+
parameters:
|
| 37 |
+
negative_prompt: 'Guidance: 1 Steps: 20 Seed: 308264317'
|
| 38 |
+
output:
|
| 39 |
+
url: images/02108-2025-01-27-308264317.png
|
| 40 |
+
- text: >-
|
| 41 |
+
A confident woman in a golden gown standing on the balcony of an opulent
|
| 42 |
+
ballroom, city lights sparkling in the distance, her hair styled elegantly,
|
| 43 |
+
holding a glass of champagne, exuding sophistication and charm, oil painting
|
| 44 |
+
style with rich textures and warm lighting, medium shot, slight above
|
| 45 |
+
perspective., dikrymd, <lora:Kaoru-Yamada_v17-000054:1>
|
| 46 |
+
parameters:
|
| 47 |
+
negative_prompt: 'Guidance: 1 Steps: 20 Seed: 405353690'
|
| 48 |
+
output:
|
| 49 |
+
url: images/02313-2025-01-27-405353690.png
|
| 50 |
+
- text: >-
|
| 51 |
+
female figure in a dramatic gothic setting, long flowing silver hair,
|
| 52 |
+
striking red eyes, ornate black and red costume with intricate lace details,
|
| 53 |
+
corset-style top with gold embellishments, dark stockings with floral
|
| 54 |
+
patterns, holding a tall staff topped with skulls, backdrop of towering dark
|
| 55 |
+
gothic arches, soft eerie green lighting illuminating the scene, intense and
|
| 56 |
+
mysterious expression, framing that emphasizes the height of the figure, an
|
| 57 |
+
atmosphere of dark fantasy and elegance, intricate jewelry accents, flowing
|
| 58 |
+
ribbons and fabric adding a sense of movement., dikrymd,
|
| 59 |
+
<lora:Kaoru-Yamada_v17-000054:1>
|
| 60 |
+
parameters:
|
| 61 |
+
negative_prompt: 'Guidance: 1 Steps: 20 Seed: 1285789747'
|
| 62 |
+
output:
|
| 63 |
+
url: images/02066-2025-01-27-1285789747.png
|
| 64 |
+
- text: "A striking female figure with long, flowing black hair stands in profile, exuding an aura of strength and mystique. She wears a dark, intricately detailed dress adorned with blue and black feathers, resembling elaborate wings that extend from her back, creating a dynamic silhouette. Her arms are covered in vibrant tattoos featuring intricate designs, with her right arm partially visible, showcasing the detailed artwork. The background features a blend of soft, muted colors and abstract patterns in turquoise and beige, adding depth and contrast to the composition. The lighting is soft yet dramatic, casting gentle shadows across her face and emphasizing her features, such as her sharp jawline and piercing gaze. The overall atmosphere is both ethereal and powerful, with elements of urban art, subtly integrated text, and textures that enhance the artworkâ\x80\x99s complexity., dikrymd, <lora:Kaoru-Yamada_v17-000054:1>"
|
| 65 |
+
parameters:
|
| 66 |
+
negative_prompt: 'Guidance: 1 Steps: 20 Seed: 1933955616'
|
| 67 |
+
output:
|
| 68 |
+
url: images/02092-2025-01-27-1933955616.png
|
| 69 |
+
- text: >-
|
| 70 |
+
a Elf girl with dark hair styled up, adorned with ornate hairpieces and
|
| 71 |
+
accessories. Her eyes are closed, and her expression is serene. She is
|
| 72 |
+
wearing a sleeveless, multicolored outfit showing intricate designs,
|
| 73 |
+
exposing an elaborate tattoo that depicts a fierce dragon with swirling blue
|
| 74 |
+
and green elements including intricate details like fire and wisps of smoke,
|
| 75 |
+
that extends across her upper back. The background features an abstract
|
| 76 |
+
orange background with decorative elements resembling script or symbols on
|
| 77 |
+
either side. horror., dikrymd, <lora:Kaoru-Yamada_v17-000054:1>
|
| 78 |
+
parameters:
|
| 79 |
+
negative_prompt: 'Guidance: 1 Steps: 20 Seed: 708851416'
|
| 80 |
+
output:
|
| 81 |
+
url: images/02177-2025-01-27-708851416.png
|
| 82 |
+
- text: "warrior standing in profile, long flowing dark red hair, intricate armor with metallic and ornate details, tattered red cape flowing behind, holding a katana, background of a traditional Asian temple with sharp rooftops and dim lighting, swirling red mist surrounding the figure, dark and moody atmosphere, overcast sky with dramatic clouds, shadows emphasizing the figureâ\x80\x99s silhouette, intense gaze turned slightly towards the viewer, a sense of power and mystery, stone ground with scattered debris, low angle shot enhancing the figure's height and presence, warm flickering light from lanterns in the temple illuminating the scene subtly, evoke feelings of strength and determination., dikrymd, <lora:Kaoru-Yamada_v17-000054:1>"
|
| 83 |
+
parameters:
|
| 84 |
+
negative_prompt: 'Guidance: 1 Steps: 20 Seed: 4254128179'
|
| 85 |
+
output:
|
| 86 |
+
url: images/02091-2025-01-27-4254128179.png
|
| 87 |
+
- text: >-
|
| 88 |
+
dikrymd, <lora:Kaoru-Yamada_v17-000054:1> , A fortune teller seated at a
|
| 89 |
+
round table in a mysterious tent, gazing into a crystal ball, her elaborate
|
| 90 |
+
jewelry and flowing scarves catching the soft glow of candlelight, an
|
| 91 |
+
atmosphere of mystique and curiosity, fantasy art style, close-up shot,
|
| 92 |
+
frontal angle.
|
| 93 |
+
parameters:
|
| 94 |
+
negative_prompt: 'Guidance: 1 Steps: 20 Seed: 1969344655'
|
| 95 |
+
output:
|
| 96 |
+
url: images/01967-2025-01-26-1969344655.png
|
| 97 |
+
base_model: black-forest-labs/FLUX.1-dev
|
| 98 |
+
instance_prompt: dikrymd
|
| 99 |
+
license: unknown
|
| 100 |
+
---
|
| 101 |
+
# Ethereal Dreambrush v1.7
|
| 102 |
+
|
| 103 |
+
<Gallery />
|
| 104 |
+
|
| 105 |
+
## Model description
|
| 106 |
+
|
| 107 |
+
FROM https://civitai.com/models/1189752/ethereal-dreambrush
|
| 108 |
+
|
| 109 |
+
Trigger dikrymd
|
| 110 |
+
Strength 0.8 - 1.2 with 1 working for most
|
| 111 |
+
|
| 112 |
+
Ethereal Dreambrush is a captivating LoRA that bridges the realms of painterly elegance and impressionist mystique, drawing inspiration from the evocative works of Kaoru Yamada and the timeless strokes of artists like Van Gogh. This model captures the dreamlike quality of swirling brushstrokes, luminous textures, and the soft interplay of light and shadow that transform any canvas into a reverie. Designed to evoke a sense of wonder and imagination, Ethereal Dreambrush brings together delicate, impressionistic details and bold painterly expression, offering a harmonious balance between realism and abstraction. Its artwork feels alive, as though each stroke carries a whisper of emotion, inviting the viewer into a serene yet vivid dreamscape.
|
| 113 |
+
|
| 114 |
+
Usage
|
| 115 |
+
To use the most recent version of the LoRA, use the following settings:
|
| 116 |
+
|
| 117 |
+
Trigger word: dikrymd, as in "dikrymd style" or "a dikrymd painting"
|
| 118 |
+
|
| 119 |
+
Other tokens that work well: Anything works, though it does fantastic night scenes with the sky prominently displayed.
|
| 120 |
+
|
| 121 |
+
Lora Strength: A strength between 0.8 and 1.2 is recommended. 1.0 seems perfect for most generations.
|
| 122 |
+
|
| 123 |
+
|
| 124 |
+
|
| 125 |
+
|
| 126 |
+
|
| 127 |
+
## Trigger words
|
| 128 |
+
|
| 129 |
+
You should use `dikrymd` to trigger the image generation.
|
| 130 |
+
|
| 131 |
+
|
| 132 |
+
## Download model
|
| 133 |
+
|
| 134 |
+
Weights for this model are available in Safetensors format.
|
| 135 |
+
|
| 136 |
+
[Download](/Jonjew/EtherealDreambrushv1_7/tree/main) them in the Files & versions tab.
|