Ariel Noyman

Results 4 issues of Ariel Noyman

### Description My app requires a map within a div that is transformed using `matrix3d` CSS transformer. This was done before version 7 by transforming (`matrix3d`) a wrapping div around...

## Problem Upon packing for production (using parcel.js/webpack) an error occurred: `SyntaxError: Unexpected token static` ## Description This error is caused since the word `static` is misinterpreted by `terser` optimization...

Thanks for your excellent work. In [AI_Interior_Designer](https://colab.research.google.com/github/tg-bomze/collection-of-notebooks/blob/master/AI_Interior_Designer.ipynb#scrollTo=niAjODJhEUDg), you're loading a controlnet 5.7gb checkpoint. I wonder if there's a way to instead a small size pruned model (700mb), which is in...

On Apple M1 (latest diffusers etc) following this tutorial: https://raw.githubusercontent.com/replicate/latent-consistency-model/main/main.py when creating pipe: ``` pipe = DiffusionPipeline.from_pretrained("SimianLuo/LCM_Dreamshaper_v7") pipe.to(torch_dtype=torch.float32).to('mps:0') ``` a fast inference results with: ![bd0022c1-0b80-4954-b832-709b37fda109](https://github.com/replicate/latent-consistency-model/assets/14296774/71e020c5-740d-4a58-bd7c-b95d0608e0dd) however this pipe: ``` pipe...