Commit eb5ee06
authored
Qwen image edit (#37)
* New nodes (#35)
* Add 'none' option to LoRA_MODELS and improve reference image handling in Predictor class
* Update task choices in Predictor class to include 'none' option for improved flexibility in task selection.
* Refactor error handling in Predictor class to require only 'image' parameter, simplifying input validation for predictions.
* Remove unused character image files and update dataset loading functions to support spatial configurations.
* import fix
* Update .gitignore to improve file exclusion patterns and remove unused checkpoint files from the training directory.
* Remove unused filtered image files from character spatial reference directory to clean up the dataset.
* Add debug print statements for dataset loading and image optimization in FluxOminiKontextDataset class
* Enhance print statements in training and dataset classes to clarify LoRA weight usage and provide image size during optimization.
* Editor node rotation (#34)
* rotation support
* renaming
* fixes
* predit qwen
* Update diffusers package version to 0.35.1 in requirements and cog.yaml; remove direct installation from git in build process.1 parent c3c42b4 commit eb5ee06
2 files changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | 21 | | |
21 | 22 | | |
| |||
35 | 36 | | |
36 | 37 | | |
37 | 38 | | |
38 | | - | |
39 | 39 | | |
40 | 40 | | |
41 | 41 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
0 commit comments