Update Commands.txt
Browse files- Commands.txt +2 -0
Commands.txt
CHANGED
|
@@ -1,8 +1,10 @@
|
|
| 1 |
wget https://huggingface.co/Gerchegg/FeaturesFluxAI/resolve/main/finetune_pipeline.sh
|
| 2 |
wget https://huggingface.co/Gerchegg/FeaturesFluxAI/resolve/main/finetune_analysis.sh
|
| 3 |
wget https://huggingface.co/Gerchegg/FeaturesFluxAI/resolve/main/claude_analysis.py
|
|
|
|
| 4 |
chmod +x finetune_pipeline.sh
|
| 5 |
chmod +x finetune_analysis.sh
|
|
|
|
| 6 |
./finetune_pipeline.sh
|
| 7 |
|
| 8 |
chmod +x run_gui.sh
|
|
|
|
| 1 |
wget https://huggingface.co/Gerchegg/FeaturesFluxAI/resolve/main/finetune_pipeline.sh
|
| 2 |
wget https://huggingface.co/Gerchegg/FeaturesFluxAI/resolve/main/finetune_analysis.sh
|
| 3 |
wget https://huggingface.co/Gerchegg/FeaturesFluxAI/resolve/main/claude_analysis.py
|
| 4 |
+
wget https://huggingface.co/Gerchegg/FeaturesFluxAI/resolve/main/run_gui.py
|
| 5 |
chmod +x finetune_pipeline.sh
|
| 6 |
chmod +x finetune_analysis.sh
|
| 7 |
+
chmod +x run_gui.sh
|
| 8 |
./finetune_pipeline.sh
|
| 9 |
|
| 10 |
chmod +x run_gui.sh
|