Raelina commited on
Commit
7a9a902
·
verified ·
1 Parent(s): 710a1b0

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +117 -0
README.md ADDED
@@ -0,0 +1,117 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: other
3
+ license_name: flux-1-dev-non-commercial-license
4
+ license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.
5
+ language:
6
+ - en
7
+ tags:
8
+ - text-to-image
9
+ - image-generation
10
+ - flux
11
+ base_model: black-forest-labs/FLUX.1-dev
12
+ ---
13
+
14
+ <style>
15
+
16
+ body {
17
+ display: flex;
18
+ align-items: center;
19
+ justify-content: center;
20
+ height: 100vh;
21
+ margin: 0;
22
+ font-family: Arial, sans-serif;
23
+ background-color: #f4f4f9;
24
+ overflow: auto;
25
+ }
26
+
27
+ .container {
28
+ display: flex;
29
+ flex-direction: column;
30
+ align-items: center;
31
+ justify-content: center;
32
+ width: 100%;
33
+ padding: 20px;
34
+ }
35
+
36
+ .title-container {
37
+ display: flex;
38
+ flex-direction: column;
39
+ justify-content: center;
40
+ align-items: center;
41
+ padding: 1em;
42
+ border-radius: 10px;
43
+ }
44
+
45
+ .title {
46
+ font-size: 3em;
47
+ font-family: 'Montserrat', sans-serif;
48
+ text-align: center;
49
+ font-weight: bold;
50
+ }
51
+
52
+ .title span {
53
+ background: -webkit-linear-gradient(45deg, #AEC6CF, #00b4d8, #86AAB7);
54
+ -webkit-background-clip: text;
55
+ -webkit-text-fill-color: transparent;
56
+ }
57
+
58
+ .gallery {
59
+ display: grid;
60
+ grid-template-columns: repeat(4, 1fr);
61
+ gap: 10px;
62
+ }
63
+
64
+ .gallery img {
65
+ width: 100%;
66
+ height: auto;
67
+ margin-top: 0px;
68
+ margin-bottom: 0px;
69
+ border-radius: 10px;
70
+ box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
71
+ transition: transform 0.3s;
72
+ }
73
+
74
+ .gallery img:hover {
75
+ transform: scale(1.05);
76
+ }
77
+
78
+ .note {
79
+ font-size: 1em;
80
+ opacity: 50%;
81
+ text-align: center;
82
+ margin-top: 20px;
83
+ color: #555;
84
+ }
85
+
86
+ </style>
87
+
88
+ <div class="container">
89
+ <div class="title-container">
90
+ <div class="title"><span>Flux Pastel Anime</span></div>
91
+ </div>
92
+ <div class="gallery">
93
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/64b24543eec33e27dc9a6eca/sCvp6zDbBTXBEHh3ZSav6.png" alt="Image 1">
94
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/64b24543eec33e27dc9a6eca/ye32C38NrzLXBPOeHlzFj.png" alt="Image 2">
95
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/64b24543eec33e27dc9a6eca/_jyra-jKP_prXhzxYkg1O.png" alt="Image 3">
96
+ <img src="https://cdn-uploads.huggingface.co/production/uploads/64b24543eec33e27dc9a6eca/Gv1NSNXml3aJx0DjhOyvs.png" alt="Image 4">
97
+ </div>
98
+ <div class="note">
99
+ You can drag and drop each image in your ComfyUI to get the workflow.
100
+ </div>
101
+ </div>
102
+
103
+ This repository provides a checkpoint with trained Lora Pastel Anime for
104
+ [FLUX.1-dev model](https://huggingface.co/black-forest-labs/FLUX.1-dev) by Black Forest Labs
105
+
106
+ # Recommended Parameter Generation
107
+ - Guidance : 4
108
+ - Steps : 20-30
109
+ - Use ComfyUI workflow in the image showcase
110
+
111
+ # Trained Details
112
+ - Trained with 300 images
113
+ - All images captioned with Joy-Caption
114
+ - Steps 1600
115
+
116
+ # License
117
+ lora model safetensors falls under the [FLUX.1 [dev]](https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md) Non-Commercial License<br/>