-
Notifications
You must be signed in to change notification settings - Fork 2k
✨ Added guidance start parameter. #393
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
✨ Added guidance start parameter. #393
Conversation
Looks good. Also need to make some changes in API handler |
The new parameter related change has been applied to api.py and xyz_grid_support.py. |
The following change is probably required:
|
…T global variable
Merge branch 'main' into feature/guidance-start # Conflicts: # scripts/api.py
I think when guidance was added (I updated the ControlNet extension for the first time last night), it broke the ability to use it in batches. I need to do some more testing, but when doing prompt-travel with ControlNet enabled, which used to work just fine, I was only seeing the impacts of ControlNet for the first 1 or 2 images of the prompt travel. And that would make sense based on how Guidance works, if there's a counter that gets reset only when Generate is clicked. I also think that the very way these Guidance scroll bars are laid out is... confusing and misleading. I was so confused when messing around with them the first time, as to why I was getting radically different results between 0.16 and 0.17. It's not at all obvious from the name that it's actually a "percentage of your steps", which gets multiplied and then converted to an integer, which isn't at all an intuitive way to do it and requires that the person do math to figure out what number to set vs. how many steps they want it to run for. And also works differently from the bracket notation in AUTOMATIC1111 itself, where you specify the number of steps. That said, it's undeniably a cool addition! ED: Come to think about it, I only had the one guidance bar, for the guidance end. Looks like I need to update again and see if the first bug got fixed in the process of the second bar getting added... |
How do you even make it work? No matter what I do I get nothing good... |
How does ControlNet? Works fine for me, right out of the box. Try following a tutorial step-by-step and tell us which one and at which step it goes wrong for you. |
Oh thank you! Yes by bad I misunderstood how this worked! |
A quick and simple question to whoever has deep understanding of ControlNet structure: – Why we cannot have a spatial weight on it, to get "mask" for applying to the ControlNet itself? Is this is not physically possible? Is the weight is not applied to every pixel/latent (even controlling up to 8*8 squares would be great!) independently? |
No description provided.