dataautogpt3 commited on
Commit
9151b70
1 Parent(s): ad21e90

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +56 -5
README.md CHANGED
@@ -1,5 +1,56 @@
1
- ---
2
- license: other
3
- license_name: flux1dev
4
- license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
5
- ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: flux1dev
4
+ tags:
5
+ - text-to-image
6
+ - diffusers
7
+ - flux
8
+ - flux-diffusers
9
+ base_model: black-forest-labs/FLUX.1-dev
10
+ instance_prompt: None
11
+ widget:
12
+ - text: anime girl
13
+ output:
14
+ url: assets/girl.png
15
+ - text: a monochrome manga epic sword stance before a insane battle
16
+ output:
17
+ url: assets/swordsman.png
18
+ - text: a monochrome manga of a shirtless buff scared man sitting below a black starry night, looking up, aesthetic shot, laying in a grassy field
19
+ output:
20
+ url: assets/shirtless.png
21
+ - text: a monochrome multi panel manga, masterpiece, best quality
22
+ output:
23
+ url: assets/panel.png
24
+ license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
25
+ ---
26
+
27
+ <Gallery />
28
+
29
+ ## Model description
30
+
31
+ Trained and hand tuned for Monochrome manga panels and art.
32
+
33
+ naturally has consistant characters across panels without requesting it.
34
+
35
+ 14 Plus Loras all 32 rank merged into FLUX-dev base all at variying weights all hand dialed into to acheived dersired aesthetic outcomes.
36
+
37
+ over 36,000 training steps total.
38
+
39
+
40
+ ## Trigger words
41
+
42
+ No trigger word
43
+
44
+
45
+ ## Use it with the [:firecracker: diffusers library](https://github.com/huggingface/diffusers)
46
+
47
+ ```py
48
+ from diffusers import AutoPipelineForText2Image
49
+ import torch
50
+ pipeline = AutoPipelineForText2Image.from_pretrained("dataautogpt3/FLUX-MonochromeManga", torch_dtype=torch.bfloat16).to('cuda')
51
+ image = pipeline('Monochrome Manga of a girl').images[0]
52
+ ```
53
+
54
+ ## License
55
+
56
+ Please adhere to the licensing terms as described [here](https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md).