bghira commited on
Commit
ff87e1e
·
verified ·
1 Parent(s): c67b323

Model card auto-generated by SimpleTuner

Browse files
Files changed (1) hide show
  1. README.md +3 -3
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: `1024x1024`
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=1024,
123
- height=1024,
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