Releases: DeCenterAI-1/darts
v0.807.0
π How to Install via CLI (Recommended for Linux/UNIX/macOS)
For the latest stable release:
curl -sSL https://bit.ly/install-darts | sudo bash -s -- darts
For latest pre release:
curl -sSL https://bit.ly/install-darts | sudo PRE_RELEASE=true bash -s -- darts
π¦ How to Install Manually
- Download the Latest Release:
- Visit Darts Releases
- Download the appropriate
darts
CLI package for your operating system.
- Locate the Downloaded File:
- On Linux/macOS: Open the terminal and navigate to the folder where the package was downloaded.
- On Windows: Use File Explorer to locate the downloaded file and extract the executable
- Rename the File:
- Rename the downloaded package to
darts
.
- Move the File to a System Path:
-
Linux/macOS:
Move thedarts
file to/usr/local/bin
to make it accessible globally:sudo mv darts /usr/local/bin/
-
Windows:
Move thedarts.exe
file to a location in your systemβs PATH (e.g.,C:\Program Files\Darts
).
Alternatively, you can add the folder containingdarts.exe
to your PATH:- Right-click on This PC or My Computer and select Properties.
- Click Advanced System Settings β Environment Variables.
- Under System Variables, find Path and click Edit.
- Add the folder where
darts.exe
is located and click OK.
- Verify the Installation:
Open a terminal (or Command Prompt on Windows) and run:
darts --version
If the installation was successful, the version number should be displayed.
π Quickstart
π cowsay Module
darts run cowsay:v0.1.3 -i Message="DecenterAI.com is the best"
____________________________
< DecenterAI.com is the best >
----------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
πΌ isdxl Module: Stable Diffusion
darts run github.com/darts2024/dart-isdxl:v1.5.0 -i Prompt="cute rabbit in a spacesuit" -i Device="cpu" -i cpu=10
*Figure: cute rabbit in a spacesuit*
darts run isdxl:v1.5.0 -i Prompt="Beautiful girll" -i Device="xpu"
darts run isdxl:v1.5.0 -i Device="xpu" -i Seed=42 -i Prompt="A hyperrealistic portrait of a futuristic cityscape at sunset, with towering skyscrapers and neon-lit streets. A flying car hovers near a glass bridge, reflecting soft orange and pink hues. The scene is detailed with glowing billboards, distant mountains, and a bustling crowd below. The lighting emphasizes the vibrant colors of the sunset blending with the neon glow. Shot in cinematic widescreen with depth-of-field effects, creating an immersive sci-fi atmosphere"
![]() |
![]() |
![]() |
Seed 42 | Seed 30 | Seed 100 |
darts run isdxl:v1.5.0 -i Prompt="mind dreaming of a futuristic aircraft" -i Seed="1" -i Device="xpu"
![]() |
![]() |
![]() |
Seed 1 | Seed 40 | Seed 12 |
Changelog
Others
- 7ecfbdc isTImedOut: check over agreed
- 4124746 nits:
- 8732c09 ready: tt is ready
- 1dccb48 TT: use TT
- 06e5867 doc: bacalhau newer version v1.3.2
- 8f9b941 doc: to use v1.3.0
- b3407e8 rp: v2 bacalhau only
- 18fc6d9 add: Module path to appConfig
- c631246 empheral: set higher token
- 9ba9278 doc: timeout
π Thanks
Those were the changes on v0.807.0!
π Update Notes
- If you encounter any issues or have questions, feel free to open an issue in our GitHub repository.
- Keep an eye out for upcoming features and improvements!
π₯ Community & Support
- Join the community discussions on Telegram.
- Check out the official documentation.
- Follow us on Twitter.
β€οΈ Show Your Support
- βοΈ Give us a star on GitHub.
- π§βπ» Request a feature or report a bug at GitHub Issues.
Thanks for being a part of the Darts community! π
v0.806.0
π How to Install via CLI (Recommended for Linux/UNIX/macOS)
For the latest stable release:
curl -sSL https://bit.ly/install-darts | sudo bash -s -- darts
For latest pre release:
curl -sSL https://bit.ly/install-darts | sudo PRE_RELEASE=true bash -s -- darts
π¦ How to Install Manually
- Download the Latest Release:
- Visit Darts Releases
- Download the appropriate
darts
CLI package for your operating system.
- Locate the Downloaded File:
- On Linux/macOS: Open the terminal and navigate to the folder where the package was downloaded.
- On Windows: Use File Explorer to locate the downloaded file and extract the executable
- Rename the File:
- Rename the downloaded package to
darts
.
- Move the File to a System Path:
-
Linux/macOS:
Move thedarts
file to/usr/local/bin
to make it accessible globally:sudo mv darts /usr/local/bin/
-
Windows:
Move thedarts.exe
file to a location in your systemβs PATH (e.g.,C:\Program Files\Darts
).
Alternatively, you can add the folder containingdarts.exe
to your PATH:- Right-click on This PC or My Computer and select Properties.
- Click Advanced System Settings β Environment Variables.
- Under System Variables, find Path and click Edit.
- Add the folder where
darts.exe
is located and click OK.
- Verify the Installation:
Open a terminal (or Command Prompt on Windows) and run:
darts --version
If the installation was successful, the version number should be displayed.
π Quickstart
π cowsay Module
darts run cowsay:v0.1.3 -i Message="DecenterAI.com is the best"
____________________________
< DecenterAI.com is the best >
----------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
πΌ isdxl Module: Stable Diffusion
darts run github.com/darts2024/dart-isdxl:v1.5.0 -i Prompt="cute rabbit in a spacesuit" -i Device="cpu" -i cpu=10
*Figure: cute rabbit in a spacesuit*
darts run isdxl:v1.5.0 -i Prompt="Beautiful girll" -i Device="xpu"
darts run isdxl:v1.5.0 -i Device="xpu" -i Seed=42 -i Prompt="A hyperrealistic portrait of a futuristic cityscape at sunset, with towering skyscrapers and neon-lit streets. A flying car hovers near a glass bridge, reflecting soft orange and pink hues. The scene is detailed with glowing billboards, distant mountains, and a bustling crowd below. The lighting emphasizes the vibrant colors of the sunset blending with the neon glow. Shot in cinematic widescreen with depth-of-field effects, creating an immersive sci-fi atmosphere"
![]() |
![]() |
![]() |
Seed 42 | Seed 30 | Seed 100 |
darts run isdxl:v1.5.0 -i Prompt="mind dreaming of a futuristic aircraft" -i Seed="1" -i Device="xpu"
![]() |
![]() |
![]() |
Seed 1 | Seed 40 | Seed 12 |
Changelog
Others
- 1a77cc1 oops serious bug:
- 07acba4 solver: don't add unmatched child offers
π Thanks
Those were the changes on v0.806.0!
π Update Notes
- If you encounter any issues or have questions, feel free to open an issue in our GitHub repository.
- Keep an eye out for upcoming features and improvements!
π₯ Community & Support
- Join the community discussions on Telegram.
- Check out the official documentation.
- Follow us on Twitter.
β€οΈ Show Your Support
- βοΈ Give us a star on GitHub.
- π§βπ» Request a feature or report a bug at GitHub Issues.
Thanks for being a part of the Darts community! π
v0.805.1-generous-empheral
π How to Install via CLI (Recommended for Linux/UNIX/macOS)
For the latest stable release:
curl -sSL https://bit.ly/install-darts | sudo bash -s -- darts
For latest pre release:
curl -sSL https://bit.ly/install-darts | sudo PRE_RELEASE=true bash -s -- darts
π¦ How to Install Manually
- Download the Latest Release:
- Visit Darts Releases
- Download the appropriate
darts
CLI package for your operating system.
- Locate the Downloaded File:
- On Linux/macOS: Open the terminal and navigate to the folder where the package was downloaded.
- On Windows: Use File Explorer to locate the downloaded file and extract the executable
- Rename the File:
- Rename the downloaded package to
darts
.
- Move the File to a System Path:
-
Linux/macOS:
Move thedarts
file to/usr/local/bin
to make it accessible globally:sudo mv darts /usr/local/bin/
-
Windows:
Move thedarts.exe
file to a location in your systemβs PATH (e.g.,C:\Program Files\Darts
).
Alternatively, you can add the folder containingdarts.exe
to your PATH:- Right-click on This PC or My Computer and select Properties.
- Click Advanced System Settings β Environment Variables.
- Under System Variables, find Path and click Edit.
- Add the folder where
darts.exe
is located and click OK.
- Verify the Installation:
Open a terminal (or Command Prompt on Windows) and run:
darts --version
If the installation was successful, the version number should be displayed.
π Quickstart
π cowsay Module
darts run cowsay:v0.1.3 -i Message="DecenterAI.com is the best"
____________________________
< DecenterAI.com is the best >
----------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
πΌ isdxl Module: Stable Diffusion
darts run github.com/darts2024/dart-isdxl:v1.5.0 -i Prompt="cute rabbit in a spacesuit" -i Device="cpu" -i cpu=10
*Figure: cute rabbit in a spacesuit*
darts run isdxl:v1.5.0 -i Prompt="Beautiful girll" -i Device="xpu"
darts run isdxl:v1.5.0 -i Device="xpu" -i Seed=42 -i Prompt="A hyperrealistic portrait of a futuristic cityscape at sunset, with towering skyscrapers and neon-lit streets. A flying car hovers near a glass bridge, reflecting soft orange and pink hues. The scene is detailed with glowing billboards, distant mountains, and a bustling crowd below. The lighting emphasizes the vibrant colors of the sunset blending with the neon glow. Shot in cinematic widescreen with depth-of-field effects, creating an immersive sci-fi atmosphere"
![]() |
![]() |
![]() |
Seed 42 | Seed 30 | Seed 100 |
darts run isdxl:v1.5.0 -i Prompt="mind dreaming of a futuristic aircraft" -i Seed="1" -i Device="xpu"
![]() |
![]() |
![]() |
Seed 1 | Seed 40 | Seed 12 |
Changelog
Others
- f00612b empherel: generous
π Thanks
Those were the changes on v0.805.1-generous-empheral!
π Update Notes
- If you encounter any issues or have questions, feel free to open an issue in our GitHub repository.
- Keep an eye out for upcoming features and improvements!
π₯ Community & Support
- Join the community discussions on Telegram.
- Check out the official documentation.
- Follow us on Twitter.
β€οΈ Show Your Support
- βοΈ Give us a star on GitHub.
- π§βπ» Request a feature or report a bug at GitHub Issues.
Thanks for being a part of the Darts community! π
v0.805.0
π How to Install via CLI (Recommended for Linux/UNIX/macOS)
For the latest stable release:
curl -sSL https://bit.ly/install-darts | sudo bash -s -- darts
For latest pre release:
curl -sSL https://bit.ly/install-darts | sudo PRE_RELEASE=true bash -s -- darts
π¦ How to Install Manually
- Download the Latest Release:
- Visit Darts Releases
- Download the appropriate
darts
CLI package for your operating system.
- Locate the Downloaded File:
- On Linux/macOS: Open the terminal and navigate to the folder where the package was downloaded.
- On Windows: Use File Explorer to locate the downloaded file and extract the executable
- Rename the File:
- Rename the downloaded package to
darts
.
- Move the File to a System Path:
-
Linux/macOS:
Move thedarts
file to/usr/local/bin
to make it accessible globally:sudo mv darts /usr/local/bin/
-
Windows:
Move thedarts.exe
file to a location in your systemβs PATH (e.g.,C:\Program Files\Darts
).
Alternatively, you can add the folder containingdarts.exe
to your PATH:- Right-click on This PC or My Computer and select Properties.
- Click Advanced System Settings β Environment Variables.
- Under System Variables, find Path and click Edit.
- Add the folder where
darts.exe
is located and click OK.
- Verify the Installation:
Open a terminal (or Command Prompt on Windows) and run:
darts --version
If the installation was successful, the version number should be displayed.
π Quickstart
π cowsay Module
darts run cowsay:v0.1.3 -i Message="DecenterAI.com is the best"
____________________________
< DecenterAI.com is the best >
----------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
πΌ isdxl Module: Stable Diffusion
darts run github.com/darts2024/dart-isdxl:v1.5.0 -i Prompt="cute rabbit in a spacesuit" -i Device="cpu" -i cpu=10
*Figure: cute rabbit in a spacesuit*
darts run isdxl:v1.5.0 -i Prompt="Beautiful girll" -i Device="xpu"
darts run isdxl:v1.5.0 -i Device="xpu" -i Seed=42 -i Prompt="A hyperrealistic portrait of a futuristic cityscape at sunset, with towering skyscrapers and neon-lit streets. A flying car hovers near a glass bridge, reflecting soft orange and pink hues. The scene is detailed with glowing billboards, distant mountains, and a bustling crowd below. The lighting emphasizes the vibrant colors of the sunset blending with the neon glow. Shot in cinematic widescreen with depth-of-field effects, creating an immersive sci-fi atmosphere"
![]() |
![]() |
![]() |
Seed 42 | Seed 30 | Seed 100 |
darts run isdxl:v1.5.0 -i Prompt="mind dreaming of a futuristic aircraft" -i Seed="1" -i Device="xpu"
![]() |
![]() |
![]() |
Seed 1 | Seed 40 | Seed 12 |
Changelog
Features
- f99f57e feat: offer modules support cids and moduleurl:hash
Others
- 5ead936 b create --wait bring back
- 0f3d168 compile: fixes
- f6f4ecc nits: sdk
- 9ea8fe6 options: parse duration fixes
π Thanks
Those were the changes on v0.805.0!
π Update Notes
- If you encounter any issues or have questions, feel free to open an issue in our GitHub repository.
- Keep an eye out for upcoming features and improvements!
π₯ Community & Support
- Join the community discussions on Telegram.
- Check out the official documentation.
- Follow us on Twitter.
β€οΈ Show Your Support
- βοΈ Give us a star on GitHub.
- π§βπ» Request a feature or report a bug at GitHub Issues.
Thanks for being a part of the Darts community! π
π How to Install via CLI (Recommended for Linux/UNIX/macOS)
For the latest stable release:
curl -sSL https://bit.ly/install-darts | sudo bash -s -- darts
For latest pre release:
curl -sSL https://bit.ly/install-darts | sudo PRE_RELEASE=true bash -s -- darts
π¦ How to Install Manually
- Download the Latest Release:
- Visit Darts Releases
- Download the appropriate
darts
CLI package for your operating system.
- Locate the Downloaded File:
- On Linux/macOS: Open the terminal and navigate to the folder where the package was downloaded.
- On Windows: Use File Explorer to locate the downloaded file and extract the executable
- Rename the File:
- Rename the downloaded package to
darts
.
- Move the File to a System Path:
-
Linux/macOS:
Move thedarts
file to/usr/local/bin
to make it accessible globally:sudo mv darts /usr/local/bin/
-
Windows:
Move thedarts.exe
file to a location in your systemβs PATH (e.g.,C:\Program Files\Darts
).
Alternatively, you can add the folder containingdarts.exe
to your PATH:- Right-click on This PC or My Computer and select Properties.
- Click Advanced System Settings β Environment Variables.
- Under System Variables, find Path and click Edit.
- Add the folder where
darts.exe
is located and click OK.
- Verify the Installation:
Open a terminal (or Command Prompt on Windows) and run:
darts --version
If the installation was successful, the version number should be displayed.
π Quickstart
π cowsay Module
darts run cowsay:v0.1.3 -i Message="DecenterAI.com is the best"
____________________________
< DecenterAI.com is the best >
----------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
πΌ isdxl Module: Stable Diffusion
darts run github.com/darts2024/dart-isdxl:v1.5.0 -i Prompt="cute rabbit in a spacesuit" -i Device="cpu" -i cpu=10
*Figure: cute rabbit in a spacesuit*
darts run isdxl:v1.5.0 -i Prompt="Beautiful girll" -i Device="xpu"
darts run isdxl:v1.5.0 -i Device="xpu" -i Seed=42 -i Prompt="A hyperrealistic portrait of a futuristic cityscape at sunset, with towering skyscrapers and neon-lit streets. A flying car hovers near a glass bridge, reflecting soft orange and pink hues. The scene is detailed with glowing billboards, distant mountains, and a bustling crowd below. The lighting emphasizes the vibrant colors of the sunset blending with the neon glow. Shot in cinematic widescreen with depth-of-field effects, creating an immersive sci-fi atmosphere"
![]() |
![]() |
![]() |
Seed 42 | Seed 30 | Seed 100 |
darts run isdxl:v1.5.0 -i Prompt="mind dreaming of a futuristic aircraft" -i Seed="1" -i Device="xpu"
![]() |
![]() |
![]() |
v0.804.1
π How to Install via CLI (Recommended for Linux/UNIX/macOS)
For the latest stable release:
curl -sSL https://bit.ly/install-darts | sudo bash -s -- darts
For latest pre release:
curl -sSL https://bit.ly/install-darts | sudo PRE_RELEASE=true bash -s -- darts
π¦ How to Install Manually
- Download the Latest Release:
- Visit Darts Releases
- Download the appropriate
darts
CLI package for your operating system.
- Locate the Downloaded File:
- On Linux/macOS: Open the terminal and navigate to the folder where the package was downloaded.
- On Windows: Use File Explorer to locate the downloaded file and extract the executable
- Rename the File:
- Rename the downloaded package to
darts
.
- Move the File to a System Path:
-
Linux/macOS:
Move thedarts
file to/usr/local/bin
to make it accessible globally:sudo mv darts /usr/local/bin/
-
Windows:
Move thedarts.exe
file to a location in your systemβs PATH (e.g.,C:\Program Files\Darts
).
Alternatively, you can add the folder containingdarts.exe
to your PATH:- Right-click on This PC or My Computer and select Properties.
- Click Advanced System Settings β Environment Variables.
- Under System Variables, find Path and click Edit.
- Add the folder where
darts.exe
is located and click OK.
- Verify the Installation:
Open a terminal (or Command Prompt on Windows) and run:
darts --version
If the installation was successful, the version number should be displayed.
π Quickstart
π cowsay Module
darts run cowsay:v0.1.3 -i Message="DecenterAI.com is the best"
____________________________
< DecenterAI.com is the best >
----------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
πΌ isdxl Module: Stable Diffusion
darts run github.com/darts2024/dart-isdxl:v1.5.0 -i Prompt="cute rabbit in a spacesuit" -i Device="cpu" -i cpu=10
*Figure: cute rabbit in a spacesuit*
darts run isdxl:v1.5.0 -i Prompt="Beautiful girll" -i Device="xpu"
darts run isdxl:v1.5.0 -i Device="xpu" -i Seed=42 -i Prompt="A hyperrealistic portrait of a futuristic cityscape at sunset, with towering skyscrapers and neon-lit streets. A flying car hovers near a glass bridge, reflecting soft orange and pink hues. The scene is detailed with glowing billboards, distant mountains, and a bustling crowd below. The lighting emphasizes the vibrant colors of the sunset blending with the neon glow. Shot in cinematic widescreen with depth-of-field effects, creating an immersive sci-fi atmosphere"
![]() |
![]() |
![]() |
Seed 42 | Seed 30 | Seed 100 |
darts run isdxl:v1.5.0 -i Prompt="mind dreaming of a futuristic aircraft" -i Seed="1" -i Device="xpu"
![]() |
![]() |
![]() |
Seed 1 | Seed 40 | Seed 12 |
Changelog
Others
- 6b1d3ee oops: hotfix cycle
- 0a19018 Submit Results Collateral is jobPrice
- ca958f9 ux: max mode lower the timeouts
π Thanks
Those were the changes on v0.804.1!
π Update Notes
- If you encounter any issues or have questions, feel free to open an issue in our GitHub repository.
- Keep an eye out for upcoming features and improvements!
π₯ Community & Support
- Join the community discussions on Telegram.
- Check out the official documentation.
- Follow us on Twitter.
β€οΈ Show Your Support
- βοΈ Give us a star on GitHub.
- π§βπ» Request a feature or report a bug at GitHub Issues.
Thanks for being a part of the Darts community! π
v0.804.0
π How to Install via CLI (Recommended for Linux/UNIX/macOS)
For the latest stable release:
curl -sSL https://bit.ly/install-darts | sudo bash -s -- darts
For latest pre release:
curl -sSL https://bit.ly/install-darts | sudo PRE_RELEASE=true bash -s -- darts
π¦ How to Install Manually
- Download the Latest Release:
- Visit Darts Releases
- Download the appropriate
darts
CLI package for your operating system.
- Locate the Downloaded File:
- On Linux/macOS: Open the terminal and navigate to the folder where the package was downloaded.
- On Windows: Use File Explorer to locate the downloaded file and extract the executable
- Rename the File:
- Rename the downloaded package to
darts
.
- Move the File to a System Path:
-
Linux/macOS:
Move thedarts
file to/usr/local/bin
to make it accessible globally:sudo mv darts /usr/local/bin/
-
Windows:
Move thedarts.exe
file to a location in your systemβs PATH (e.g.,C:\Program Files\Darts
).
Alternatively, you can add the folder containingdarts.exe
to your PATH:- Right-click on This PC or My Computer and select Properties.
- Click Advanced System Settings β Environment Variables.
- Under System Variables, find Path and click Edit.
- Add the folder where
darts.exe
is located and click OK.
- Verify the Installation:
Open a terminal (or Command Prompt on Windows) and run:
darts --version
If the installation was successful, the version number should be displayed.
π Quickstart
π cowsay Module
darts run cowsay:v0.1.3 -i Message="DecenterAI.com is the best"
____________________________
< DecenterAI.com is the best >
----------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
πΌ isdxl Module: Stable Diffusion
darts run github.com/darts2024/dart-isdxl:v1.5.0 -i Prompt="cute rabbit in a spacesuit" -i Device="cpu" -i cpu=10
*Figure: cute rabbit in a spacesuit*
darts run isdxl:v1.5.0 -i Prompt="Beautiful girll" -i Device="xpu"
darts run isdxl:v1.5.0 -i Device="xpu" -i Seed=42 -i Prompt="A hyperrealistic portrait of a futuristic cityscape at sunset, with towering skyscrapers and neon-lit streets. A flying car hovers near a glass bridge, reflecting soft orange and pink hues. The scene is detailed with glowing billboards, distant mountains, and a bustling crowd below. The lighting emphasizes the vibrant colors of the sunset blending with the neon glow. Shot in cinematic widescreen with depth-of-field effects, creating an immersive sci-fi atmosphere"
![]() |
![]() |
![]() |
Seed 42 | Seed 30 | Seed 100 |
darts run isdxl:v1.5.0 -i Prompt="mind dreaming of a futuristic aircraft" -i Seed="1" -i Device="xpu"
![]() |
![]() |
![]() |
Seed 1 | Seed 40 | Seed 12 |
Changelog
Others
- ee33d2f trim trailing period in initials
- d927d67 hotfix: crashes due nil rp offer
- 325e3a7 go mod: camelcase
- fe4b8b7 Shortnen: state
- 336a74f Extract: dart name working
- 74782ec bugfix: use module repo
- d6b3de0 mod: tidy
- f0ef22e humanizeTime:
- d095935 add: module
- 9b0dd41 send 2 darts
- 070b6f7 config:update timeouts
- db56311 panic: hotfix
- 2359d17 panic: on tx is nil
- f04914b wait: Tx checkTxReverted
- 508ef6b release: action
- 299b291 add: hardhat test
- 4d4ea80 build: hardhat
π Thanks
Those were the changes on v0.804.0!
π Update Notes
- If you encounter any issues or have questions, feel free to open an issue in our GitHub repository.
- Keep an eye out for upcoming features and improvements!
π₯ Community & Support
- Join the community discussions on Telegram.
- Check out the official documentation.
- Follow us on Twitter.
β€οΈ Show Your Support
- βοΈ Give us a star on GitHub.
- π§βπ» Request a feature or report a bug at GitHub Issues.
Thanks for being a part of the Darts community! π
v0.803.2
π How to Install via CLI (Recommended for Linux/UNIX/macOS)
For the latest stable release:
curl -sSL https://bit.ly/install-darts | sudo bash -s -- darts
For latest pre release:
curl -sSL https://bit.ly/install-darts | sudo PRE_RELEASE=true bash -s -- darts
π¦ How to Install Manually
- Download the Latest Release:
- Visit Darts Releases
- Download the appropriate
darts
CLI package for your operating system.
- Locate the Downloaded File:
- On Linux/macOS: Open the terminal and navigate to the folder where the package was downloaded.
- On Windows: Use File Explorer to locate the downloaded file and extract the executable
- Rename the File:
- Rename the downloaded package to
darts
.
- Move the File to a System Path:
-
Linux/macOS:
Move thedarts
file to/usr/local/bin
to make it accessible globally:sudo mv darts /usr/local/bin/
-
Windows:
Move thedarts.exe
file to a location in your systemβs PATH (e.g.,C:\Program Files\Darts
).
Alternatively, you can add the folder containingdarts.exe
to your PATH:- Right-click on This PC or My Computer and select Properties.
- Click Advanced System Settings β Environment Variables.
- Under System Variables, find Path and click Edit.
- Add the folder where
darts.exe
is located and click OK.
- Verify the Installation:
Open a terminal (or Command Prompt on Windows) and run:
darts --version
If the installation was successful, the version number should be displayed.
π Quickstart
π cowsay Module
darts run cowsay:v0.1.3 -i Message="DecenterAI.com is the best"
____________________________
< DecenterAI.com is the best >
----------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
πΌ isdxl Module: Stable Diffusion
darts run github.com/darts2024/dart-isdxl:v1.5.0 -i Prompt="cute rabbit in a spacesuit" -i Device="cpu" -i cpu=10
*Figure: cute rabbit in a spacesuit*
darts run isdxl:v1.5.0 -i Prompt="Beautiful girll" -i Device="xpu"
darts run isdxl:v1.5.0 -i Device="xpu" -i Seed=42 -i Prompt="A hyperrealistic portrait of a futuristic cityscape at sunset, with towering skyscrapers and neon-lit streets. A flying car hovers near a glass bridge, reflecting soft orange and pink hues. The scene is detailed with glowing billboards, distant mountains, and a bustling crowd below. The lighting emphasizes the vibrant colors of the sunset blending with the neon glow. Shot in cinematic widescreen with depth-of-field effects, creating an immersive sci-fi atmosphere"
![]() |
![]() |
![]() |
Seed 42 | Seed 30 | Seed 100 |
darts run isdxl:v1.5.0 -i Prompt="mind dreaming of a futuristic aircraft" -i Seed="1" -i Device="xpu"
![]() |
![]() |
![]() |
Seed 1 | Seed 40 | Seed 12 |
Changelog
Others
- db1a191 log: agree tx
- 9d18839 panic: if execution reverts
- bf844e1 release: automatically
π Thanks
Those were the changes on v0.803.2!
π Update Notes
- If you encounter any issues or have questions, feel free to open an issue in our GitHub repository.
- Keep an eye out for upcoming features and improvements!
π₯ Community & Support
- Join the community discussions on Telegram.
- Check out the official documentation.
- Follow us on Twitter.
β€οΈ Show Your Support
- βοΈ Give us a star on GitHub.
- π§βπ» Request a feature or report a bug at GitHub Issues.
Thanks for being a part of the Darts community! π
v0.803.1: gpu 0 in status
π How to Install via CLI (Recommended for Linux/UNIX/macOS)
For the latest stable release:
curl -sSL https://bit.ly/install-darts | sudo bash -s -- darts
For latest pre release:
curl -sSL https://bit.ly/install-darts | sudo PRE_RELEASE=true bash -s -- darts
π¦ How to Install Manually
- Download the Latest Release:
- Visit Darts Releases
- Download the appropriate
darts
CLI package for your operating system.
- Locate the Downloaded File:
- On Linux/macOS: Open the terminal and navigate to the folder where the package was downloaded.
- On Windows: Use File Explorer to locate the downloaded file and extract the executable
- Rename the File:
- Rename the downloaded package to
darts
.
- Move the File to a System Path:
-
Linux/macOS:
Move thedarts
file to/usr/local/bin
to make it accessible globally:sudo mv darts /usr/local/bin/
-
Windows:
Move thedarts.exe
file to a location in your systemβs PATH (e.g.,C:\Program Files\Darts
).
Alternatively, you can add the folder containingdarts.exe
to your PATH:- Right-click on This PC or My Computer and select Properties.
- Click Advanced System Settings β Environment Variables.
- Under System Variables, find Path and click Edit.
- Add the folder where
darts.exe
is located and click OK.
- Verify the Installation:
Open a terminal (or Command Prompt on Windows) and run:
darts --version
If the installation was successful, the version number should be displayed.
π Quickstart
π cowsay Module
darts run cowsay:v0.1.3 -i Message="DecenterAI.com is the best"
____________________________
< DecenterAI.com is the best >
----------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
πΌ isdxl Module: Stable Diffusion
darts run github.com/darts2024/dart-isdxl:v1.5.0 -i Prompt="cute rabbit in a spacesuit" -i Device="cpu" -i cpu=10
*Figure: cute rabbit in a spacesuit*
darts run isdxl:v1.5.0 -i Prompt="Beautiful girll" -i Device="xpu"
darts run isdxl:v1.5.0 -i Device="xpu" -i Seed=42 -i Prompt="A hyperrealistic portrait of a futuristic cityscape at sunset, with towering skyscrapers and neon-lit streets. A flying car hovers near a glass bridge, reflecting soft orange and pink hues. The scene is detailed with glowing billboards, distant mountains, and a bustling crowd below. The lighting emphasizes the vibrant colors of the sunset blending with the neon glow. Shot in cinematic widescreen with depth-of-field effects, creating an immersive sci-fi atmosphere"
![]() |
![]() |
![]() |
Seed 42 | Seed 30 | Seed 100 |
darts run isdxl:v1.5.0 -i Prompt="mind dreaming of a futuristic aircraft" -i Seed="1" -i Device="xpu"
![]() |
![]() |
![]() |
Seed 1 | Seed 40 | Seed 12 |
Changelog
Others
- 6c9d007 bugfix: gpu 0 in status
π Thanks
Those were the changes on v0.803.1!
π Update Notes
- If you encounter any issues or have questions, feel free to open an issue in our GitHub repository.
- Keep an eye out for upcoming features and improvements!
π₯ Community & Support
- Join the community discussions on Telegram.
- Check out the official documentation.
- Follow us on Twitter.
β€οΈ Show Your Support
- βοΈ Give us a star on GitHub.
- π§βπ» Request a feature or report a bug at GitHub Issues.
Thanks for being a part of the Darts community! π
v0.803.0: show only active jobs feature flag
π How to Install via CLI (Recommended for Linux/UNIX/macOS)
For the latest stable release:
curl -sSL https://bit.ly/install-darts | sudo bash -s -- darts
For latest pre release:
curl -sSL https://bit.ly/install-darts | sudo PRE_RELEASE=true bash -s -- darts
π¦ How to Install Manually
- Download the Latest Release:
- Visit Darts Releases
- Download the appropriate
darts
CLI package for your operating system.
- Locate the Downloaded File:
- On Linux/macOS: Open the terminal and navigate to the folder where the package was downloaded.
- On Windows: Use File Explorer to locate the downloaded file and extract the executable
- Rename the File:
- Rename the downloaded package to
darts
.
- Move the File to a System Path:
-
Linux/macOS:
Move thedarts
file to/usr/local/bin
to make it accessible globally:sudo mv darts /usr/local/bin/
-
Windows:
Move thedarts.exe
file to a location in your systemβs PATH (e.g.,C:\Program Files\Darts
).
Alternatively, you can add the folder containingdarts.exe
to your PATH:- Right-click on This PC or My Computer and select Properties.
- Click Advanced System Settings β Environment Variables.
- Under System Variables, find Path and click Edit.
- Add the folder where
darts.exe
is located and click OK.
- Verify the Installation:
Open a terminal (or Command Prompt on Windows) and run:
darts --version
If the installation was successful, the version number should be displayed.
π Quickstart
π cowsay Module
darts run cowsay:v0.1.3 -i Message="DecenterAI.com is the best"
____________________________
< DecenterAI.com is the best >
----------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
πΌ isdxl Module: Stable Diffusion
darts run github.com/darts2024/dart-isdxl:v1.5.0 -i Prompt="cute rabbit in a spacesuit" -i Device="cpu" -i cpu=10
*Figure: cute rabbit in a spacesuit*
darts run isdxl:v1.5.0 -i Prompt="Beautiful girll" -i Device="xpu"
darts run isdxl:v1.5.0 -i Device="xpu" -i Seed=42 -i Prompt="A hyperrealistic portrait of a futuristic cityscape at sunset, with towering skyscrapers and neon-lit streets. A flying car hovers near a glass bridge, reflecting soft orange and pink hues. The scene is detailed with glowing billboards, distant mountains, and a bustling crowd below. The lighting emphasizes the vibrant colors of the sunset blending with the neon glow. Shot in cinematic widescreen with depth-of-field effects, creating an immersive sci-fi atmosphere"
![]() |
![]() |
![]() |
Seed 42 | Seed 30 | Seed 100 |
darts run isdxl:v1.5.0 -i Prompt="mind dreaming of a futuristic aircraft" -i Seed="1" -i Device="xpu"
![]() |
![]() |
![]() |
Seed 1 | Seed 40 | Seed 12 |
Changelog
Others
- 646e10d feature-flag: Only Active Jobs
- 252ecfd ephemeral: experience for default private key
π Thanks
Those were the changes on v0.803.0!
π Update Notes
- If you encounter any issues or have questions, feel free to open an issue in our GitHub repository.
- Keep an eye out for upcoming features and improvements!
π₯ Community & Support
- Join the community discussions on Telegram.
- Check out the official documentation.
- Follow us on Twitter.
β€οΈ Show Your Support
- βοΈ Give us a star on GitHub.
- π§βπ» Request a feature or report a bug at GitHub Issues.
Thanks for being a part of the Darts community! π
v0.802.0: status is quite fast now!!
π How to Install via CLI (Recommended for Linux/UNIX/macOS)
For the latest stable release:
curl -sSL https://bit.ly/install-darts | sudo bash -s -- darts
For latest pre release:
curl -sSL https://bit.ly/install-darts | sudo PRE_RELEASE=true bash -s -- darts
π¦ How to Install Manually
- Download the Latest Release:
- Visit Darts Releases
- Download the appropriate
darts
CLI package for your operating system.
- Locate the Downloaded File:
- On Linux/macOS: Open the terminal and navigate to the folder where the package was downloaded.
- On Windows: Use File Explorer to locate the downloaded file and extract the executable
- Rename the File:
- Rename the downloaded package to
darts
.
- Move the File to a System Path:
-
Linux/macOS:
Move thedarts
file to/usr/local/bin
to make it accessible globally:sudo mv darts /usr/local/bin/
-
Windows:
Move thedarts.exe
file to a location in your systemβs PATH (e.g.,C:\Program Files\Darts
).
Alternatively, you can add the folder containingdarts.exe
to your PATH:- Right-click on This PC or My Computer and select Properties.
- Click Advanced System Settings β Environment Variables.
- Under System Variables, find Path and click Edit.
- Add the folder where
darts.exe
is located and click OK.
- Verify the Installation:
Open a terminal (or Command Prompt on Windows) and run:
darts --version
If the installation was successful, the version number should be displayed.
π Quickstart
π cowsay Module
darts run cowsay:v0.1.3 -i Message="DecenterAI.com is the best"
____________________________
< DecenterAI.com is the best >
----------------------------
\ ^__^
\ (oo)\_______
(__)\ )\/\
||----w |
|| ||
πΌ isdxl Module: Stable Diffusion
darts run github.com/darts2024/dart-isdxl:v1.5.0 -i Prompt="cute rabbit in a spacesuit" -i Device="cpu" -i cpu=10
*Figure: cute rabbit in a spacesuit*
darts run isdxl:v1.5.0 -i Prompt="Beautiful girll" -i Device="xpu"
darts run isdxl:v1.5.0 -i Device="xpu" -i Seed=42 -i Prompt="A hyperrealistic portrait of a futuristic cityscape at sunset, with towering skyscrapers and neon-lit streets. A flying car hovers near a glass bridge, reflecting soft orange and pink hues. The scene is detailed with glowing billboards, distant mountains, and a bustling crowd below. The lighting emphasizes the vibrant colors of the sunset blending with the neon glow. Shot in cinematic widescreen with depth-of-field effects, creating an immersive sci-fi atmosphere"
![]() |
![]() |
![]() |
Seed 42 | Seed 30 | Seed 100 |
darts run isdxl:v1.5.0 -i Prompt="mind dreaming of a futuristic aircraft" -i Seed="1" -i Device="xpu"
![]() |
![]() |
![]() |
Seed 1 | Seed 40 | Seed 12 |
Changelog
Others
- 4c2e262 don't load: all deals its too much
- 2e40169 nits: log iniate: go routine
- 0fa8b13 status: fixes, correct offers expired
- 705dd53 don't display completed offers
- f0481e7 truncate: rp safely
π Thanks
Those were the changes on v0.802.0!
π Update Notes
- If you encounter any issues or have questions, feel free to open an issue in our GitHub repository.
- Keep an eye out for upcoming features and improvements!
π₯ Community & Support
- Join the community discussions on Telegram.
- Check out the official documentation.
- Follow us on Twitter.
β€οΈ Show Your Support
- βοΈ Give us a star on GitHub.
- π§βπ» Request a feature or report a bug at GitHub Issues.
Thanks for being a part of the Darts community! π