Skip to content

Releases: DeCenterAI-1/darts

v0.703.2

10 Dec 07:37
Compare
Choose a tag to compare

πŸ›  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

  1. Download the Latest Release:
    • Visit Darts Releases
    • Download the appropriate darts CLI package for your operating system.
  2. 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
  1. Rename the File:
  • Rename the downloaded package to darts.
  1. Move the File to a System Path:
  • Linux/macOS:
    Move the darts file to /usr/local/bin to make it accessible globally:

    sudo mv darts /usr/local/bin/  
  • Windows:
    Move the darts.exe file to a location in your system’s PATH (e.g., C:\Program Files\Darts).
    Alternatively, you can add the folder containing darts.exe to your PATH:

    1. Right-click on This PC or My Computer and select Properties.
    2. Click Advanced System Settings β†’ Environment Variables.
    3. Under System Variables, find Path and click Edit.
    4. Add the folder where darts.exe is located and click OK.
  1. 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.2.0 -i Prompt="cute rabbit in a spacesuit" -i Device="cpu" -i cpu=10


*Figure: cute rabbit in a spacesuit*


  darts run isdxl:v1.2.0 -i Prompt="Beautiful girll" -i Device="xpu"

Beautiful Girl
*Figure: Beautiful Girl*


darts run isdxl:v1.2.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" 

Futuristic skyscraper Futuristic skyscraper1 Futuristic skyscraper2
Seed 42 Seed 30 Seed 100


darts run isdxl:v1.2.0 -i Prompt="mind dreaming of a futuristic aircraft" -i Seed="1" -i Device="xpu"

Futuristic aircraft Futuristic aircraft Futuristic aircraft
Seed 1 Seed 40 Seed 12

Changelog

  • e5ff7b0 isdxl: sync gitsubmodule

πŸ™ Thanks

Those were the changes on v0.703.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

❀️ 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.703.1

10 Dec 04:07
Compare
Choose a tag to compare

πŸ›  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

  1. Download the Latest Release:
    • Visit Darts Releases
    • Download the appropriate darts CLI package for your operating system.
  2. 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
  1. Rename the File:
  • Rename the downloaded package to darts.
  1. Move the File to a System Path:
  • Linux/macOS:
    Move the darts file to /usr/local/bin to make it accessible globally:

    sudo mv darts /usr/local/bin/  
  • Windows:
    Move the darts.exe file to a location in your system’s PATH (e.g., C:\Program Files\Darts).
    Alternatively, you can add the folder containing darts.exe to your PATH:

    1. Right-click on This PC or My Computer and select Properties.
    2. Click Advanced System Settings β†’ Environment Variables.
    3. Under System Variables, find Path and click Edit.
    4. Add the folder where darts.exe is located and click OK.
  1. 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.2.0 -i Prompt="cute rabbit in a spacesuit" -i Device="cpu" -i cpu=10


*Figure: cute rabbit in a spacesuit*


  darts run isdxl:v1.2.0 -i Prompt="Beautiful girll" -i Device="xpu"

Beautiful Girl
*Figure: Beautiful Girl*


darts run isdxl:v1.2.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" 

Futuristic skyscraper Futuristic skyscraper1 Futuristic skyscraper2
Seed 42 Seed 30 Seed 100


darts run isdxl:v1.2.0 -i Prompt="mind dreaming of a futuristic aircraft" -i Seed="1" -i Device="xpu"

Futuristic aircraft Futuristic aircraft Futuristic aircraft
Seed 1 Seed 40 Seed 12

Changelog

  • f4645ec 'hotfix/solver-not-negotiating'-> 'main'
  • ff22af2 extra_files: ./docs/*

πŸ™ Thanks

Those were the changes on v0.703.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

❀️ 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.703.0

09 Dec 18:27
Compare
Choose a tag to compare

πŸ›  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

  1. Download the Latest Release:
    • Visit Darts Releases
    • Download the appropriate darts CLI package for your operating system.
  2. 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
  1. Rename the File:
  • Rename the downloaded package to darts.
  1. Move the File to a System Path:
  • Linux/macOS:
    Move the darts file to /usr/local/bin to make it accessible globally:

    sudo mv darts /usr/local/bin/  
  • Windows:
    Move the darts.exe file to a location in your system’s PATH (e.g., C:\Program Files\Darts).
    Alternatively, you can add the folder containing darts.exe to your PATH:

    1. Right-click on This PC or My Computer and select Properties.
    2. Click Advanced System Settings β†’ Environment Variables.
    3. Under System Variables, find Path and click Edit.
    4. Add the folder where darts.exe is located and click OK.
  1. 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.2.0 -i Prompt="cute rabbit in a spacesuit" -i Device="cpu" -i cpu=10


*Figure: cute rabbit in a spacesuit*


  darts run isdxl:v1.2.0 -i Prompt="Beautiful girll" -i Device="xpu"

Beautiful Girl
*Figure: Beautiful Girl*


darts run isdxl:v1.2.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" 

Futuristic skyscraper Futuristic skyscraper1 Futuristic skyscraper2
Seed 42 Seed 30 Seed 100


darts run isdxl:v1.2.0 -i Prompt="mind dreaming of a futuristic aircraft" -i Seed="1" -i Device="xpu"

Futuristic aircraft Futuristic aircraft Futuristic aircraft
Seed 1 Seed 40 Seed 12

Changelog

  • 750fd9a 'feat/show-rp-address-in-run-result'-> 'main'
  • 8a7f663 doc: new tags for isdxl:v1.2.0

πŸ™ Thanks

Those were the changes on v0.703.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

❀️ 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.703.0-alpha

09 Dec 14:07
Compare
Choose a tag to compare
v0.703.0-alpha Pre-release
Pre-release

πŸ›  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

  1. Download the Latest Release:
    • Visit Darts Releases
    • Download the appropriate darts CLI package for your operating system.
  2. 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
  1. Rename the File:
  • Rename the downloaded package to darts.
  1. Move the File to a System Path:
  • Linux/macOS:
    Move the darts file to /usr/local/bin to make it accessible globally:

    sudo mv darts /usr/local/bin/  
  • Windows:
    Move the darts.exe file to a location in your system’s PATH (e.g., C:\Program Files\Darts).
    Alternatively, you can add the folder containing darts.exe to your PATH:

    1. Right-click on This PC or My Computer and select Properties.
    2. Click Advanced System Settings β†’ Environment Variables.
    3. Under System Variables, find Path and click Edit.
    4. Add the folder where darts.exe is located and click OK.
  1. 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.1.0 -i Prompt="cute rabbit in a spacesuit" -i Device="cpu" -i cpu=10


*Figure: cute rabbit in a spacesuit*


  darts run isdxl:v1.1.0 -i Prompt="Beautiful girll" -i Device="xpu"

Beautiful Girl
*Figure: Beautiful Girl*


darts run isdxl:v1.1.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" 

Futuristic skyscraper Futuristic skyscraper1 Futuristic skyscraper2
Seed 42 Seed 30 Seed 100


darts run isdxl:v1.1.0 -i Prompt="mind dreaming of a futuristic aircraft" -i Seed="1" -i Device="xpu"

Futuristic aircraft Futuristic aircraft Futuristic aircraft
Seed 1 Seed 40 Seed 12

Changelog

  • 0aa52e0 'bugfix/matcher-discounts-child-offers'-> 'main'
  • 58f5c21 change *p -> run:

πŸ™ Thanks

Those were the changes on v0.703.0-alpha!

πŸ”„ 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

❀️ 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.702.0

09 Dec 09:56
Compare
Choose a tag to compare

πŸ›  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

  1. Download the Latest Release:
    • Visit Darts Releases
    • Download the appropriate darts CLI package for your operating system.
  2. 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
  1. Rename the File:
  • Rename the downloaded package to darts.
  1. Move the File to a System Path:
  • Linux/macOS:
    Move the darts file to /usr/local/bin to make it accessible globally:

    sudo mv darts /usr/local/bin/  
  • Windows:
    Move the darts.exe file to a location in your system’s PATH (e.g., C:\Program Files\Darts).
    Alternatively, you can add the folder containing darts.exe to your PATH:

    1. Right-click on This PC or My Computer and select Properties.
    2. Click Advanced System Settings β†’ Environment Variables.
    3. Under System Variables, find Path and click Edit.
    4. Add the folder where darts.exe is located and click OK.
  1. 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.1.0 -i Prompt="cute rabbit in a spacesuit" -i Device="cpu" -i cpu=10


*Figure: cute rabbit in a spacesuit*


  darts run isdxl:v1.1.0 -i Prompt="Beautiful girll" -i Device="xpu"

Beautiful Girl
*Figure: Beautiful Girl*


darts run isdxl:v1.1.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" 

Futuristic skyscraper Futuristic skyscraper1 Futuristic skyscraper2
Seed 42 Seed 30 Seed 100


darts run isdxl:v1.1.0 -i Prompt="mind dreaming of a futuristic aircraft" -i Seed="1" -i Device="xpu"

Futuristic aircraft Futuristic aircraft Futuristic aircraft
Seed 1 Seed 40 Seed 12

Changelog

  • 9de5da1 change *p -> value
  • 5ca98d0 correct for: Child Spec

πŸ™ Thanks

Those were the changes on v0.702.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

❀️ 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.701.0: show resource orders sorted

08 Dec 06:43
Compare
Choose a tag to compare

πŸ›  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

  1. Download the Latest Release:
    • Visit Darts Releases
    • Download the appropriate darts CLI package for your operating system.
  2. 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
  1. Rename the File:
  • Rename the downloaded package to darts.
  1. Move the File to a System Path:
  • Linux/macOS:
    Move the darts file to /usr/local/bin to make it accessible globally:

    sudo mv darts /usr/local/bin/  
  • Windows:
    Move the darts.exe file to a location in your system’s PATH (e.g., C:\Program Files\Darts).
    Alternatively, you can add the folder containing darts.exe to your PATH:

    1. Right-click on This PC or My Computer and select Properties.
    2. Click Advanced System Settings β†’ Environment Variables.
    3. Under System Variables, find Path and click Edit.
    4. Add the folder where darts.exe is located and click OK.
  1. 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.0.0 -i Prompt="cat sit on a trampoline" -i Device="cpu" -i cpu=10

Cat Sitting on Trampoline
*Figure: A cat enjoying its time on a trampoline.*


  darts run github.com/darts2024/dart-isdxl:v1.0.0 -i Prompt="Beautiful girll" -i Device="xpu"

Beautiful Girl
*Figure: Beautiful Girl*


darts run isdxl:v1.0.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" 

Futuristic skyscraper Futuristic skyscraper1 Futuristic skyscraper2
Seed 42 Seed 30 Seed 100


darts run isdxl:v1.0.0 -i Prompt="mind dreaming of a futuristic aircraft" -i Seed="1" -i Device="xpu"

Futuristic aircraft Futuristic aircraft Futuristic aircraft
Seed 1 Seed 40 Seed 12

Changelog

  • 50a8f29 chore: upgrade golang version
  • 5370819 doc: + go mod tidy

πŸ™ Thanks

Those were the changes on v0.701.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

❀️ 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.700.3

08 Dec 06:35
Compare
Choose a tag to compare

πŸ›  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

  1. Download the Latest Release:
    • Visit Darts Releases
    • Download the appropriate darts CLI package for your operating system.
  2. 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
  1. Rename the File:
  • Rename the downloaded package to darts.
  1. Move the File to a System Path:
  • Linux/macOS:
    Move the darts file to /usr/local/bin to make it accessible globally:

    sudo mv darts /usr/local/bin/  
  • Windows:
    Move the darts.exe file to a location in your system’s PATH (e.g., C:\Program Files\Darts).
    Alternatively, you can add the folder containing darts.exe to your PATH:

    1. Right-click on This PC or My Computer and select Properties.
    2. Click Advanced System Settings β†’ Environment Variables.
    3. Under System Variables, find Path and click Edit.
    4. Add the folder where darts.exe is located and click OK.
  1. 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.0.0 -i Prompt="cat sit on a trampoline" -i Device="cpu" -i cpu=10

Cat Sitting on Trampoline
*Figure: A cat enjoying its time on a trampoline.*


  darts run github.com/darts2024/dart-isdxl:v1.0.0 -i Prompt="Beautiful girll" -i Device="xpu"

Beautiful Girl
*Figure: Beautiful Girl*


darts run isdxl:v1.0.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" 

Futuristic skyscraper Futuristic skyscraper1 Futuristic skyscraper2
Seed 42 Seed 30 Seed 100


darts run isdxl:v1.0.0 -i Prompt="mind dreaming of a futuristic aircraft" -i Seed="1" -i Device="xpu"

Futuristic aircraft Futuristic aircraft Futuristic aircraft
Seed 1 Seed 40 Seed 12

Changelog

  • 9391ae0 hotfix: clumsy mistake didn't realize the pointer flaw during iteration!!

πŸ™ Thanks

Those were the changes on v0.700.3!

πŸ”„ 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

❀️ 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.700.2

08 Dec 05:51
Compare
Choose a tag to compare

πŸ›  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

  1. Download the Latest Release:
    • Visit Darts Releases
    • Download the appropriate darts CLI package for your operating system.
  2. 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
  1. Rename the File:
  • Rename the downloaded package to darts.
  1. Move the File to a System Path:
  • Linux/macOS:
    Move the darts file to /usr/local/bin to make it accessible globally:

    sudo mv darts /usr/local/bin/  
  • Windows:
    Move the darts.exe file to a location in your system’s PATH (e.g., C:\Program Files\Darts).
    Alternatively, you can add the folder containing darts.exe to your PATH:

    1. Right-click on This PC or My Computer and select Properties.
    2. Click Advanced System Settings β†’ Environment Variables.
    3. Under System Variables, find Path and click Edit.
    4. Add the folder where darts.exe is located and click OK.
  1. 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.0.0 -i Prompt="cat sit on a trampoline" -i Device="cpu" -i cpu=10

Cat Sitting on Trampoline
*Figure: A cat enjoying its time on a trampoline.*


  darts run github.com/darts2024/dart-isdxl:v1.0.0 -i Prompt="Beautiful girll" -i Device="xpu"

Beautiful Girl
*Figure: Beautiful Girl*


darts run isdxl:v1.0.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" 

Futuristic skyscraper Futuristic skyscraper1 Futuristic skyscraper2
Seed 42 Seed 30 Seed 100


darts run isdxl:v1.0.0 -i Prompt="mind dreaming of a futuristic aircraft" -i Seed="1" -i Device="xpu"

Futuristic aircraft Futuristic aircraft Futuristic aircraft
Seed 1 Seed 40 Seed 12

Changelog

  • 4834b80 chore: refactor control loop interval
  • 1f315e8 doc: should we check overflows for m.spec calcs?

πŸ™ Thanks

Those were the changes on v0.700.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

❀️ 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.700.1: status improved

07 Dec 22:15
Compare
Choose a tag to compare

Whats new?

darts status

              RESOURCE PROVIDER              |   F/T CPU   | F/T RAM (GB) |  F/T GPU  |   ID   | CHILD  
---------------------------------------------+-------------+--------------+-----------+--------+--------
  0x7056A5f32a8FD82CD2460B2b917eC792fbb7FDBc | 30000/53000 | 81000/97000  | 1.00/2.00 | QmaYzg |     1  
  0x081e11075D7809ED420903f2660560969097dB93 | 28000/28100 | 81000/81100  | 1.00/1.00 | QmY1ai |     1  
  0x72Ae2c817CE0D813DD8f5D5527dd463Fe97e8065 | 28000/28000 | 81000/81000  | 1.00/1.00 | QmPAjx |     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

  1. Download the Latest Release:
    • Visit Darts Releases
    • Download the appropriate darts CLI package for your operating system.
  2. 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
  1. Rename the File:
  • Rename the downloaded package to darts.
  1. Move the File to a System Path:
  • Linux/macOS:
    Move the darts file to /usr/local/bin to make it accessible globally:

    sudo mv darts /usr/local/bin/  
  • Windows:
    Move the darts.exe file to a location in your system’s PATH (e.g., C:\Program Files\Darts).
    Alternatively, you can add the folder containing darts.exe to your PATH:

    1. Right-click on This PC or My Computer and select Properties.
    2. Click Advanced System Settings β†’ Environment Variables.
    3. Under System Variables, find Path and click Edit.
    4. Add the folder where darts.exe is located and click OK.
  1. 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.0.0 -i Prompt="cat sit on a trampoline" -i Device="cpu" -i cpu=10

Cat Sitting on Trampoline
*Figure: A cat enjoying its time on a trampoline.*


  darts run github.com/darts2024/dart-isdxl:v1.0.0 -i Prompt="Beautiful girll" -i Device="xpu"

Beautiful Girl
*Figure: Beautiful Girl*


darts run isdxl:v1.0.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" 

Futuristic skyscraper Futuristic skyscraper1 Futuristic skyscraper2
Seed 42 Seed 30 Seed 100


darts run isdxl:v1.0.0 -i Prompt="mind dreaming of a futuristic aircraft" -i Seed="1" -i Device="xpu"

Futuristic aircraft Futuristic aircraft Futuristic aircraft
Seed 1 Seed 40 Seed 12

Changelog

  • a5d5418 'fix/status-memory'-> 'main'
  • 7cdafda fix: some of the errors

πŸ™ Thanks

Those were the changes on v0.700.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

❀️ 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.700.0: support DARTS_SOLVER_URL

07 Dec 16:02
Compare
Choose a tag to compare

Whats New?

export DARTS_SOLVER_URL="http://localhost:8080" 

πŸ›  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

  1. Download the Latest Release:
    • Visit Darts Releases
    • Download the appropriate darts CLI package for your operating system.
  2. 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
  1. Rename the File:
  • Rename the downloaded package to darts.
  1. Move the File to a System Path:
  • Linux/macOS:
    Move the darts file to /usr/local/bin to make it accessible globally:

    sudo mv darts /usr/local/bin/  
  • Windows:
    Move the darts.exe file to a location in your system’s PATH (e.g., C:\Program Files\Darts).
    Alternatively, you can add the folder containing darts.exe to your PATH:

    1. Right-click on This PC or My Computer and select Properties.
    2. Click Advanced System Settings β†’ Environment Variables.
    3. Under System Variables, find Path and click Edit.
    4. Add the folder where darts.exe is located and click OK.
  1. 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.0.0 -i Prompt="cat sit on a trampoline" -i Device="cpu" -i cpu=10

Cat Sitting on Trampoline
*Figure: A cat enjoying its time on a trampoline.*


  darts run github.com/darts2024/dart-isdxl:v1.0.0 -i Prompt="Beautiful girll" -i Device="xpu"

Beautiful Girl
*Figure: Beautiful Girl*


darts run isdxl:v1.0.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" 

Futuristic skyscraper Futuristic skyscraper1 Futuristic skyscraper2
Seed 42 Seed 30 Seed 100


darts run isdxl:v1.0.0 -i Prompt="mind dreaming of a futuristic aircraft" -i Seed="1" -i Device="xpu"

Futuristic aircraft Futuristic aircraft Futuristic aircraft
Seed 1 Seed 40 Seed 12

Changelog

  • 9165968 'feat/cli-override-with-solver-url'-> 'main'
  • e111556 setup: manifest updated

πŸ™ Thanks

Those were the changes on v0.700.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

❀️ 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! πŸš€