-
-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
37 changed files
with
95 additions
and
31 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
83 changes: 83 additions & 0 deletions
83
examples/stable_cascade/preset-13-images-1800steps-test.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,83 @@ | ||
{ | ||
"adaptive_noise_scale": 0, | ||
"additional_parameters": "--max_grad_norm=0.0 --no_half_vae", | ||
"block_lr": "", | ||
"bucket_no_upscale": false, | ||
"bucket_reso_steps": 64, | ||
"cache_latents": true, | ||
"cache_latents_to_disk": true, | ||
"caption_dropout_every_n_epochs": 0.0, | ||
"caption_dropout_rate": 0, | ||
"caption_extension": "", | ||
"clip_skip": "1", | ||
"color_aug": false, | ||
"dataset_config_path": "D:/kohya_ss/examples/stable_cascade/test_dataset.toml", | ||
"dataset_repeats": "20", | ||
"effnet_checkpoint_path": "E:/models/stable_cascade/effnet_encoder.safetensors", | ||
"epoch": 500, | ||
"flip_aug": false, | ||
"full_bf16": true, | ||
"full_fp16": false, | ||
"gpu_ids": "", | ||
"gradient_accumulation_steps": 1.0, | ||
"gradient_checkpointing": true, | ||
"keep_tokens": "0", | ||
"learning_rate": 1e-05, | ||
"learning_rate_te": 1e-05, | ||
"learning_rate_te1": 1e-05, | ||
"learning_rate_te2": 1e-05, | ||
"logging_dir": "", | ||
"lr_scheduler": "constant", | ||
"lr_scheduler_args": "", | ||
"lr_warmup": 10, | ||
"max_data_loader_n_workers": "0", | ||
"max_timestep": 1000, | ||
"max_token_length": "75", | ||
"max_train_epochs": "60", | ||
"mem_eff_attn": false, | ||
"min_snr_gamma": 0, | ||
"min_timestep": 0, | ||
"mixed_precision": "bf16", | ||
"model_list": "custom", | ||
"multi_gpu": false, | ||
"multires_noise_discount": 0, | ||
"multires_noise_iterations": 0, | ||
"noise_offset": 0, | ||
"noise_offset_type": "Original", | ||
"num_cpu_threads_per_process": 4, | ||
"num_machines": 1, | ||
"num_processes": 1, | ||
"optimizer": "Adafactor", | ||
"optimizer_args": "scale_parameter=False relative_step=False warmup_init=False weight_decay=0.01", | ||
"output_dir": "E:/model/test", | ||
"output_name": "ted-test-no-te", | ||
"persistent_data_loader_workers": false, | ||
"pretrained_model_name_or_path": "E:/models/stable_cascade/stage_c_bf16.safetensors", | ||
"previewer_checkpoint_path": "E:/models/stable_cascade/previewer.safetensors", | ||
"random_crop": false, | ||
"resume": "", | ||
"sample_every_n_epochs": 0, | ||
"sample_every_n_steps": 100, | ||
"sample_prompts": "a zxc on the surface of the moon holding an orange. --w 1024 --h 1024 --l 4 --s 30", | ||
"sample_prompts_path": "D:/kohya_ss/examples/stable_cascade/prompt.txt", | ||
"sample_sampler": "dpm_2", | ||
"save_every_n_epochs": 0, | ||
"save_every_n_steps": 100, | ||
"save_last_n_steps": 0, | ||
"save_last_n_steps_state": 0, | ||
"save_model_as": "safetensors", | ||
"save_precision": "bf16", | ||
"save_state": false, | ||
"scale_v_pred_loss_like_noise_pred": false, | ||
"seed": "", | ||
"shuffle_caption": false, | ||
"train_batch_size": 3, | ||
"train_text_encoder": true, | ||
"use_wandb": false, | ||
"v2": false, | ||
"v_parameterization": false, | ||
"v_pred_like_loss": 0, | ||
"vae_batch_size": 0, | ||
"wandb_api_key": "", | ||
"xformers": "none" | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
zxc looking to the left |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
a photo of zxc |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
zxc writing on a piece of paper |
File renamed without changes
File renamed without changes.
File renamed without changes
File renamed without changes.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
zxc sitting on a couch |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
zxc standing |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
zxc standing rear view |
1 change: 0 additions & 1 deletion
1
...le_cascade/test_dataset/45eb049f7499fd8577784726ed70481af2-tedprequel.2x.rsocial.w600.txt
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-665 KB
...e_cascade/test_dataset/45eb049f7499fd8577784726ed70481af2-tedprequel.2x.rsocial.w600.webp
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
zxc sitting |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
Binary file removed
BIN
-217 KB
examples/stable_cascade/test_dataset/71603671007-nup-202779-00002.webp
Binary file not shown.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
zxc standing amongst sausages |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
File renamed without changes.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
Binary file not shown.