Model card auto-generated by SimpleTuner
Browse files
README.md
CHANGED
@@ -39,7 +39,7 @@ A photo-realistic image of a cat
|
|
39 |
- Steps: `16`
|
40 |
- Sampler: `FlowMatchEulerDiscreteScheduler`
|
41 |
- Seed: `42`
|
42 |
-
- Resolution: `
|
43 |
|
44 |
|
45 |
Note: The validation settings are not necessarily the same as the [training settings](#training-settings).
|
@@ -119,8 +119,8 @@ model_output = pipeline(
|
|
119 |
negative_prompt=negative_prompt,
|
120 |
num_inference_steps=16,
|
121 |
generator=torch.Generator(device='cuda' if torch.cuda.is_available() else 'mps' if torch.backends.mps.is_available() else 'cpu').manual_seed(42),
|
122 |
-
width=
|
123 |
-
height=
|
124 |
guidance_scale=4.0,
|
125 |
).images[0]
|
126 |
|
|
|
39 |
- Steps: `16`
|
40 |
- Sampler: `FlowMatchEulerDiscreteScheduler`
|
41 |
- Seed: `42`
|
42 |
+
- Resolution: `256x256`
|
43 |
|
44 |
|
45 |
Note: The validation settings are not necessarily the same as the [training settings](#training-settings).
|
|
|
119 |
negative_prompt=negative_prompt,
|
120 |
num_inference_steps=16,
|
121 |
generator=torch.Generator(device='cuda' if torch.cuda.is_available() else 'mps' if torch.backends.mps.is_available() else 'cpu').manual_seed(42),
|
122 |
+
width=256,
|
123 |
+
height=256,
|
124 |
guidance_scale=4.0,
|
125 |
).images[0]
|
126 |
|