Added slider colab to readme

This commit is contained in:
Jaret Burkett
2023-08-13 13:55:38 -06:00
parent e3be1a1758
commit e96874241d
2 changed files with 5 additions and 3 deletions

View File

@@ -106,6 +106,10 @@ or even -15 to 15. This will allow you to dile it in so they all have your desir
### LoRA Slider Trainer
<a target="_blank" href="https://colab.research.google.com/github/ostris/ai-toolkit/blob/main/notebooks/SliderTraining.ipynb">
<img src="https://colab.research.google.com/assets/colab-badge.svg" alt="Open In Colab"/>
</a>
This is how I train most of the recent sliders I have on Civitai, you can check them out in my [Civitai profile](https://civitai.com/user/Ostris/models).
It is based off the work by [p1atdev/LECO](https://github.com/p1atdev/LECO) and [rohitgandikota/erasing](https://github.com/rohitgandikota/erasing)
But has been heavily modified to create sliders rather than erasing concepts. I have a lot more plans on this, but it is

View File

@@ -18,9 +18,7 @@
},
"cells": [
{
"cell_type": "code",
"execution_count": null,
"outputs": [],
"cell_type": "markdown",
"source": [
"# AI Toolkit by Ostris\n",
"## Slider Training\n",