This model is a finetuned Flux.2-Klein-4B model.
The model as been quantized for use on the T4 in the Google Colab environment.
Code on how to use this quantization is provided in this model card ⬇️.
For this step you need to remember the password in order to decrypt the contents.
//--//
Output example
Suppose you have a foreground image of a fashion photo from dollskillz fashion brand:
image
And have this background (you can find alot of gradient backgrounds and such on pinterest):
image
Then , assuming you have an edit_prompt sorta similiar to 'place the character on image 1 on the background in image 2' , the output result from the SDNQ klein 4b edit model as a 1024x1024 square will be
image
//--//
This us the main task I intented of this SDNQ klein 4B version; to process foregrounds and backgrounds into 1024x1024 squares that can be used for lora training text to image models.