Update README.md
Browse files
README.md
CHANGED
@@ -3,10 +3,11 @@ license: creativeml-openrail-m
|
|
3 |
---
|
4 |
<h1 class="relative group flex items-center">
|
5 |
<span>
|
6 |
-
|
7 |
</span>
|
8 |
</h1>
|
9 |
-
<p>
|
|
|
10 |
|
11 |
<div class="relative group repo-copy-code"><pre>
|
12 |
<code class="language-python"><span class="hljs-keyword">from</span> diffusers <span class="hljs-keyword">import</span> StableDiffusionXLPipeline
|
@@ -74,6 +75,9 @@ This high-resolution capability allows for richly detailed and lifelike images.
|
|
74 |
|
75 |
For better results ,a model token needs to be included : **aqheodd**
|
76 |
|
|
|
|
|
|
|
77 |
<h3 style="color:gray;margin-top:40px"> Diffuser model for this SD checkpoint on CIVITAI:</h3>
|
78 |
<p><a target="_blank" href="https://civitai.com/models/492985/realisticmodelproxlaqheodd">https://civitai.com/models/492985/realisticmodelproxlaqheodd</a> </p>
|
79 |
<h1 style="color:gray;margin-top:40px">Samples:</h1>
|
|
|
3 |
---
|
4 |
<h1 class="relative group flex items-center">
|
5 |
<span>
|
6 |
+
Usage
|
7 |
</span>
|
8 |
</h1>
|
9 |
+
<p>Here's a quick example to get you started with generating images using a pre-trained diffusion model</p>
|
10 |
+
<p>For more information, please have a look at the <a target="_blank" href="https://huggingface.co/docs/diffusers/v0.28.2/en/api/pipelines/stable_diffusion/stable_diffusion_xl#diffusers.StableDiffusionXLPipeline"> Stable Diffusion XL </a>.</p>
|
11 |
|
12 |
<div class="relative group repo-copy-code"><pre>
|
13 |
<code class="language-python"><span class="hljs-keyword">from</span> diffusers <span class="hljs-keyword">import</span> StableDiffusionXLPipeline
|
|
|
75 |
|
76 |
For better results ,a model token needs to be included : **aqheodd**
|
77 |
|
78 |
+
<h1>License</h1>
|
79 |
+
This project is licensed under the CreativeML OpenRAIL-M license. See the <a href="https://huggingface.co/spaces/CompVis/stable-diffusion-license">Stable Diffusion License</a> file for details.
|
80 |
+
|
81 |
<h3 style="color:gray;margin-top:40px"> Diffuser model for this SD checkpoint on CIVITAI:</h3>
|
82 |
<p><a target="_blank" href="https://civitai.com/models/492985/realisticmodelproxlaqheodd">https://civitai.com/models/492985/realisticmodelproxlaqheodd</a> </p>
|
83 |
<h1 style="color:gray;margin-top:40px">Samples:</h1>
|