Model card auto-generated by SimpleTuner
Browse files
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: `
|
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:
|
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:
|
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=
|
158 |
-
height=
|
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")
|