disco-diffusion icon indicating copy to clipboard operation
disco-diffusion copied to clipboard

Results 75 disco-diffusion issues
Sort by recently updated
recently updated
newest added

Attempting to resume a run after the Colab instance restarts or gets terminated and recreated results in nothing happening. ![image](https://user-images.githubusercontent.com/36166244/177668601-3805eb00-b6b1-432e-93f6-d98586ab2b7d.png) I don't know what's causing this, and there's no error...

I have enabled `resume_run` and set `resume_from_frame` to `latest`. I would expect that if there is no "latest" image in the directory yet, it would start normally from scratch. But...

Sometimes the progress bar is not drawn when a session is disconnected for an unknown reason. I use Colab Pro+, so it is computing in the background and eventually reconnects,...

Combined current methods of symmetry (Transform and Loss) for additional customization and functionality into most recent 5.4 update

using a Titan card in local runing time, via WSL in Window10 what shold I do to change the saving path from local folder back to the default google drive?...

All the dependencies installed successfully. I can run each cell up to `diffuse`, which fails with ``` ModuleNotFoundError Traceback (most recent call last) [/tmp/ipykernel_8090/3795853057.py](https://localhost:8080/#) in 1 import PIL 2 import...

Since creating art with DD is an interactive, iterative, and time intensive process, it would be great to be able to automatically re-run the notebook with new changes after the...

想问一下 程序对硬件的要求

This adds a quick settings panel (using ipython's widgets) to more easily tweak settings for iterative design: ![image](https://user-images.githubusercontent.com/8007156/173255706-1cc89ed2-6c0d-4241-88d4-a32d63031098.png) PS. The `cutn` variable was hardcoded to 16 so I've added it...