Skip to content

Commit 55d1d1b

Browse files
Fix issue: WorkspaceTaskSubType.BROKEN_LINK
1 parent 5226db4 commit 55d1d1b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/content/docs/reference-architecture/diagrams/ai/ai-asset-creation.mdx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ Example uses of such compositions of AI models can be employed to generation vis
3535

3636
1. **Client upload**: Send POST request with content to API endpoint.
3737
2. **Prompt generation**: Generate prompt for later-stage text-to-image model by calling [Workers AI](/workers-ai/) [text generation models](/workers-ai/models/) with content as input.
38-
3. **Safety check**: Check for compliance with safety guidelines by calling [Workers AI](/workers-ai/) [text classification models](/workers-ai/models/#text-classification) with the previously generated prompt as input.
39-
4. **Image generation**: Generate image by calling [Workers AI](/workers-ai/) [text-to-image models](/workers-ai/models/#text-to-image) previously generated prompt.
38+
3. **Safety check**: Check for compliance with safety guidelines by calling [Workers AI](/workers-ai/) [text classification models](/workers-ai/models/) with the previously generated prompt as input.
39+
4. **Image generation**: Generate image by calling [Workers AI](/workers-ai/) [text-to-image models](/workers-ai/models/) previously generated prompt.
4040

4141
## Related resources
4242

4343
- [Community project: content-based asset creation demo](https://auto-asset.pages.dev/)
4444
- [Workers AI: Text generation models](/workers-ai/models/)
45-
- [Workers AI: Text-to-image models](/workers-ai/models/#text-to-image)
45+
- [Workers AI: Text-to-image models](/workers-ai/models/)
4646
- [Workers AI: llamaguard-7b-awq](/workers-ai/models/llamaguard-7b-awq/)

0 commit comments

Comments
 (0)