Skip to content

Commit

Permalink
Update StableDiffusionCallerv2.sol
Browse files Browse the repository at this point in the history
  • Loading branch information
DeveloperAlly committed Sep 28, 2023
1 parent bb6d6b4 commit 8824870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/contracts/StableDiffusionCallerv2.sol
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ contract StableDiffusionCallerV2 is LilypadCallerInterface, Ownable {
string constant specStart = '{'
'"Engine": "docker",'
'"Verifier": "noop",'
'"PublisherSpec": {"Type": "estuary"},'
'"PublisherSpec": {"Type": "ipfs"},'
'"Docker": {'
'"Image": "ghcr.io/bacalhau-project/examples/stable-diffusion-gpu:0.0.1",'
'"Entrypoint": ["python", "main.py", "--o", "./outputs", "--p", "';
Expand Down

0 comments on commit 8824870

Please sign in to comment.