Lochou commited on
Commit
6fd6f2a
·
verified ·
1 Parent(s): d7712f3

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +83 -0
README.md ADDED
@@ -0,0 +1,83 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ language:
3
+ - zh
4
+ - en
5
+ base_model:
6
+ - black-forest-labs/FLUX.1-dev
7
+ new_version: Lochou/F.1_Lora_Leather_Carpg
8
+ pipeline_tag: text-to-image
9
+ tags:
10
+ - art
11
+ - Material
12
+ ---
13
+ <center>
14
+
15
+ <style>
16
+ .container {
17
+ max-width: 800px;
18
+ margin: auto;
19
+ padding: 20px;
20
+ border-radius: 12px;
21
+ background: linear-gradient(145deg, #ffffff, #f8f9fa);
22
+ box-shadow: 0 8px 20px rgba(0,0,0,0.08);
23
+ }
24
+
25
+ .title {
26
+ color: #2c3e50;
27
+ font-size: 1.8em;
28
+ margin-bottom: 20px;
29
+ text-shadow: 1px 1px 2px rgba(0,0,0,0.1);
30
+ }
31
+
32
+ .image-box {
33
+ padding: 15px;
34
+ background: #e9ecef;
35
+ border-radius: 10px;
36
+ margin: 25px 0;
37
+ box-shadow: inset 0 0 10px rgba(0,0,0,0.05);
38
+ }
39
+
40
+ .keyword-box {
41
+ background: #f1faff;
42
+ border-left: 5px solid #3498db;
43
+ padding: 15px;
44
+ margin: 20px 0;
45
+ font-family: "Courier New", monospace;
46
+ }
47
+
48
+ .parameter-box {
49
+ background: #f9f9f9;
50
+ padding: 15px;
51
+ border-radius: 8px;
52
+ margin: 20px 0;
53
+ box-shadow: 0 3px 8px rgba(0,0,0,0.05);
54
+ }
55
+ </style>
56
+
57
+ <div class="container">
58
+ <div class="title">✨ F.1_Lora_Leather_Carpg</div>
59
+
60
+ <div class="image-box">
61
+ <center>
62
+ <img src="https://huggingface.co/Lochou/F.1_Lora_Leather_Carpg/resolve/main/carpg%20(2).png" width="80%" style="border-radius:8px; box-shadow:0 5px 15px rgba(0,0,0,0.15);">
63
+ </center>
64
+ </div>
65
+
66
+ <div class="keyword-box">
67
+ <strong>⚙️ ComfyUI关键词推荐</strong><br>
68
+ `(Best quality:1.5), (Masterpiece:1.5), (Hyperrealistic:1.5), (High detail:1.5), black/dark, leather, textured, detailed stitching, smooth/pebble-like surface`<br>
69
+ </div>
70
+
71
+ <div class="parameter-box">
72
+ <center>
73
+ <table style="width:80%; text-align:left;">
74
+ <tr><td>▫ 训练提示词</td><td><code>carpg</code>(需自行训练)</td></tr>
75
+ <tr><td>▫ 适配模型</td><td>flux.1 dev fp8</td></tr>
76
+ </table>
77
+ </center>
78
+ </div>
79
+
80
+ <div style="text-align:center; margin-top:30px; color:#7f8c8d; font-size:0.9em;">
81
+ <em>Lora训练小白,还望大佬们多多指教</em>
82
+ </div>
83
+ </div>