File size: 1,043 Bytes
1e6d67a |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 |
{
"cells": [
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"id": "kdOhtpergLCQ"
},
"outputs": [],
"source": [
"!git clone https://huggingface.co/spaces/smangrul/peft-lora-sd-dreambooth"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"id": "_LuGk9mihPx7"
},
"outputs": [],
"source": [
"%cd \"peft-lora-sd-dreambooth\"\n",
"!pip install -r requirements.txt"
]
},
{
"cell_type": "code",
"execution_count": null,
"metadata": {
"id": "BYKO8e5ElJOX"
},
"outputs": [],
"source": [
"!python colab.py"
]
}
],
"metadata": {
"accelerator": "GPU",
"colab": {
"provenance": []
},
"gpuClass": "premium",
"kernelspec": {
"display_name": "Python 3",
"name": "python3"
},
"language_info": {
"name": "python"
}
},
"nbformat": 4,
"nbformat_minor": 0
}
|