DeforumStableDiffusionLocal icon indicating copy to clipboard operation
DeforumStableDiffusionLocal copied to clipboard

Local version of Deforum Stable Diffusion, supports txt settings file input and animation features!

Results 43 DeforumStableDiffusionLocal issues
Sort by recently updated
recently updated
newest added

I get this error when running python3 setup.py on Mac: 'FileNotFoundError: [Errno 2] No such file or directory: 'nvidia-smi''

{ "batch_name":"Example_DGSpitzer", "n_batch": 1, "prompts":[], "width":576, "height":832, "bit_depth_output":8, "seed":3521683325, "seed_behavior":"iter", "sampler":"dpmpp_2s_a", "steps":50, "scale":7, "ddim_eta":0.0, "filename_format":"{timestring}_{index}_{prompt}.png", "use_init":true, "init_image":"https://cdn.pixabay.com/photo/2022/07/30/13/10/green-longhorn-beetle-7353749_1280.jpg", "strength":0.0, "use_mask":true, "use_alpha_as_mask":false, "invert_mask":false, "mask_file":"https://www.filterforge.com/wiki/images/archive/b/b7/20080927223728%21Polygonal_gradient_thumb.jpg", "mask_brightness_adjust":1.0, "mask_contrast_adjust":1.0, "overlay_mask":true, "mask_overlay_blur":5, "mean_scale":0, "var_scale":0, "exposure_scale":1, "exposure_target":0.5,...

Does this package support Negative prompts? So if yes, how to use in txt file?

I have an RTX 3050 4GB VRAM GPU. I tried to run the script with different width and height parameters (64x64, 128x128, 512x512) It did not help I have also...

After following the setup instructions and trying to run it with bat. gave me error that ldm was missing, checked anaconda and it was not inside the env. did `pip...

Hi. I am trying to run https://github.com/HelixNGC7293/DeforumStableDiffusionLocal on google colab with https://huggingface.co/stabilityai/stable-diffusion-2-1/blob/main/v2-1_768-ema-pruned.ckpt and [v2-inference-v.yaml](https://github.com/Stability-AI/stablediffusion/blob/main/configs/stable-diffusion/v2-inference-v.yaml) and I get: AssertionError: currently only supporting "eps" and "x0" Any ideas how to solve this?

I get this even though I followed the installation process, It looks like torch is installed, but it can not find it.

![screen](https://user-images.githubusercontent.com/115687894/195883958-1b2a97be-e35e-4b91-822b-b7b4aa5e242a.JPG) this is the error I recieved: ERROR: pip's dependency resolver does not currently take into account all the packages that are installed. This behaviour is the source of the...

After run: python run.py --settings ".\examples\runSettings_Animation.txt" i have this error: `- This IS expected if you are initializing CLIPTextModel from the checkpoint of a model trained on another task or...

No errors while doing setup etc but on running the run.py script with default settings It generates all the frames - but then fails on using FFmpeg to assemble the...