Mike Howles

Results 14 issues of Mike Howles

When trying to build, I get a failure on step 7: ``` root@Tower:/mnt/user/Projects/deep-image-prior# docker build -t deep-image-prior . ... Step 7/11 : RUN conda env update -n=root --file=environment.yml ---> Running...

**When running Check on YT Channel, process fails with exit code 1** For this example, I used Linus Tech Tips channel. I add his channel, but do not mark to...

bug
low-priority

**When checking channels, youtube-dl process dies with exit code 1** Further debugging inside of the container I see this when trying to get channel contents: ```bash ERROR: Unable to download...

bug

Just an FYI, I was playing around with this repo all morning (awesome work!) and was wondering why it was so slow. It turns out that it was using CPU...

Proposed addition of progress_update hook mentioned here https://github.com/jina-ai/discoart/issues/157. Sample test script: ```python import sys, os, multiprocessing from types import SimpleNamespace def pcb(progress): print(progress) def mutate(**kwargs): from discoart import runner from...

Similar to what was added here recently: https://github.com/jina-ai/discoart/blob/main/discoart/persist.py#L63 ```python if is_save_step: if is_image_output: if cur_t == -1: f_name = os.path.join(output_dir, f'{_nb}-done-{k}.png') else: f_name = os.path.join(output_dir, f'{_nb}-step-{j}-{k}.png') c.save_uri_to_file(f_name) if callable(image_callback): image_callback(f_name)...

I cannot use width preset when modifying or creating a scale. **Expected Behavior** I should be able to drag width to the range field. I am running Chrome if that...

usability

The following command, even though `150` steps is specified, will run 250 steps. DiscoArt version `0.12.0`. Not sure if this is because I am passing a custom `diffusion_model_config`? ```python da...

Feel free to add my site, if you'd like! Site: https://www.feverdreams.app/ Started as a Disco Diffusion site, more recently also includes Stable Diffusion. Free to use, developed and run by...

### Is there an existing issue for this? - [X] I have searched the existing issues and checked the recent builds/commits ### What happened? When installing an extension inside a...

bug-report