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
* Move Troubleshooting and History into panels
* Update VERSION
* Fix version checking
* Remove concept artist picker
* Fix issue with inpaint/init image toggling
* Improve history header
"random_seed": BoolProperty(name="Random Seed", default=True, description="Randomly pick a seed"),
39
40
"seed": StringProperty(name="Seed", default="0", description="Manually pick a seed", update=seed_clamp),
40
-
"full_precision": BoolProperty(name="Full Precision", default=False, description="Whether to use full precision or half precision floats. Full precision is slower, but required by some GPUs"),
41
+
"full_precision": BoolProperty(name="Full Precision", default=Trueifsys.platform=='darwin'elseFalse, description="Whether to use full precision or half precision floats. Full precision is slower, but required by some GPUs"),
41
42
"iterations": IntProperty(name="Iterations", default=1, min=1, description="How many images to generate"),
0 commit comments