
DeforumationQT 0.1.5
https://github.com/Rakile/DeforumationQT
DeforumationQT v.0.1.0 Quickrun, installation and functions video.
We started developing Deformation a little less than a year ago when we discovered the animation extension for Automatic1111. We were so fed up with testing and test rendering without having any control over the outcome, except for all the planning, prompting, and keyframing everything to get the kind of animation we wanted to create.
One thing led to another, and I asked my good friend, "Why can't there be a txt file that we can just change the prompt while Deforum is generating frames?"
10 minutes later, he had already fixed it! We began adding settings that we could manipulate in real-time rendering.
A few weeks later, we had the Python program Deforumation. Me, not being a developer/front-end/back-end, was amazed. Since then, I've learned a lot about Python programming, both back and front end, and I enjoy every second of it.
Although there is quite low interest in our tool, we never thought of quitting. The biggest flaw Deforumation had before the latest DeforumationQT was its clunky, cluttered user interface. That has now changed to a better, more user-friendly experience!
Now, almost a year later, we have DeforumationQT.
What's New in DeforumationQT?
Enhanced User Interface: Dive into a more intuitive, user-friendly experience that simplifies your creative process. We've redesigned the interface to ensure you spend less time navigating and more time creating.
Customizable Workspaces: Enjoy the freedom to arrange your workspace with detachable tab windows and layouts that cater to your unique style and needs. Tailor your environment to suit your workflow and enhance your productivity.
Future-Ready Platform: Brace yourself for an array of upcoming features, including support for game controllers, MIDI controllers, voice commands, and more, all thanks to Rakila's Python prowess. We're committed to staying ahead of the curve and providing you with a tool that evolves with the times.
Platform Availability: At launch, DeforumationQT is available exclusively for Windows users. But fear not, Linux enthusiasts – your patience will soon be rewarded!
As I write this, I know I should be making some in-use and installation guides. But that will have to wait; I have neglected some other responsibilities while focusing on Deforumation, and then there's the Christmas vacation.
Some videos will appear soon, but if you are familiar with Automatic1111 and the Deforum extension, you won't have any problem getting started with DeforumationQT. There are some installation and in-use videos on my YouTube, but those are for the older version of Deforumation.
We are mostly online on the Deforumation Discord and are glad to help if you encounter problems or have questions!
All but the latest version of DeforumationQT will be publicly available on GitHub and here.
The money from Patreon is for the Discord and ChatGPT account and coding beer.
We are not in it for the money; we want people to use this tool and enjoy the freedom in their creativity!
However, contributions for Nitro, ChatGPT, and other tools are greatly appreciated!
Regards, Rakila & Lainol
GitHub: https://github.com/Rakile/DeforumationQT
Older updates.
Deforumation 0.7.6: The Swan Song of Our Clunky UI! (This version on CivitAI)
Wave farewell to our old, not-so-jolly UI and prepare for the arrival of a snazzier, user-friendlier version! We're working tirelessly to make your Deforumation experience a joyous one.
This version, previously exclusive to our twenty-three heroic Patreon backers, is now stepping into the limelight. I'm one of at least five known users - and proud of it!
We're now launching this version on GitHub and here. Stay tuned, as the first update of QTDeforumation is just around the corner, pending our overworked graphic designer's touch on the design and layout.
GitHub: Deforumation Repository
LAInol: YouTube Channel
Installation instructions are below, and there's also a 'how-to' file in the zip: loc deforumation\Version_0.7.6\ReadMe_Installation_and_running_Deforumation.txt
Stuck or puzzled? Reach out to us!
New Feature Alert: Voice Commands in Deforumation!
Deforumation now listens to your voice! Here's how you can command it:
-
Push to record. Then, use these magic words to control Deforumation:
-
<Any sentence>: Speaks your sentence into the second prompt window.
-
add + <Any sentence>: Adds your spoken words to the current sentence.
-
cancel: Utter this to halt the prompt output entirely.
-
Pan left, pan right, pan up, pan down: Pans around using preset values.
-
Zoom in, zoom out: Zooms in or out. Say, "Zoom in 20" to zoom in by 0.20.
-
Rotate left, rotate right, rotate up, rotate down: Controls rotation with preset values.
-
Tilt left, Tilt right: Adjusts the tilt.
-
Reset panning/zoom/rotation/tilt: Resets the respective values to default.
-
Embrace the power of your voice with Deforumation!"
Here's to making Deforumation even more delightful (and less 'old school')!"
Deforumation is an unofficial Live-manipulation tool for Deforum animation extension.
Deforumation discord
Deforumation is an unofficial extension for Deforum that provides a Graphical User Interface (GUI) to remotely control Deforum 3D motions, zoom and angle , strength value (toggle to use deforum strength schedule), CFG Scale, sampler steps, seed, cadense scale, noise values, parameters for use up to five controlnets, and prompts in real-time. It also offers pausing, rewinding, forwarding, and resuming by setting current image to fix any undesired outcomes during the rendering process.
Recently added features are checkboxes for enable /disable functions from Deforumation. Checkboxes are added to Prompt, Strength value, CFG scale, Cadence scale, Noise values, camera panning and camera rotation. This makes it possible to apply scheduling to any of those values from Deforum or from Parseq. Also added customizable curves for use with armed motions controls. Parameters for up to five controlnets. Cadence Re-Scheduler, this is a module to recalculate the Cadence Schedule due to "tween" pictures not reacting to scheduled values.
Key Features
-
Live View (separate window) of the rendered pictures.
-
Separate prompting input boxes with prioritizing possibility
-
Controlling movements while rendering, now with armed movements and preset curves
-
Live manipulation of key values that effects the animation
-
Live manipulation of controlnets
-
Pause, rewind, and redo functions
-
Ability to import parseq json files to use as guide
-
Two different communication protocols, WebSocket's and named pipes. This is due to problem with freezing renders.
Prerequisites
-
Local instance of SD (AUTOMATIC1111/stable-diffusion-webui)
-
Installed Deforum Extension for AUTOMATIC1111 (deforum-art/deforum-for-automatic1111-webui)
Installation Guide
https://github.com/Rakile/deforumation
-
Clone or download the git repository
git clone https://github.com/Rakile/deforumation
(https://github.com/Rakile/deforumation) and unpack the zip file. Keep deforumation folder outside your"stable-diffusion-webui"
path. -
Replace files (render.py, animation.py, deforum_mediator.py) in the Automatic1111 path ".\extensions\deforum-for-automatic1111-webui\scripts\deforum_helpers" with the downloaded files from Deforumation. To use the "named pipes" protocol the
"mediator".py
file must be copied from the"deforum_mediator_named_pipes"
folder to your"\\stable-diffusion-webui-02\extensions\deforum-for-automatic1111-webui\scripts\deforum_helpers"
-
Install dependencies by running
python -m pip install -r requirements.txt
or using the"run_me_first_install_requirements.bat"
file. -
!!IMPORTANT!! Check that you have installed WebSocket version 10.4.(the correct version is included in the reqirements.txt) Do this by running the command: python -m websockets --version in a CMD (command line window) window. People have noticed that python websocket library, with a version higher or equal to 11.0, makes Deforum and Deforumation freeze. See (https://github.com/Rakile/deforumation/blob/main/Dirty_Fix_To_Fix_Freeze_Problem/deforumation_quick_fix.txt) for more information.
-
To start Deforumation using websocket protocol Run the Mediator (mediator.py)
H:\named\deforumation>python mediator.py
and the Deforumation GUI (deforumation.py)H:\named\deforumation>python deforumation.py
in CMD inside deforumation path. Or use the"Deforumation_start_websockets.bat"
file. -
To start Deforumation using named pipes protocol Run the Mediator (mediator.py)
H:\named\deforumation>python mediator.py pipes
and the Deforumation GUI (deforumation.py)H:\named\deforumation>python deforumation.py pipes
in CMD inside deforumation path. Or use the"Deforumation_start_named_pipes.bat"
file. -
To use the
"named pipes"
protocol the correct"mediator".py
file must be copied from the"deforum_mediator_named_pipes"
folder to your"\\stable-diffusion-webui-02\extensions\deforum-for-automatic1111-webui\scripts\deforum_helpers"
-
Set to 3D in keyframes TAB In the Deforum extention in the
Keyframes TAB, you have to choose "3D"
, else it will not work.
Front-end Devs! We are looking for help with new user interface
Support our work via Patreon or buymeacoffee
Deforumation Patreon
buymeacoffee.com
Deforumation is a free tool for everyone to use. We appreciate all and any donations/support to keep Deforumation up to date and adding new features together with the community.
Ralika & Lainol
描述:
Se discord for updates
训练词语:
名称: deforumationqt015_076.zip
大小 (KB): 75645
类型: Archive
Pickle 扫描结果: Success
Pickle 扫描信息: No Pickle imports
病毒扫描结果: Success