rossiyareich commited on
Commit
72b572a
·
1 Parent(s): 588c9f3

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +17 -0
README.md CHANGED
@@ -1,3 +1,20 @@
1
  ---
2
  license: creativeml-openrail-m
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: creativeml-openrail-m
3
+ language:
4
+ - en
5
+ library_name: diffusers
6
+ pipeline_tag: text-to-image
7
  ---
8
+ ### Based off [NegiInNattoMaki/Nabylon](https://huggingface.co/NegiInNattoMaki/Nabylon)
9
+ All credits go to the original author and all the author of Nabylon's ancestor models
10
+
11
+ ### Inpainting
12
+ This model can be used for inpainting, as it's the original Nabylon-v1.0 merged with
13
+ [runwayml/stable-diffusion-inpainting](https://huggingface.co/runwayml/stable-diffusion-inpainting) and
14
+ [runwayml/stable-diffusion-v1-5](https://huggingface.co/runwayml/stable-diffusion-v1-5) via the weights of
15
+ ```
16
+ stable-diffusion-inpainting + (Nabylon-v1.0 - stable-diffusion-v1-5)
17
+ ```
18
+
19
+ ### Diffusers
20
+ The merged model was converted to be used with the [🧨Diffusers library](https://github.com/huggingface/diffusers)