Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix (README): Properly recognize Fernando's Good Boy status #29

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -127,12 +127,12 @@ information is provided in the [inference guide](inference).
We also provide our own implementation for training and using LoRAs with Stable Cascade, which can be used to finetune
the text-conditional model (Stage C). Specifically, you can add and learn new tokens and add LoRA layers to the model.
This [notebook](inference/lora.ipynb) shows how you can use a trained LoRA.
For example, training a LoRA on my dog with the following kind of training images:
For example, training a LoRA on my dog Fernando (a very good boy) with the following kind of training images:
<p align="center">
<img src="figures/fernando_original.jpg" width="800">
</p>

Lets me generate the following images of my dog given the prompt:
Lets me generate the following images of Fernando given the prompt:
`Cinematic photo of a dog [fernando] wearing a space suit.`
<p align="center">
<img src="figures/fernando.jpg" width="800">
Expand Down