getaiapi 1.0.4 → 1.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -60168,13 +60168,9 @@ var registry_default = [
|
|
|
60168
60168
|
auth_env: "FAL_KEY",
|
|
60169
60169
|
param_map: {
|
|
60170
60170
|
video: "video_url",
|
|
60171
|
-
|
|
60172
|
-
|
|
60173
|
-
|
|
60174
|
-
seed: "seed",
|
|
60175
|
-
guidance: "guidance_scale",
|
|
60176
|
-
steps: "num_inference_steps",
|
|
60177
|
-
safety: "enable_safety_checker"
|
|
60171
|
+
audio: "audio_url",
|
|
60172
|
+
model: "model",
|
|
60173
|
+
sync_mode: "sync_mode"
|
|
60178
60174
|
},
|
|
60179
60175
|
output_map: {
|
|
60180
60176
|
type: "video",
|
|
@@ -72502,4 +72498,4 @@ export {
|
|
|
72502
72498
|
listModels,
|
|
72503
72499
|
deriveCategory
|
|
72504
72500
|
};
|
|
72505
|
-
//# sourceMappingURL=chunk-
|
|
72501
|
+
//# sourceMappingURL=chunk-ONS4P4YK.js.map
|