Dataset Viewer
Auto-converted to Parquet Duplicate
Search is not available for this dataset
image
imagewidth (px)
1.17k
7.68k

Digital Art Collection

A high-quality collection of digital art and wallpapers curated and created by TogoFire.

πŸ“‚ Content

  • Original Works: Digital illustrations and designs created by me.
  • Internet Curations: A selection of the best wallpapers found across the web.

βš–οΈ Licensing

This repository is licensed under the MIT License.

Note: While the collection is free to use, third-party wallpapers included here belong to their original creators. Please respect their respective copyrights if you intend to use them for commercial purposes.

πŸš€ How to use

You can clone this entire collection using Git LFS:

git lfs install && git clone https://huggingface.co/datasets/TogoFire-Home/digital-art-collection && git lfs pull
git reset --hard origin/main; git lfs pull

or

hf download TogoFire-Home/digital-art-collection --local-dir C:\Wallpapers --repo-type dataset

πŸ€– Install the Hugging Face CLI

Set-ExecutionPolicy Bypass -Scope Process -Force; [System.Net.ServicePointManager]::SecurityProtocol = [System.Net.ServicePointManager]::SecurityProtocol -bor 3072; iex ((New-Object System.Net.WebClient).DownloadString('https://community.chocolatey.org/install.ps1')); refreshenv; choco install python -y --no-progress
powershell -ExecutionPolicy ByPass -c "irm https://hf.co/cli/install.ps1 | iex"
$env:HF_TOKEN="https://huggingface.co/settings/tokens"

πŸš€ Fast Deployment (Windows PowerShell)

If you want to deploy the Wallpapers folder directly to your *C:* drive and hide all the technical Git files automatically, run the following command as Administrator:

cd C:\; git lfs install; git clone https://huggingface.co/datasets/TogoFire-Home/digital-art-collection Wallpapers; attrib +h C:\Wallpapers\.git; attrib +h C:\Wallpapers\.gitattributes; attrib +h C:\Wallpapers\README.md; attrib +h C:\Wallpapers\LICENSE

πŸ› οΈ Sync & Repair (One-Line Sync - Windows PowerShell)

Run the following command as Administrator to enter C:\Wallpapers, sync all assets, and automatically hide technical Git files for a cleaner look:

cd C:\Wallpapers; git init; git config --global --add safe.directory C:/; git remote add origin https://huggingface.co/datasets/TogoFire-Home/digital-art-collection; git lfs install; git fetch origin main; git reset --hard origin/main; git lfs pull; attrib +h C:\Wallpapers\.git; attrib +h C:\Wallpapers\.gitattributes; attrib +h C:\Wallpapers\README.md; attrib +h C:\Wallpapers\LICENSE
Downloads last month
28