Commit ·
1637103
verified ·
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +160 -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,160 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- text-to-image
|
| 4 |
+
- lora
|
| 5 |
+
- diffusers
|
| 6 |
+
- template:diffusion-lora
|
| 7 |
+
widget:
|
| 8 |
+
- text: >-
|
| 9 |
+
<lora:AISIL_style:1.2> AISIL style digital artwork with abstract intricate
|
| 10 |
+
vibrant background. This image features a central figure, a woman in a
|
| 11 |
+
flowing, multicolored gown that transitions between deep purples, blues, and
|
| 12 |
+
fiery oranges. Her hair is gently wavy, illuminated by glowing light from
|
| 13 |
+
the vibrant cosmic surroundings. She appears to be in a seated or floating
|
| 14 |
+
pose, interacting with the swirling energy around her. The background
|
| 15 |
+
depicts a celestial scene with dynamic streams of fiery orange, yellow, and
|
| 16 |
+
cool blue nebulae swirling dramatically. Spherical orbs resembling stars or
|
| 17 |
+
planets are scattered throughout, emitting golden and blue hues, adding
|
| 18 |
+
depth and cosmic texture. Fantasy surrealism with a cosmic and ethereal
|
| 19 |
+
focus. Hyper-realistic details combined with painterly, fluid brushstrokes.
|
| 20 |
+
Intense, centralized light emanating from the swirling nebula. A warm,
|
| 21 |
+
glowing backlight highlights the figure, contrasting with the cooler tones
|
| 22 |
+
of the cosmos. Bold and vivid, dominated by complementary fiery oranges and
|
| 23 |
+
deep blues, with accents of purples and golden yellows. Spiral-like movement
|
| 24 |
+
with a balanced focus on the figure and the surrounding nebulae. Strong use
|
| 25 |
+
of symmetry and flowing curves to direct attention to the central subject.
|
| 26 |
+
Celestial, otherworldly, and vibrant.
|
| 27 |
+
parameters:
|
| 28 |
+
negative_prompt: 'Guidance: 1 Steps: 1 Seed: 2172276779'
|
| 29 |
+
output:
|
| 30 |
+
url: images/3453453453453464352-2172276779.png
|
| 31 |
+
- text: >-
|
| 32 |
+
<lora:AISIL_style:1.0> AISIL style digital artwork with abstract intricate
|
| 33 |
+
vibrant background. This image features a woman in a sleek, black,
|
| 34 |
+
form-fitting gown adorned with intricate, silver embellishments resembling
|
| 35 |
+
floral or crystalline patterns. Her hair is wavy and loose, adorned with a
|
| 36 |
+
delicate silver headpiece. The gown flows seamlessly into a swirling
|
| 37 |
+
background, creating the illusion that the dress merges with the dynamic
|
| 38 |
+
splashes of ink-like textures. **Background**: A striking, abstract
|
| 39 |
+
explosion of black, gray, and fiery red tones resembling liquid or ink
|
| 40 |
+
flows. The contrast between the stark white areas and the bold splashes
|
| 41 |
+
emphasizes the central figure. **Style**: Abstract fantasy surrealism with
|
| 42 |
+
hyper-realistic detailing in the figure and gown. **Lighting**: Soft, even
|
| 43 |
+
lighting highlights the reflective textures of the gown and creates a
|
| 44 |
+
luminous effect against the contrasting dark and fiery background.
|
| 45 |
+
**Colors**: Dominantly black, white, and fiery red, with accents of metallic
|
| 46 |
+
silver. **Composition**: Centralized figure framed by the dynamic swirling
|
| 47 |
+
ink effects. The flowing shapes guide the eye across the image. **Mood**:
|
| 48 |
+
Bold, dramatic, and elegant.
|
| 49 |
+
parameters:
|
| 50 |
+
negative_prompt: 'Guidance: 1 Steps: 20 Seed: 161567540'
|
| 51 |
+
output:
|
| 52 |
+
url: images/3453453453453464361-161567540.png
|
| 53 |
+
- text: >-
|
| 54 |
+
<lora:AISIL_style:1.2> AISIL style digital artwork with abstract intricate
|
| 55 |
+
vibrant background. This image portrays an enchanting woman adorned in a
|
| 56 |
+
flowing, ethereal gown that appears to be crafted from liquid fire and
|
| 57 |
+
twilight, blending deep obsidian hues with radiant golden-orange tones. The
|
| 58 |
+
intricate fabric glimmers with delicate embellishments resembling molten
|
| 59 |
+
gold and autumn leaves, seamlessly interwoven with shimmering sapphire
|
| 60 |
+
highlights that evoke the impression of twilight skies meeting flames. Her
|
| 61 |
+
midnight-black hair cascades in soft waves, framed by a luminous floral
|
| 62 |
+
crown featuring vibrant orange blooms and golden filigree accents that
|
| 63 |
+
extend in delicate, vine-like tendrils. The background is a mesmerizing
|
| 64 |
+
swirl of glowing amber and soft cream tones, resembling swirling light and
|
| 65 |
+
liquid, with shadowy branches and dark, shimmering leaves framing her figure
|
| 66 |
+
like an ornate frame. Soft, golden embers float in the air, adding a sense
|
| 67 |
+
of mysticism and warmth. The entire composition is illuminated with a
|
| 68 |
+
painterly glow, emphasizing soft shadows and luminous highlights that give
|
| 69 |
+
the scene a dreamlike, otherworldly quality. The attention to detail and
|
| 70 |
+
dynamic interplay of textures and colors evokes a Baroque-inspired elegance
|
| 71 |
+
combined with contemporary fantasy aesthetics.
|
| 72 |
+
parameters:
|
| 73 |
+
negative_prompt: 'Guidance: 1 Steps: 20 Seed: 2049567135'
|
| 74 |
+
output:
|
| 75 |
+
url: images/3453453453453464359-2049567135 (1).png
|
| 76 |
+
- text: >-
|
| 77 |
+
<lora:AISIL_style:1.0> AISIL style digital artwork with intricate and
|
| 78 |
+
vibrant background. A celestial woman is elegantly posing, wearing intricate
|
| 79 |
+
dress. Hyperdetailed. White and gray with fiery orange accent color scheme.
|
| 80 |
+
parameters:
|
| 81 |
+
negative_prompt: 'Guidance: 1 Steps: 20 Seed: 1166566299'
|
| 82 |
+
output:
|
| 83 |
+
url: images/3453453453453464377-1166566299.png
|
| 84 |
+
- text: "<lora:AISIL_style:1.0> AISIL style digital artwork with intricate and vibrant background. A woman in a detailed and vibrant gown with intricate gold leaf patterns on a deep red and black fabric. Her pose is upright with a slight tilt to her body, emphasizing the dressâ\x80\x99s flowing design. Her hair is styled in a loose updo with soft, wavy strands framing her face. The background features splashes of golden hues blending with fiery red flowers, giving the image a dynamic, flame-like effect. Lighting highlights her face and the reflective gold on her dress, adding depth and focus."
|
| 85 |
+
parameters:
|
| 86 |
+
negative_prompt: 'Guidance: 1 Steps: 20 Seed: 1608137823'
|
| 87 |
+
output:
|
| 88 |
+
url: images/3453453453453464363-1608137823.png
|
| 89 |
+
- text: >-
|
| 90 |
+
<lora:AISIL_style:1.0> AISIL style digital artwork with intricate, ethereal
|
| 91 |
+
and vibrant background. This features a woman in an elegant pose, holding
|
| 92 |
+
the edges of her black gown adorned with vibrant pink floral embellishments.
|
| 93 |
+
The dress flows dramatically, merging into swirling pink and black ink-like
|
| 94 |
+
patterns that extend into the background, creating a dynamic sense of
|
| 95 |
+
motion. Her head is slightly tilted to the side, with her hair flowing
|
| 96 |
+
freely, enhanced with pink floral details. The lighting is focused,
|
| 97 |
+
highlighting her face and the vibrant pink accents, while the darker tones
|
| 98 |
+
create contrast and depth.
|
| 99 |
+
parameters:
|
| 100 |
+
negative_prompt: 'Guidance: 1 Steps: 20 Seed: 835747244'
|
| 101 |
+
output:
|
| 102 |
+
url: images/3453453453453464366-835747244.png
|
| 103 |
+
- text: >-
|
| 104 |
+
<lora:AISIL_style:1.0> AISIL style digital artwork with intricate and
|
| 105 |
+
vibrant background. A celestial figure stands gracefully against a backdrop
|
| 106 |
+
of an infinite, star-speckled void, her presence radiant and commanding. She
|
| 107 |
+
wears a flowing gown that seems woven from the very essence of the cosmos,
|
| 108 |
+
glowing in vibrant hues of neon pink, electric blue, fiery orange, and
|
| 109 |
+
golden yellow, with the colors blending like liquid light. The dress
|
| 110 |
+
cascades in surreal, rippling patterns, adorned with luminous orbs and
|
| 111 |
+
celestial symbols that appear to orbit her, evoking planets and stars.
|
| 112 |
+
Trails of ethereal, glowing streams extend from her gown, curling upward
|
| 113 |
+
like tendrils of cosmic energy, illuminating the darkness around her. Her
|
| 114 |
+
serene expression and poised stance exude confidence and mystique, while her
|
| 115 |
+
skin glows faintly with the iridescence of starlight. Her hair is swept into
|
| 116 |
+
an elegant style, shimmering with silvery tones that complement the
|
| 117 |
+
otherworldly palette. Surrounding her are radiant butterflies, their wings
|
| 118 |
+
glowing with soft light in colors of neon pink, amber, and violet,
|
| 119 |
+
fluttering gently like fragments of dreams given form. Below her, the
|
| 120 |
+
reflective surface of a still, dark pool mirrors the vibrant colors and
|
| 121 |
+
cosmic elements of the scene, enhancing the surreal, dreamlike atmosphere.
|
| 122 |
+
The interplay of light, shadow, and radiant color gives the composition a
|
| 123 |
+
painterly quality, reminiscent of fantasy surrealism, immersing the viewer
|
| 124 |
+
in a magical, otherworldly narrative.
|
| 125 |
+
parameters:
|
| 126 |
+
negative_prompt: 'Guidance: 1 Steps: 20 Seed: 3173382972'
|
| 127 |
+
output:
|
| 128 |
+
url: images/3453453453453464372-3173382972.png
|
| 129 |
+
base_model: black-forest-labs/FLUX.1-dev
|
| 130 |
+
instance_prompt: AISIL style digital artwork with intricate and vibrant background.
|
| 131 |
+
license: unknown
|
| 132 |
+
---
|
| 133 |
+
# AISIL style
|
| 134 |
+
|
| 135 |
+
<Gallery />
|
| 136 |
+
|
| 137 |
+
## Model description
|
| 138 |
+
|
| 139 |
+
FROM https://civitai.com/models/999564/aisil-style
|
| 140 |
+
|
| 141 |
+
Trigger AISIL style digital artwork with intricate and vibrant background.
|
| 142 |
+
Strength 1
|
| 143 |
+
|
| 144 |
+
This LoRA style is characterized by its radiant, flowing textures, meticulous detailing, and a harmonious balance of natural and otherworldly influences, can help creating fantasy portraits.
|
| 145 |
+
|
| 146 |
+
For full effect:
|
| 147 |
+
Put trigger phrase before prompt.
|
| 148 |
+
Describe the background as "abstract vibrant" or "volumetric vibrant" or something similar, without being specific, or simply do not describe background.
|
| 149 |
+
Use higher LoRA weight (1.5-2.0).
|
| 150 |
+
|
| 151 |
+
## Trigger words
|
| 152 |
+
|
| 153 |
+
You should use `AISIL style digital artwork with intricate and vibrant background.` to trigger the image generation.
|
| 154 |
+
|
| 155 |
+
|
| 156 |
+
## Download model
|
| 157 |
+
|
| 158 |
+
Weights for this model are available in Safetensors format.
|
| 159 |
+
|
| 160 |
+
[Download](/Jonjew/AISILstyle/tree/main) them in the Files & versions tab.
|