Update README.md
Browse files
README.md
CHANGED
@@ -80,7 +80,7 @@ pip install -r requirements.txt
|
|
80 |
Before fine tuning change dataset path and some required vram hyperparameters according to your system requirements from `config.yml` in files
|
81 |
|
82 |
```bash
|
83 |
-
python run.py
|
84 |
```
|
85 |
### inference (gradio demo)
|
86 |
https://github.com/sanjay7178/amul-mascot-girl-flux-t2i/tree/main/lora-gradio-demo
|
|
|
80 |
Before fine tuning change dataset path and some required vram hyperparameters according to your system requirements from `config.yml` in files
|
81 |
|
82 |
```bash
|
83 |
+
python run.py /<relative path>/config.yml
|
84 |
```
|
85 |
### inference (gradio demo)
|
86 |
https://github.com/sanjay7178/amul-mascot-girl-flux-t2i/tree/main/lora-gradio-demo
|