Gabriel Hautclocq

Results 33 comments of Gabriel Hautclocq
trafficstars

Also have this issue with my 3080 ti, since I updated to latest SD and latest Nvidia drivers, it takes several minutes to make a simple img2img and almost a...

Just scratched my head over this issue. It works when I rename my key from id_ed25519 to id_rsa. Please add support for id_ed25519! :-)

Probably unrelated to stable-diffusion-webui. Maybe your Windows downloaded an update.

Would be interested to know if you can had that issue as well :-) Anyway I switched to WAV streaming between the 2 servers. RAM and CPU usage is stable....

Using a minimal script. I send a %ogg(%flac) encoded stream to input.harbor: ``` settings.harbor.bind_addrs.set(["0.0.0.0"]) log.file.path.set(log_path) # configure security input security = single( id="security_single", default_wav_path ) # configure harbor input raw_harbor_input=input.harbor(...

> Great thanks. What are you using to send to the `input.harbor`? Just another Liquidsoap flac stream using output.icecast

> Ok. I assume you mean ogg/flac? I haven't been able to reproduce so far. Yes, I send OGG/Flac to input.harbor. The same thing happens on my two servers. Here...

All that is needed is sending an %ogg(%flac) stream to input.harbor on this minimal script: ``` settings.harbor.bind_addrs.set(["0.0.0.0"]) log.file.path.set(log_path) # configure security input security = single( id="security_single", default_wav_path ) # configure...

> Not sure what's going on there. @ryan953 ideas? > > Note that User Feedback is in beta (GA'ing next week though) and we might have cut the self hosted...