Vince Lu

Results 7 issues of Vince Lu

Hi, From my understanding, the useReactMediaRecorder allows the Reactjs app to record microphone + screen audio together: ``` import { useReactMediaRecorder } from "react-media-recorder"; const InternalRecording = () => {...

I am testing the "Usage" example code from the README but I have not been successfully able to generate any meaningful images. It hasn't worked when I tried in a...

Hi, I recently trained a model using the fast-Dreambooth notebook. I ended up with a checkpoint file in my google drive and was able to run the UI and generate...

I just changed my subscription plan to a new plan before the end of billing cycle. However I checked my Supabase `subscriptions` table and it still shows the `price_id` of...

### Describe the bug I ran a training command after having installed xformers but I got the xformers error. ### Reproduction I included the following in requirements.txt: accelerate==0.12.0 torchvision transformers>=4.21.0...

bug

I attempted twice in completing the set up, however I'm seeing errors and 16 failed tests. The output's too long, but here I'll include the failing scenarios: Failing Scenarios: cucumber...

Hi, I am developing a ReactJS project looking to stream audio. Is there a ReactJS equivalent of this library? Thanks