Upload 19 files
Browse files- README.md +1 -1
- model_index.json +2 -2
- scheduler/scheduler_config.json +3 -15
- text_encoder/config.json +1 -1
- text_encoder_2/config.json +1 -1
- unet/config.json +1 -1
- vae/config.json +2 -1
README.md
CHANGED
@@ -14,4 +14,4 @@ tags:
|
|
14 |
---
|
15 |
|
16 |
Original model is [here](https://civitai.com/models/161068/stoiqo-newreality-or-sd-xl-lightning?modelVersionId=690310).
|
17 |
-
|
|
|
14 |
---
|
15 |
|
16 |
Original model is [here](https://civitai.com/models/161068/stoiqo-newreality-or-sd-xl-lightning?modelVersionId=690310).
|
17 |
+
This model created by [ALIENHAZE](https://civitai.com/user/ALIENHAZE).
|
model_index.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"_class_name": "StableDiffusionXLPipeline",
|
3 |
-
"_diffusers_version": "0.
|
4 |
"feature_extractor": [
|
5 |
null,
|
6 |
null
|
@@ -12,7 +12,7 @@
|
|
12 |
],
|
13 |
"scheduler": [
|
14 |
"diffusers",
|
15 |
-
"
|
16 |
],
|
17 |
"text_encoder": [
|
18 |
"transformers",
|
|
|
1 |
{
|
2 |
"_class_name": "StableDiffusionXLPipeline",
|
3 |
+
"_diffusers_version": "0.32.1",
|
4 |
"feature_extractor": [
|
5 |
null,
|
6 |
null
|
|
|
12 |
],
|
13 |
"scheduler": [
|
14 |
"diffusers",
|
15 |
+
"EulerAncestralDiscreteScheduler"
|
16 |
],
|
17 |
"text_encoder": [
|
18 |
"transformers",
|
scheduler/scheduler_config.json
CHANGED
@@ -1,30 +1,18 @@
|
|
1 |
{
|
2 |
-
"_class_name": "
|
3 |
-
"_diffusers_version": "0.
|
4 |
-
"algorithm_type": "dpmsolver++",
|
5 |
"beta_end": 0.012,
|
6 |
"beta_schedule": "scaled_linear",
|
7 |
"beta_start": 0.00085,
|
8 |
"clip_sample": false,
|
9 |
-
"dynamic_thresholding_ratio": 0.995,
|
10 |
-
"euler_at_final": false,
|
11 |
-
"final_sigmas_type": "zero",
|
12 |
"interpolation_type": "linear",
|
13 |
-
"lower_order_final": true,
|
14 |
"num_train_timesteps": 1000,
|
15 |
"prediction_type": "epsilon",
|
16 |
-
"
|
17 |
"sample_max_value": 1.0,
|
18 |
"set_alpha_to_one": false,
|
19 |
-
"sigma_data": 0.5,
|
20 |
-
"sigma_max": 80.0,
|
21 |
-
"sigma_min": 0.002,
|
22 |
-
"sigma_schedule": "karras",
|
23 |
"skip_prk_steps": true,
|
24 |
-
"solver_order": 2,
|
25 |
-
"solver_type": "midpoint",
|
26 |
"steps_offset": 1,
|
27 |
-
"thresholding": false,
|
28 |
"timestep_spacing": "leading",
|
29 |
"trained_betas": null,
|
30 |
"use_karras_sigmas": false
|
|
|
1 |
{
|
2 |
+
"_class_name": "EulerAncestralDiscreteScheduler",
|
3 |
+
"_diffusers_version": "0.32.1",
|
|
|
4 |
"beta_end": 0.012,
|
5 |
"beta_schedule": "scaled_linear",
|
6 |
"beta_start": 0.00085,
|
7 |
"clip_sample": false,
|
|
|
|
|
|
|
8 |
"interpolation_type": "linear",
|
|
|
9 |
"num_train_timesteps": 1000,
|
10 |
"prediction_type": "epsilon",
|
11 |
+
"rescale_betas_zero_snr": false,
|
12 |
"sample_max_value": 1.0,
|
13 |
"set_alpha_to_one": false,
|
|
|
|
|
|
|
|
|
14 |
"skip_prk_steps": true,
|
|
|
|
|
15 |
"steps_offset": 1,
|
|
|
16 |
"timestep_spacing": "leading",
|
17 |
"trained_betas": null,
|
18 |
"use_karras_sigmas": false
|
text_encoder/config.json
CHANGED
@@ -19,6 +19,6 @@
|
|
19 |
"pad_token_id": 1,
|
20 |
"projection_dim": 768,
|
21 |
"torch_dtype": "float16",
|
22 |
-
"transformers_version": "4.
|
23 |
"vocab_size": 49408
|
24 |
}
|
|
|
19 |
"pad_token_id": 1,
|
20 |
"projection_dim": 768,
|
21 |
"torch_dtype": "float16",
|
22 |
+
"transformers_version": "4.46.1",
|
23 |
"vocab_size": 49408
|
24 |
}
|
text_encoder_2/config.json
CHANGED
@@ -19,6 +19,6 @@
|
|
19 |
"pad_token_id": 1,
|
20 |
"projection_dim": 1280,
|
21 |
"torch_dtype": "float16",
|
22 |
-
"transformers_version": "4.
|
23 |
"vocab_size": 49408
|
24 |
}
|
|
|
19 |
"pad_token_id": 1,
|
20 |
"projection_dim": 1280,
|
21 |
"torch_dtype": "float16",
|
22 |
+
"transformers_version": "4.46.1",
|
23 |
"vocab_size": 49408
|
24 |
}
|
unet/config.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"_class_name": "UNet2DConditionModel",
|
3 |
-
"_diffusers_version": "0.
|
4 |
"act_fn": "silu",
|
5 |
"addition_embed_type": "text_time",
|
6 |
"addition_embed_type_num_heads": 64,
|
|
|
1 |
{
|
2 |
"_class_name": "UNet2DConditionModel",
|
3 |
+
"_diffusers_version": "0.32.1",
|
4 |
"act_fn": "silu",
|
5 |
"addition_embed_type": "text_time",
|
6 |
"addition_embed_type_num_heads": 64,
|
vae/config.json
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
{
|
2 |
"_class_name": "AutoencoderKL",
|
3 |
-
"_diffusers_version": "0.
|
4 |
"_name_or_path": "madebyollin/sdxl-vae-fp16-fix",
|
5 |
"act_fn": "silu",
|
6 |
"block_out_channels": [
|
@@ -21,6 +21,7 @@
|
|
21 |
"latents_mean": null,
|
22 |
"latents_std": null,
|
23 |
"layers_per_block": 2,
|
|
|
24 |
"norm_num_groups": 32,
|
25 |
"out_channels": 3,
|
26 |
"sample_size": 512,
|
|
|
1 |
{
|
2 |
"_class_name": "AutoencoderKL",
|
3 |
+
"_diffusers_version": "0.32.1",
|
4 |
"_name_or_path": "madebyollin/sdxl-vae-fp16-fix",
|
5 |
"act_fn": "silu",
|
6 |
"block_out_channels": [
|
|
|
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": 512,
|