You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So far I havent been getting any answers related to program functions and code here, and I understand most users here probably dont code or are not digging into the code of this repo to the degree that I try to do. However because the syntax and what is going on is so complex that looking at the code is not sufficient, I will ask here anyway.
I tried deleting my old requests (because its spammy) but it seems like github never forgets and doesnt let me delete anything.
I need to give the second step of the high.res fix a custom parameter for rendering, cfg_scale for example. Where do I pass the argument for that in processing.py? It passes the "p" arguments in line 651 and 655, but the syntax is so complicated I have no idea where to put things.
If I define "cfg_scale=myvariable, " before p=self, does that mean I am overwriting whatever the gradio UI set as values in "p"?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
So far I havent been getting any answers related to program functions and code here, and I understand most users here probably dont code or are not digging into the code of this repo to the degree that I try to do. However because the syntax and what is going on is so complex that looking at the code is not sufficient, I will ask here anyway.
I tried deleting my old requests (because its spammy) but it seems like github never forgets and doesnt let me delete anything.
I need to give the second step of the high.res fix a custom parameter for rendering, cfg_scale for example. Where do I pass the argument for that in processing.py? It passes the "p" arguments in line 651 and 655, but the syntax is so complicated I have no idea where to put things.
If I define "cfg_scale=myvariable, " before p=self, does that mean I am overwriting whatever the gradio UI set as values in "p"?
Beta Was this translation helpful? Give feedback.
All reactions