GrafikXxxxxxxYyyyyyyyyyy commited on
Commit
7a97d94
·
verified ·
1 Parent(s): 962c777

Create sdxl_ciri.json

Browse files
Files changed (1) hide show
  1. sdxl_ciri.json +23 -0
sdxl_ciri.json ADDED
@@ -0,0 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ {
2
+ "model": {
3
+ "type": "sdxl",
4
+ "name": "AutismMix",
5
+ "scheduler": "euler_a",
6
+ "loras": {
7
+ "ciri": 0.75
8
+ }
9
+ },
10
+
11
+ "params": {
12
+ "denoising_end": 1.0,
13
+ "num_inference_steps": 30,
14
+ "guidance_scale": 7,
15
+ "cross_attention_kwargs": {
16
+ "scale": 1.0
17
+ }
18
+ },
19
+
20
+ "trigger_words": ["ciri"],
21
+ "tech_prompt": "score_9, score_8_up, score_7_up, 1girl , solo, medium breasts, green eyes, white hair, scar, scar on face, blush, woman",
22
+ "tech_negative_prompt": "score_4, score_5, score_6, mole, birthmark, pendant , (anime:1.1), necklace, simple background, blur, low quality, muscular woman, furry, distorted, disfigured, lowres, bad anatomy, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, blurry, artist name"
23
+ }