Skip to content

Commit

Permalink
Added slider colab to readme
Browse files Browse the repository at this point in the history
  • Loading branch information
jaretburkett committed Aug 13, 2023
1 parent e3be1a1 commit e968742
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 1 addition & 3 deletions notebooks/SliderTraining.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -18,9 +18,7 @@
},
"cells": [
{
"cell_type": "code",
"execution_count": null,
"outputs": [],
"cell_type": "markdown",
"source": [
"# AI Toolkit by Ostris\n",
"## Slider Training\n",
Expand Down

0 comments on commit e968742

Please sign in to comment.