add Hyperparameter tuning and CLIP Test
parent
3aa30df1e4
commit
aca968d489
|
|
@ -46,6 +46,15 @@ If you're unsure about options, just enable every checkbox, and don't change def
|
|||
This also fixes some CUDA memory issues. Currently both Beta and Gamma Training is working very well, as far as I could say.
|
||||
|
||||
|
||||
### Hyperparameter Tuning
|
||||

|
||||
Now you can save hypernetwork generation / training setting, and load it in train_tuning tab. This will allow combination of hypernetwork structures, and training setups, to find best way for stuff.
|
||||
|
||||
### CLIP change test tab
|
||||

|
||||
Now you can select CLIP model, its difference is significant but whether its better or not is unknown.
|
||||
|
||||
|
||||
|
||||
### Planned features
|
||||
Allow using general models with .safetensor save /loading
|
||||
|
|
|
|||
Loading…
Reference in New Issue