Sebastian Beyer
Sebastian Beyer
I observe exactly the same problem on my instance of Label Studio. @KonstantinKorotaev if you tell me how to provide the label config and the logs from Label Studio I...
> Hi @beyse > Do you use docker or local environment? I use docker
I tried to reproduce the issue but it worked on the first attempt. In case I encounter the problem again I will paste the log obtained with `docker logs {CONTAINER_NAME}`...
Also looking forward to it
I think this may also be linked to issue number 56 --> [comment]( https://github.com/lkwq007/stablediffusion-infinity/discussions/56#discussioncomment-3863223)
I posted a workaround into #62
I got the same issue yesterday when I first tried running it from the Docker container. This is not a solution, but a workaround: I used a 3rd party tool...
In an attempt to investigate the problem I changed the code in `download.rs` to: ```rust println!("Starting the download, there is no progress bar"); let output = YoutubeDl::new(&args.url.expect("No URL in params...
If my understanding of the youtube_dl crate is correct, then it downloads the `yt-dlp` app as binary to the system and then invokes it before parsing it’s json output. Somewhere...
@ayhamo Yes, so here is a step by step guide: This guide assumes you have `isg_4real` built and already ran it and received the `Text file busy (os error 26)`...