voidDescriptor commited on
Commit
3141e4d
1 Parent(s): d07adba

Upload 3 files

Browse files
.gitattributes CHANGED
@@ -31,3 +31,5 @@
31
 
32
  # For GitHub linguist to identify the primary language of the repository
33
  README.md linguist-documentation
 
 
 
31
 
32
  # For GitHub linguist to identify the primary language of the repository
33
  README.md linguist-documentation
34
+ hsxl_temporal_layers.f16.safetensors filter=lfs diff=lfs merge=lfs -text
35
+ hsxl_temporal_layers.safetensors filter=lfs diff=lfs merge=lfs -text
hsxl_temporal_layers.f16.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:b46ce6b4ec297b21e508b8888135f65b5a07aa76d755cc086dc5ee804064bb1c
3
+ size 474694696
hsxl_temporal_layers.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:3a3a8013f99ba2991da633a9b82c833c7e7e6b62020b6cab41756601ad06c484
3
+ size 949328384
model_index.json ADDED
@@ -0,0 +1,33 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "HotshotXLPipeline",
3
+ "_diffusers_version": "0.21.4",
4
+ "force_zeros_for_empty_prompt": true,
5
+ "scheduler": [
6
+ "diffusers",
7
+ "EulerAncestralDiscreteScheduler"
8
+ ],
9
+ "text_encoder": [
10
+ "transformers",
11
+ "CLIPTextModel"
12
+ ],
13
+ "text_encoder_2": [
14
+ "transformers",
15
+ "CLIPTextModelWithProjection"
16
+ ],
17
+ "tokenizer": [
18
+ "transformers",
19
+ "CLIPTokenizer"
20
+ ],
21
+ "tokenizer_2": [
22
+ "transformers",
23
+ "CLIPTokenizer"
24
+ ],
25
+ "unet": [
26
+ "hotshot_xl",
27
+ "UNet3DConditionModel"
28
+ ],
29
+ "vae": [
30
+ "diffusers",
31
+ "AutoencoderKL"
32
+ ]
33
+ }