Commit Graph

62 Commits (7ee8d290cfdcfaf0afcfaf2a15fc11e7529128e3)

Author SHA1 Message Date
guzuligo f142835ef8
Update README.md 2022-11-14 14:50:01 +03:00
guzuligo ab223bcade
Made compatible with other samplers
Thanks tkalayci71 for the code 👍
2022-11-14 14:22:02 +03:00
guzuligo cb4afac5b4
Update README.md 2022-11-13 14:53:11 +03:00
guzuligo 4aa4330ec2
Replaced commas with simicolons for functions
Separating by commas gave me a challenge. So, I replaced it with semicolons to allow for functions that have commas, like min and max
2022-11-13 14:52:40 +03:00
guzuligo 5dfb276d44
Update README.md 2022-11-13 11:08:00 +03:00
guzuligo add6f0ec76
Update README.md 2022-11-13 11:07:14 +03:00
guzuligo b3f3437c75
Update README.md 2022-11-13 10:56:18 +03:00
guzuligo d74ede2d61
Update README.md 2022-11-13 10:55:49 +03:00
guzuligo d2835af1d2
Added possibility to use functions
You can now use functions like: 
0:=math.sin(t) , 10:=math.cos(t)
or simply just:
=math.sin(t)

Available variables:
t: current step
T: total steps
e: (1-t/T) which is current ETA
d: denoising strength
cfg: initial CFG
math: The python math module
2022-11-13 10:53:56 +03:00
guzuligo 232afc4c39
Create README.md 2022-11-12 16:33:15 +03:00
guzuligo d378833ce0
Add files via upload 2022-11-12 16:31:42 +03:00
guzuligo 847dd2892b
Initial commit 2022-11-12 16:31:11 +03:00