Youngho Lee

Results 13 comments of Youngho Lee

> > Manually remove `sd_dreambooth_extension` from your extensions folder, restart the webui, and rerun update check. > > I do not know how or why `sd_dreambooth_extension` breaks this. > >...

You can check the issue out with running code below in orderly. ## [destination exchange] const conn = await amqp.connect('amqp://localhost'); const channel = await conn.createChannel(); await channel.assertExchange(EXCHANGE_NAME2, EXCHANGE_TYPE, EXCHANGE_OPTION); ##...

Thanks! I think latest ggml with your increasing memory size code can be used to convert the models. I believe the code in this repository should be updated. ``` -...