ExponentialML

Results 61 comments of ExponentialML

> Nice,have you tried any tools to alleviate the flickering? > > > > Many thanks. Do you have any recommendations for AI video flicker removal? > > > >...

I solved this by doing `source venv/bin/activate` in the webui directory Followed by `pip install -r requirements.txt`

Hey there. After training, are you pointing to the trained model? `By default, it should be placed at the script root under ./outputs/train_`

Hello. I cannot reproduce this issue. I would check to see that your model path is correct. If it is, then could you please post the following? (You can remove...

Hey @Maki9009 . > Any Possible way to have the Same Nvidia implementation of using a the SD models / dreambooth models as a base for Txt2vid model? I don't...

No problem. Yes that's correct. The UNet3DConditionModel takes a UNet**2D**ConditionModel, which this implementation uses. You would have to fine tune the temporal layers from scratch, which may take time (this...

> on average, how long does it take to finetune the modelscope model with lets say images 20-30 images.. something similar to how Dreambooth works? or would that not be...

> It feels like the model picks up on subtle queues in the waveform like what compressor or microphone was used during recording... Interesting idea. A repository that comes to...

This can easily be done with something like Streamlit. There could be a features folder that includes the UI logic and code for it, but it would have to be...

> Absolutely! > > I like the idea. This would be easy to do if I had access to a tone classifier. In such a case, I could probably use...