discoart icon indicating copy to clipboard operation
discoart copied to clipboard

🪩 Create Disco Diffusion artworks in one line

Results 35 discoart issues
Sort by recently updated
recently updated
newest added

It seem discoart doesn't respect replica = 1 settings in .yml file: ``` jtype: Flow with: protocol: http monitoring: false cors: true port: 51001 port_monitoring: 51002 # prometheus monitoring port...

Currently diffusion progress is saved as an [image sprite](https://docarray.jina.ai/datatypes/image/index.html#display-image-sprite) which is not very useful when running locally (not on a server or google collab) and when the save rate is...

https://github.com/LuChengTHU/dpm-solver

Thanks so much for implementing gobig! I was wondering if it would be possible to pass an init path for the initial input as I think many people are using...

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 got this far and it returned the value as shown. Then how do I call create() in the local project later?

When I connect it as a service, the local online request is rejected. Error: t=2022-08-09T07:40:45+0000 lvl=warn msg="failed to open private leg" id=cd64197e3590 typ=proxy privaddr=localhost:51000 err="dial tcp 127.0.0.1:51000: connect: connection refused"