diff --git a/README.md b/README.md index 523abdf..ff5d36c 100644 --- a/README.md +++ b/README.md @@ -23,10 +23,12 @@ Invoke the sample binary provided in the rust code, as shown below: ```bash # Arguments: -cargo run --release --bin sample burn SDv1-4 7.5 20 "A half-eaten apple sitting on a desk." apple +cargo run --release --bin sample burn SDv1-4 7.5 20 "An ancient mossy stone." img ``` -This command will generate an image according to the provided prompt, which will be saved as 'apple.png'. +This command will generate an image according to the provided prompt, which will be saved as 'img0.png'. + +![An image of an ancient mossy stone](img0.png) ### Optional: Extract and Convert a Fine-Tuned Model diff --git a/img0.png b/img0.png new file mode 100644 index 0000000..981a8c2 Binary files /dev/null and b/img0.png differ