Chris Ward

Results 49 issues of Chris Ward

### Mode Other ### Feature description Hi, As responsive layouts are not possible, I realised that I could probably recreate my config file, but now I am stuck wondering how...

Hi, I wondered if it were at all possible to develop a scene on a local OBS and then export the json config to this instance? From looking at the...

enhancement

Hi, I've got a HF token, that's all good - but just wondering why I cannot use my own models for offline use? Is that possible? I want to save...

Had an error when starting the app; ``` csrc/inpaint.cpp:3:10: fatal error: opencv2/imgcodecs.hpp: No such file or directory 3 | #include | ^~~~~~~~~~~~~~~~~~~~~~~ ``` Just one extra step after you install...

documentation

So I've downloaded the pretrained model (thank you) and was just reading the instructions here; https://github.com/kuleshov/audio-super-res#running-the-model "Running the model" as follows; ``` Contents The repository is structured as follows. ./src:...

Hi, sometimes I would like to just run inference without using the chat-based format, especially useful if I need to run a completion. I've come over from ooba's interface, and...

``` cd docker docker build -t disco-diffusion . Sending build context to Docker daemon 19.97kB Step 1/39 : ARG base_image Step 2/39 : FROM ${base_image} as base base name (${base_image})...