Rareshika commited on
Commit
5edd2e4
·
verified ·
1 Parent(s): c02951f

Upload StableDiffusionPipeline

Browse files
model_index.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "_class_name": "StableDiffusionPipeline",
3
  "_diffusers_version": "0.29.2",
4
- "_name_or_path": "unibuc-cs/ROAITransportationCo_v2",
5
  "feature_extractor": [
6
  "transformers",
7
  "CLIPImageProcessor"
 
1
  {
2
  "_class_name": "StableDiffusionPipeline",
3
  "_diffusers_version": "0.29.2",
4
+ "_name_or_path": "./my_stable_diffusion_pipeline",
5
  "feature_extractor": [
6
  "transformers",
7
  "CLIPImageProcessor"
text_encoder/config.json CHANGED
@@ -1,5 +1,5 @@
1
  {
2
- "_name_or_path": "/root/.cache/huggingface/hub/models--unibuc-cs--ROAITransportationCo_v2/snapshots/75e6e572b169e05c1c20527b1f03dbd9f16437fa/text_encoder",
3
  "architectures": [
4
  "CLIPTextModel"
5
  ],
 
1
  {
2
+ "_name_or_path": "./my_stable_diffusion_pipeline/text_encoder",
3
  "architectures": [
4
  "CLIPTextModel"
5
  ],
unet/config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "_class_name": "UNet2DConditionModel",
3
  "_diffusers_version": "0.29.2",
4
- "_name_or_path": "/root/.cache/huggingface/hub/models--unibuc-cs--ROAITransportationCo_v2/snapshots/75e6e572b169e05c1c20527b1f03dbd9f16437fa/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.29.2",
4
+ "_name_or_path": "./my_stable_diffusion_pipeline/unet",
5
  "act_fn": "silu",
6
  "addition_embed_type": null,
7
  "addition_embed_type_num_heads": 64,
unet/diffusion_pytorch_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:04da49558960faad46c76bda32a62860b85794f89932cec04ef418cba46437ef
3
  size 1719125992
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:bfab8f7526a9c6bdb88dc9672811b33606574774bc535d1b609942a787c43c5a
3
  size 1719125992
vae/config.json CHANGED
@@ -1,7 +1,7 @@
1
  {
2
  "_class_name": "AutoencoderKL",
3
  "_diffusers_version": "0.29.2",
4
- "_name_or_path": "/root/.cache/huggingface/hub/models--unibuc-cs--ROAITransportationCo_v2/snapshots/75e6e572b169e05c1c20527b1f03dbd9f16437fa/vae",
5
  "act_fn": "silu",
6
  "block_out_channels": [
7
  128,
 
1
  {
2
  "_class_name": "AutoencoderKL",
3
  "_diffusers_version": "0.29.2",
4
+ "_name_or_path": "./my_stable_diffusion_pipeline/vae",
5
  "act_fn": "silu",
6
  "block_out_channels": [
7
  128,