Unverified Commit 2f44d630 authored by Steven Liu's avatar Steven Liu Committed by GitHub
Browse files

[docs] Update install instructions (#12626)



remove commit

Removed specific commit reference for installation instructions.
Co-authored-by: default avatarSayak Paul <spsayakpaul@gmail.com>
Co-authored-by: default avatarÁlvaro Somoza <asomoza@users.noreply.github.com>
parent f3db38c1
...@@ -268,12 +268,11 @@ provide a simple script for LoRA fine-tuning Kontext in [train_dreambooth_lora_f ...@@ -268,12 +268,11 @@ provide a simple script for LoRA fine-tuning Kontext in [train_dreambooth_lora_f
**important** **important**
> [!NOTE] > [!NOTE]
> To make sure you can successfully run the latest version of the kontext example script, we highly recommend installing from source, specifically from the commit mentioned below. > To make sure you can successfully run the latest version of the kontext example script, we highly recommend installing from source.
> To do this, execute the following steps in a new virtual environment: > To do this, execute the following steps in a new virtual environment:
> ``` > ```
> git clone https://github.com/huggingface/diffusers > git clone https://github.com/huggingface/diffusers
> cd diffusers > cd diffusers
> git checkout 05e7a854d0a5661f5b433f6dd5954c224b104f0b
> pip install -e . > pip install -e .
> ``` > ```
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment