|
--- |
|
license: wtfpl |
|
datasets: |
|
- k4d3/furry |
|
language: |
|
- en |
|
tags: |
|
- not-for-all-audiences |
|
--- |
|
|
|
<!--markdownlint-disable MD033 MD038 --> |
|
|
|
# Yiff Toolkit |
|
|
|
--- |
|
|
|
## Moved |
|
|
|
This README has moved to [https://cringe.live/docs/yiff_toolkit/](https://cringe.live/docs/yiff_toolkit/) |
|
|
|
## Spare checkout |
|
|
|
For your own sanity, you should consider doing a sparse checkout. |
|
|
|
```bash |
|
mkdir yiff_toolkit |
|
git init |
|
git config core.sparseCheckout true |
|
git remote add -f origin https://huggingface.co/k4d3/yiff_toolkit |
|
echo "ponyxl_loras_shrunk_2/*" > .git/info/sparse-checkout |
|
git checkout main |
|
``` |
|
|
|
Add whatever folder you want before you run the checkout command. Save some space. |