[New Extension] Full Net LoRA! LoCon model loader #8169
Replies: 6 comments 15 replies
-
looks interesting, but hard to judge whats the impact - can you showcase some examples with and without? |
Beta Was this translation helpful? Give feedback.
-
Is there any hope that we can see an extract LoCon of the full models that we have for LORA? |
Beta Was this translation helpful? Give feedback.
-
just fyi, i'm using kohya's lora_path = os.path.abspath(os.path.join(os.path.dirname(__file__), os.pardir, 'modules', 'lora'))
sys.path.append(lora_path)
locon_path = os.path.abspath(os.path.join(os.path.dirname(__file__), os.pardir, 'modules', 'locon'))
sys.path.append(locon_path)
from train_network import train
options.network_module = 'locon.locon_kohya'
train(options) |
Beta Was this translation helpful? Give feedback.
-
can the locon loader be added to the default lora extension? or is it too early / experimental to let in |
Beta Was this translation helpful? Give feedback.
-
so the difference is that it trains resolution block? ill try it out soon on a likeness of a person cause thats like the only thing it gives me issues now |
Beta Was this translation helpful? Give feedback.
-
@ClashSAN I made a new version extension for my LyCORIS model It is stand alone one using ExtraNetwork api (or hook?) I think this is better implementation |
Beta Was this translation helpful? Give feedback.
-
I make something for doing LoRA on Convolution Network, and make this extension for load locon model.
Extension:
https://github.com/KohakuBlueleaf/a1111-sd-webui-locon
LoCon:
https://github.com/KohakuBlueleaf/LoCon
Beta Was this translation helpful? Give feedback.
All reactions