We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 25c98d2 commit 2451d33Copy full SHA for 2451d33
packages/tasks/src/model-libraries-snippets.ts
@@ -1012,6 +1012,6 @@ export const threedtopia_xl = (model: ModelData): string[] => [
1012
`from threedtopia_xl.models import threedtopia_xl
1013
1014
model = threedtopia_xl.from_pretrained("${model.id}")
1015
-model.generate(cond="path/to/image.png")
+model.generate(cond="path/to/image.png")`,
1016
];
1017
//#endregion
0 commit comments