Gabaloo1 commited on
Commit
18f1174
1 Parent(s): e7a0c15

End of training

Browse files
README.md CHANGED
@@ -9,6 +9,12 @@ tags:
9
  - diffusers
10
  - diffusers-training
11
  - lora
 
 
 
 
 
 
12
  inference: true
13
  ---
14
 
 
9
  - diffusers
10
  - diffusers-training
11
  - lora
12
+ - stable-diffusion
13
+ - stable-diffusion-diffusers
14
+ - text-to-image
15
+ - diffusers
16
+ - diffusers-training
17
+ - lora
18
  inference: true
19
  ---
20
 
action_embedding_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a6623b92eb24235faa233ec8935865950f2a5c65b316bf20f655196e077f5667
3
- size 24656
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:e3069eb6270b2fee2978e33b5c518ce4cc659d8296bf64c8f8c9d476c423858d
3
+ size 18512
noise_scheduler/scheduler_config.json CHANGED
@@ -1,19 +1,21 @@
1
  {
2
- "_class_name": "DDIMScheduler",
3
- "_diffusers_version": "0.30.2",
4
- "beta_end": 0.02,
5
- "beta_schedule": "linear",
6
- "beta_start": 0.0001,
7
- "clip_sample": true,
8
  "clip_sample_range": 1.0,
9
  "dynamic_thresholding_ratio": 0.995,
10
  "num_train_timesteps": 1000,
11
  "prediction_type": "epsilon",
12
  "rescale_betas_zero_snr": false,
13
  "sample_max_value": 1.0,
14
- "set_alpha_to_one": true,
15
- "steps_offset": 0,
 
16
  "thresholding": false,
17
  "timestep_spacing": "leading",
18
- "trained_betas": null
 
19
  }
 
1
  {
2
+ "_class_name": "DDPMScheduler",
3
+ "_diffusers_version": "0.30.3",
4
+ "beta_end": 0.012,
5
+ "beta_schedule": "scaled_linear",
6
+ "beta_start": 0.00085,
7
+ "clip_sample": false,
8
  "clip_sample_range": 1.0,
9
  "dynamic_thresholding_ratio": 0.995,
10
  "num_train_timesteps": 1000,
11
  "prediction_type": "epsilon",
12
  "rescale_betas_zero_snr": false,
13
  "sample_max_value": 1.0,
14
+ "set_alpha_to_one": false,
15
+ "skip_prk_steps": true,
16
+ "steps_offset": 1,
17
  "thresholding": false,
18
  "timestep_spacing": "leading",
19
+ "trained_betas": null,
20
+ "variance_type": "fixed_small"
21
  }
unet/config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "_class_name": "UNet2DConditionModel",
3
- "_diffusers_version": "0.30.2",
4
  "_name_or_path": "CompVis/stable-diffusion-v1-4",
5
  "act_fn": "silu",
6
  "addition_embed_type": null,
 
1
  {
2
  "_class_name": "UNet2DConditionModel",
3
+ "_diffusers_version": "0.30.3",
4
  "_name_or_path": "CompVis/stable-diffusion-v1-4",
5
  "act_fn": "silu",
6
  "addition_embed_type": null,
unet/diffusion_pytorch_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c8fe6c421d11e0a64cc6123756653c474e801f30b301b3871b0fc4fe1cb8f8bf
3
  size 3438582280
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7d8eafdff01ff5558222123cb05f12c2857555693605c935b691ea717a7cf20f
3
  size 3438582280
vae/config.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "_class_name": "AutoencoderKL",
3
- "_diffusers_version": "0.30.2",
4
  "_name_or_path": "CompVis/stable-diffusion-v1-4",
5
  "act_fn": "silu",
6
  "block_out_channels": [
 
1
  {
2
  "_class_name": "AutoencoderKL",
3
+ "_diffusers_version": "0.30.3",
4
  "_name_or_path": "CompVis/stable-diffusion-v1-4",
5
  "act_fn": "silu",
6
  "block_out_channels": [