hysts HF staff commited on
Commit
c40801d
·
1 Parent(s): d1ae17f

Add LoRA and CutLER

Browse files
Files changed (2) hide show
  1. index.html +30 -10
  2. list.md +8 -1
index.html CHANGED
@@ -1,18 +1,22 @@
1
  <!DOCTYPE html>
2
- <html>
3
  <head>
4
- <meta charset="utf-8">
5
- <meta name="generator" content="pandoc">
6
- <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
7
  <title>List of hysts' Spaces</title>
8
- <style type="text/css">code{white-space: pre;}</style>
9
- <link rel="stylesheet" href="style.css">
10
- <!--[if lt IE 9]>
11
- <script src="//cdnjs.cloudflare.com/ajax/libs/html5shiv/3.7.3/html5shiv-printshiv.min.js"></script>
12
- <![endif]-->
 
 
 
 
13
  </head>
14
  <body>
15
- <header>
16
  <h1 class="title">List of hysts' Spaces</h1>
17
  </header>
18
  <h2 id="personal-projects">Personal Projects</h2>
@@ -78,6 +82,14 @@
78
  <p>
79
  <h3 id="object-detection">Object Detection</h3>
80
  <ul>
 
 
 
 
 
 
 
 
81
  <li><a href="https://huggingface.co/spaces/hysts/mmdetection">mmdetection</a>
82
  <ul>
83
  <li>https://github.com/open-mmlab/mmdetection</li>
@@ -168,6 +180,14 @@
168
  </ul>
169
  <h3 id="text-to-image-generation">Text-to-Image Generation</h3>
170
  <ul>
 
 
 
 
 
 
 
 
171
  <li><a href="https://huggingface.co/spaces/THUDM/CogVideo">CogVideo</a>
172
  <ul>
173
  <li>https://github.com/THUDM/CogVideo</li>
 
1
  <!DOCTYPE html>
2
+ <html xmlns="http://www.w3.org/1999/xhtml" lang="" xml:lang="">
3
  <head>
4
+ <meta charset="utf-8" />
5
+ <meta name="generator" content="pandoc" />
6
+ <meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes" />
7
  <title>List of hysts' Spaces</title>
8
+ <style>
9
+ code{white-space: pre-wrap;}
10
+ span.smallcaps{font-variant: small-caps;}
11
+ span.underline{text-decoration: underline;}
12
+ div.column{display: inline-block; vertical-align: top; width: 50%;}
13
+ div.hanging-indent{margin-left: 1.5em; text-indent: -1.5em;}
14
+ ul.task-list{list-style: none;}
15
+ </style>
16
+ <link rel="stylesheet" href="style.css" />
17
  </head>
18
  <body>
19
+ <header id="title-block-header">
20
  <h1 class="title">List of hysts' Spaces</h1>
21
  </header>
22
  <h2 id="personal-projects">Personal Projects</h2>
 
82
  <p>
83
  <h3 id="object-detection">Object Detection</h3>
84
  <ul>
85
+ <li><a href="https://huggingface.co/spaces/hysts/MaskCut">MaskCut</a>
86
+ <ul>
87
+ <li>https://github.com/facebookresearch/CutLER</li>
88
+ </ul></li>
89
+ <li><a href="https://huggingface.co/spaces/hysts/CutLER">CutLER</a>
90
+ <ul>
91
+ <li>https://github.com/facebookresearch/CutLER</li>
92
+ </ul></li>
93
  <li><a href="https://huggingface.co/spaces/hysts/mmdetection">mmdetection</a>
94
  <ul>
95
  <li>https://github.com/open-mmlab/mmdetection</li>
 
180
  </ul>
181
  <h3 id="text-to-image-generation">Text-to-Image Generation</h3>
182
  <ul>
183
+ <li><a href="https://huggingface.co/spaces/lora-library/LoRA-DreamBooth-Training-UI">LoRA DreamBooth Training UI</a>
184
+ <ul>
185
+ <li>https://github.com/huggingface/diffusers/tree/main/examples/dreambooth</li>
186
+ </ul></li>
187
+ <li><a href="https://huggingface.co/spaces/hysts/LoRA-SD-training">LoRA + SD training</a>
188
+ <ul>
189
+ <li>https://github.com/cloneofsimo/lora</li>
190
+ </ul></li>
191
  <li><a href="https://huggingface.co/spaces/THUDM/CogVideo">CogVideo</a>
192
  <ul>
193
  <li>https://github.com/THUDM/CogVideo</li>
list.md CHANGED
@@ -54,6 +54,10 @@
54
  <p>
55
 
56
  ### Object Detection
 
 
 
 
57
  - [mmdetection](https://huggingface.co/spaces/hysts/mmdetection)
58
  - https://github.com/open-mmlab/mmdetection
59
  - [CBNetV2](https://huggingface.co/spaces/Gradio-Blocks/CBNetV2)
@@ -112,7 +116,10 @@
112
  - https://arxiv.org/abs/2101.02477
113
 
114
  ### Text-to-Image Generation
115
-
 
 
 
116
  - [CogVideo](https://huggingface.co/spaces/THUDM/CogVideo)
117
  - https://github.com/THUDM/CogVideo
118
  - https://arxiv.org/abs/2205.15868
 
54
  <p>
55
 
56
  ### Object Detection
57
+ - [MaskCut](https://huggingface.co/spaces/hysts/MaskCut)
58
+ - https://github.com/facebookresearch/CutLER
59
+ - [CutLER](https://huggingface.co/spaces/hysts/CutLER)
60
+ - https://github.com/facebookresearch/CutLER
61
  - [mmdetection](https://huggingface.co/spaces/hysts/mmdetection)
62
  - https://github.com/open-mmlab/mmdetection
63
  - [CBNetV2](https://huggingface.co/spaces/Gradio-Blocks/CBNetV2)
 
116
  - https://arxiv.org/abs/2101.02477
117
 
118
  ### Text-to-Image Generation
119
+ - [LoRA DreamBooth Training UI](https://huggingface.co/spaces/lora-library/LoRA-DreamBooth-Training-UI)
120
+ - https://github.com/huggingface/diffusers/tree/main/examples/dreambooth
121
+ - [LoRA + SD training](https://huggingface.co/spaces/hysts/LoRA-SD-training)
122
+ - https://github.com/cloneofsimo/lora
123
  - [CogVideo](https://huggingface.co/spaces/THUDM/CogVideo)
124
  - https://github.com/THUDM/CogVideo
125
  - https://arxiv.org/abs/2205.15868