Stepheni12 commited on
Commit
ba5a482
1 Parent(s): 5e6e724

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +41 -0
README.md ADDED
@@ -0,0 +1,41 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: creativeml-openrail-m
3
+ library_name: diffusers
4
+ tags:
5
+ - stable-diffusion
6
+ - stable-diffusion-diffusers
7
+ - text-to-image
8
+ - diffusers
9
+ - controlnet
10
+ inference: true
11
+ base_model: runwayml/stable-diffusion-v1-5
12
+ ---
13
+
14
+ <!-- This model card has been generated automatically according to the information the training script had access to. You
15
+ should probably proofread and complete it, then remove this comment. -->
16
+
17
+
18
+ # Textual inversion text2image fine-tuning - Stepheni12/test-model-card-template-textual-inversion-sdxl
19
+ These are textual inversion adaption weights for runwayml/stable-diffusion-v1-5. You can find some example images in the following.
20
+
21
+ ![img_0](./image_0.png)
22
+ ![img_1](./image_1.png)
23
+ ![img_2](./image_2.png)
24
+
25
+
26
+
27
+ ## Intended uses & limitations
28
+
29
+ #### How to use
30
+
31
+ ```python
32
+ # TODO: add an example code snippet for running this diffusion pipeline
33
+ ```
34
+
35
+ #### Limitations and bias
36
+
37
+ [TODO: provide examples of latent issues and potential remediations]
38
+
39
+ ## Training details
40
+
41
+ [TODO: describe the data used to train the model]