Diffusers
Safetensors
tancilon commited on
Commit
74c6b1b
·
verified ·
1 Parent(s): babe27c

Add files using upload-large-folder tool

Browse files
Files changed (5) hide show
  1. .msc +0 -0
  2. .mv +1 -0
  3. README.md +48 -0
  4. config.json +38 -0
  5. diffusion_pytorch_model.safetensors +3 -0
.msc ADDED
Binary file (247 Bytes). View file
 
.mv ADDED
@@ -0,0 +1 @@
 
 
1
+ Revision:master,CreatedAt:1769330320
README.md ADDED
@@ -0,0 +1,48 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: apache-2.0
3
+ tags: []
4
+
5
+ #model-type:
6
+ ##如 gpt、phi、llama、chatglm、baichuan 等
7
+ #- gpt
8
+
9
+ #domain:
10
+ ##如 nlp、cv、audio、multi-modal
11
+ #- nlp
12
+
13
+ #language:
14
+ ##语言代码列表 https://help.aliyun.com/document_detail/215387.html?spm=a2c4g.11186623.0.0.9f8d7467kni6Aa
15
+ #- cn
16
+
17
+ #metrics:
18
+ ##如 CIDEr、Blue、ROUGE 等
19
+ #- CIDEr
20
+
21
+ #tags:
22
+ ##各种自定义,包括 pretrained、fine-tuned、instruction-tuned、RL-tuned 等训练方法和其他
23
+ #- pretrained
24
+
25
+ #tools:
26
+ ##如 vllm、fastchat、llamacpp、AdaSeq 等
27
+ #- vllm
28
+ ---
29
+ ### 当前模型的贡献者未提供更加详细的模型介绍。模型文件和权重,可浏览“模型文件”页面获取。
30
+ #### 您可以通过如下git clone命令,或者ModelScope SDK来下载模型
31
+
32
+ SDK下载
33
+ ```bash
34
+ #安装ModelScope
35
+ pip install modelscope
36
+ ```
37
+ ```python
38
+ #SDK模型下载
39
+ from modelscope import snapshot_download
40
+ model_dir = snapshot_download('zzyzzzz699/recon_pretrained_vae')
41
+ ```
42
+ Git下载
43
+ ```
44
+ #Git模型下载
45
+ git clone https://www.modelscope.cn/zzyzzzz699/recon_pretrained_vae.git
46
+ ```
47
+
48
+ <p style="color: lightgrey;">如果您是本模型的贡献者,我们邀请您根据<a href="https://modelscope.cn/docs/ModelScope%E6%A8%A1%E5%9E%8B%E6%8E%A5%E5%85%A5%E6%B5%81%E7%A8%8B%E6%A6%82%E8%A7%88" style="color: lightgrey; text-decoration: underline;">模型贡献文档</a>,及时完善模型卡片内容。</p>
config.json ADDED
@@ -0,0 +1,38 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "_class_name": "AutoencoderKL",
3
+ "_diffusers_version": "0.30.0.dev0",
4
+ "_name_or_path": "../checkpoints/flux-dev",
5
+ "act_fn": "silu",
6
+ "block_out_channels": [
7
+ 128,
8
+ 256,
9
+ 512,
10
+ 512
11
+ ],
12
+ "down_block_types": [
13
+ "DownEncoderBlock2D",
14
+ "DownEncoderBlock2D",
15
+ "DownEncoderBlock2D",
16
+ "DownEncoderBlock2D"
17
+ ],
18
+ "force_upcast": true,
19
+ "in_channels": 3,
20
+ "latent_channels": 16,
21
+ "latents_mean": null,
22
+ "latents_std": null,
23
+ "layers_per_block": 2,
24
+ "mid_block_add_attention": true,
25
+ "norm_num_groups": 32,
26
+ "out_channels": 3,
27
+ "sample_size": 1024,
28
+ "scaling_factor": 0.3611,
29
+ "shift_factor": 0.1159,
30
+ "up_block_types": [
31
+ "UpDecoderBlock2D",
32
+ "UpDecoderBlock2D",
33
+ "UpDecoderBlock2D",
34
+ "UpDecoderBlock2D"
35
+ ],
36
+ "use_post_quant_conv": false,
37
+ "use_quant_conv": false
38
+ }
diffusion_pytorch_model.safetensors ADDED
@@ -0,0 +1,3 @@
 
 
 
 
1
+ version https://git-lfs.github.com/spec/v1
2
+ oid sha256:f5b59a26851551b67ae1fe58d32e76486e1e812def4696a4bea97f16604d40a3
3
+ size 167666902