Spaces:
Runtime error
Runtime error
Update README.md
Browse files
README.md
CHANGED
@@ -1,37 +1,13 @@
|
|
1 |
-
|
2 |
-
|
3 |
-
|
4 |
-
|
5 |
-
|
6 |
-
|
7 |
-
|
8 |
-
|
9 |
-
|
10 |
-
|
11 |
-
|
12 |
-
|
13 |
-
|
14 |
-
![alt text](doc/sa_example.jpg)
|
15 |
-
|
16 |
-
|
17 |
-
- See [**style_aligned_w_controlnet**][controlnet] notebook for generating style aligned and depth conditioned images using SDXL with [ControlNet-Depth](https://arxiv.org/abs/2302.05543).
|
18 |
-
|
19 |
-
![alt text](doc/cn_example.jpg)
|
20 |
-
|
21 |
-
|
22 |
-
- [**style_aligned_w_multidiffusion**][multidiffusion] can be used for generating style aligned panoramas using [SD V2](https://huggingface.co/stabilityai/stable-diffusion-2) with [MultiDiffusion](https://multidiffusion.github.io/).
|
23 |
-
|
24 |
-
![alt text](doc/md_example.jpg)
|
25 |
-
|
26 |
-
## TODOs
|
27 |
-
- [ ] Adding demo.
|
28 |
-
- [ ] StyleAligned from an input image.
|
29 |
-
- [ ] Multi-style with MultiDiffusion.
|
30 |
-
- [ ] StyleAligned with DreamBooth
|
31 |
-
|
32 |
-
## Disclaimer
|
33 |
-
This is not an officially supported Google product.
|
34 |
-
|
35 |
-
[style_aligned]: style_aligned_sdxl.ipynb
|
36 |
-
[controlnet]: style_aligned_w_controlnet.ipynb
|
37 |
-
[multidiffusion]: style_aligned_w_multidiffusion.ipynb
|
|
|
1 |
+
---
|
2 |
+
title: Style-aligned Sdxl
|
3 |
+
emoji: 🐨
|
4 |
+
colorFrom: indigo
|
5 |
+
colorTo: pink
|
6 |
+
sdk: gradio
|
7 |
+
sdk_version: 4.8.0
|
8 |
+
app_file: app.py
|
9 |
+
pinned: false
|
10 |
+
license: mit
|
11 |
+
---
|
12 |
+
|
13 |
+
Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|