├── LICENSE ├── README.md ├── ReadMe_Deforum_Licensing.txt ├── Version_0.7.6 ├── Deforum_version │ ├── Named_Pipes_version_of_deforum │ │ └── deforum-for-automatic1111-webui.zip │ └── Websockets_version_of_deforum │ │ └── deforum-for-automatic1111-webui.zip ├── ReadMe_Deforum_Licensing.txt ├── ReadMe_Installation_and_running_Deforumation.txt └── deforumation │ ├── Deforumation_start_named_pipes.bat │ ├── Deforumation_start_websockets.bat │ ├── Dirty_Fix_To_Fix_Freeze_Problem_old_and_probably_obsolete │ ├── autoencoder.py │ └── deforumation_quick_fix.txt │ ├── LICENSE │ ├── README.md │ ├── colab_files │ ├── animation.py │ ├── deforum_mediator.py │ └── render.py │ ├── deforum-for-automatic1111-webui │ └── scripts │ │ └── deforum_helpers │ │ ├── animation.py │ │ ├── deforum_mediator.py │ │ ├── deforum_mediator_named_pipes │ │ └── deforum_mediator.py │ │ └── render.py │ ├── deforum_settings_keys.txt │ ├── deforumation.py │ ├── deforumation_settings_motions.txt │ ├── deforumation_ws.py │ ├── images │ ├── arm_off.bmp │ ├── arm_on.bmp │ ├── down_arrow.bmp │ ├── forward_closest.bmp │ ├── left_arrow.bmp │ ├── lock_off.bmp │ ├── lock_on.bmp │ ├── look_down.bmp │ ├── look_left.bmp │ ├── look_right.bmp │ ├── look_upp.bmp │ ├── parseq_off.bmp │ ├── parseq_on.bmp │ ├── play.bmp │ ├── record_off.bmp │ ├── record_on.bmp │ ├── record_recording.bmp │ ├── reverse_fov_off.bmp │ ├── reverse_fov_on.bmp │ ├── rewind_closest.bmp │ ├── right_arrow.bmp │ ├── rotate_left.bmp │ ├── rotate_right.bmp │ ├── stop.bmp │ ├── upp_arrow.bmp │ ├── zero.bmp │ └── zero_active.bmp │ ├── mediator.py │ ├── mediator_ws.py │ ├── motion_images │ ├── Far_Zoom_In_(30 FPS).gif │ ├── Far_Zoom_Out_(30 FPS).gif │ ├── close_rotation_left.gif │ ├── close_rotation_right.gif │ ├── far_rotation_left.gif │ ├── far_rotation_right.gif │ ├── medium_rotation_left.gif │ └── medium_rotation_right.gif │ ├── requirements.txt │ └── run_me_first_install_requirements.bat └── github_images ├── Aiwakening.png ├── DM.png ├── DMQT.png ├── DMQTyou.png ├── Deforumation_Tutorial.png ├── Linol_1.PNG ├── Live_preview.png ├── aixite.png ├── arm_off.bmp ├── arm_on.bmp ├── controlnet.png ├── current_version.png ├── current_version_gentle_zero_rotation.png ├── deforumation_design_01.jpg ├── install.PNG ├── newinterface4.png ├── newinterface5.png ├── output.gif ├── panning.PNG ├── patreon.png ├── replay.png ├── resume.PNG ├── rewindforward.PNG ├── rotation.PNG ├── smile.gif ├── strengthCFG.PNG ├── tilt.PNG └── zero.bmp /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rakile/deforumation/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rakile/deforumation/HEAD/README.md -------------------------------------------------------------------------------- /ReadMe_Deforum_Licensing.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rakile/deforumation/HEAD/ReadMe_Deforum_Licensing.txt -------------------------------------------------------------------------------- /Version_0.7.6/Deforum_version/Named_Pipes_version_of_deforum/deforum-for-automatic1111-webui.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rakile/deforumation/HEAD/Version_0.7.6/Deforum_version/Named_Pipes_version_of_deforum/deforum-for-automatic1111-webui.zip -------------------------------------------------------------------------------- /Version_0.7.6/Deforum_version/Websockets_version_of_deforum/deforum-for-automatic1111-webui.zip: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rakile/deforumation/HEAD/Version_0.7.6/Deforum_version/Websockets_version_of_deforum/deforum-for-automatic1111-webui.zip -------------------------------------------------------------------------------- /Version_0.7.6/ReadMe_Deforum_Licensing.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rakile/deforumation/HEAD/Version_0.7.6/ReadMe_Deforum_Licensing.txt -------------------------------------------------------------------------------- /Version_0.7.6/ReadMe_Installation_and_running_Deforumation.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rakile/deforumation/HEAD/Version_0.7.6/ReadMe_Installation_and_running_Deforumation.txt -------------------------------------------------------------------------------- /Version_0.7.6/deforumation/Deforumation_start_named_pipes.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rakile/deforumation/HEAD/Version_0.7.6/deforumation/Deforumation_start_named_pipes.bat -------------------------------------------------------------------------------- /Version_0.7.6/deforumation/Deforumation_start_websockets.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rakile/deforumation/HEAD/Version_0.7.6/deforumation/Deforumation_start_websockets.bat -------------------------------------------------------------------------------- /Version_0.7.6/deforumation/Dirty_Fix_To_Fix_Freeze_Problem_old_and_probably_obsolete/autoencoder.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rakile/deforumation/HEAD/Version_0.7.6/deforumation/Dirty_Fix_To_Fix_Freeze_Problem_old_and_probably_obsolete/autoencoder.py -------------------------------------------------------------------------------- /Version_0.7.6/deforumation/Dirty_Fix_To_Fix_Freeze_Problem_old_and_probably_obsolete/deforumation_quick_fix.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rakile/deforumation/HEAD/Version_0.7.6/deforumation/Dirty_Fix_To_Fix_Freeze_Problem_old_and_probably_obsolete/deforumation_quick_fix.txt -------------------------------------------------------------------------------- /Version_0.7.6/deforumation/LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rakile/deforumation/HEAD/Version_0.7.6/deforumation/LICENSE -------------------------------------------------------------------------------- /Version_0.7.6/deforumation/README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rakile/deforumation/HEAD/Version_0.7.6/deforumation/README.md -------------------------------------------------------------------------------- /Version_0.7.6/deforumation/colab_files/animation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rakile/deforumation/HEAD/Version_0.7.6/deforumation/colab_files/animation.py -------------------------------------------------------------------------------- /Version_0.7.6/deforumation/colab_files/deforum_mediator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rakile/deforumation/HEAD/Version_0.7.6/deforumation/colab_files/deforum_mediator.py -------------------------------------------------------------------------------- /Version_0.7.6/deforumation/colab_files/render.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rakile/deforumation/HEAD/Version_0.7.6/deforumation/colab_files/render.py -------------------------------------------------------------------------------- /Version_0.7.6/deforumation/deforum-for-automatic1111-webui/scripts/deforum_helpers/animation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rakile/deforumation/HEAD/Version_0.7.6/deforumation/deforum-for-automatic1111-webui/scripts/deforum_helpers/animation.py -------------------------------------------------------------------------------- /Version_0.7.6/deforumation/deforum-for-automatic1111-webui/scripts/deforum_helpers/deforum_mediator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rakile/deforumation/HEAD/Version_0.7.6/deforumation/deforum-for-automatic1111-webui/scripts/deforum_helpers/deforum_mediator.py -------------------------------------------------------------------------------- /Version_0.7.6/deforumation/deforum-for-automatic1111-webui/scripts/deforum_helpers/deforum_mediator_named_pipes/deforum_mediator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rakile/deforumation/HEAD/Version_0.7.6/deforumation/deforum-for-automatic1111-webui/scripts/deforum_helpers/deforum_mediator_named_pipes/deforum_mediator.py -------------------------------------------------------------------------------- /Version_0.7.6/deforumation/deforum-for-automatic1111-webui/scripts/deforum_helpers/render.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rakile/deforumation/HEAD/Version_0.7.6/deforumation/deforum-for-automatic1111-webui/scripts/deforum_helpers/render.py -------------------------------------------------------------------------------- /Version_0.7.6/deforumation/deforum_settings_keys.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rakile/deforumation/HEAD/Version_0.7.6/deforumation/deforum_settings_keys.txt -------------------------------------------------------------------------------- /Version_0.7.6/deforumation/deforumation.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rakile/deforumation/HEAD/Version_0.7.6/deforumation/deforumation.py -------------------------------------------------------------------------------- /Version_0.7.6/deforumation/deforumation_settings_motions.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rakile/deforumation/HEAD/Version_0.7.6/deforumation/deforumation_settings_motions.txt -------------------------------------------------------------------------------- /Version_0.7.6/deforumation/deforumation_ws.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rakile/deforumation/HEAD/Version_0.7.6/deforumation/deforumation_ws.py -------------------------------------------------------------------------------- /Version_0.7.6/deforumation/images/arm_off.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rakile/deforumation/HEAD/Version_0.7.6/deforumation/images/arm_off.bmp -------------------------------------------------------------------------------- /Version_0.7.6/deforumation/images/arm_on.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rakile/deforumation/HEAD/Version_0.7.6/deforumation/images/arm_on.bmp -------------------------------------------------------------------------------- /Version_0.7.6/deforumation/images/down_arrow.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rakile/deforumation/HEAD/Version_0.7.6/deforumation/images/down_arrow.bmp -------------------------------------------------------------------------------- /Version_0.7.6/deforumation/images/forward_closest.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rakile/deforumation/HEAD/Version_0.7.6/deforumation/images/forward_closest.bmp -------------------------------------------------------------------------------- /Version_0.7.6/deforumation/images/left_arrow.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rakile/deforumation/HEAD/Version_0.7.6/deforumation/images/left_arrow.bmp -------------------------------------------------------------------------------- /Version_0.7.6/deforumation/images/lock_off.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rakile/deforumation/HEAD/Version_0.7.6/deforumation/images/lock_off.bmp -------------------------------------------------------------------------------- /Version_0.7.6/deforumation/images/lock_on.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rakile/deforumation/HEAD/Version_0.7.6/deforumation/images/lock_on.bmp -------------------------------------------------------------------------------- /Version_0.7.6/deforumation/images/look_down.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rakile/deforumation/HEAD/Version_0.7.6/deforumation/images/look_down.bmp -------------------------------------------------------------------------------- /Version_0.7.6/deforumation/images/look_left.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rakile/deforumation/HEAD/Version_0.7.6/deforumation/images/look_left.bmp -------------------------------------------------------------------------------- /Version_0.7.6/deforumation/images/look_right.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rakile/deforumation/HEAD/Version_0.7.6/deforumation/images/look_right.bmp -------------------------------------------------------------------------------- /Version_0.7.6/deforumation/images/look_upp.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rakile/deforumation/HEAD/Version_0.7.6/deforumation/images/look_upp.bmp -------------------------------------------------------------------------------- /Version_0.7.6/deforumation/images/parseq_off.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rakile/deforumation/HEAD/Version_0.7.6/deforumation/images/parseq_off.bmp -------------------------------------------------------------------------------- /Version_0.7.6/deforumation/images/parseq_on.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rakile/deforumation/HEAD/Version_0.7.6/deforumation/images/parseq_on.bmp -------------------------------------------------------------------------------- /Version_0.7.6/deforumation/images/play.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rakile/deforumation/HEAD/Version_0.7.6/deforumation/images/play.bmp -------------------------------------------------------------------------------- /Version_0.7.6/deforumation/images/record_off.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rakile/deforumation/HEAD/Version_0.7.6/deforumation/images/record_off.bmp -------------------------------------------------------------------------------- /Version_0.7.6/deforumation/images/record_on.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rakile/deforumation/HEAD/Version_0.7.6/deforumation/images/record_on.bmp -------------------------------------------------------------------------------- /Version_0.7.6/deforumation/images/record_recording.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rakile/deforumation/HEAD/Version_0.7.6/deforumation/images/record_recording.bmp -------------------------------------------------------------------------------- /Version_0.7.6/deforumation/images/reverse_fov_off.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rakile/deforumation/HEAD/Version_0.7.6/deforumation/images/reverse_fov_off.bmp -------------------------------------------------------------------------------- /Version_0.7.6/deforumation/images/reverse_fov_on.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rakile/deforumation/HEAD/Version_0.7.6/deforumation/images/reverse_fov_on.bmp -------------------------------------------------------------------------------- /Version_0.7.6/deforumation/images/rewind_closest.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rakile/deforumation/HEAD/Version_0.7.6/deforumation/images/rewind_closest.bmp -------------------------------------------------------------------------------- /Version_0.7.6/deforumation/images/right_arrow.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rakile/deforumation/HEAD/Version_0.7.6/deforumation/images/right_arrow.bmp -------------------------------------------------------------------------------- /Version_0.7.6/deforumation/images/rotate_left.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rakile/deforumation/HEAD/Version_0.7.6/deforumation/images/rotate_left.bmp -------------------------------------------------------------------------------- /Version_0.7.6/deforumation/images/rotate_right.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rakile/deforumation/HEAD/Version_0.7.6/deforumation/images/rotate_right.bmp -------------------------------------------------------------------------------- /Version_0.7.6/deforumation/images/stop.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rakile/deforumation/HEAD/Version_0.7.6/deforumation/images/stop.bmp -------------------------------------------------------------------------------- /Version_0.7.6/deforumation/images/upp_arrow.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rakile/deforumation/HEAD/Version_0.7.6/deforumation/images/upp_arrow.bmp -------------------------------------------------------------------------------- /Version_0.7.6/deforumation/images/zero.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rakile/deforumation/HEAD/Version_0.7.6/deforumation/images/zero.bmp -------------------------------------------------------------------------------- /Version_0.7.6/deforumation/images/zero_active.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rakile/deforumation/HEAD/Version_0.7.6/deforumation/images/zero_active.bmp -------------------------------------------------------------------------------- /Version_0.7.6/deforumation/mediator.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rakile/deforumation/HEAD/Version_0.7.6/deforumation/mediator.py -------------------------------------------------------------------------------- /Version_0.7.6/deforumation/mediator_ws.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rakile/deforumation/HEAD/Version_0.7.6/deforumation/mediator_ws.py -------------------------------------------------------------------------------- /Version_0.7.6/deforumation/motion_images/Far_Zoom_In_(30 FPS).gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rakile/deforumation/HEAD/Version_0.7.6/deforumation/motion_images/Far_Zoom_In_(30 FPS).gif -------------------------------------------------------------------------------- /Version_0.7.6/deforumation/motion_images/Far_Zoom_Out_(30 FPS).gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rakile/deforumation/HEAD/Version_0.7.6/deforumation/motion_images/Far_Zoom_Out_(30 FPS).gif -------------------------------------------------------------------------------- /Version_0.7.6/deforumation/motion_images/close_rotation_left.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rakile/deforumation/HEAD/Version_0.7.6/deforumation/motion_images/close_rotation_left.gif -------------------------------------------------------------------------------- /Version_0.7.6/deforumation/motion_images/close_rotation_right.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rakile/deforumation/HEAD/Version_0.7.6/deforumation/motion_images/close_rotation_right.gif -------------------------------------------------------------------------------- /Version_0.7.6/deforumation/motion_images/far_rotation_left.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rakile/deforumation/HEAD/Version_0.7.6/deforumation/motion_images/far_rotation_left.gif -------------------------------------------------------------------------------- /Version_0.7.6/deforumation/motion_images/far_rotation_right.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rakile/deforumation/HEAD/Version_0.7.6/deforumation/motion_images/far_rotation_right.gif -------------------------------------------------------------------------------- /Version_0.7.6/deforumation/motion_images/medium_rotation_left.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rakile/deforumation/HEAD/Version_0.7.6/deforumation/motion_images/medium_rotation_left.gif -------------------------------------------------------------------------------- /Version_0.7.6/deforumation/motion_images/medium_rotation_right.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rakile/deforumation/HEAD/Version_0.7.6/deforumation/motion_images/medium_rotation_right.gif -------------------------------------------------------------------------------- /Version_0.7.6/deforumation/requirements.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rakile/deforumation/HEAD/Version_0.7.6/deforumation/requirements.txt -------------------------------------------------------------------------------- /Version_0.7.6/deforumation/run_me_first_install_requirements.bat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rakile/deforumation/HEAD/Version_0.7.6/deforumation/run_me_first_install_requirements.bat -------------------------------------------------------------------------------- /github_images/Aiwakening.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rakile/deforumation/HEAD/github_images/Aiwakening.png -------------------------------------------------------------------------------- /github_images/DM.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rakile/deforumation/HEAD/github_images/DM.png -------------------------------------------------------------------------------- /github_images/DMQT.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rakile/deforumation/HEAD/github_images/DMQT.png -------------------------------------------------------------------------------- /github_images/DMQTyou.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rakile/deforumation/HEAD/github_images/DMQTyou.png -------------------------------------------------------------------------------- /github_images/Deforumation_Tutorial.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rakile/deforumation/HEAD/github_images/Deforumation_Tutorial.png -------------------------------------------------------------------------------- /github_images/Linol_1.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rakile/deforumation/HEAD/github_images/Linol_1.PNG -------------------------------------------------------------------------------- /github_images/Live_preview.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rakile/deforumation/HEAD/github_images/Live_preview.png -------------------------------------------------------------------------------- /github_images/aixite.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rakile/deforumation/HEAD/github_images/aixite.png -------------------------------------------------------------------------------- /github_images/arm_off.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rakile/deforumation/HEAD/github_images/arm_off.bmp -------------------------------------------------------------------------------- /github_images/arm_on.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rakile/deforumation/HEAD/github_images/arm_on.bmp -------------------------------------------------------------------------------- /github_images/controlnet.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rakile/deforumation/HEAD/github_images/controlnet.png -------------------------------------------------------------------------------- /github_images/current_version.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rakile/deforumation/HEAD/github_images/current_version.png -------------------------------------------------------------------------------- /github_images/current_version_gentle_zero_rotation.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rakile/deforumation/HEAD/github_images/current_version_gentle_zero_rotation.png -------------------------------------------------------------------------------- /github_images/deforumation_design_01.jpg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rakile/deforumation/HEAD/github_images/deforumation_design_01.jpg -------------------------------------------------------------------------------- /github_images/install.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rakile/deforumation/HEAD/github_images/install.PNG -------------------------------------------------------------------------------- /github_images/newinterface4.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rakile/deforumation/HEAD/github_images/newinterface4.png -------------------------------------------------------------------------------- /github_images/newinterface5.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rakile/deforumation/HEAD/github_images/newinterface5.png -------------------------------------------------------------------------------- /github_images/output.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rakile/deforumation/HEAD/github_images/output.gif -------------------------------------------------------------------------------- /github_images/panning.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rakile/deforumation/HEAD/github_images/panning.PNG -------------------------------------------------------------------------------- /github_images/patreon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rakile/deforumation/HEAD/github_images/patreon.png -------------------------------------------------------------------------------- /github_images/replay.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rakile/deforumation/HEAD/github_images/replay.png -------------------------------------------------------------------------------- /github_images/resume.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rakile/deforumation/HEAD/github_images/resume.PNG -------------------------------------------------------------------------------- /github_images/rewindforward.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rakile/deforumation/HEAD/github_images/rewindforward.PNG -------------------------------------------------------------------------------- /github_images/rotation.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rakile/deforumation/HEAD/github_images/rotation.PNG -------------------------------------------------------------------------------- /github_images/smile.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rakile/deforumation/HEAD/github_images/smile.gif -------------------------------------------------------------------------------- /github_images/strengthCFG.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rakile/deforumation/HEAD/github_images/strengthCFG.PNG -------------------------------------------------------------------------------- /github_images/tilt.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rakile/deforumation/HEAD/github_images/tilt.PNG -------------------------------------------------------------------------------- /github_images/zero.bmp: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Rakile/deforumation/HEAD/github_images/zero.bmp --------------------------------------------------------------------------------