Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
avdravid authored May 30, 2024
1 parent 42a3b37 commit 1f7317a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ $ conda activate w2w

Alternatively, you can follow the setup from [PEFT](https://huggingface.co/docs/peft/main/en/task_guides/dreambooth_lora).
### Files
The files needed to create *w2w* space, load models, train classifiers, etc. can be download at this [link](https://huggingface.co/docs/peft/main/en/task_guides/dreambooth_lora). Keep the folder structure and place it into the `weights2weights` folder containing all the code.
The files needed to create *w2w* space, load models, train classifiers, etc. can be download at this [link](https://drive.google.com/file/d/1W1_klpdeCZr5b0Kdp7SaS7veDV2ZzfbB/view?usp=sharing). Keep the folder structure and place it into the `weights2weights` folder containing all the code.

## Sampling
We provide an interactive notebook for sampling new identity-encoding models from *w2w* space in `sampling/sampling.ipynb`. Instructions are provided in the notebook. Once a model is sampled, you can run typical inference with various text prompts and generation seeds as with a typical personalized model.
Expand Down

0 comments on commit 1f7317a

Please sign in to comment.