|
--- |
|
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) |