davidrd123 commited on
Commit
f681b58
·
verified ·
1 Parent(s): 2fa44b4

Model card auto-generated by SimpleTuner

Browse files
Files changed (1) hide show
  1. README.md +7 -7
README.md CHANGED
@@ -67,7 +67,7 @@ None
67
  - Steps: `20`
68
  - Sampler: `FlowMatchEulerDiscreteScheduler`
69
  - Seed: `42`
70
- - Resolution: `1408x768`
71
  - Skip-layer guidance:
72
 
73
  Note: The validation settings are not necessarily the same as the [training settings](#training-settings).
@@ -84,7 +84,7 @@ You may reuse the base model text encoder for inference.
84
  ## Training settings
85
 
86
  - Training epochs: 0
87
- - Training steps: 250
88
  - Learning rate: 0.0004
89
  - Learning rate schedule: polynomial
90
  - Warmup steps: 100
@@ -130,7 +130,7 @@ You may reuse the base model text encoder for inference.
130
  ### or-256
131
  - Repeats: 10
132
  - Total number of images: 37
133
- - Total number of aspect buckets: 5
134
  - Resolution: 0.065536 megapixels
135
  - Cropped: False
136
  - Crop style: None
@@ -148,7 +148,7 @@ You may reuse the base model text encoder for inference.
148
  ### or-512
149
  - Repeats: 10
150
  - Total number of images: 37
151
- - Total number of aspect buckets: 1
152
  - Resolution: 0.262144 megapixels
153
  - Cropped: False
154
  - Crop style: None
@@ -166,7 +166,7 @@ You may reuse the base model text encoder for inference.
166
  ### or-768
167
  - Repeats: 10
168
  - Total number of images: 37
169
- - Total number of aspect buckets: 9
170
  - Resolution: 0.589824 megapixels
171
  - Cropped: False
172
  - Crop style: None
@@ -266,8 +266,8 @@ image = pipeline(
266
  prompt=prompt,
267
  num_inference_steps=20,
268
  generator=torch.Generator(device='cuda' if torch.cuda.is_available() else 'mps' if torch.backends.mps.is_available() else 'cpu').manual_seed(42),
269
- width=1408,
270
- height=768,
271
  guidance_scale=4.0,
272
  ).images[0]
273
  image.save("output.png", format="PNG")
 
67
  - Steps: `20`
68
  - Sampler: `FlowMatchEulerDiscreteScheduler`
69
  - Seed: `42`
70
+ - Resolution: `768x1280`
71
  - Skip-layer guidance:
72
 
73
  Note: The validation settings are not necessarily the same as the [training settings](#training-settings).
 
84
  ## Training settings
85
 
86
  - Training epochs: 0
87
+ - Training steps: 500
88
  - Learning rate: 0.0004
89
  - Learning rate schedule: polynomial
90
  - Warmup steps: 100
 
130
  ### or-256
131
  - Repeats: 10
132
  - Total number of images: 37
133
+ - Total number of aspect buckets: 6
134
  - Resolution: 0.065536 megapixels
135
  - Cropped: False
136
  - Crop style: None
 
148
  ### or-512
149
  - Repeats: 10
150
  - Total number of images: 37
151
+ - Total number of aspect buckets: 6
152
  - Resolution: 0.262144 megapixels
153
  - Cropped: False
154
  - Crop style: None
 
166
  ### or-768
167
  - Repeats: 10
168
  - Total number of images: 37
169
+ - Total number of aspect buckets: 1
170
  - Resolution: 0.589824 megapixels
171
  - Cropped: False
172
  - Crop style: None
 
266
  prompt=prompt,
267
  num_inference_steps=20,
268
  generator=torch.Generator(device='cuda' if torch.cuda.is_available() else 'mps' if torch.backends.mps.is_available() else 'cpu').manual_seed(42),
269
+ width=768,
270
+ height=1280,
271
  guidance_scale=4.0,
272
  ).images[0]
273
  image.save("output.png", format="PNG")