Steven Liu

Results 70 comments of Steven Liu

Ok, I'm finally finished with the first draft (took a bit longer to learn some models I wasn't familiar with)! I'd appreciate a general review of the scope of this...

Thanks for the feedback, I added some images to go along with the text! @NielsRogge, would you mind reviewing the computer vision section? This guide is a high-level overview, and...

Thanks, I've added that info as a table in the installation

> where should I add a short introduction to this custom timesteps and sigmas feature for schedulers? Maybe we can add a section called "Custom schedulers" to [Load schedulers and...

Welcome and thanks for your interest in translating the docs! 🤗 In case you haven't seen it already check out the [Translating](https://github.com/huggingface/diffusers/blob/main/docs/TRANSLATING.md) guide for more instructions on how to get...

We can add the Keras section back whenever @sayakpaul gets a chance to fix it (no rush!), and I think it'd also be helpful to move the content from [here](https://huggingface.co/docs/diffusers/main/en/api/loaders/single_file#loading-pipelines-and-models-via-fromsinglefile)...

Yeah, let's just keep the changes that are related to `numpy` --> `np`

Sorry I wasn't clear before! Let's keep `w` in the code and change the docstring from `timesteps` to `w`. 1. Keep `w` in the code and change the docstring from...

Yeah you can open a separate PR for the deprecation warnings. It'd be better to keep the focus of this PR on just `numpy` to `np` and updating the docstring...

Not entirely sure why, it may have something to do with the doc-builder not recognizing decorators? I'll check and see with the doc-frontend team 🙂