Skip to content

Commit e65d0a7

Browse files
authored
add thank you + github (#1508)
1 parent 4506516 commit e65d0a7

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

wuerstchen.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,8 +124,15 @@ images = pipeline(caption, height=1024, width=1536, prior_timesteps=DEFAULT_STAG
124124
And the good news is that this compilation is a one-time execution. Post that, you're set to experience faster inferences consistently for the same image resolutions. The initial time investment in compilation is quickly offset by the subsequent speed benefits. For a deeper dive into `torch.compile` and its nuances, check out the [official documentation](https://pytorch.org/tutorials/intermediate/torch_compile_tutorial.html).
125125

126126

127+
## How was the model trained?
128+
The ability to train this model was only possible through compute resources provided by [Stability AI](https://stability.ai/).
129+
We wanna say a special thank you to Stability for giving us the possibility to pursue this kind of research, with the chance
130+
to make it accessible to so many more people!
131+
132+
127133
## Resources
128134
* Further information about this model can be found in the official diffusers [documentation](https://huggingface.co/docs/diffusers/main/en/api/pipelines/wuerstchen).
129135
* All the checkpoints can be found on the [hub](https://huggingface.co/warp-ai)
130136
* You can try out the [demo here](https://huggingface.co/spaces/warp-ai/Wuerstchen).
131137
* Join our [Discord](https://discord.com/invite/BTUAzb8vFY) if you want to discuss future projects or even contribute with your own ideas!
138+
* Training code and more can be found in the official [GitHub repository](https://github.com/dome272/wuerstchen/)

0 commit comments

Comments
 (0)