Releases: DeCenterAI-1/darts
v0.800.1: concurency fix ephemeral
🛠 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
- 1e328b0 bugfix: wg.Add issue, sometimes wait and Add are simultaneous
🙏 Thanks
Those were the changes on v0.800.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.800.0: ephemeral
🛠 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
- b98d31e 'feat/ephemeral-job'-> 'main'
- 18d8de1 ignore: error context Canceled
- b4dd3e0 panic: only if context is not cancelled
🙏 Thanks
Those were the changes on v0.800.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.711.2: solver fixes, -race in macos, ci: changelog
🛠 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
- 6cf7abd 'ci/fix-goreleaser'-> 'main'
- c9d75f9 -race
- 1b5d31c goreleaser : .Os
🙏 Thanks
Those were the changes on v0.711.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.711.0: solver build
🛠 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
- 95e9778 solver; use better lock , R,W lock
🙏 Thanks
Those were the changes on v0.711.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.710.2: fix update offer states and deal states
🛠 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
- 7e996db ux: fix prevent unnecessary offer state updates
🙏 Thanks
Those were the changes on v0.710.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.710.1: v710.0 was broken
🛠 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
- ec2516f hotfix/solver: my accidental bug in store
🙏 Thanks
Those were the changes on v0.710.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.709.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
- 3e431cf chore/goreleaser; changelog
🙏 Thanks
Those were the changes on v0.709.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.709.0-rp: bacalhau get joblogs
🛠 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
- 9880ca5 bacalhau: getJobLogs
🙏 Thanks
Those were the changes on v0.709.0-rp!
🔄 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.708.0: 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
- 45eeeaf status: formatUnits RAM, CPU
🙏 Thanks
Those were the changes on v0.708.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.707.0: solver,rp
🛠 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
- 4422338 chosenONe: random seed
🙏 Thanks
Those were the changes on v0.707.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! 🚀