cosmo3769 commited on
Commit
dc95c93
·
verified ·
1 Parent(s): 733a6a9

Upload README.md

Browse files
Files changed (1) hide show
  1. README.md +45 -0
README.md ADDED
@@ -0,0 +1,45 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: creativeml-openrail-m
3
+ library_name: diffusers
4
+ tags:
5
+ - stable-diffusion-xl
6
+ - stable-diffusion-xl-diffusers
7
+ - text-to-image
8
+ - diffusers
9
+ - t2iadapter
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
+ # t2iadapter-cosmo3769/t2i-adapter-sdxl
19
+
20
+ These are t2iadapter weights trained on runwayml/stable-diffusion-v1-5 with new type of conditioning.
21
+ You can find some example images below.
22
+ prompt: validation_prompt
23
+ ![images_0)](./images_0.png)
24
+ prompt: validation_prompt
25
+ ![images_1)](./images_1.png)
26
+ prompt: validation_prompt
27
+ ![images_2)](./images_2.png)
28
+
29
+
30
+
31
+ ## Intended uses & limitations
32
+
33
+ #### How to use
34
+
35
+ ```python
36
+ # TODO: add an example code snippet for running this diffusion pipeline
37
+ ```
38
+
39
+ #### Limitations and bias
40
+
41
+ [TODO: provide examples of latent issues and potential remediations]
42
+
43
+ ## Training details
44
+
45
+ [TODO: describe the data used to train the model]