Hugging Face
Models
Datasets
Spaces
Buckets
new
Docs
Enterprise
Pricing
Website
Tasks
HuggingChat
Collections
Languages
Organizations
Community
Blog
Posts
Daily Papers
Hardware
Learn
Discord
Forum
GitHub
Solutions
Team & Enterprise
Hugging Face PRO
Enterprise Support
Inference Providers
Inference Endpoints
Storage Buckets
Log In
Sign Up
Spaces:
yeq6x
/
QIE-LoRA-training-with-musubi-tuner
like
5
Runtime error
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
28bf84f
QIE-LoRA-training-with-musubi-tuner
69.2 kB
Ctrl+K
Ctrl+K
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.
28bf84f
9 months ago
.gitattributes
Safe
1.52 kB
initial commit
10 months ago
.gitignore
Safe
26 Bytes
Update .gitignore to include __pycache__ directory for better file management and to prevent unnecessary cache files from being tracked.
10 months 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 months ago
README.md
Safe
253 Bytes
initial commit
10 months 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.
10 months 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.
10 months ago
dataset_QIE.toml
Safe
274 Bytes
Implement initial project structure and setup
10 months 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.
10 months 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.
9 months 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.
10 months 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.
10 months ago