idlebg commited on
Commit
799084b
1 Parent(s): e82394e
README.md CHANGED
@@ -9,6 +9,8 @@ tags:
9
  - di.ffusion.ai
10
  - art
11
  - base model
 
 
12
  library_name: diffusers
13
  widget:
14
  - text: >-
@@ -52,6 +54,14 @@ widget:
52
  ![ffusion-basesm32.jpg](https://cdn-uploads.huggingface.co/production/uploads/6380cf05f496d57325c12194/FHidip3rT8mL1UdGDyfSd.jpeg)
53
 
54
  ## Model Overview: Unleashing the Power of Imagination!
 
 
 
 
 
 
 
 
55
 
56
  FFUSION AI is a state-of-the-art image generation and transformation tool, developed around the leading Latent Diffusion Model. Leveraging Stable Diffusion 2.1, FFUSION AI converts your prompts into captivating artworks. Discover an imaginative landscape where ideas come to life in vibrant, surreal visuals.
57
 
 
9
  - di.ffusion.ai
10
  - art
11
  - base model
12
+ - diffusers
13
+ inference: true
14
  library_name: diffusers
15
  widget:
16
  - text: >-
 
54
  ![ffusion-basesm32.jpg](https://cdn-uploads.huggingface.co/production/uploads/6380cf05f496d57325c12194/FHidip3rT8mL1UdGDyfSd.jpeg)
55
 
56
  ## Model Overview: Unleashing the Power of Imagination!
57
+ <div style="display: flex; flex-wrap: wrap; gap: 2px;">
58
+ <a href="https://huggingface.co/FFusion/"><img src="https://img.shields.io/badge/🧠%20Model%20Type-Diffusion--based%20text--to--image%20generation%20model-blueviolet" alt="Model Type"></a>
59
+ <a href="https://huggingface.co/FFusion/"><img src="https://img.shields.io/badge/🔏%20License-CreativeML%20Open%20RAIL++--M%20License-orange" alt="License"></a>
60
+ <a href="https://huggingface.co/FFusion/"><img src="https://img.shields.io/badge/🖥️%20Hardware%20Type-A100%20PCIe%2040GB-green" alt="Hardware Type"></a>
61
+ <a href="https://huggingface.co/FFusion/"><img src="https://img.shields.io/badge/⏰%20Hours%20Used-1190-red" alt="Hours Used"></a>
62
+ <a href="https://huggingface.co/FFusion/"><img src="https://img.shields.io/badge/🌩️%20Cloud%20Provider-CoreWeave%20%26%20Runpod-blue" alt="Cloud Provider"></a>
63
+ <a href="https://huggingface.co/FFusion/"><img src="https://img.shields.io/badge/🍃%20Carbon%20Emitted-124.95%20kg%20of%20CO2-brightgreen" alt="Carbon Emitted"></a>
64
+ </div>
65
 
66
  FFUSION AI is a state-of-the-art image generation and transformation tool, developed around the leading Latent Diffusion Model. Leveraging Stable Diffusion 2.1, FFUSION AI converts your prompts into captivating artworks. Discover an imaginative landscape where ideas come to life in vibrant, surreal visuals.
67
 
scheduler/scheduler_config.json CHANGED
@@ -16,4 +16,4 @@
16
  "thresholding": false,
17
  "timestep_spacing": "leading",
18
  "trained_betas": null
19
- }
 
16
  "thresholding": false,
17
  "timestep_spacing": "leading",
18
  "trained_betas": null
19
+ }
text_encoder/config.json CHANGED
@@ -22,4 +22,4 @@
22
  "torch_dtype": "float16",
23
  "transformers_version": "4.31.0",
24
  "vocab_size": 49408
25
- }
 
22
  "torch_dtype": "float16",
23
  "transformers_version": "4.31.0",
24
  "vocab_size": 49408
25
+ }
text_encoder/model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:c9c407c896a28b174b59eb4b65634b909fbb8f8183cc90927b88866ad9831771
3
- size 1168458360
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:7e400fca9292630a9647d4a046b8f23b8d625cafdc077102313c83d3e6c21c64
3
+ size 1361597016
text_encoder/pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:a3c78800b3082d1bbbf1d0f6ecdf0f2a278da7207c34370c55142374b9a22a13
3
- size 1361655149
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:aeb0c8eec01e768ad0a8b2c2c3804297a05b750768628167469f38411bba29da
3
+ size 1361674657
tokenizer/tokenizer_config.json CHANGED
@@ -8,7 +8,6 @@
8
  "rstrip": false,
9
  "single_word": false
10
  },
11
- "clean_up_tokenization_spaces": true,
12
  "do_lower_case": true,
13
  "eos_token": {
14
  "__type": "AddedToken",
@@ -20,7 +19,9 @@
20
  },
21
  "errors": "replace",
22
  "model_max_length": 77,
 
23
  "pad_token": "<|endoftext|>",
 
24
  "tokenizer_class": "CLIPTokenizer",
25
  "unk_token": {
26
  "__type": "AddedToken",
 
8
  "rstrip": false,
9
  "single_word": false
10
  },
 
11
  "do_lower_case": true,
12
  "eos_token": {
13
  "__type": "AddedToken",
 
19
  },
20
  "errors": "replace",
21
  "model_max_length": 77,
22
+ "name_or_path": "stabilityai/stable-diffusion-2-1",
23
  "pad_token": "<|endoftext|>",
24
+ "special_tokens_map_file": "./special_tokens_map.json",
25
  "tokenizer_class": "CLIPTokenizer",
26
  "unk_token": {
27
  "__type": "AddedToken",
unet/diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:509bb04d8940dba0f28c0200084936d26fa1885961367f45305a5eb386d9ac79
3
  size 3463925093
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:09b7edb76bebc5dbcf128424c54bae9793bcff43cee0e17cc35f0663e11e0adf
3
  size 3463925093
unet/diffusion_pytorch_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:16dcb2586ddaf5861f624b90c12e45e4fd06ce17ebb56afbdbf0424878c9958d
3
- size 3463726504
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:23a603e47fd430a4c635a0c2322eb80d518cfd705d6ba4909fb08bfc9c278c42
3
+ size 3463726472
vae/diffusion_pytorch_model.bin CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:0eaa055d84ddad2df8593f4a3a2fdc58a905ecf2f17dee42e9bca32f70373b59
3
- size 334712113
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:edd1d1807563c2d1c8c5ab84dfc2f455fcad0064727d264dd5172c569b5c45b2
3
+ size 334711857
vae/diffusion_pytorch_model.safetensors CHANGED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:f2b6e3f78759255c499bd0b1c3a4c3c9ecf4e489d09f7b21225906dabfb3ce3c
3
- size 334643268
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:62308045df1e9aaab86d2834707cec385f07e4892bdc4bf16317674c2b27e43c
3
+ size 334643252