File size: 4,770 Bytes
7bba9f4
 
 
 
 
 
 
 
 
 
 
 
 
5f4eda4
7bba9f4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
b7dcf58
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
7bba9f4
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
---
license: other
license_name: flux-1-dev-non-commercial-license
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
language:
- en
tags:
- flux
- diffusers
- lora
base_model: black-forest-labs/FLUX.1-schnell
pipeline_tag: text-to-image
library_name: diffusers
instance_prompt: tosti vector style
inference:
  parameters:
    width: 1024
    height: 1024
widget:
- text: >-
    This is a digital cartoon illustration that portrays a character reminiscent
    of a horror or dark fantasy figure. The central figure is a pale, human-like
    face with an eerie, menacing expression. The character's skin is stark
    white, creating a ghostly appearance, and is crisscrossed with red lines
    forming a grid pattern on the head. At each intersection of the grid, there
    are metal nails or pins, all protruding outward in a symmetrical fashion,
    emphasizing a mechanical or tortured aesthetic.  The eyes are dark and
    sunken with heavy, dark red and black shading around them, creating an
    ominous stare. The character's mouth is open, revealing sharp teeth with a
    distinct gap between the top and bottom sets, further adding to the
    unsettling look. The nose is thin, with blue-tinted shadows around it,
    enhancing the cold, inhuman feel of the face.  The figure is dressed in
    black, with only the high collar visible, further isolating the attention on
    the face and head. The background is a gradient of dark gray to black, which
    contributes to the foreboding tone of the image. The overall style uses
    clean, solid lines and smooth gradients, typical of modern vector art, but
    the subject matter and atmosphere are much darker and gothic compared to
    typical cartoon illustrations.  The image draws upon visual cues from horror
    characters, using sharp contrast, exaggerated facial features, and
    symmetrical patterns to evoke unease. The pins and grid pattern across the
    head give it a painful and torturous look, likely referencing themes of body
    modification or mechanical horror.
  output:
    url: images/example_7s5wa1khf.png
- text: >-
    This is a digital cartoon illustration that portrays a character reminiscent
    of a horror or dark fantasy figure. The central figure is a pale, human-like
    face with an eerie, menacing expression. The character's skin is stark
    white, creating a ghostly appearance, and is crisscrossed with red lines
    forming a grid pattern on the head. At each intersection of the grid, there
    are metal nails or pins, all protruding outward in a symmetrical fashion,
    emphasizing a mechanical or tortured aesthetic.  The eyes are dark and
    sunken with heavy, dark red and black shading around them, creating an
    ominous stare. The character's mouth is open, revealing sharp teeth with a
    distinct gap between the top and bottom sets, further adding to the
    unsettling look. The nose is thin, with blue-tinted shadows around it,
    enhancing the cold, inhuman feel of the face.  The figure is dressed in
    black, with only the high collar visible, further isolating the attention on
    the face and head. The background is a gradient of dark gray to black, which
    contributes to the foreboding tone of the image. The overall style uses
    clean, solid lines and smooth gradients, typical of modern vector art, but
    the subject matter and atmosphere are much darker and gothic compared to
    typical cartoon illustrations.  The image draws upon visual cues from horror
    characters, using sharp contrast, exaggerated facial features, and
    symmetrical patterns to evoke unease. The pins and grid pattern across the
    head give it a painful and torturous look, likely referencing themes of body
    modification or mechanical horror.
  output:
    url: images/example_6l9s6svl3.png

---

# Tosti vector full captions
Model trained with [AI Toolkit by Ostris](https://github.com/ostris/ai-toolkit) under the [Glif Loradex program](https://huggingface.co/glif-loradex-trainer) by [Glif](https://glif.app) user `tostiok`.


## Trigger words
tosti vector style
<Gallery />


## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers)

```py
from diffusers import AutoPipelineForText2Image
import torch

pipeline = AutoPipelineForText2Image.from_pretrained('black-forest-labs/FLUX.1-dev', torch_dtype=torch.float16).to('cuda')
pipeline.load_lora_weights('lichorosario/flux-samhtr-remastered', weight_name='lora.safetensors')
image = pipeline('your prompt').images[0]
```



For more details, including weighting, merging and fusing LoRAs, check the [documentation on loading LoRAs in diffusers](https://huggingface.co/docs/diffusers/main/en/using-diffusers/loading_adapters)