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 15983c5 commit f720313Copy full SHA for f720313
packages/tasks/src/model-libraries-snippets.ts
@@ -146,7 +146,7 @@ const diffusers_default = (model: ModelData) => [
146
147
pipe = DiffusionPipeline.from_pretrained("${model.id}")
148
149
-prompt = "${escapeQuotes(get_prompt_from_diffusers_model(model)) ?? diffusersDefaultPrompt}"
+prompt = "${get_prompt_from_diffusers_model(model) ?? diffusersDefaultPrompt}"
150
image = pipe(prompt).images[0]`,
151
];
152
0 commit comments