google / style-aligned

Official code for "Style Aligned Image Generation via Shared Attention"
Apache License 2.0
1.19k stars 86 forks source link

missing "./example_image/sun.png" for style_aligned_w_controlnet.ipynb #4

Closed jerryrt closed 8 months ago

jerryrt commented 8 months ago

Though its content can be found in the paper, the resource is missing in the repository. It will cause the failure for this sample.

demiguelm commented 8 months ago

Yep, where is the sun? :)

jerryrt commented 8 months ago

In fact, there is quite a few depth images as input in the paper, anyway, for reproduction, I got around this issue by cropping the images from the screenshot of the paper. In the code, the depth image is always resized to 1024, so the actual dimension doesn't matter much here.

amirhertz commented 8 months ago

Thanks! Added.