ludoveltz commited on
Commit
bfc626a
·
verified ·
1 Parent(s): 86b3464

Upload config.json with huggingface_hub

Browse files
Files changed (1) hide show
  1. config.json +58 -0
config.json ADDED
@@ -0,0 +1,58 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "FluxPipeline",
3
+ "_diffusers_version": "0.30.0",
4
+ "_name_or_path": "ludoveltz/pub-180",
5
+ "force_zeros_for_empty_prompt": true,
6
+ "guidance_scale": 7.5,
7
+ "height": 1024,
8
+ "max_sequence_length": 512,
9
+ "num_inference_steps": 28,
10
+ "width": 1024,
11
+ "pipeline_tag": "text-to-image",
12
+ "library_name": "diffusers",
13
+ "tags": [
14
+ "diffusers",
15
+ "text-to-image",
16
+ "flux",
17
+ "lora",
18
+ "advertising"
19
+ ],
20
+ "inference": {
21
+ "parameters": {
22
+ "prompt": {
23
+ "type": "string",
24
+ "description": "The prompt for image generation"
25
+ },
26
+ "negative_prompt": {
27
+ "type": "string",
28
+ "description": "Negative prompt to avoid certain features"
29
+ },
30
+ "width": {
31
+ "type": "integer",
32
+ "default": 1024,
33
+ "maximum": 1024
34
+ },
35
+ "height": {
36
+ "type": "integer",
37
+ "default": 1024,
38
+ "maximum": 1024
39
+ },
40
+ "num_inference_steps": {
41
+ "type": "integer",
42
+ "default": 28,
43
+ "minimum": 1,
44
+ "maximum": 100
45
+ },
46
+ "guidance_scale": {
47
+ "type": "number",
48
+ "default": 7.5,
49
+ "minimum": 1.0,
50
+ "maximum": 20.0
51
+ },
52
+ "seed": {
53
+ "type": "integer",
54
+ "description": "Random seed for reproducibility"
55
+ }
56
+ }
57
+ }
58
+ }