Skip to content

Commit 4bd0ef9

Browse files
feat(posts): update "AI text-to-image generation with diffused CLI"
Post: 2025-03-30-ai-text-to-image-generation-with-diffused-cli.md https://remarkablemark.medium.com/ai-text-to-image-generation-with-diffused-cli-d670582d920f
1 parent 70f6662 commit 4bd0ef9

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

_posts/2025/2025-03-30-ai-text-to-image-generation-with-diffused-cli.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,12 @@ Generate an image with [model](https://huggingface.co/OFA-Sys/small-stable-diffu
4242
diffused OFA-Sys/small-stable-diffusion-v0 "cartoon of a cat" --output cat.jpg
4343
```
4444

45+
Generate an image with a specified size:
46+
47+
```sh
48+
diffused OFA-Sys/small-stable-diffusion-v0 "drawing of a cat" --width 1024 --height 1024
49+
```
50+
4551
See help for more info:
4652

4753
```sh

0 commit comments

Comments
 (0)