To fix broken model (mainly merged weights from AUTOMATIC111's no-licensed UI for Invoke AI ,
one can use CKPT -> HF/diffusers -> CKPT route.
To fix broken model (mainly merged weights from AUTOMATIC111's no-licensed UI for Invoke AI ,
one can use CKPT -> HF/diffusers -> CKPT route.
if GI 4.6+ use this fork on your own risk here
| import ast | |
| import requests | |
| class FunctionExtractor(ast.NodeVisitor): | |
| def __init__(self): | |
| self.functions = [] | |
| self.function_calls = [] | |
| def visit_FunctionDef(self, node): | |
| function_code = ast.unparse(node) |
| { | |
| stdenv, | |
| lib, | |
| buildFHSEnv, | |
| pkgs, | |
| makeDesktopItem, | |
| # fetchurl, | |
| # makeWrapper, | |
| ... | |
| }: let |