Kevin Black commited on
Commit
11a4b3c
1 Parent(s): f2f98ef

change checkpoint

Browse files
text_encoder/config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "ddpo-aesthetic/text_encoder",
3
  "architectures": [
4
  "CLIPTextModel"
5
  ],
 
1
  {
2
+ "_name_or_path": "flax_tmp/text_encoder",
3
  "architectures": [
4
  "CLIPTextModel"
5
  ],
unet/config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "_class_name": "UNet2DConditionModel",
3
  "_diffusers_version": "0.16.1",
4
- "_name_or_path": "ddpo-aesthetic/unet",
5
  "act_fn": "silu",
6
  "addition_embed_type": null,
7
  "addition_embed_type_num_heads": 64,
 
1
  {
2
  "_class_name": "UNet2DConditionModel",
3
  "_diffusers_version": "0.16.1",
4
+ "_name_or_path": "flax_tmp/unet",
5
  "act_fn": "silu",
6
  "addition_embed_type": null,
7
  "addition_embed_type_num_heads": 64,
unet/diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:86d0144fa1a0d535ebc458d492e8ab69653db4734b2d3c6880f2a1c6e067b49f
3
  size 3438366373
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:9f3fceda0246a3606f8fc8a9df5cb9bee43aa97130c3e98c9a7252838011493a
3
  size 3438366373
vae/config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "_class_name": "AutoencoderKL",
3
  "_diffusers_version": "0.16.1",
4
- "_name_or_path": "ddpo-aesthetic/vae",
5
  "act_fn": "silu",
6
  "block_out_channels": [
7
  128,
 
1
  {
2
  "_class_name": "AutoencoderKL",
3
  "_diffusers_version": "0.16.1",
4
+ "_name_or_path": "flax_tmp/vae",
5
  "act_fn": "silu",
6
  "block_out_channels": [
7
  128,