Anthrapper

Results 6 comments of Anthrapper

ok, there is a seedtime option in aria2.sh file, is it configured in minutes?

> > > This seems to be DRM which is unsupported. Means another encryption is used other than this SAMPLE-AES ??

`sudo rm -rf /usr/local/bin/curl*` this solved the issue for me

The issue persist it seems, will it be due to ``` diffusionInterpreter = Interpreter.fromFile( difFile, options: options, ); ```

> Also make it where we can add different models In this project, I utilized [Keras' implementation](https://keras.io/guides/keras_cv/generate_images_with_stable_diffusion/) of the Stable Diffusion 1.4 model as a proof of concept for On-Device...

I applied dynamic quantization to both the TFLite models: the `diffusion model` and the `text_encoder model`. However, I encountered difficulties with the `diffusion model `due to its large size and...