Releases: DeCenterAI-1/darts
v0.812.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.6.0 -i Prompt="cute rabbit in a spacesuit" -i Device="cpu" -i cpu=10
*Figure: cute rabbit in a spacesuit*
darts run isdxl:v1.6.0 -i Prompt="Beautiful girll" -i Device="xpu"
darts run isdxl:v1.6.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.6.0 -i Prompt="mind dreaming of a futuristic aircraft" -i Seed="1" -i Device="xpu"
![]() |
![]() |
![]() |
Seed 1 | Seed 40 | Seed 12 |
Changelog
Others
- 8edcb8d network: xdc updated config
- 372ae2d sync: submodule
- 3389929 just odp
π Thanks
Those were the changes on v0.812.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.811.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.6.0 -i Prompt="cute rabbit in a spacesuit" -i Device="cpu" -i cpu=10
*Figure: cute rabbit in a spacesuit*
darts run isdxl:v1.6.0 -i Prompt="Beautiful girll" -i Device="xpu"
darts run isdxl:v1.6.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.6.0 -i Prompt="mind dreaming of a futuristic aircraft" -i Seed="1" -i Device="xpu"
![]() |
![]() |
![]() |
Seed 1 | Seed 40 | Seed 12 |
Changelog
Others
- d21af39 round: is better for us instances
- 323dfa3 stop: rounding
π Thanks
Those were the changes on v0.811.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.811.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.6.0 -i Prompt="cute rabbit in a spacesuit" -i Device="cpu" -i cpu=10
*Figure: cute rabbit in a spacesuit*
darts run isdxl:v1.6.0 -i Prompt="Beautiful girll" -i Device="xpu"
darts run isdxl:v1.6.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.6.0 -i Prompt="mind dreaming of a futuristic aircraft" -i Seed="1" -i Device="xpu"
![]() |
![]() |
![]() |
Seed 1 | Seed 40 | Seed 12 |
Changelog
Others
- 69a9d2f sdk: fixes: ; just bal
π Thanks
Those were the changes on v0.811.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.811.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.6.0 -i Prompt="cute rabbit in a spacesuit" -i Device="cpu" -i cpu=10
*Figure: cute rabbit in a spacesuit*
darts run isdxl:v1.6.0 -i Prompt="Beautiful girll" -i Device="xpu"
darts run isdxl:v1.6.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.6.0 -i Prompt="mind dreaming of a futuristic aircraft" -i Seed="1" -i Device="xpu"
![]() |
![]() |
![]() |
Seed 1 | Seed 40 | Seed 12 |
Changelog
Others
- 2e7a1df ready: for release ephemeral destroy
- f708fdb max: eth wei precision
- 1192040 jobCompleted: return
- 2a01e51 going back to Cleanup context
- 3ab4099 compile: fix context
- 6d308d2 added: ctx for all web3 sdk
- 82849ea set: JC
- cb75f36 refactor: feat show job Creation address
- 1f41834 circle: ci don't store_artifacts its billing
π Thanks
Those were the changes on v0.811.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.810.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.6.0 -i Prompt="cute rabbit in a spacesuit" -i Device="cpu" -i cpu=10
*Figure: cute rabbit in a spacesuit*
darts run isdxl:v1.6.0 -i Prompt="Beautiful girll" -i Device="xpu"
darts run isdxl:v1.6.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.6.0 -i Prompt="mind dreaming of a futuristic aircraft" -i Seed="1" -i Device="xpu"
![]() |
![]() |
![]() |
Seed 1 | Seed 40 | Seed 12 |
Changelog
Others
- 427cb09 lock: git a potential race issue
π Thanks
Those were the changes on v0.810.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.810.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.6.0 -i Prompt="cute rabbit in a spacesuit" -i Device="cpu" -i cpu=10
*Figure: cute rabbit in a spacesuit*
darts run isdxl:v1.6.0 -i Prompt="Beautiful girll" -i Device="xpu"
darts run isdxl:v1.6.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.6.0 -i Prompt="mind dreaming of a futuristic aircraft" -i Seed="1" -i Device="xpu"
![]() |
![]() |
![]() |
Seed 1 | Seed 40 | Seed 12 |
Changelog
Others
- c9f42e5 nits: space
- cc655ea doc: run job fialed
- 9b88ab3 executor: reordered control flow
- 54b4d9f better logging for checkResults
- a51d8ba default: worktree contains unstaged changes : false
- b29c882 compile: integer
- 5b76298 increase: flaot try sensitivity
- 9634841 safe: use minimum EPHEMERAL_TRIES to 1.5
π Thanks
Those were the changes on v0.810.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.810.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.6.0 -i Prompt="cute rabbit in a spacesuit" -i Device="cpu" -i cpu=10
*Figure: cute rabbit in a spacesuit*
darts run isdxl:v1.6.0 -i Prompt="Beautiful girll" -i Device="xpu"
darts run isdxl:v1.6.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.6.0 -i Prompt="mind dreaming of a futuristic aircraft" -i Seed="1" -i Device="xpu"
![]() |
![]() |
![]() |
Seed 1 | Seed 40 | Seed 12 |
Changelog
Others
- a899703 jobPrice: and ephemeral tries
- b718ffd status: RAM show GB legend
π Thanks
Those were the changes on v0.810.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.809.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.6.0 -i Prompt="cute rabbit in a spacesuit" -i Device="cpu" -i cpu=10
*Figure: cute rabbit in a spacesuit*
darts run isdxl:v1.6.0 -i Prompt="Beautiful girll" -i Device="xpu"
darts run isdxl:v1.6.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.6.0 -i Prompt="mind dreaming of a futuristic aircraft" -i Seed="1" -i Device="xpu"
![]() |
![]() |
![]() |
Seed 1 | Seed 40 | Seed 12 |
Changelog
Others
- 71a7cf7 log: better
- 564983a log: expired
- 73b99b6 isexpired: cleanup results expected
- 5a25d2e isTimedOut: ready
- cf12329 doc: isdxl:v1.6.0-
- 69c38ef Revert "comment out the timeout clearing of the offers:"
- 98dd84c force: checkout
π Thanks
Those were the changes on v0.809.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.808.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
- fe8bbf7 it: wasn't the timeouts but baclhau race errors throwing and interfering with error status 67
π Thanks
Those were the changes on v0.808.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.808.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
- 2b15772 update: bacalhau to custom
- a832e7c install.sh: nits
- 05b05e8 set: default version and still ldflag it
- a1bdd4e goreleaser: trimpath
- b88f9a4 table: use Header deals
- f5595c0 getNoOfDeals: status
- c8eed53 truncate: rp to 5
- 7f8bc4d status: getAgreement
π Thanks
Those were the changes on v0.808.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! π