Instructions to use HuggingVince/T1twh1p with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use HuggingVince/T1twh1p with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("krea/Krea-2-Turbo", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("HuggingVince/T1twh1p") prompt = "a Metal Ger Solid 3 Snake Eater Scene where Solid Snake Is bound Wrists upwards With Metal Cuffs he is shirtless with tactical pants on with a tactical belt he has an eye patch, his chest has prominent whip marks lashes and lacerations, Beside him is Raiden a blonde man holding a short cattle whip wearing a tactical battle suit in a torture cell with soviet Russian atmosphere" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Commit ·
d40963e
verified ·
0
Parent(s):
initial commit
Browse files- .gitattributes +55 -0
- LICENSE +0 -0
- README.md +101 -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
|
LICENSE
ADDED
|
File without changes
|
README.md
ADDED
|
@@ -0,0 +1,101 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
---
|
| 2 |
+
tags:
|
| 3 |
+
- text-to-image
|
| 4 |
+
- lora
|
| 5 |
+
- diffusers
|
| 6 |
+
- template:diffusion-lora
|
| 7 |
+
widget:
|
| 8 |
+
- output:
|
| 9 |
+
url: images/E_500.png
|
| 10 |
+
text: >-
|
| 11 |
+
a Metal Ger Solid 3 Snake Eater Scene where Solid Snake Is bound Wrists
|
| 12 |
+
upwards With Metal Cuffs he is shirtless with tactical pants on with a
|
| 13 |
+
tactical belt he has an eye patch, his chest has prominent whip marks lashes
|
| 14 |
+
and lacerations, Beside him is Raiden a blonde man holding a short cattle
|
| 15 |
+
whip wearing a tactical battle suit in a torture cell with soviet Russian
|
| 16 |
+
atmosphere
|
| 17 |
+
- output:
|
| 18 |
+
url: images/E_750.png
|
| 19 |
+
text: >-
|
| 20 |
+
a Metal Ger Solid 3 Snake Eater Scene where Solid Snake Is bound Wrists
|
| 21 |
+
upwards With Metal Cuffs he is shirtless with tactical pants on with a
|
| 22 |
+
tactical belt he has an eye patch, his chest has prominent whip marks lashes
|
| 23 |
+
and lacerations, Beside him is Raiden a blonde man holding a short cattle
|
| 24 |
+
whip wearing a tactical battle suit in a torture cell with soviet Russian
|
| 25 |
+
atmosphere
|
| 26 |
+
- output:
|
| 27 |
+
url: images/E_1000.png
|
| 28 |
+
text: >-
|
| 29 |
+
a Metal Ger Solid 3 Snake Eater Scene where Solid Snake Is bound Wrists
|
| 30 |
+
upwards With Metal Cuffs he is shirtless with tactical pants on with a
|
| 31 |
+
tactical belt he has an eye patch, his chest has prominent whip marks lashes
|
| 32 |
+
and lacerations, Beside him is Raiden a blonde man holding a short cattle
|
| 33 |
+
whip wearing a tactical battle suit in a torture cell with soviet Russian
|
| 34 |
+
atmosphere
|
| 35 |
+
- output:
|
| 36 |
+
url: images/E_1250.png
|
| 37 |
+
text: >-
|
| 38 |
+
a Metal Ger Solid 3 Snake Eater Scene where Solid Snake Is bound Wrists
|
| 39 |
+
upwards With Metal Cuffs he is shirtless with tactical pants on with a
|
| 40 |
+
tactical belt he has an eye patch, his chest has prominent whip marks lashes
|
| 41 |
+
and lacerations, Beside him is Raiden a blonde man holding a short cattle
|
| 42 |
+
whip wearing a tactical battle suit in a torture cell with soviet Russian
|
| 43 |
+
atmosphere
|
| 44 |
+
- output:
|
| 45 |
+
url: images/E_1750.png
|
| 46 |
+
text: >-
|
| 47 |
+
a Metal Ger Solid 3 Snake Eater Scene where Solid Snake Is bound Wrists
|
| 48 |
+
upwards With Metal Cuffs he is shirtless with tactical pants on with a
|
| 49 |
+
tactical belt he has an eye patch, his chest has prominent whip marks lashes
|
| 50 |
+
and lacerations, Beside him is Raiden a blonde man holding a short cattle
|
| 51 |
+
whip wearing a tactical battle suit in a torture cell with soviet Russian
|
| 52 |
+
atmosphere
|
| 53 |
+
- output:
|
| 54 |
+
url: images/E_2000.png
|
| 55 |
+
text: >-
|
| 56 |
+
a Metal Ger Solid 3 Snake Eater Scene where Solid Snake Is bound Wrists
|
| 57 |
+
upwards With Metal Cuffs he is shirtless with tactical pants on with a
|
| 58 |
+
tactical belt he has an eye patch, his chest has prominent whip marks lashes
|
| 59 |
+
and lacerations, Beside him is Raiden a blonde man holding a short cattle
|
| 60 |
+
whip wearing a tactical battle suit in a torture cell with soviet Russian
|
| 61 |
+
atmosphere
|
| 62 |
+
- output:
|
| 63 |
+
url: images/E_15000.png
|
| 64 |
+
text: >-
|
| 65 |
+
a Metal Ger Solid 3 Snake Eater Scene where Solid Snake Is bound Wrists
|
| 66 |
+
upwards With Metal Cuffs he is shirtless with tactical pants on with a
|
| 67 |
+
tactical belt he has an eye patch, his chest has prominent whip marks lashes
|
| 68 |
+
and lacerations, Beside him is Raiden a blonde man holding a short cattle
|
| 69 |
+
whip wearing a tactical battle suit in a torture cell with soviet Russian
|
| 70 |
+
atmosphere
|
| 71 |
+
base_model: krea/Krea-2-Turbo
|
| 72 |
+
instance_prompt: >-
|
| 73 |
+
This can depict a chest whipping scene using natural language, Trained with
|
| 74 |
+
the constant T1twh1p which is not needed for Generation
|
| 75 |
+
license: other
|
| 76 |
+
license_name: dowhateverthefkuwant
|
| 77 |
+
license_link: LICENSE
|
| 78 |
+
---
|
| 79 |
+
# T1twh1p
|
| 80 |
+
|
| 81 |
+
<Gallery />
|
| 82 |
+
|
| 83 |
+
## Model description
|
| 84 |
+
|
| 85 |
+
This can depict a chest whipping scene using natural language,
|
| 86 |
+
Same issues as my other Lora's which i am looking into ,
|
| 87 |
+
and i will re-post this info to spread the word,
|
| 88 |
+
|
| 89 |
+
"A note from my testing of Krea2 Unrelated to my Lora the word Prominent can be extremely powerful as Krea2 does not support weighted prompting the same way as SDXL and other models *E.G (Metallic Blue Armor:1.6), instead with Krea2 you woudl instead want He is wearing a prominent Metallic Blue Armor this will put emphasis on this part of the prompt i will need to test more but, if you don know now you know trigger"
|
| 90 |
+
|
| 91 |
+
## Trigger words
|
| 92 |
+
|
| 93 |
+
You should use `This can depict a chest whipping scene using natural language` to trigger the image generation.
|
| 94 |
+
|
| 95 |
+
You should use `Trained with the constant T1twh1p which is not needed for Generation` to trigger the image generation.
|
| 96 |
+
|
| 97 |
+
|
| 98 |
+
## Download model
|
| 99 |
+
|
| 100 |
+
|
| 101 |
+
[Download](/HuggingVince/T1twh1p/tree/main) them in the Files & versions tab.
|