Unverified Commit 9c0e20de authored by Sayak Paul's avatar Sayak Paul Committed by GitHub
Browse files

[chore] Update README_sana.md to update the default model (#10285)

Update README_sana.md to update the default model
parent f35a3872
...@@ -73,7 +73,7 @@ This will also allow us to push the trained LoRA parameters to the Hugging Face ...@@ -73,7 +73,7 @@ This will also allow us to push the trained LoRA parameters to the Hugging Face
Now, we can launch training using: Now, we can launch training using:
```bash ```bash
export MODEL_NAME="Efficient-Large-Model/Sana_1600M_1024px_diffusers" export MODEL_NAME="Efficient-Large-Model/Sana_1600M_1024px_BF16_diffusers"
export INSTANCE_DIR="dog" export INSTANCE_DIR="dog"
export OUTPUT_DIR="trained-sana-lora" export OUTPUT_DIR="trained-sana-lora"
...@@ -124,4 +124,4 @@ We provide several options for optimizing memory optimization: ...@@ -124,4 +124,4 @@ We provide several options for optimizing memory optimization:
* `cache_latents`: When enabled, we will pre-compute the latents from the input images with the VAE and remove the VAE from memory once done. * `cache_latents`: When enabled, we will pre-compute the latents from the input images with the VAE and remove the VAE from memory once done.
* `--use_8bit_adam`: When enabled, we will use the 8bit version of AdamW provided by the `bitsandbytes` library. * `--use_8bit_adam`: When enabled, we will use the 8bit version of AdamW provided by the `bitsandbytes` library.
Refer to the [official documentation](https://huggingface.co/docs/diffusers/main/en/api/pipelines/sana) of the `SanaPipeline` to know more about the models available under the SANA family and their preferred dtypes during inference. Refer to the [official documentation](https://huggingface.co/docs/diffusers/main/en/api/pipelines/sana) of the `SanaPipeline` to know more about the models available under the SANA family and their preferred dtypes during inference.
\ No newline at end of file
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