xxxpo13 commited on
Commit
c3332b9
·
verified ·
1 Parent(s): 6d25190

Upload models.yaml

Browse files
Files changed (1) hide show
  1. models.yaml +34 -0
models.yaml ADDED
@@ -0,0 +1,34 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ # Add your own model here
2
+ # <name that will show up on the dropdown>:
3
+ # repo: <the huggingface repo ID to pull from>
4
+ # base: <the model used to run inference with (The Huggingface "Inference API" widget will use this to generate demo images)>
5
+ # license: <follow the other examples. Any model inherited from DEV should use the dev license, schenll is apache-2.0>
6
+ # license_name: <follow the other examples. only needed for dev inherited models>
7
+ # license_link: <follow the other examples. only needed for dev inherited models>
8
+ # file: <the file name within the huggingface repo>
9
+ flux-dev:
10
+ repo: cocktailpeanut/xulf-dev
11
+ base: black-forest-labs/FLUX.1-dev
12
+ license: other
13
+ license_name: flux-1-dev-non-commercial-license
14
+ license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
15
+ file: flux1-dev.sft
16
+ flux-schnell:
17
+ repo: black-forest-labs/FLUX.1-schnell
18
+ base: black-forest-labs/FLUX.1-schnell
19
+ license: apache-2.0
20
+ file: flux1-schnell.safetensors
21
+ bdsqlsz/flux1-dev2pro-single:
22
+ repo: bdsqlsz/flux1-dev2pro-single
23
+ base: black-forest-labs/FLUX.1-dev
24
+ license: other
25
+ license_name: flux-1-dev-non-commercial-license
26
+ license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
27
+ file: flux1-dev2pro.safetensors
28
+ xxxpo13/LUSTIFY_SDXL:
29
+ repo: xxxpo13/LUSTIFY_SDXL
30
+ base: black-forest-labs/FLUX.1-dev
31
+ license: other
32
+ license_name: flux-1-dev-non-commercial-license
33
+ license_link: https://huggingface.co/black-forest-labs/FLUX.1-dev/blob/main/LICENSE.md
34
+ file: lustifySDXLNSFW_endgame.safetensors