Diffusers
English
Baptlem commited on
Commit
e72566d
1 Parent(s): e69d851

Create README.md

Browse files
Files changed (1) hide show
  1. README.md +78 -0
README.md ADDED
@@ -0,0 +1,78 @@
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
+ ---
2
+ datasets:
3
+ - kakaobrain/coyo-700m
4
+ language:
5
+ - en
6
+ ---
7
+
8
+
9
+ ## Model Details
10
+
11
+ ### Model Description
12
+
13
+ <!-- Provide a longer summary of what this model is. -->
14
+
15
+
16
+
17
+ - **Developed by:** Baptiste Lemaire, Guillaume Thomas and Tom Dupuis from CEA-List
18
+ - **Model type:** Canny Edge Maps conditionned Diffusion model
19
+ - **Language(s) (NLP):** English
20
+ - **License:** [More Information Needed]
21
+
22
+
23
+ ## Uses
24
+
25
+ <!-- Address questions around how the model is intended to be used, including the foreseeable users of the model and those affected by the model. -->
26
+ - Fast low resolution image generation
27
+ - Online data augmentation
28
+
29
+ See our gradio app for more information : [UCDR-Net gradio](https://huggingface.co/spaces/Baptlem/UCDR-Net)
30
+
31
+
32
+ ## Training Details
33
+ ### Training Data
34
+
35
+ * [Coyo-700M](https://github.com/kakaobrain/coyo-dataset)
36
+ * [Bridge](https://sites.google.com/view/bridgedata)
37
+
38
+ ### Training Procedure
39
+
40
+
41
+ #### Preprocessing
42
+
43
+ -Resize to 128 resolution
44
+ -Canny Edge Map
45
+
46
+
47
+ #### Training Hyperparameters and Speeds, Sizes, Times
48
+
49
+ See README.md file in model folders ({model}, not {model}_pt)
50
+
51
+
52
+ ### Results
53
+
54
+ See [UCDR-Net gradio](https://huggingface.co/spaces/Baptlem/UCDR-Net)
55
+
56
+
57
+
58
+
59
+ ## Environmental Impact
60
+
61
+ <!-- Total emissions (in grams of CO2eq) and additional considerations, such as electricity usage, go here. Edit the suggested text below accordingly -->
62
+
63
+ Carbon emissions can be estimated using the [Machine Learning Impact calculator](https://mlco2.github.io/impact#compute) presented in [Lacoste et al. (2019)](https://arxiv.org/abs/1910.09700).
64
+
65
+ - **Hardware Type:** TPU v4
66
+ - **Cloud Provider:** Gcloud
67
+ - **Compute Region:** us-central2-b
68
+ - **Carbon Emitted:** [More Information Needed]
69
+
70
+
71
+ ## Citation [optional]
72
+
73
+ <!-- If there is a paper or blog post introducing the model, the APA and Bibtex information for that should go in this section. -->
74
+
75
+ **BibTeX:**
76
+
77
+ [More Information Needed]
78
+