Commit ·
c3b6c50
verified ·
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- README.md +151 -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,151 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- text-to-image
|
| 4 |
+
- lora
|
| 5 |
+
- diffusers
|
| 6 |
+
- template:diffusion-lora
|
| 7 |
+
widget:
|
| 8 |
+
- text: '-'
|
| 9 |
+
output:
|
| 10 |
+
url: images/ComfyUI_00886_.png
|
| 11 |
+
- text: '-'
|
| 12 |
+
output:
|
| 13 |
+
url: images/ComfyUI_00862_.png
|
| 14 |
+
- text: '-'
|
| 15 |
+
output:
|
| 16 |
+
url: images/ComfyUI_00865_.png
|
| 17 |
+
base_model: OnomaAIResearch/Illustrious-xl-early-release-v0
|
| 18 |
+
instance_prompt: vslinxbleachtybw style
|
| 19 |
+
license: cdla-permissive-2.0
|
| 20 |
+
---
|
| 21 |
+
# vslinxtybwbleach
|
| 22 |
+
|
| 23 |
+
<Gallery />
|
| 24 |
+
|
| 25 |
+
## Model description
|
| 26 |
+
|
| 27 |
+
Bleach: Thousand Year Blood War Style LoRA
|
| 28 |
+
|
| 29 |
+
Reviews are very appreciated and show me you enjoy my work, keeping me motivated in releasing more Models in the future! Would love to see the community create images with my work.
|
| 30 |
+
v1.0-v1.1 (NoobAI V-Pred)
|
| 31 |
+
|
| 32 |
+
Trained on the base NoobAI 1.1 V-Pred Version model for compatibility with all other NoobAI V-Prediction models.
|
| 33 |
+
|
| 34 |
+
All preview images are created using the Noobai-Cyberfix-V2/Perpendicular-Cyberfix-V2 (VPred) Checkpoint.
|
| 35 |
+
|
| 36 |
+
The settings used to create the images were:
|
| 37 |
+
|
| 38 |
+
Steps: 30
|
| 39 |
+
CFG: 5
|
| 40 |
+
Sampler: Eular
|
| 41 |
+
Scheduler: SGM Uniform
|
| 42 |
+
Denoise: 1
|
| 43 |
+
|
| 44 |
+
Best Results are at 1 weight & using the trigger word:
|
| 45 |
+
|
| 46 |
+
vslinxbleachtybw
|
| 47 |
+
|
| 48 |
+
v1.0 (NoobAI EPS)
|
| 49 |
+
|
| 50 |
+
Trained on the base NoobAI 1.1 EPS Version model for compatibility with all other NoobAI models.
|
| 51 |
+
|
| 52 |
+
All preview images are created using the NoobAICyberFix 3.0 Checkpoint.
|
| 53 |
+
|
| 54 |
+
The settings used to create the images were:
|
| 55 |
+
|
| 56 |
+
Steps: 30
|
| 57 |
+
CFG: 7
|
| 58 |
+
Sampler: Eular
|
| 59 |
+
Scheduler: Normal
|
| 60 |
+
Denoise: 1
|
| 61 |
+
|
| 62 |
+
Best Results are at 1 weight & using the trigger word:
|
| 63 |
+
|
| 64 |
+
vslinxbleachtybw
|
| 65 |
+
|
| 66 |
+
v1.0 (IL)
|
| 67 |
+
|
| 68 |
+
Trained on the base Illustrious-XL Model for compatibility with all other Illustrious models.
|
| 69 |
+
All preview images are created using the NoobAI-XL Epsilon-pred 1.1-Version.
|
| 70 |
+
|
| 71 |
+
The settings used to create the images were:
|
| 72 |
+
|
| 73 |
+
Steps: 28
|
| 74 |
+
CFG: 5.8
|
| 75 |
+
Sampler: DPM 2
|
| 76 |
+
Scheduler: Karras
|
| 77 |
+
Denoise: 1
|
| 78 |
+
|
| 79 |
+
Best Results are at 1 weight & using the trigger word:
|
| 80 |
+
|
| 81 |
+
vslinxbleachtybw style
|
| 82 |
+
|
| 83 |
+
All images were upscaled using the Remacri-4x Model.
|
| 84 |
+
All images were generated using my ComfyUI workflow that you can find here, attached to preview images or in the suggested resources. This includes a Detailer that automatically inpaints body parts like eyes, lips, hands etc.
|
| 85 |
+
So if your results do not match mine it's probably because of this. I recommend using the workflow which is also attached to every image.
|
| 86 |
+
|
| 87 |
+
IMPORTANT
|
| 88 |
+
|
| 89 |
+
Creating the Characters from the Show is completely dependent on the Base Model or other LoRA's you're using. This was done to ensure the LoRA would only affect the style of the image and not the depiction of characters and their outfits.
|
| 90 |
+
The character names were added to the prompts while not removing their characteristic features to ensure the LoRA has an idea of who the character is without overwriting the prompt you're using. Meaning if the base model or another LoRA you're using do NOT know the character, it has to be prompted by their characteristic features and not by their names.
|
| 91 |
+
|
| 92 |
+
These Characters are included in the training data:
|
| 93 |
+
|
| 94 |
+
inoue orihime
|
| 95 |
+
kurosaki ichigo
|
| 96 |
+
sado yasutora
|
| 97 |
+
ishida uryu
|
| 98 |
+
genryusai yamamoto
|
| 99 |
+
young genryusai yamamoto
|
| 100 |
+
child nelliel tu odelschwanck
|
| 101 |
+
kyoraku shunsui
|
| 102 |
+
ukitake juushirou
|
| 103 |
+
mallia menoly
|
| 104 |
+
loly aivirrne
|
| 105 |
+
emilou apacci
|
| 106 |
+
franceska mila rose
|
| 107 |
+
cyan sung-sun
|
| 108 |
+
abarai renji
|
| 109 |
+
hitsugaya toushirou
|
| 110 |
+
sui feng
|
| 111 |
+
bambietta basterbine
|
| 112 |
+
sajin komamura
|
| 113 |
+
matsumoto rangiku
|
| 114 |
+
unohana retsu
|
| 115 |
+
unagiya ikumi
|
| 116 |
+
kurosaki masaki
|
| 117 |
+
kurotsuchi mayuri
|
| 118 |
+
asguiaro ebern
|
| 119 |
+
ayasegawa yumichika
|
| 120 |
+
yhwach
|
| 121 |
+
tier harribel
|
| 122 |
+
urahara kisuke
|
| 123 |
+
quilge opie
|
| 124 |
+
ishida ryuuken
|
| 125 |
+
haschwalth jugram
|
| 126 |
+
kuchiki byakuya
|
| 127 |
+
as nodt
|
| 128 |
+
kuchiki rukia
|
| 129 |
+
zaraki kenpachi
|
| 130 |
+
sasakibe choujirou
|
| 131 |
+
shinji hirako
|
| 132 |
+
aizen sousuke
|
| 133 |
+
mcallon meninas
|
| 134 |
+
tenjiro kirinji
|
| 135 |
+
hikifune kirio
|
| 136 |
+
hyosube ichibe
|
| 137 |
+
shutara senjumaru
|
| 138 |
+
shiba kukaku
|
| 139 |
+
kotetsu isane
|
| 140 |
+
kuna mashiro
|
| 141 |
+
|
| 142 |
+
## Trigger words
|
| 143 |
+
|
| 144 |
+
You should use `vslinxbleachtybw style` to trigger the image generation.
|
| 145 |
+
|
| 146 |
+
|
| 147 |
+
## Download model
|
| 148 |
+
|
| 149 |
+
Weights for this model are available in Safetensors format.
|
| 150 |
+
|
| 151 |
+
[Download](/LyliaEngine/vslinxtybwbleach/tree/main) them in the Files & versions tab.
|