Text-to-Image
Diffusers
AIGCer-OPPO commited on
Commit
affcccb
·
verified ·
1 Parent(s): 3cdd0aa

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +1 -1
README.md CHANGED
@@ -48,7 +48,7 @@ pip install prefetch_generator zhconv peft loguru transformers==4.39.1 accelerat
48
  ## Example Use
49
 
50
  We provide an example inference script in the directory of this repo.
51
- You should download the Lora path from [here](https://huggingface.co/OPPOer/TLCM) and use a base model, such as [SDXL1.0](https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0) , as the recommended option.
52
  After that, you can activate the generation with the following code:
53
  ```
54
  python inference.py --prompt {Your prompt} --output_dir {Your output directory} --lora_path {Lora_directory} --base_model_path {Base_model_directory} --infer-steps 4
 
48
  ## Example Use
49
 
50
  We provide an example inference script in the directory of this repo.
51
+ You should download the LoRA path from [Flux-LoRA](https://huggingface.co/OPPOer/TLCMFlux) or [SDXL-LoRA](https://huggingface.co/OPPOer/TLCMSDXL) and use a base model, such as [SDXL1.0](https://huggingface.co/stabilityai/stable-diffusion-xl-base-1.0) , as the recommended option.
52
  After that, you can activate the generation with the following code:
53
  ```
54
  python inference.py --prompt {Your prompt} --output_dir {Your output directory} --lora_path {Lora_directory} --base_model_path {Base_model_directory} --infer-steps 4