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...
bb4717a
QIE-LoRA-training-with-musubi-tuner
79.4 kB
1 contributor
History:
55 commits
yeq6x
Enhance run_training function in app.py to emit an initial log message upon invocation. This update improves user feedback by confirming the start of the training process and maintains existing error handling for required output names.
bb4717a
about 23 hours ago
.gitattributes
Safe
1.52 kB
initial commit
11 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.
11 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.
10 days ago
README.md
Safe
253 Bytes
initial commit
11 days ago
app.py
Safe
51.7 kB
Enhance run_training function in app.py to emit an initial log message upon invocation. This update improves user feedback by confirming the start of the training process and maintains existing error handling for required output names.
about 23 hours 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.
11 days ago
dataset_QIE.toml
Safe
274 Bytes
Implement initial project structure and setup
11 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.
11 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.
1 day 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.
11 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.
11 days ago