Not working anymore. #57
-
I updated the Atutomatic1111 Web-UI, as well as theh deforum extension. Also restarted Gradio, as the new extension manager messes stuff up. Now Deforum runs into problems after a few frames. heres my readout from CMD: ################### Deforum v0.5-webui-beta ', "Made by deforum.github.io, port for AUTOMATIC1111's webui maintained by kabachuha ", 'Original Deforum Github repo github.com/deforum/stable-diffusion ', "This fork for auto1111's webui github.com/deforum-art/deforum-for-automatic1111-webui ", 'Join the official Deforum Discord discord.gg/deforum to share your creations and suggestions ', 'User guide for v0.5 docs.google.com/document/d/1pEobUknMFMkn8F5TMsv8qRzamXX_75BShMMXV8IFslI/edit ', 'Math keyframing explanation docs.google.com/document/d/1pfW1PwbDIuW0cv-dnuyYj1UzPqe23BlSLTJsqazffXM/edit?usp=sharing ', 'Import settings from file ', 'Animation settings ', 'Motion parameters: ', '2D and 3D settings ', 'Prespective flip — Low VRAM pseudo-3D mode: ', 'Coherence: ', '3D Depth Warping: ', 'Video Input: ', 'Interpolation (turned off atm) ', 'Resume animation: ', 'Prompts ', '
Important change from vanilla Deforum! ', 'This script uses the built-in webui weighting settings. ', 'So if you want to use math functions as prompt weights, ', 'keep the values above zero in both parts ', 'Negative prompt part can be specified with --neg ', 'Run settings ', 'Sampling settings ', '3D Fov settings: ', '', '', '', 'Batch settings ', 'Init settings ', '3D settings ', 'Generation settings: ', 'Video output settings ', 'To enable seed schedule select seed behavior — 'schedule' ') {}Traceback (most recent call last): File "C:\Users\Workstation\stable-diffusion-webui\modules\ui.py", line 185, in f res = list(func(*args, **kwargs)) File "C:\Users\Workstation\stable-diffusion-webui\webui.py", line 54, in f res = func(*args, **kwargs) File "C:\Users\Workstation\stable-diffusion-webui\extensions\deforum\scripts\deforum.py", line 226, in run_deforum processed = DeforumScript.run(None, p, override_settings_with_file, custom_settings_file, animation_mode, max_frames, border, angle, zoom, translation_x, translation_y, translation_z, rotation_3d_x, rotation_3d_y, rotation_3d_z, flip_2d_perspective, perspective_flip_theta, perspective_flip_phi, perspective_flip_gamma, perspective_flip_fv, noise_schedule, strength_schedule, contrast_schedule, cfg_scale_schedule, fov_schedule, near_schedule, far_schedule, seed_schedule, color_coherence, diffusion_cadence, use_depth_warping, midas_weight, near_plane, far_plane, fov, padding_mode, sampling_mode, save_depth_maps, video_init_path, extract_nth_frame, overwrite_extracted_frames, use_mask_video, video_mask_path, interpolate_key_frames, interpolate_x_frames, resume_from_timestring, resume_timestring, prompts, animation_prompts, W, H, restore_faces, tiling, enable_hr, firstphase_width, firstphase_height, seed, sampler, seed_enable_extras, subseed, subseed_strength, seed_resize_from_w, seed_resize_from_h, steps, ddim_eta, n_batch, make_grid, grid_rows, save_settings, save_samples, display_samples, save_sample_per_step, show_sample_per_step, override_these_with_webui, batch_name, filename_format, seed_behavior, use_init, from_img2img_instead_of_link, strength_0_no_init, strength, init_image, use_mask, use_alpha_as_mask, invert_mask, overlay_mask, mask_file, mask_brightness_adjust, mask_overlay_blur, skip_video_for_run_all, fps, output_format, ffmpeg_location, add_soundtrack, soundtrack_path, use_manual_settings, render_steps, max_video_frames, path_name_modifier, image_path, mp4_path, i1, i2, i3, i4, i5, i6, i7, i8, i9, i10, i11, i12, i13, i14, i15, i16, i17, i18, i19, i20, i21, i22, i23, i24, i25, i26, i27, i28, i29, i30, i31, i32, i33, i34, i35, i36) File "C:\Users\Workstation\stable-diffusion-webui\extensions\deforum\scripts\deforum.py", line 70, in run render_animation(args, anim_args, root.animation_prompts, root) File "C:\Users\Workstation\stable-diffusion-webui\extensions\deforum\scripts\deforum\render.py", line 213, in render_animation sample, image = generate(args, root, frame_idx, return_sample=True) File "C:\Users\Workstation\stable-diffusion-webui\extensions\deforum\scripts\deforum\generate.py", line 215, in generate processed = processing.process_images(p) File "C:\Users\Workstation\stable-diffusion-webui\modules\processing.py", line 427, in process_images res = process_images_inner(p) File "C:\Users\Workstation\stable-diffusion-webui\modules\processing.py", line 487, in process_images_inner with torch.no_grad(), p.sd_model.ema_scope(): AttributeError: 'NoneType' object has no attribute 'ema_scope' ++++++++++++++++++ Whats wrong here? |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
Fixed in 82a3708 like half an hour ago Try if it works for you |
Beta Was this translation helpful? Give feedback.
Fixed in 82a3708 like half an hour ago
Try if it works for you