toxicwind commited on
Commit
834303c
1 Parent(s): 6c3f24c

Model card auto-generated by SimpleTuner

Browse files
Files changed (1) hide show
  1. README.md +5 -5
README.md CHANGED
@@ -44,7 +44,7 @@ a tapedeck with a sakura flower design
44
  - Steps: `20`
45
  - Sampler: `None`
46
  - Seed: `345533`
47
- - Resolution: `1024x1024`
48
 
49
  Note: The validation settings are not necessarily the same as the [training settings](#training-settings).
50
 
@@ -60,7 +60,7 @@ You may reuse the base model text encoder for inference.
60
  ## Training settings
61
 
62
  - Training epochs: 0
63
- - Training steps: 100
64
  - Learning rate: 0.0005
65
  - Effective batch size: 2
66
  - Micro-batch size: 2
@@ -117,7 +117,7 @@ You may reuse the base model text encoder for inference.
117
  - Crop aspect: None
118
  ### tapedeck-512-crop
119
  - Repeats: 5
120
- - Total number of images: 484
121
  - Total number of aspect buckets: 1
122
  - Resolution: 0.262144 megapixels
123
  - Cropped: True
@@ -154,8 +154,8 @@ image = pipeline(
154
  prompt=prompt,
155
  num_inference_steps=20,
156
  generator=torch.Generator(device='cuda' if torch.cuda.is_available() else 'mps' if torch.backends.mps.is_available() else 'cpu').manual_seed(1641421826),
157
- width=1024,
158
- height=1024,
159
  guidance_scale=3.0,
160
  ).images[0]
161
  image.save("output.png", format="PNG")
 
44
  - Steps: `20`
45
  - Sampler: `None`
46
  - Seed: `345533`
47
+ - Resolution: `800x509`
48
 
49
  Note: The validation settings are not necessarily the same as the [training settings](#training-settings).
50
 
 
60
  ## Training settings
61
 
62
  - Training epochs: 0
63
+ - Training steps: 200
64
  - Learning rate: 0.0005
65
  - Effective batch size: 2
66
  - Micro-batch size: 2
 
117
  - Crop aspect: None
118
  ### tapedeck-512-crop
119
  - Repeats: 5
120
+ - Total number of images: 528
121
  - Total number of aspect buckets: 1
122
  - Resolution: 0.262144 megapixels
123
  - Cropped: True
 
154
  prompt=prompt,
155
  num_inference_steps=20,
156
  generator=torch.Generator(device='cuda' if torch.cuda.is_available() else 'mps' if torch.backends.mps.is_available() else 'cpu').manual_seed(1641421826),
157
+ width=800,
158
+ height=509,
159
  guidance_scale=3.0,
160
  ).images[0]
161
  image.save("output.png", format="PNG")