ChlaegerIO commited on
Commit
839478e
·
verified ·
1 Parent(s): 0231741
Files changed (1) hide show
  1. README.md +46 -0
README.md ADDED
@@ -0,0 +1,46 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ license: openrail
3
+ base_model:
4
+ - stable-diffusion-v1-5/stable-diffusion-v1-5
5
+ - lllyasviel/control_v11p_sd15_inpaint
6
+ tags:
7
+ - art
8
+ - controlnet
9
+ - stable-diffusion
10
+ - image-to-image
11
+ duplicated_from: ControlNet-1-1-preview/control_v11p_sd15_inpaint
12
+ datasets:
13
+ - ChlaegerIO/SeasonScapes
14
+ ---
15
+
16
+ # Controlnet - Roundshot webcams inpainting v1.0
17
+
18
+ This checkpoint is a finetuned version based on the [the lllyasviel inpaint checkpoint](https://huggingface.co/lllyasviel/control_v11p_sd15_inpaint). It can be used in combination with **Stable Diffusion**, such as [stable-diffusion-v1-5/stable-diffusion-v1-5](https://huggingface.co/stable-diffusion-v1-5/stable-diffusion-v1-5).
19
+
20
+
21
+ The finetuning was done using an adapted verion of [diffusers](https://github.com/huggingface/diffusers). For more details have a look at the [🧨 Diffusers docs](https://huggingface.co/docs/diffusers/api/pipelines/controlnet#diffusers.StableDiffusionControlNetPipeline).
22
+
23
+
24
+ This checkpoint corresponds to the ControlNet conditioned on **inpaint images**.
25
+
26
+ ## Model Details
27
+ - **Finetuned by:** Timo Kleger, Qi Ma
28
+ - **Model type:** Diffusion-based text-to-image generation model
29
+ - **Language(s):** English
30
+ - **License:** [The CreativeML OpenRAIL M license](https://huggingface.co/spaces/CompVis/stable-diffusion-license) is an [Open RAIL M license](https://www.licenses.ai/blog/2022/8/18/naming-convention-of-responsible-ai-licenses), adapted from the work that [BigScience](https://bigscience.huggingface.co/) and [the RAIL Initiative](https://www.licenses.ai/) are jointly carrying in the area of responsible AI licensing. See also [the article about the BLOOM Open RAIL license](https://bigscience.huggingface.co/blog/the-bigscience-rail-license) on which our license is based.
31
+ - **Resources for more information:** [GitHub Repository](https://github.com/ChlaegerIO/SeasonScapes)
32
+ <!-- , [Paper](https://arxiv.org/abs/2302.05543). -->
33
+ <!-- - **Cite as:**
34
+
35
+ @misc{zhang2023adding,
36
+ title={Adding Conditional Control to Text-to-Image Diffusion Models},
37
+ author={Lvmin Zhang and Maneesh Agrawala},
38
+ year={2023},
39
+ eprint={2302.05543},
40
+ archivePrefix={arXiv},
41
+ primaryClass={cs.CV}
42
+ } -->
43
+
44
+ ## More information
45
+
46
+ For more information, please also have a look at the [Diffusers ControlNet Blog Post](https://huggingface.co/blog/controlnet) and have a look at the [official docs](https://github.com/lllyasviel/ControlNet-v1-1-nightly).