adamelliotfields commited on
Commit
2f072bf
·
verified ·
1 Parent(s): 4719a50

Replace Photoreal with Reliberate model

Browse files
Files changed (3) hide show
  1. DOCS.md +2 -2
  2. README.md +4 -4
  3. lib/config.py +3 -3
DOCS.md CHANGED
@@ -8,7 +8,7 @@ Positive and negative prompts are embedded by [Compel](https://github.com/damian
8
 
9
  Use `+` or `-` to increase the weight of a token. The weight grows exponentially when chained. For example, `blue+` means 1.1x more attention is given to `blue`, while `blue++` means 1.1^2 more, and so on. The same applies to `-`.
10
 
11
- Groups of tokens can be weighted together by wrapping in parantheses and multiplying by a float between 0 and 2. For example, `(masterpiece, best quality)1.2` will increase the weight of both `masterpiece` and `best quality` by 1.2x.
12
 
13
  This is the same syntax used in [InvokeAI](https://invoke-ai.github.io/InvokeAI/features/PROMPTS/) and it differs from [A1111](https://github.com/AUTOMATIC1111/stable-diffusion-webui):
14
 
@@ -25,12 +25,12 @@ Some require specific parameters to get the best results, so check the model's l
25
 
26
  * [Lykon/dreamshaper-8](https://huggingface.co/Lykon/dreamshaper-8)(default)
27
  * [cyberdelia/CyberRealistic_V5](https://huggingface.co/cyberdelia/CyberRealistic)
28
- * [dreamlike-art/dreamlike-photoreal-2.0](https://huggingface.co/dreamlike-art/dreamlike-photoreal-2.0)
29
  * [fluently/Fluently-v4](https://huggingface.co/fluently/Fluently-v4)
30
  * [s6yx/ReV_Animated](https://huggingface.co/s6yx/ReV_Animated)
31
  * [SG161222/Realistic_Vision_V5](https://huggingface.co/SG161222/Realistic_Vision_V5.1_noVAE)
32
  * [stable-diffusion-v1-5/stable-diffusion-v1-5](https://huggingface.co/stable-diffusion-v1-5/stable-diffusion-v1-5)
33
  * [XpucT/Deliberate_v6](https://huggingface.co/XpucT/Deliberate)
 
34
 
35
  ### Styles
36
 
 
8
 
9
  Use `+` or `-` to increase the weight of a token. The weight grows exponentially when chained. For example, `blue+` means 1.1x more attention is given to `blue`, while `blue++` means 1.1^2 more, and so on. The same applies to `-`.
10
 
11
+ Groups of tokens can be weighted together by wrapping in parentheses and multiplying by a float between 0 and 2. For example, `(masterpiece, best quality)1.2` will increase the weight of both `masterpiece` and `best quality` by 1.2x.
12
 
13
  This is the same syntax used in [InvokeAI](https://invoke-ai.github.io/InvokeAI/features/PROMPTS/) and it differs from [A1111](https://github.com/AUTOMATIC1111/stable-diffusion-webui):
14
 
 
25
 
26
  * [Lykon/dreamshaper-8](https://huggingface.co/Lykon/dreamshaper-8)(default)
27
  * [cyberdelia/CyberRealistic_V5](https://huggingface.co/cyberdelia/CyberRealistic)
 
28
  * [fluently/Fluently-v4](https://huggingface.co/fluently/Fluently-v4)
29
  * [s6yx/ReV_Animated](https://huggingface.co/s6yx/ReV_Animated)
30
  * [SG161222/Realistic_Vision_V5](https://huggingface.co/SG161222/Realistic_Vision_V5.1_noVAE)
31
  * [stable-diffusion-v1-5/stable-diffusion-v1-5](https://huggingface.co/stable-diffusion-v1-5/stable-diffusion-v1-5)
32
  * [XpucT/Deliberate_v6](https://huggingface.co/XpucT/Deliberate)
33
+ * [XpucT/Reliberate_v3](https://huggingface.co/XpucT/Reliberate)
34
 
35
  ### Styles
36
 
README.md CHANGED
@@ -16,7 +16,6 @@ license: apache-2.0
16
  models:
17
  - ai-forever/Real-ESRGAN
18
  - cyberdelia/CyberRealistic
19
- - dreamlike-art/dreamlike-photoreal-2.0
20
  - fluently/Fluently-v4
21
  - h94/IP-Adapter
22
  - Lykon/dreamshaper-8
@@ -24,13 +23,11 @@ models:
24
  - SG161222/Realistic_Vision_V5.1_noVAE
25
  - stable-diffusion-v1-5/stable-diffusion-v1-5
26
  - XpucT/Deliberate
 
27
  preload_from_hub: # up to 10
28
  - >-
29
  cyberdelia/CyberRealistic
30
  CyberRealistic_V5_FP16.safetensors
31
- - >-
32
- dreamlike-art/dreamlike-photoreal-2.0
33
- dreamlike-photoreal-2.0.safetensors
34
  - >-
35
  fluently/Fluently-v4
36
  Fluently-v4.safetensors
@@ -55,6 +52,9 @@ preload_from_hub: # up to 10
55
  - >-
56
  XpucT/Deliberate
57
  Deliberate_v6.safetensors
 
 
 
58
  ---
59
 
60
  # diffusion
 
16
  models:
17
  - ai-forever/Real-ESRGAN
18
  - cyberdelia/CyberRealistic
 
19
  - fluently/Fluently-v4
20
  - h94/IP-Adapter
21
  - Lykon/dreamshaper-8
 
23
  - SG161222/Realistic_Vision_V5.1_noVAE
24
  - stable-diffusion-v1-5/stable-diffusion-v1-5
25
  - XpucT/Deliberate
26
+ - XpucT/Reliberate
27
  preload_from_hub: # up to 10
28
  - >-
29
  cyberdelia/CyberRealistic
30
  CyberRealistic_V5_FP16.safetensors
 
 
 
31
  - >-
32
  fluently/Fluently-v4
33
  Fluently-v4.safetensors
 
52
  - >-
53
  XpucT/Deliberate
54
  Deliberate_v6.safetensors
55
+ - >-
56
+ XpucT/Deliberate
57
+ Reliberate_v3.safetensors
58
  ---
59
 
60
  # diffusion
lib/config.py CHANGED
@@ -63,7 +63,6 @@ Config = SimpleNamespace(
63
  # downloaded on startup
64
  "ai-forever/Real-ESRGAN": ["RealESRGAN_x2.pth", "RealESRGAN_x4.pth"],
65
  "cyberdelia/CyberRealistic": ["CyberRealistic_V5_FP16.safetensors"],
66
- "dreamlike-art/dreamlike-photoreal-2.0": ["dreamlike-photoreal-2.0.safetensors"],
67
  "fluently/Fluently-v4": ["Fluently-v4.safetensors"],
68
  "lllyasviel/control_v11p_sd15_canny": ["diffusion_pytorch_model.fp16.safetensors"],
69
  "Lykon/dreamshaper-8": [*sd_files],
@@ -71,6 +70,7 @@ Config = SimpleNamespace(
71
  "SG161222/Realistic_Vision_V5.1_noVAE": ["Realistic_Vision_V5.1_fp16-no-ema.safetensors"],
72
  "stable-diffusion-v1-5/stable-diffusion-v1-5": [*sd_files],
73
  "XpucT/Deliberate": ["Deliberate_v6.safetensors"],
 
74
  },
75
  MONO_FONTS=["monospace"],
76
  SANS_FONTS=[
@@ -89,23 +89,23 @@ Config = SimpleNamespace(
89
  MODEL="Lykon/dreamshaper-8",
90
  MODELS=[
91
  "cyberdelia/CyberRealistic",
92
- "dreamlike-art/dreamlike-photoreal-2.0",
93
  "fluently/Fluently-v4",
94
  "Lykon/dreamshaper-8",
95
  "s6yx/ReV_Animated",
96
  "SG161222/Realistic_Vision_V5.1_noVAE",
97
  "stable-diffusion-v1-5/stable-diffusion-v1-5",
98
  "XpucT/Deliberate",
 
99
  ],
100
  # Single-file model weights
101
  MODEL_CHECKPOINTS={
102
  # keep keys lowercase for case-insensitive matching in the loader
103
  "cyberdelia/cyberrealistic": "CyberRealistic_V5_FP16.safetensors",
104
- "dreamlike-art/dreamlike-photoreal-2.0": "dreamlike-photoreal-2.0.safetensors",
105
  "fluently/fluently-v4": "Fluently-v4.safetensors",
106
  "s6yx/rev_animated": "rev_1.2.2/rev_1.2.2-fp16.safetensors",
107
  "sg161222/realistic_vision_v5.1_novae": "Realistic_Vision_V5.1_fp16-no-ema.safetensors",
108
  "xpuct/deliberate": "Deliberate_v6.safetensors",
 
109
  },
110
  SCHEDULER="UniPC 2M",
111
  SCHEDULERS={
 
63
  # downloaded on startup
64
  "ai-forever/Real-ESRGAN": ["RealESRGAN_x2.pth", "RealESRGAN_x4.pth"],
65
  "cyberdelia/CyberRealistic": ["CyberRealistic_V5_FP16.safetensors"],
 
66
  "fluently/Fluently-v4": ["Fluently-v4.safetensors"],
67
  "lllyasviel/control_v11p_sd15_canny": ["diffusion_pytorch_model.fp16.safetensors"],
68
  "Lykon/dreamshaper-8": [*sd_files],
 
70
  "SG161222/Realistic_Vision_V5.1_noVAE": ["Realistic_Vision_V5.1_fp16-no-ema.safetensors"],
71
  "stable-diffusion-v1-5/stable-diffusion-v1-5": [*sd_files],
72
  "XpucT/Deliberate": ["Deliberate_v6.safetensors"],
73
+ "XpucT/Reliberate": ["Reliberate_v3.safetensors"],
74
  },
75
  MONO_FONTS=["monospace"],
76
  SANS_FONTS=[
 
89
  MODEL="Lykon/dreamshaper-8",
90
  MODELS=[
91
  "cyberdelia/CyberRealistic",
 
92
  "fluently/Fluently-v4",
93
  "Lykon/dreamshaper-8",
94
  "s6yx/ReV_Animated",
95
  "SG161222/Realistic_Vision_V5.1_noVAE",
96
  "stable-diffusion-v1-5/stable-diffusion-v1-5",
97
  "XpucT/Deliberate",
98
+ "XpucT/Reliberate",
99
  ],
100
  # Single-file model weights
101
  MODEL_CHECKPOINTS={
102
  # keep keys lowercase for case-insensitive matching in the loader
103
  "cyberdelia/cyberrealistic": "CyberRealistic_V5_FP16.safetensors",
 
104
  "fluently/fluently-v4": "Fluently-v4.safetensors",
105
  "s6yx/rev_animated": "rev_1.2.2/rev_1.2.2-fp16.safetensors",
106
  "sg161222/realistic_vision_v5.1_novae": "Realistic_Vision_V5.1_fp16-no-ema.safetensors",
107
  "xpuct/deliberate": "Deliberate_v6.safetensors",
108
+ "xpuct/reliberate": "Reliberate_v3.safetensors",
109
  },
110
  SCHEDULER="UniPC 2M",
111
  SCHEDULERS={