Henry

Results 2 issues of Henry

I had to added the following after line 163 in oauth2.js (method getOAuthAccessToken) to get Reddit to work: ``` 'Authorization' : 'Basic ' + new Buffer(this._clientId + ':' + this._clientSecret).toString('base64')...

First of all, thanks for this great repo! I'm running out of vram on 24gb trying to train a 128 rank Flux lora. When I install xformers and try to...