Commit ·
cbe721e
verified ·
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +107 -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,107 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- text-to-image
|
| 4 |
+
- lora
|
| 5 |
+
- diffusers
|
| 6 |
+
- template:diffusion-lora
|
| 7 |
+
widget:
|
| 8 |
+
- text: >-
|
| 9 |
+
A hyper-realistic, photorealistic photo image of A woman in sithoutfit with
|
| 10 |
+
red lightsaber (photography, high-resolution, dynamic,
|
| 11 |
+
energetic,hyper-realistic, dramatic lighting, shallow depth of field.),
|
| 12 |
+
detailmaximizer,
|
| 13 |
+
MythP0rt<lora:midjourney_whisper_flux_lora_v01:0.55><lora:aidmaMJ6.1-FLUX-V0.1:0.4><lora:FluxMythP0rtr4itStyle:0.4><lora:detailed_flux_ntc:2.2><lora:aidmaImageUpgrader-FLUX-V0.1:0.65><lora:SITH_FLUX:1.1>
|
| 14 |
+
parameters:
|
| 15 |
+
negative_prompt: unknown
|
| 16 |
+
output:
|
| 17 |
+
url: >-
|
| 18 |
+
images/Upscaled_Ultimate_ComfyUI_FLUX1_2024-09-19-130630_409862278279664.png
|
| 19 |
+
- text: >-
|
| 20 |
+
A hyper-realistic, photorealistic photo image of A woman in sithoutfit
|
| 21 |
+
(photography, high-resolution, dynamic, energetic,hyper-realistic, dramatic
|
| 22 |
+
lighting, shallow depth of field.), detailmaximizer,
|
| 23 |
+
MythP0rt<lora:midjourney_whisper_flux_lora_v01:0.55><lora:aidmaMJ6.1-FLUX-V0.1:0.4><lora:FluxMythP0rtr4itStyle:0.4><lora:detailed_flux_ntc:2.2><lora:aidmaImageUpgrader-FLUX-V0.1:0.65><lora:SITH_FLUX:1.1>
|
| 24 |
+
parameters:
|
| 25 |
+
negative_prompt: unknown
|
| 26 |
+
output:
|
| 27 |
+
url: >-
|
| 28 |
+
images/Upscaled_Ultimate_ComfyUI_FLUX1_2024-09-19-130927_873748959286415.png
|
| 29 |
+
- text: "A hyper-realistic portrait, photorealistic photo close-up image of Standing on the deck of a sleek, black Sith starfighter, a Sith Lord in sithoutfit with copper-toned skin and gleaming, white hair watches as the stars streak by in hyperspace. His black and crimson robes are tightly bound by a Sith belt adorned with the emblems of fallen Jedi, trophies of his relentless pursuit of power. The ship hums around him, an extension of his dark will, as he stands in perfect stillness, one hand resting lightly on the hilt of his curved lightsaber. His eyes, glowing with an unnatural red intensity, are fixed on the distant destination that awaits him, a Jedi stronghold hidden deep in the Outer Rim. The light from the hyperspace tunnel reflects off his metallic armor, creating a kaleidoscope of colors that shimmer and flicker across the polished deck. His expression is cold and calculating, a storm of dark energy swirling just beneath the surface of his controlled exterior. Behind him, droids and Sith soldiers stand ready, their weapons gleaming in the dim light of the starshipâ\x80\x99s bridge. As the ship hurtles closer to its target, the Sith Lordâ\x80\x99s grip tightens on his saber, his mind already anticipating the bloodshed that is to come. (photography, high-resolution, dynamic, energetic,hyper-realistic, dramatic lighting, shallow depth of field.), detailmaximizer, MythP0rt<lora:midjourney_whisper_flux_lora_v01:0.55><lora:aidmaMJ6.1-FLUX-V0.1:0.4><lora:FluxMythP0rtr4itStyle:0.4><lora:detailed_flux_ntc:2.2><lora:aidmaImageUpgrader-FLUX-V0.1:0.65><lora:SITH_FLUX:1.1>"
|
| 30 |
+
parameters:
|
| 31 |
+
negative_prompt: unknown
|
| 32 |
+
output:
|
| 33 |
+
url: images/Upscaled_Ultimate_ComfyUI_FLUX1_2024-09-19-183914_123.png
|
| 34 |
+
- text: "A hyper-realistic portrait, photorealistic photo close-up image of In a hidden Sith chamber deep within the catacombs of a forgotten world, a Sith Lady in sithoutfit with golden, tattooed skin meditates in the center of a ritualistic circle, her body levitating above the ground. Her crimson and black robes, lined with ancient Sith symbols, hang weightlessly around her, drifting in the dark energy that swirls through the chamber like a living, breathing entity. Her eyes, closed in deep concentration, glow faintly from behind her eyelids as she draws power from the dark side of the Force, channeling it through the ancient runes carved into the stone floor beneath her. The chamber itself is illuminated only by the soft, flickering light of the red kyber crystals embedded in the walls, casting eerie, dancing shadows across the twisted, jagged surfaces. The air is thick with the scent of ancient incense and the faint hum of dark magic that pulses in rhythm with her breath. Above her, the ceiling is adorned with the skeletal remains of long-dead Sith Lords, their bones arranged in patterns that mirror the arcane symbols of power carved into the walls. The silence is broken only by the soft whisper of the Force, as the Sith Ladyâ\x80\x99s presence fills the chamber, bending reality to her will. (photography, high-resolution, dynamic, energetic,hyper-realistic, dramatic lighting, shallow depth of field.), detailmaximizer, MythP0rt<lora:midjourney_whisper_flux_lora_v01:0.55><lora:aidmaMJ6.1-FLUX-V0.1:0.4><lora:FluxMythP0rtr4itStyle:0.4><lora:detailed_flux_ntc:2.2><lora:aidmaImageUpgrader-FLUX-V0.1:0.65><lora:SITH_FLUX:1.1>"
|
| 35 |
+
parameters:
|
| 36 |
+
negative_prompt: unknown
|
| 37 |
+
output:
|
| 38 |
+
url: >-
|
| 39 |
+
images/Upscaled_Ultimate_ComfyUI_FLUX1_2024-09-19-182426_1045955856915103.png
|
| 40 |
+
- text: "A hyper-realistic portrait, photorealistic photo close-up image of Inside a dark and foreboding Sith citadel, a Sith Lady with jet-black hair and violet eyes stands before an ancient Sith holocron, her fingers tracing the glowing runes etched into its surface. Her black and crimson armor is sleek and angular, designed for swift, deadly strikes, and her lightsaber rests on the stone pedestal beside her, its red blade still smoking from recent use. The room around her is dimly lit, the only light coming from the eerie glow of the holocron and the faint, pulsing energy that emanates from the walls. The Sith Ladyâ\x80\x99s face is set in a cold, expressionless mask as she channels the dark side, drawing power from the ancient knowledge stored within the holocron. The walls of the citadel are adorned with the skeletal remains of ancient Sith Lords, their bones meticulously arranged in patterns that reflect the dark rituals performed within these hallowed halls. Outside, the faint sound of a distant storm echoes through the stone corridors, the wind howling like the cries of long-forgotten souls. The air in the room is thick with the dark side, palpable and oppressive, as the Sith Lady bends it to her will, drawing ever deeper into the ancient secrets of her dark ancestors. (photography, high-resolution, dynamic, energetic,hyper-realistic, dramatic lighting, shallow depth of field.), detailmaximizer, MythP0rt<lora:midjourney_whisper_flux_lora_v01:0.55><lora:aidmaMJ6.1-FLUX-V0.1:0.4><lora:FluxMythP0rtr4itStyle:0.4><lora:detailed_flux_ntc:2.2><lora:aidmaImageUpgrader-FLUX-V0.1:0.65><lora:SITH_FLUX:1.1>"
|
| 41 |
+
parameters:
|
| 42 |
+
negative_prompt: unknown
|
| 43 |
+
output:
|
| 44 |
+
url: >-
|
| 45 |
+
images/Upscaled_Ultimate_ComfyUI_FLUX1_2024-09-19-183326_203535620358527.png
|
| 46 |
+
- text: >-
|
| 47 |
+
A hyper-realistic portrait, photorealistic photo close-up image of Inside
|
| 48 |
+
the throne room of a massive, floating fortress, a Sith Lady in sithoutfit
|
| 49 |
+
with pale, porcelain skin and flowing black hair sits atop an imposing iron
|
| 50 |
+
throne, her scarlet lightsaber resting across her lap. Her piercing amber
|
| 51 |
+
eyes glow with a malevolent intensity, framed by intricate black markings
|
| 52 |
+
that trace her sharp features. The room is bathed in a cold, sterile light
|
| 53 |
+
that flickers and pulses with the energy of the dark side, casting long,
|
| 54 |
+
angular shadows across the polished obsidian floor. Surrounding her,
|
| 55 |
+
towering statues of ancient Sith Lords loom in silent judgment, their hollow
|
| 56 |
+
eyes watching her every move. Her long, flowing cloak, embroidered with Sith
|
| 57 |
+
symbols, drapes elegantly over the sides of the throne, pooling at her feet
|
| 58 |
+
in a sea of black fabric. The air is thick with tension, vibrating with the
|
| 59 |
+
power she exerts over the fortress, and the faint hum of machinery echoes
|
| 60 |
+
throughout the chamber. Above, the stars outside the vast windows shine
|
| 61 |
+
dimly, dwarfed by the colossal starship that looms in the distance, its
|
| 62 |
+
massive cannons trained on an unseen target. Her gloved fingers drum
|
| 63 |
+
rhythmically on the armrest, the only sign of her anticipation, as she waits
|
| 64 |
+
for the moment to unleash her fury upon the galaxy. (photography,
|
| 65 |
+
high-resolution, dynamic, energetic,hyper-realistic, dramatic lighting,
|
| 66 |
+
shallow depth of field.),
|
| 67 |
+
MythP0rt<lora:DnDDarkestFantasy:0.5><lora:FluxMythP0rtr4itStyle:0.75><lora:Dever_Flux_Enhancer:0.5><lora:Aura_Flux-000010:0.6><lora:SITH_FLUX:1.1>
|
| 68 |
+
parameters:
|
| 69 |
+
negative_prompt: unknown
|
| 70 |
+
output:
|
| 71 |
+
url: >-
|
| 72 |
+
images/Upscaled_Ultimate_ComfyUI_FLUX1_2024-09-19-162332_212453351887674.png
|
| 73 |
+
- text: "A hyper-realistic portrait, photorealistic photo close-up image of At the edge of a dark, foreboding forest, a female Sith in sithoutfit with blood-red skin and sharp, predatory eyes stands beneath a sky darkened by storm clouds, her lightsaber ignited in a blinding red arc. Her leather armor, jet-black with crimson detailing, fits tightly around her powerful frame, allowing for swift, lethal movements. The wind howls through the skeletal branches of the twisted trees, their gnarled roots clawing at the rocky ground as though alive with dark energy. Lightning flashes above, briefly illuminating her cold, calculating expression as she lifts her saber, its blade reflecting the crimson glow in her eyes. Her short, spiked hair whips in the stormâ\x80\x99s gusts, and the air around her crackles with the raw power of the dark side, palpable and thick like a predator waiting to strike. Behind her, the shadowy silhouettes of Sith acolytes stand at attention, their forms barely visible through the swirling mist that rises from the forest floor. Her voice, low and venomous, cuts through the howling wind as she commands her followers with unyielding authority. The trees seem to shiver in response, as though the very planet is recoiling from the malevolent power she exudes, a force that bends the will of nature itself. (photography, high-resolution, dynamic, energetic,hyper-realistic, dramatic lighting, shallow depth of field.), detailmaximizer, MythP0rt<lora:midjourney_whisper_flux_lora_v01:0.55><lora:aidmaMJ6.1-FLUX-V0.1:0.4><lora:FluxMythP0rtr4itStyle:0.4><lora:detailed_flux_ntc:2.2><lora:aidmaImageUpgrader-FLUX-V0.1:0.65><lora:SITH_FLUX:1.1>"
|
| 74 |
+
parameters:
|
| 75 |
+
negative_prompt: unknown
|
| 76 |
+
output:
|
| 77 |
+
url: >-
|
| 78 |
+
images/Upscaled_Ultimate_ComfyUI_FLUX1_2024-09-19-182729_758420778752102.png
|
| 79 |
+
- text: 'Positive prompt:'
|
| 80 |
+
output:
|
| 81 |
+
url: images/Upscaled_ComfyUI_FLUX1_2024-09-19-181831_-1.png
|
| 82 |
+
base_model: black-forest-labs/FLUX.1-dev
|
| 83 |
+
instance_prompt: sithoutfit, sithoutfit robes
|
| 84 |
+
license: unknown
|
| 85 |
+
---
|
| 86 |
+
# Star Wars sith outfit
|
| 87 |
+
|
| 88 |
+
<Gallery />
|
| 89 |
+
|
| 90 |
+
## Model description
|
| 91 |
+
|
| 92 |
+
FROM https://civitai.com/models/39174/star-wars-sith-outfit-fluxpony-and-15?modelVersionId=868435
|
| 93 |
+
|
| 94 |
+
Trigger sithoutfit, sithoutfit robes
|
| 95 |
+
|
| 96 |
+
## Trigger words
|
| 97 |
+
|
| 98 |
+
You should use `sithoutfit` to trigger the image generation.
|
| 99 |
+
|
| 100 |
+
You should use `sithoutfit robes` to trigger the image generation.
|
| 101 |
+
|
| 102 |
+
|
| 103 |
+
## Download model
|
| 104 |
+
|
| 105 |
+
Weights for this model are available in Safetensors format.
|
| 106 |
+
|
| 107 |
+
[Download](/Jonjew/StarWarsSithOutfit/tree/main) them in the Files & versions tab.
|