ysharma HF staff commited on
Commit
1b9e540
1 Parent(s): 69201de

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +13 -37
README.md CHANGED
@@ -1,37 +1,13 @@
1
- # Style Aligned Image Generation via Shared Attention
2
-
3
-
4
- ### [Project Page](https://style-aligned-gen.github.io)   [Paper](https://style-aligned-gen.github.io/data/StyleAligned.pdf)
5
-
6
-
7
- ## Setup
8
-
9
- This code was tested with Python 3.11, [Pytorch 2.1](https://pytorch.org/) and [Diffusers 0.16](https://github.com/huggingface/diffusers).
10
-
11
- ## Examples
12
- - See [**style_aligned_sdxl**][style_aligned] notebook for generating style aligned images using [SDXL](https://huggingface.co/docs/diffusers/using-diffusers/sdxl).
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