File size: 4,064 Bytes
909b6b0
 
 
 
c6f144a
 
 
 
909b6b0
 
 
c6f144a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
691a556
c6f144a
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
909b6b0
 
 
 
 
 
 
 
 
aab02b1
 
909b6b0
 
 
 
c6f144a
 
909b6b0
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
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
96
97
98
99
100
101
102
---
license: other
license_name: flux1dev
tags:
  - text-to-image
  - diffusers
  - flux
  - flux-diffusers
base_model: black-forest-labs/FLUX.1-dev
instance_prompt: None
widget:
  - text: >
      cinematic film still of Kodak Motion Picture Film: (Sharp Detailed Image) 
      An Oscar winning movie for Best Cinematography a woman in a kimono 
      standing on a subway train in Japan Kodak Motion Picture Film Style, 
      shallow depth of field, vignette, highly detailed, high budget, bokeh, 
      cinemascope, moody, epic, gorgeous, film grain, grainy
    output:
      url: assets/train.png
  - text: 1980s anime portrait of a character 
    output:
      url: assets/anime.png
  - text: >
      Super Closeup Portrait, action shot, Profoundly dark whitish meadow, 
      glass flowers, Stains, space grunge style, Jeanne d'Arc wearing White 
      Olive green used styled Cotton frock, Wielding thin silver sword, 
      Sci-fi vibe, dirty, noisy, Vintage monk style, very detailed, hd
    output:
      url: assets/swordwoman.png
  - text: >
      high quality pixel art, a pixel art silhouette of an anime space-themed 
      girl in a space-punk steampunk style, lying in her bed by the window of 
      a spaceship, smoking, with a rustic feel. The image should embody epic 
      portraiture and double exposure, featuring an isolated landscape visible 
      through the window. The colors should primarily be dynamic and action-packed, 
      with a strong use of negative space. The entire artwork should be in pixel 
      art style, emphasizing the characters shape and set against a white background. 
      Silhouette
    output:
      url: assets/porhole.png
  - text: >
      (impressionistic realism by csybgh), a 50 something male, working in banking, 
      very short dyed dark curly balding hair, Afro-Asiatic ancestry, talks a lot 
      but listens poorly, stuck in the past, wearing a suit, he has a certain charm, 
      bronze skintone, sitting in a bar at night, he is smoking and feeling cool, 
      drunk on plum wine, masterpiece, 8k, hyper detailed, smokey ambiance, 
      perfect hands AND fingers
    output:
      url: assets/drink.png
  - text: >
      black fluffy gorgeous dangerous cat animal creature, large orange eyes, 
      big fluffy ears, piercing gaze, full moon, dark ambiance, best quality, 
      extremely detailed
    output:
      url: assets/cat.png
  - text: >
      The image features an older man, a long white beard and mustache, 
      He has a stern expression, giving the impression of a wise and experienced 
      individual. The mans beard and mustache are prominent, adding to his 
      distinguished appearance. The close-up shot of the mans face emphasizes 
      his facial features and the intensity of his gaze.
    output:
      url: assets/oldman.png
license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
---

<Gallery />

## Model description

merge of over 25 plus loras i have trained myself. 

it should have decently diffrent representations than base FLUX-1-DEV.

Found way to handle the Loras onto the base checkpoint without causing a leaking on styles/concepts across each other.

Fluxteus is born!

also note this is rather rushed and sloppy on my part. Expect V2 to have a much bigger diffrence. 

shoutout to [FAL](https://x.com/FAL) for sponsering me with compute credits and making this possible! 

## Trigger words

there are multiable diffrent trigger words for diffrent styles and concepts. 

```
detail, photo, anime, CinScene, dreamwalking,
```

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

```py
from diffusers import AutoPipelineForText2Image
import torch
pipeline = AutoPipelineForText2Image.from_pretrained("dataautogpt3/FluxteusV1", torch_dtype=torch.bfloat16).to('cuda')
image = pipeline('detail photo of a girl').images[0]
```

## License

Please adhere to the licensing terms as described [here](https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md).