adamelliotfields commited on
Commit
f8b0f0f
1 Parent(s): 7049262

CyberRealistic Negative embedding

Browse files
embeddings/{bad_dream.pt → cyberrealistic_negative.pt} RENAMED
@@ -1,3 +1,3 @@
1
  version https://git-lfs.github.com/spec/v1
2
- oid sha256:758aac44351557ccfae2fc6bdf3a29670464e4e4eabb61f08c5b8531c221649c
3
- size 212843
 
1
  version https://git-lfs.github.com/spec/v1
2
+ oid sha256:65f3ea567c04c22f92024c5b55cbeca580bc330c4290aeb647ebd86273b3ffb8
3
+ size 197662
lib/config.py CHANGED
@@ -56,7 +56,7 @@ Config = SimpleNamespace(
56
  },
57
  EMBEDDING="fast_negative",
58
  EMBEDDINGS=[
59
- "bad_dream",
60
  "fast_negative",
61
  "unrealistic_dream",
62
  ],
 
56
  },
57
  EMBEDDING="fast_negative",
58
  EMBEDDINGS=[
59
+ "cyberrealistic_negative",
60
  "fast_negative",
61
  "unrealistic_dream",
62
  ],
usage.md CHANGED
@@ -12,11 +12,11 @@ Arrays allow you to generate different images from a single prompt. For example,
12
 
13
  ### Embeddings
14
 
15
- Select multiple negative [textual inversion](https://huggingface.co/docs/diffusers/en/using-diffusers/textual_inversion_inference) embeddings. Fast Negative and Bad Dream can be used standalone or together; Unrealistic Dream should be combined with one of the others:
16
 
17
- * [`<fast_negative>`](https://civitai.com/models/71961/fast-negative-embedding-fastnegativev2): all-purpose (default)
18
- * [`<bad_dream>`](https://civitai.com/models/72437?modelVersionId=77169): DreamShaper-style
19
  * [`<unrealistic_dream>`](https://civitai.com/models/72437?modelVersionId=77173): realistic add-on
 
20
 
21
  ### Styles
22
 
 
12
 
13
  ### Embeddings
14
 
15
+ Select multiple negative [textual inversion](https://huggingface.co/docs/diffusers/en/using-diffusers/textual_inversion_inference) embeddings:
16
 
17
+ * [`<fast_negative>`](https://civitai.com/models/71961?modelVersionId=94057): all-purpose (default)
 
18
  * [`<unrealistic_dream>`](https://civitai.com/models/72437?modelVersionId=77173): realistic add-on
19
+ * [`<cyberrealistic_negative>`](https://civitai.com/models/77976?modelVersionId=82745): alternative realistic add-on
20
 
21
  ### Styles
22