Results 6 comments of Kilim Choi

I think you should run opml generator file.

Ok then, I think it's best to close this one. Is it possible for you to split it so that we can only receive engineering related posts in the feed?

you guys need to add rss url. it's currently not on the website. @cktang88

This is challenging to do because blogs don't just focus on a single topic. They tend to write on various things. Also, it would require manual reviews in order to...

is there a way to style the OK button? it's shifted to the right too much.

@Narsil would something like this work now? ``` model = StableDiffusionPipeline.from_pretrained("runwayml/stable-diffusion-v1-5", torch_dtype=torch.float16) model.scheduler = DPMSolverMultistepScheduler.from_config(model.scheduler.config) model.unet.load_attn_procs(model_path, use_safetensors=True) ###model_path = 'xxx.safetensors' ```