r0seyyyd33p commited on
Commit
ca73505
1 Parent(s): fb6569d

4 InvokeAI

Browse files
Files changed (1) hide show
  1. INITIAL_MODELS.yaml +77 -0
INITIAL_MODELS.yaml ADDED
@@ -0,0 +1,77 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # This file predefines a few models that the user may want to install.
2
+
3
+ sd-1/main/stable-diffusion-RV5:
4
+ description: Stable Diffusion rversion 1.5 diffusers model (4.27 GB)
5
+ repo_id: SG161222/Realistic_Vision_V5.1_noVAE
6
+ recommended: True
7
+ default: False
8
+
9
+ sd-1/main/main/phtn:
10
+ description: Stable Diffusion Photon Realism model
11
+ repo_id: nolanaatama/phtn
12
+ recommended: True
13
+ default: True
14
+
15
+
16
+ sdxl/main/stable-diffusion-xl-base-1-0:
17
+ description: Stable Diffusion XL base model (12 GB; access token required)
18
+ repo_id: stabilityai/stable-diffusion-xl-base-1.0
19
+ recommended: True
20
+ sdxl-refiner/main/stable-diffusion-xl-refiner-1-0:
21
+ description: Stable Diffusion XL refiner model (12 GB; access token required)
22
+ repo_id: stabilityai/stable-diffusion-xl-refiner-1.0
23
+ recommended: True
24
+ sd-1/main/Analog-Diffusion:
25
+ description: An SD-1.5 model trained on diverse analog photographs (2.13 GB)
26
+ repo_id: wavymulder/Analog-Diffusion
27
+ recommended: True
28
+ sd-1/main/dreamlike-photoreal-2:
29
+ description: A photorealistic model trained on 768 pixel images based on SD 1.5 (2.13 GB)
30
+ repo_id: dreamlike-art/dreamlike-photoreal-2.0
31
+ recommended: True
32
+ sd-1/main/openjourney:
33
+ description: An SD 1.5 model fine tuned on Midjourney; prompt with "mdjrny-v4 style" (2.13 GB)
34
+ repo_id: prompthero/openjourney
35
+ recommended: True
36
+ sd-1/main/waifu-diffusion:
37
+ description: An SD-1.5 model trained on 680k anime/manga-style images (2.13 GB)
38
+ repo_id: hakurei/waifu-diffusion
39
+ recommended: True
40
+
41
+ sd-1/controlnet/canny:
42
+ repo_id: lllyasviel/control_v11p_sd15_canny
43
+ recommended: True
44
+ sd-1/controlnet/inpaint:
45
+ repo_id: lllyasviel/control_v11p_sd15_inpaint
46
+ recommended: False
47
+ sd-1/controlnet/mlsd:
48
+ repo_id: lllyasviel/control_v11p_sd15_mlsd
49
+ recommended: False
50
+ sd-1/controlnet/depth:
51
+ repo_id: lllyasviel/control_v11f1p_sd15_depth
52
+ recommended: True
53
+ sd-1/controlnet/lineart:
54
+ repo_id: lllyasviel/control_v11p_sd15_lineart
55
+ recommended: True
56
+ sd-1/controlnet/lineart_anime:
57
+ repo_id: lllyasviel/control_v11p_sd15s2_lineart_anime
58
+ recommended: False
59
+ sd-1/controlnet/openpose:
60
+ repo_id: lllyasviel/control_v11p_sd15_openpose
61
+ recommended: True
62
+ sd-1/controlnet/scribble:
63
+ repo_id: lllyasviel/control_v11p_sd15_scribble
64
+ recommended: True
65
+ sd-1/controlnet/softedge:
66
+ repo_id: lllyasviel/control_v11p_sd15_softedge
67
+ recommended: True
68
+
69
+ sd-1/lora/LowRA:
70
+ path: https://civitai.com/api/download/models/63006
71
+ recommended: True
72
+ sd-1/lora/add_detail:
73
+ path: https://civitai.com/api/download/models/62833?type=Model&format=SafeTensor
74
+ recommended: True
75
+ sd-1/lora/txinstagramv4:
76
+ path: https://huggingface.co/r0seyyyd33p/my-models/resolve/main/txinstagramv4.safetensors
77
+ recommended: True