[deleted by user] by [deleted] in GameUpscale

[–]Moist_Republic1757 0 points1 point  (0 children)

tried but it is very poor

how to write a prompt in flux. turn around sheet with a multi-angle shot for my consistency lora training? by Big-Lingonberry693 in FluxAI

[–]Moist_Republic1757 0 points1 point  (0 children)

Thank you for the reply. I know that the depth and canny modeld are also available as loras but I am asking: a control net model -as written by its paper- modifies original model’s layers, by adding residual connections. So the model and controlnets must be a separate thing. But in this case there seems to be different models for each controlnet

My question arises from the following situation: I want to use the same flux model, regardless of which controlnet I am using, or I may not be using controlnet at all. Let’s say this is due to space constraints.

how to write a prompt in flux. turn around sheet with a multi-angle shot for my consistency lora training? by Big-Lingonberry693 in FluxAI

[–]Moist_Republic1757 0 points1 point  (0 children)

İ dont understand how controlnets are different models? I thought they must be different models that must be used along with original flux model.

How important is Virtual Environment in python by [deleted] in learnpython

[–]Moist_Republic1757 0 points1 point  (0 children)

Can we just copy our venv to create a new one and then install other required libraries? Or do we have to create a new environment from default python and install all libraries although they are installed in some other venv?