Raj
Raj
I thought that a Schedule Job might be the right approach, but I didn't see how to invoke the job programmatically. Really appreciate the pointer to invoke it using start_execution()....
@efekarakus One other question if possible: it appears that I can include an input parameter when calling start_execution() as follows: ``` response = client.start_execution( stateMachineArn='string', name='string', input='string', traceHeader='string' ) ```...
I am experiencing the same thing on both this fork and the huggingface/diffusers repo.
@kudou-reira Do you know the commit of the last working version?
In my case I am not using xformers so there's something else going on.
> I also had this issue. It works perfectly fine on colab but not on my machine. Colab ussed CUDA 11.6 while I am using CUDA 11.7 aswell. It appears...
I too am seeing this error if the user visits this route when they have already authenticated with twitter: @app.route('/login/') def login(): """Calling into authorize will cause the OpenID auth...
BTW, I tried upgrading xformers and tried training without xformers and it still does not work for me.
Is there anything I can do to help troubleshoot what the source of the problem may be?
@williamberman Hi. Anything I can do to help identify the source of the problem? I have tried all sorts of changes from different operating systems, various versions of CUDA and...