Spaces:
Runtime error
Runtime error
RohitGandikota
commited on
Commit
β’
4d3c7dc
1
Parent(s):
ada1a98
fixing dropdown gradio
Browse files
trainscripts/textsliders/demotrain.py
CHANGED
@@ -428,7 +428,7 @@ def train_xl(target, positive, negative, lr, iterations, config_file, rank, devi
|
|
428 |
config.network.alpha = 1.0
|
429 |
config.network.rank = int(rank)
|
430 |
|
431 |
-
|
432 |
|
433 |
prompts = prompt_util.load_prompts_from_yaml(path=config.prompts_file, target=target, positive=positive, negative=negative, attributes=attributes)
|
434 |
|
|
|
428 |
config.network.alpha = 1.0
|
429 |
config.network.rank = int(rank)
|
430 |
|
431 |
+
# config.save.path += f'/{config.save.name}'
|
432 |
|
433 |
prompts = prompt_util.load_prompts_from_yaml(path=config.prompts_file, target=target, positive=positive, negative=negative, attributes=attributes)
|
434 |
|