Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
yeq6x
/
QIE-LoRA-training-with-musubi-tuner
like
2
Running
on
Zero
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
f440db9
QIE-LoRA-training-with-musubi-tuner
69.2 kB
1 contributor
History:
48 commits
yeq6x
Update requirements.txt to add Jupyter package for enhanced development capabilities and ensure proper formatting with newlines at the end of the file.
f440db9
6 days ago
.gitattributes
Safe
1.52 kB
initial commit
15 days ago
.gitignore
Safe
26 Bytes
Update .gitignore to include __pycache__ directory for better file management and to prevent unnecessary cache files from being tracked.
15 days ago
QIE_prompt_generator.py
Safe
6.21 kB
Refactor Gradio UI in QIE_prompt_generator.py to encapsulate the layout within a build_ui function, enhancing modularity and readability. The update includes improved organization of input fields and maintains the existing functionality for prompt generation.
15 days ago
README.md
Safe
253 Bytes
initial commit
15 days ago
app.py
Safe
41.4 kB
Enhance run_training function in app.py to ensure child Python processes are unbuffered for real-time logging. Update _prepare_script to include unbuffered flag and modify UI launch to support ssr_mode, improving compatibility with different Gradio versions.
14 days ago
create_image_caption_json.py
Safe
9.17 kB
Implement target prefix/suffix functionality in app.py and create_image_caption_json.py for improved image processing. Update UI to reflect changes, enhancing user experience with clearer labeling and file handling. Refactor related functions to accommodate new naming conventions.
15 days ago
dataset_QIE.toml
Safe
274 Bytes
Implement initial project structure and setup
15 days ago
download_qwen_image_models.py
Safe
3.81 kB
Update default paths in app.py and download_qwen_image_models.py to use /data and /auto directories. Adjust metadata generation script to reflect new working directory structure.
15 days ago
requirements.txt
Safe
83 Bytes
Update requirements.txt to add Jupyter package for enhanced development capabilities and ensure proper formatting with newlines at the end of the file.
6 days ago
train_QIE.sh
Safe
4.49 kB
Refactor app.py to update prefix/suffix naming conventions for metadata creation and enhance UI with new training hyperparameter inputs. Modify train_QIE.sh to utilize dynamic hyperparameter values for training execution, improving configurability and user experience.
15 days ago
ui_preview.py
Safe
1.91 kB
Enhance app.py by implementing a logging mechanism for training progress and model performance metrics. This addition improves monitoring capabilities during training sessions and aids in debugging.
15 days ago