Failed to load versions. Head to the versions page to see all versions for this model.
You're looking at a specific version of this model. Jump to the model overview.
cloneofsimo /lora-training:b2a30876
Input
Run this model in Node.js with one line of code:
npm install replicate
REPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
import Replicate from "replicate";
const replicate = new Replicate({
auth: process.env.REPLICATE_API_TOKEN,
});
Run cloneofsimo/lora-training using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run(
"cloneofsimo/lora-training:b2a308762e36ac48d16bfadc03a65493fe6e799f429f7941639a6acec5b276cc",
{
input: {
task: "style",
resolution: 512,
instance_data: "https://replicate.delivery/pbxt/IFYJBZ8XoHFfXPkkk3ToCv2n2ccyJHjSo5avPWsXJqbwHs7N/pokemon.zip"
}
}
);
console.log(output);
To learn more, take a look at the guide on getting started with Node.js.
pip install replicate
REPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
import replicate
Run cloneofsimo/lora-training using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run(
"cloneofsimo/lora-training:b2a308762e36ac48d16bfadc03a65493fe6e799f429f7941639a6acec5b276cc",
input={
"task": "style",
"resolution": 512,
"instance_data": "https://replicate.delivery/pbxt/IFYJBZ8XoHFfXPkkk3ToCv2n2ccyJHjSo5avPWsXJqbwHs7N/pokemon.zip"
}
)
print(output)
To learn more, take a look at the guide on getting started with Python.
REPLICATE_API_TOKEN
environment variable:export REPLICATE_API_TOKEN=<paste-your-token-here>
Find your API token in your account settings.
Run cloneofsimo/lora-training using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
curl -s -X POST \
-H "Authorization: Bearer $REPLICATE_API_TOKEN" \
-H "Content-Type: application/json" \
-H "Prefer: wait" \
-d $'{
"version": "b2a308762e36ac48d16bfadc03a65493fe6e799f429f7941639a6acec5b276cc",
"input": {
"task": "style",
"resolution": 512,
"instance_data": "https://replicate.delivery/pbxt/IFYJBZ8XoHFfXPkkk3ToCv2n2ccyJHjSo5avPWsXJqbwHs7N/pokemon.zip"
}
}' \
https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
Add a payment method to run this model.
By signing in, you agree to our
terms of service and privacy policy
Output
{
"completed_at": "2023-02-03T13:52:13.753175Z",
"created_at": "2023-02-03T13:41:19.961930Z",
"data_removed": false,
"error": null,
"id": "gsn2nbdlazaepiaag6g46qqqoq",
"input": {
"task": "style",
"resolution": 512,
"instance_data": "https://replicate.delivery/pbxt/IFYJBZ8XoHFfXPkkk3ToCv2n2ccyJHjSo5avPWsXJqbwHs7N/pokemon.zip"
},
"logs": "Using seed: 25272\nPTI : Initializer Tokens not given, doing random inits\nPTI : Placeholder Tokens ['<s1>', '<s2>']\nPTI : Initializer Tokens ['<rand-0.017>', '<rand-0.017>']\nInitialized <s1> with random noise (sigma=0.017), empirically -0.000 +- 0.018\nNorm : 0.4884\nInitialized <s2> with random noise (sigma=0.017), empirically 0.001 +- 0.017\nNorm : 0.4750\n/root/.pyenv/versions/3.10.9/lib/python3.10/site-packages/diffusers/configuration_utils.py:195: FutureWarning: It is deprecated to pass a pretrained model name or path to `from_config`.If you were trying to load a scheduler, please use <class 'diffusers.schedulers.scheduling_ddpm.DDPMScheduler'>.from_pretrained(...) instead. Otherwise, please make sure to pass a configuration dictionary instead. This functionality will be removed in v1.0.0.\ndeprecate(\"config-passed-as-path\", \"1.0.0\", deprecation_message, standard_warn=False)\n0%| | 0/700 [00:00<?, ?it/s]\nSteps: 0%| | 0/700 [00:00<?, ?it/s]/root/.pyenv/versions/3.10.9/lib/python3.10/site-packages/PIL/Image.py:996: UserWarning: Palette images with Transparency expressed in bytes should be converted to RGBA images\nwarnings.warn(\na cool painting in the style of <s1><s2>\ntensor([[0.4902],\n[0.4755]], device='cuda:0')\nCurrent Norm : tensor([0.4812, 0.4680], device='cuda:0')\nSteps: 0%| | 1/700 [00:02<34:02, 2.92s/it]\na cropped painting in the style of <s1><s2>\nSteps: 0%| | 1/700 [00:02<34:02, 2.92s/it, loss=0.0264, lr=0.001]\nSteps: 0%| | 2/700 [00:03<15:38, 1.34s/it, loss=0.0264, lr=0.001]\na dark painting in the style of <s1><s2>\ntensor([[0.4819],\n[0.4692]], device='cuda:0')\nCurrent Norm : tensor([0.4738, 0.4623], device='cuda:0')\nSteps: 0%| | 2/700 [00:03<15:38, 1.34s/it, loss=0.0227, lr=0.001]\nSteps: 0%| | 3/700 [00:03<09:44, 1.19it/s, loss=0.0227, lr=0.001]\na weird painting in the style of <s1><s2>\nSteps: 0%| | 3/700 [00:03<09:44, 1.19it/s, loss=0.00307, lr=0.001]\nSteps: 1%| | 4/700 [00:03<07:01, 1.65it/s, loss=0.00307, lr=0.001]\na cool painting in the style of <s1><s2>\ntensor([[0.4743],\n[0.4631]], device='cuda:0')\nCurrent Norm : tensor([0.4668, 0.4568], device='cuda:0')\nSteps: 1%| | 4/700 [00:03<07:01, 1.65it/s, loss=0.0101, lr=0.001] \nSteps: 1%| | 5/700 [00:03<05:32, 2.09it/s, loss=0.0101, lr=0.001]\na close-up painting in the style of <s1><s2>\nSteps: 1%| | 5/700 [00:03<05:32, 2.09it/s, loss=0.0278, lr=0.001]\nSteps: 1%| | 6/700 [00:04<04:36, 2.51it/s, loss=0.0278, lr=0.001]\na dirty painting in the style of <s1><s2>\ntensor([[0.4674],\n[0.4578]], device='cuda:0')\nCurrent Norm : tensor([0.4606, 0.4520], device='cuda:0')\nSteps: 1%| | 6/700 [00:04<04:36, 2.51it/s, loss=0.0103, lr=0.001]\nSteps: 1%| | 7/700 [00:04<04:01, 2.87it/s, loss=0.0103, lr=0.001]\na rendition in the style of <s1><s2>\nSteps: 1%| | 7/700 [00:04<04:01, 2.87it/s, loss=0.00917, lr=0.001]\nSteps: 1%| | 8/700 [00:04<03:37, 3.18it/s, loss=0.00917, lr=0.001]\na large painting in the style of <s1><s2>\ntensor([[0.4613],\n[0.4531]], device='cuda:0')\nCurrent Norm : tensor([0.4552, 0.4478], device='cuda:0')\nSteps: 1%| | 8/700 [00:04<03:37, 3.18it/s, loss=0.155, lr=0.001] \nSteps: 1%|▏ | 9/700 [00:04<03:23, 3.40it/s, loss=0.155, lr=0.001]\na close-up painting in the style of <s1><s2>\nSteps: 1%|▏ | 9/700 [00:04<03:23, 3.40it/s, loss=0.00363, lr=0.001]\nSteps: 1%|▏ | 10/700 [00:05<03:09, 3.64it/s, loss=0.00363, lr=0.001]\na small painting in the style of <s1><s2>\ntensor([[0.4561],\n[0.4490]], device='cuda:0')\nCurrent Norm : tensor([0.4505, 0.4441], device='cuda:0')\nSteps: 1%|▏ | 10/700 [00:05<03:09, 3.64it/s, loss=0.00109, lr=0.001]\nSteps: 2%|▏ | 11/700 [00:05<03:03, 3.75it/s, loss=0.00109, lr=0.001]\nthe painting in the style of <s1><s2>\nSteps: 2%|▏ | 11/700 [00:05<03:03, 3.75it/s, loss=0.035, lr=0.001] \nSteps: 2%|▏ | 12/700 [00:05<02:55, 3.91it/s, loss=0.035, lr=0.001]\na cropped painting in the style of <s1><s2>\ntensor([[0.4514],\n[0.4454]], device='cuda:0')\nCurrent Norm : tensor([0.4462, 0.4409], device='cuda:0')\nSteps: 2%|▏ | 12/700 [00:05<02:55, 3.91it/s, loss=0.0527, lr=0.001]\nSteps: 2%|▏ | 13/700 [00:05<02:53, 3.97it/s, loss=0.0527, lr=0.001]\na rendering in the style of <s1><s2>\nSteps: 2%|▏ | 13/700 [00:05<02:53, 3.97it/s, loss=0.0116, lr=0.001]\nSteps: 2%|▏ | 14/700 [00:06<02:51, 4.01it/s, loss=0.0116, lr=0.001]\na clean painting in the style of <s1><s2>\ntensor([[0.4471],\n[0.4422]], device='cuda:0')\nCurrent Norm : tensor([0.4424, 0.4380], device='cuda:0')\nSteps: 2%|▏ | 14/700 [00:06<02:51, 4.01it/s, loss=0.00755, lr=0.001]\nSteps: 2%|▏ | 15/700 [00:06<02:48, 4.07it/s, loss=0.00755, lr=0.001]\na painting in the style of <s1><s2>\nSteps: 2%|▏ | 15/700 [00:06<02:48, 4.07it/s, loss=0.00863, lr=0.001]\nSteps: 2%|▏ | 16/700 [00:06<02:47, 4.08it/s, loss=0.00863, lr=0.001]\na good painting in the style of <s1><s2>\ntensor([[0.4432],\n[0.4393]], device='cuda:0')\nCurrent Norm : tensor([0.4389, 0.4354], device='cuda:0')\nSteps: 2%|▏ | 16/700 [00:06<02:47, 4.08it/s, loss=0.0247, lr=0.001] \nSteps: 2%|▏ | 17/700 [00:06<02:46, 4.09it/s, loss=0.0247, lr=0.001]\na cropped painting in the style of <s1><s2>\nSteps: 2%|▏ | 17/700 [00:06<02:46, 4.09it/s, loss=0.00981, lr=0.001]\nSteps: 3%|▎ | 18/700 [00:07<02:46, 4.09it/s, loss=0.00981, lr=0.001]\nthe painting in the style of <s1><s2>\ntensor([[0.4399],\n[0.4367]], device='cuda:0')\nCurrent Norm : tensor([0.4359, 0.4330], device='cuda:0')\nSteps: 3%|▎ | 18/700 [00:07<02:46, 4.09it/s, loss=0.00963, lr=0.001]\nSteps: 3%|▎ | 19/700 [00:07<02:48, 4.05it/s, loss=0.00963, lr=0.001]\na large painting in the style of <s1><s2>\nSteps: 3%|▎ | 19/700 [00:07<02:48, 4.05it/s, loss=0.0681, lr=0.001] \nSteps: 3%|▎ | 20/700 [00:07<02:44, 4.13it/s, loss=0.0681, lr=0.001]\na small painting in the style of <s1><s2>\ntensor([[0.4370],\n[0.4343]], device='cuda:0')\nCurrent Norm : tensor([0.4333, 0.4308], device='cuda:0')\nSteps: 3%|▎ | 20/700 [00:07<02:44, 4.13it/s, loss=0.0431, lr=0.001]\nSteps: 3%|▎ | 21/700 [00:07<02:46, 4.08it/s, loss=0.0431, lr=0.001]\na clean painting in the style of <s1><s2>\nSteps: 3%|▎ | 21/700 [00:07<02:46, 4.08it/s, loss=0.016, lr=0.001] \nSteps: 3%|▎ | 22/700 [00:08<02:45, 4.09it/s, loss=0.016, lr=0.001]\na large painting in the style of <s1><s2>\ntensor([[0.4344],\n[0.4322]], device='cuda:0')\nCurrent Norm : tensor([0.4309, 0.4289], device='cuda:0')\nSteps: 3%|▎ | 22/700 [00:08<02:45, 4.09it/s, loss=0.0254, lr=0.001]\nSteps: 3%|▎ | 23/700 [00:08<02:46, 4.07it/s, loss=0.0254, lr=0.001]\na rendering in the style of <s1><s2>\nSteps: 3%|▎ | 23/700 [00:08<02:46, 4.07it/s, loss=0.00438, lr=0.001]\nSteps: 3%|▎ | 24/700 [00:08<02:43, 4.13it/s, loss=0.00438, lr=0.001]\na small painting in the style of <s1><s2>\ntensor([[0.4321],\n[0.4303]], device='cuda:0')\nCurrent Norm : tensor([0.4289, 0.4272], device='cuda:0')\nSteps: 3%|▎ | 24/700 [00:08<02:43, 4.13it/s, loss=0.00727, lr=0.001]\nSteps: 4%|▎ | 25/700 [00:08<02:44, 4.09it/s, loss=0.00727, lr=0.001]\na rendering in the style of <s1><s2>\nSteps: 4%|▎ | 25/700 [00:08<02:44, 4.09it/s, loss=0.0646, lr=0.001] \nSteps: 4%|▎ | 26/700 [00:08<02:43, 4.12it/s, loss=0.0646, lr=0.001]\na dirty painting in the style of <s1><s2>\ntensor([[0.4302],\n[0.4285]], device='cuda:0')\nCurrent Norm : tensor([0.4271, 0.4256], device='cuda:0')\nSteps: 4%|▎ | 26/700 [00:08<02:43, 4.12it/s, loss=0.00272, lr=0.001]\nSteps: 4%|▍ | 27/700 [00:09<02:44, 4.09it/s, loss=0.00272, lr=0.001]\na nice painting in the style of <s1><s2>\nSteps: 4%|▍ | 27/700 [00:09<02:44, 4.09it/s, loss=0.0114, lr=0.001] \nSteps: 4%|▍ | 28/700 [00:09<02:43, 4.10it/s, loss=0.0114, lr=0.001]\na cool painting in the style of <s1><s2>\ntensor([[0.4285],\n[0.4269]], device='cuda:0')\nCurrent Norm : tensor([0.4256, 0.4242], device='cuda:0')\nSteps: 4%|▍ | 28/700 [00:09<02:43, 4.10it/s, loss=0.0209, lr=0.001]\nSteps: 4%|▍ | 29/700 [00:09<02:45, 4.06it/s, loss=0.0209, lr=0.001]\na bright painting in the style of <s1><s2>\nSteps: 4%|▍ | 29/700 [00:09<02:45, 4.06it/s, loss=0.0116, lr=0.001]\nSteps: 4%|▍ | 30/700 [00:09<02:43, 4.10it/s, loss=0.0116, lr=0.001]\nthe painting in the style of <s1><s2>\ntensor([[0.4271],\n[0.4255]], device='cuda:0')\nCurrent Norm : tensor([0.4244, 0.4229], device='cuda:0')\nSteps: 4%|▍ | 30/700 [00:09<02:43, 4.10it/s, loss=0.00181, lr=0.001]\nSteps: 4%|▍ | 31/700 [00:10<02:41, 4.14it/s, loss=0.00181, lr=0.001]\na painting in the style of <s1><s2>\nSteps: 4%|▍ | 31/700 [00:10<02:41, 4.14it/s, loss=0.00399, lr=0.001]\nSteps: 5%|▍ | 32/700 [00:10<02:38, 4.20it/s, loss=0.00399, lr=0.001]\nthe painting in the style of <s1><s2>\ntensor([[0.4258],\n[0.4241]], device='cuda:0')\nCurrent Norm : tensor([0.4232, 0.4217], device='cuda:0')\nSteps: 5%|▍ | 32/700 [00:10<02:38, 4.20it/s, loss=0.16, lr=0.001] \nSteps: 5%|▍ | 33/700 [00:10<02:41, 4.14it/s, loss=0.16, lr=0.001]\na clean painting in the style of <s1><s2>\nSteps: 5%|▍ | 33/700 [00:10<02:41, 4.14it/s, loss=0.0389, lr=0.001]\nSteps: 5%|▍ | 34/700 [00:10<02:41, 4.13it/s, loss=0.0389, lr=0.001]\na rendering in the style of <s1><s2>\ntensor([[0.4245],\n[0.4229]], device='cuda:0')\nCurrent Norm : tensor([0.4220, 0.4206], device='cuda:0')\nSteps: 5%|▍ | 34/700 [00:10<02:41, 4.13it/s, loss=0.038, lr=0.001] \nSteps: 5%|▌ | 35/700 [00:11<02:42, 4.08it/s, loss=0.038, lr=0.001]\na good painting in the style of <s1><s2>\nSteps: 5%|▌ | 35/700 [00:11<02:42, 4.08it/s, loss=0.0212, lr=0.001]\nSteps: 5%|▌ | 36/700 [00:11<02:42, 4.10it/s, loss=0.0212, lr=0.001]\na close-up painting in the style of <s1><s2>\ntensor([[0.4233],\n[0.4218]], device='cuda:0')\nCurrent Norm : tensor([0.4210, 0.4196], device='cuda:0')\nSteps: 5%|▌ | 36/700 [00:11<02:42, 4.10it/s, loss=0.0182, lr=0.001]\nSteps: 5%|▌ | 37/700 [00:11<02:41, 4.11it/s, loss=0.0182, lr=0.001]\na nice painting in the style of <s1><s2>\nSteps: 5%|▌ | 37/700 [00:11<02:41, 4.11it/s, loss=0.00871, lr=0.001]\nSteps: 5%|▌ | 38/700 [00:11<02:39, 4.16it/s, loss=0.00871, lr=0.001]\na cropped painting in the style of <s1><s2>\ntensor([[0.4224],\n[0.4207]], device='cuda:0')\nCurrent Norm : tensor([0.4201, 0.4187], device='cuda:0')\nSteps: 5%|▌ | 38/700 [00:11<02:39, 4.16it/s, loss=0.0073, lr=0.001] \nSteps: 6%|▌ | 39/700 [00:12<02:41, 4.10it/s, loss=0.0073, lr=0.001]\na cool painting in the style of <s1><s2>\nSteps: 6%|▌ | 39/700 [00:12<02:41, 4.10it/s, loss=0.11, lr=0.001] \nSteps: 6%|▌ | 40/700 [00:12<02:37, 4.18it/s, loss=0.11, lr=0.001]\na bright painting in the style of <s1><s2>\ntensor([[0.4216],\n[0.4198]], device='cuda:0')\nCurrent Norm : tensor([0.4194, 0.4178], device='cuda:0')\nSteps: 6%|▌ | 40/700 [00:12<02:37, 4.18it/s, loss=0.00168, lr=0.001]\nSteps: 6%|▌ | 41/700 [00:12<02:36, 4.21it/s, loss=0.00168, lr=0.001]\na weird painting in the style of <s1><s2>\nSteps: 6%|▌ | 41/700 [00:12<02:36, 4.21it/s, loss=0.0495, lr=0.001] \nSteps: 6%|▌ | 42/700 [00:12<02:37, 4.18it/s, loss=0.0495, lr=0.001]\nthe painting in the style of <s1><s2>\ntensor([[0.4209],\n[0.4189]], device='cuda:0')\nCurrent Norm : tensor([0.4188, 0.4170], device='cuda:0')\nSteps: 6%|▌ | 42/700 [00:12<02:37, 4.18it/s, loss=0.0493, lr=0.001]\nSteps: 6%|▌ | 43/700 [00:13<02:39, 4.12it/s, loss=0.0493, lr=0.001]\na clean painting in the style of <s1><s2>\nSteps: 6%|▌ | 43/700 [00:13<02:39, 4.12it/s, loss=0.0259, lr=0.001]\nSteps: 6%|▋ | 44/700 [00:13<02:37, 4.16it/s, loss=0.0259, lr=0.001]\na dirty painting in the style of <s1><s2>\ntensor([[0.4204],\n[0.4181]], device='cuda:0')\nCurrent Norm : tensor([0.4183, 0.4163], device='cuda:0')\nSteps: 6%|▋ | 44/700 [00:13<02:37, 4.16it/s, loss=0.02, lr=0.001] \nSteps: 6%|▋ | 45/700 [00:13<02:39, 4.11it/s, loss=0.02, lr=0.001]\na bright painting in the style of <s1><s2>\nSteps: 6%|▋ | 45/700 [00:13<02:39, 4.11it/s, loss=0.0309, lr=0.001]\nSteps: 7%|▋ | 46/700 [00:13<02:38, 4.11it/s, loss=0.0309, lr=0.001]\na weird painting in the style of <s1><s2>\ntensor([[0.4199],\n[0.4173]], device='cuda:0')\nCurrent Norm : tensor([0.4179, 0.4156], device='cuda:0')\nSteps: 7%|▋ | 46/700 [00:13<02:38, 4.11it/s, loss=0.0357, lr=0.001]\nSteps: 7%|▋ | 47/700 [00:14<02:38, 4.12it/s, loss=0.0357, lr=0.001]\na bright painting in the style of <s1><s2>\nSteps: 7%|▋ | 47/700 [00:14<02:38, 4.12it/s, loss=0.155, lr=0.001] \nSteps: 7%|▋ | 48/700 [00:14<02:37, 4.13it/s, loss=0.155, lr=0.001]\na large painting in the style of <s1><s2>\ntensor([[0.4195],\n[0.4167]], device='cuda:0')\nCurrent Norm : tensor([0.4175, 0.4150], device='cuda:0')\nSteps: 7%|▋ | 48/700 [00:14<02:37, 4.13it/s, loss=0.0106, lr=0.001]\nSteps: 7%|▋ | 49/700 [00:14<02:37, 4.14it/s, loss=0.0106, lr=0.001]\na picture in the style of <s1><s2>\nSteps: 7%|▋ | 49/700 [00:14<02:37, 4.14it/s, loss=0.0272, lr=0.001]\nSteps: 7%|▋ | 50/700 [00:14<02:35, 4.18it/s, loss=0.0272, lr=0.001]\na close-up painting in the style of <s1><s2>\ntensor([[0.4191],\n[0.4161]], device='cuda:0')\nCurrent Norm : tensor([0.4172, 0.4145], device='cuda:0')\nSteps: 7%|▋ | 50/700 [00:14<02:35, 4.18it/s, loss=0.0393, lr=0.001]\nSteps: 7%|▋ | 51/700 [00:15<02:36, 4.16it/s, loss=0.0393, lr=0.001]\na large painting in the style of <s1><s2>\nSteps: 7%|▋ | 51/700 [00:15<02:36, 4.16it/s, loss=0.0426, lr=0.001]\nSteps: 7%|▋ | 52/700 [00:15<02:35, 4.16it/s, loss=0.0426, lr=0.001]\na dirty painting in the style of <s1><s2>\ntensor([[0.4187],\n[0.4155]], device='cuda:0')\nCurrent Norm : tensor([0.4169, 0.4140], device='cuda:0')\nSteps: 7%|▋ | 52/700 [00:15<02:35, 4.16it/s, loss=0.0422, lr=0.001]\nSteps: 8%|▊ | 53/700 [00:15<02:37, 4.10it/s, loss=0.0422, lr=0.001]\na small painting in the style of <s1><s2>\nSteps: 8%|▊ | 53/700 [00:15<02:37, 4.10it/s, loss=0.0022, lr=0.001]\nSteps: 8%|▊ | 54/700 [00:15<02:37, 4.09it/s, loss=0.0022, lr=0.001]\na weird painting in the style of <s1><s2>\ntensor([[0.4184],\n[0.4150]], device='cuda:0')\nCurrent Norm : tensor([0.4165, 0.4135], device='cuda:0')\nSteps: 8%|▊ | 54/700 [00:15<02:37, 4.09it/s, loss=0.00836, lr=0.001]\nSteps: 8%|▊ | 55/700 [00:16<02:39, 4.05it/s, loss=0.00836, lr=0.001]\na rendition in the style of <s1><s2>\nSteps: 8%|▊ | 55/700 [00:16<02:39, 4.05it/s, loss=0.00344, lr=0.001]\nSteps: 8%|▊ | 56/700 [00:16<02:36, 4.12it/s, loss=0.00344, lr=0.001]\na good painting in the style of <s1><s2>\ntensor([[0.4180],\n[0.4145]], device='cuda:0')\nCurrent Norm : tensor([0.4162, 0.4131], device='cuda:0')\nSteps: 8%|▊ | 56/700 [00:16<02:36, 4.12it/s, loss=0.00544, lr=0.001]\nSteps: 8%|▊ | 57/700 [00:16<02:34, 4.15it/s, loss=0.00544, lr=0.001]\na weird painting in the style of <s1><s2>\nSteps: 8%|▊ | 57/700 [00:16<02:34, 4.15it/s, loss=0.00138, lr=0.001]\nSteps: 8%|▊ | 58/700 [00:16<02:35, 4.14it/s, loss=0.00138, lr=0.001]\nthe painting in the style of <s1><s2>\ntensor([[0.4176],\n[0.4141]], device='cuda:0')\nCurrent Norm : tensor([0.4158, 0.4126], device='cuda:0')\nSteps: 8%|▊ | 58/700 [00:16<02:35, 4.14it/s, loss=0.025, lr=0.001] \nSteps: 8%|▊ | 59/700 [00:16<02:36, 4.08it/s, loss=0.025, lr=0.001]\na cropped painting in the style of <s1><s2>\nSteps: 8%|▊ | 59/700 [00:16<02:36, 4.08it/s, loss=0.0437, lr=0.001]\nSteps: 9%|▊ | 60/700 [00:17<02:33, 4.16it/s, loss=0.0437, lr=0.001]\na close-up painting in the style of <s1><s2>\ntensor([[0.4171],\n[0.4136]], device='cuda:0')\nCurrent Norm : tensor([0.4154, 0.4122], device='cuda:0')\nSteps: 9%|▊ | 60/700 [00:17<02:33, 4.16it/s, loss=0.144, lr=0.001] \nSteps: 9%|▊ | 61/700 [00:17<02:35, 4.11it/s, loss=0.144, lr=0.001]\na bright painting in the style of <s1><s2>\nSteps: 9%|▊ | 61/700 [00:17<02:35, 4.11it/s, loss=0.037, lr=0.001]\nSteps: 9%|▉ | 62/700 [00:17<02:33, 4.16it/s, loss=0.037, lr=0.001]\na dirty painting in the style of <s1><s2>\ntensor([[0.4167],\n[0.4132]], device='cuda:0')\nCurrent Norm : tensor([0.4150, 0.4119], device='cuda:0')\nSteps: 9%|▉ | 62/700 [00:17<02:33, 4.16it/s, loss=0.00132, lr=0.001]\nSteps: 9%|▉ | 63/700 [00:17<02:34, 4.11it/s, loss=0.00132, lr=0.001]\na dirty painting in the style of <s1><s2>\nSteps: 9%|▉ | 63/700 [00:17<02:34, 4.11it/s, loss=0.00719, lr=0.001]\nSteps: 9%|▉ | 64/700 [00:18<02:34, 4.12it/s, loss=0.00719, lr=0.001]\na cropped painting in the style of <s1><s2>\ntensor([[0.4163],\n[0.4128]], device='cuda:0')\nCurrent Norm : tensor([0.4146, 0.4115], device='cuda:0')\nSteps: 9%|▉ | 64/700 [00:18<02:34, 4.12it/s, loss=0.0519, lr=0.001] \nSteps: 9%|▉ | 65/700 [00:18<02:33, 4.14it/s, loss=0.0519, lr=0.001]\na picture in the style of <s1><s2>\nSteps: 9%|▉ | 65/700 [00:18<02:33, 4.14it/s, loss=0.00584, lr=0.001]\nSteps: 9%|▉ | 66/700 [00:18<02:33, 4.12it/s, loss=0.00584, lr=0.001]\na rendering in the style of <s1><s2>\ntensor([[0.4158],\n[0.4124]], device='cuda:0')\nCurrent Norm : tensor([0.4142, 0.4112], device='cuda:0')\nSteps: 9%|▉ | 66/700 [00:18<02:33, 4.12it/s, loss=0.0267, lr=0.001] \nSteps: 10%|▉ | 67/700 [00:18<02:34, 4.09it/s, loss=0.0267, lr=0.001]\na picture in the style of <s1><s2>\nSteps: 10%|▉ | 67/700 [00:18<02:34, 4.09it/s, loss=0.0579, lr=0.001]\nSteps: 10%|▉ | 68/700 [00:19<02:31, 4.17it/s, loss=0.0579, lr=0.001]\na rendering in the style of <s1><s2>\ntensor([[0.4152],\n[0.4121]], device='cuda:0')\nCurrent Norm : tensor([0.4137, 0.4109], device='cuda:0')\nSteps: 10%|▉ | 68/700 [00:19<02:31, 4.17it/s, loss=0.1, lr=0.001] \nSteps: 10%|▉ | 69/700 [00:19<02:30, 4.19it/s, loss=0.1, lr=0.001]\na painting in the style of <s1><s2>\nSteps: 10%|▉ | 69/700 [00:19<02:30, 4.19it/s, loss=0.0393, lr=0.001]\nSteps: 10%|█ | 70/700 [00:19<02:31, 4.16it/s, loss=0.0393, lr=0.001]\na close-up painting in the style of <s1><s2>\ntensor([[0.4147],\n[0.4118]], device='cuda:0')\nCurrent Norm : tensor([0.4133, 0.4106], device='cuda:0')\nSteps: 10%|█ | 70/700 [00:19<02:31, 4.16it/s, loss=0.0325, lr=0.001]\nSteps: 10%|█ | 71/700 [00:19<02:30, 4.17it/s, loss=0.0325, lr=0.001]\na bright painting in the style of <s1><s2>\nSteps: 10%|█ | 71/700 [00:19<02:30, 4.17it/s, loss=0.0111, lr=0.001]\nSteps: 10%|█ | 72/700 [00:20<02:31, 4.16it/s, loss=0.0111, lr=0.001]\na dirty painting in the style of <s1><s2>\ntensor([[0.4144],\n[0.4116]], device='cuda:0')\nCurrent Norm : tensor([0.4129, 0.4104], device='cuda:0')\nSteps: 10%|█ | 72/700 [00:20<02:31, 4.16it/s, loss=0.0336, lr=0.001]\nSteps: 10%|█ | 73/700 [00:20<02:32, 4.10it/s, loss=0.0336, lr=0.001]\na large painting in the style of <s1><s2>\nSteps: 10%|█ | 73/700 [00:20<02:32, 4.10it/s, loss=0.00311, lr=0.001]\nSteps: 11%|█ | 74/700 [00:20<02:29, 4.17it/s, loss=0.00311, lr=0.001]\nthe painting in the style of <s1><s2>\ntensor([[0.4140],\n[0.4114]], device='cuda:0')\nCurrent Norm : tensor([0.4126, 0.4103], device='cuda:0')\nSteps: 11%|█ | 74/700 [00:20<02:29, 4.17it/s, loss=0.0527, lr=0.001] \nSteps: 11%|█ | 75/700 [00:20<02:31, 4.12it/s, loss=0.0527, lr=0.001]\na dark painting in the style of <s1><s2>\nSteps: 11%|█ | 75/700 [00:20<02:31, 4.12it/s, loss=0.0186, lr=0.001]\nSteps: 11%|█ | 76/700 [00:21<02:31, 4.13it/s, loss=0.0186, lr=0.001]\na clean painting in the style of <s1><s2>\ntensor([[0.4137],\n[0.4112]], device='cuda:0')\nCurrent Norm : tensor([0.4123, 0.4101], device='cuda:0')\nSteps: 11%|█ | 76/700 [00:21<02:31, 4.13it/s, loss=0.0371, lr=0.001]\nSteps: 11%|█ | 77/700 [00:21<02:32, 4.10it/s, loss=0.0371, lr=0.001]\na picture in the style of <s1><s2>\nSteps: 11%|█ | 77/700 [00:21<02:32, 4.10it/s, loss=0.0972, lr=0.001]\nSteps: 11%|█ | 78/700 [00:21<02:31, 4.11it/s, loss=0.0972, lr=0.001]\na weird painting in the style of <s1><s2>\ntensor([[0.4133],\n[0.4109]], device='cuda:0')\nCurrent Norm : tensor([0.4119, 0.4099], device='cuda:0')\nSteps: 11%|█ | 78/700 [00:21<02:31, 4.11it/s, loss=0.00848, lr=0.001]\nSteps: 11%|█▏ | 79/700 [00:21<02:30, 4.14it/s, loss=0.00848, lr=0.001]\na painting in the style of <s1><s2>\nSteps: 11%|█▏ | 79/700 [00:21<02:30, 4.14it/s, loss=0.0327, lr=0.001] \nSteps: 11%|█▏ | 80/700 [00:22<02:29, 4.14it/s, loss=0.0327, lr=0.001]\na painting in the style of <s1><s2>\ntensor([[0.4129],\n[0.4107]], device='cuda:0')\nCurrent Norm : tensor([0.4116, 0.4097], device='cuda:0')\nSteps: 11%|█▏ | 80/700 [00:22<02:29, 4.14it/s, loss=0.00215, lr=0.001]\nSteps: 12%|█▏ | 81/700 [00:22<02:29, 4.14it/s, loss=0.00215, lr=0.001]\na dark painting in the style of <s1><s2>\nSteps: 12%|█▏ | 81/700 [00:22<02:29, 4.14it/s, loss=0.052, lr=0.001] \nSteps: 12%|█▏ | 82/700 [00:22<02:28, 4.15it/s, loss=0.052, lr=0.001]\na cropped painting in the style of <s1><s2>\ntensor([[0.4127],\n[0.4105]], device='cuda:0')\nCurrent Norm : tensor([0.4114, 0.4095], device='cuda:0')\nSteps: 12%|█▏ | 82/700 [00:22<02:28, 4.15it/s, loss=0.043, lr=0.001]\nSteps: 12%|█▏ | 83/700 [00:22<02:28, 4.15it/s, loss=0.043, lr=0.001]\na cropped painting in the style of <s1><s2>\nSteps: 12%|█▏ | 83/700 [00:22<02:28, 4.15it/s, loss=0.00834, lr=0.001]\nSteps: 12%|█▏ | 84/700 [00:23<02:28, 4.14it/s, loss=0.00834, lr=0.001]\na painting in the style of <s1><s2>\ntensor([[0.4125],\n[0.4103]], device='cuda:0')\nCurrent Norm : tensor([0.4113, 0.4093], device='cuda:0')\nSteps: 12%|█▏ | 84/700 [00:23<02:28, 4.14it/s, loss=0.0242, lr=0.001] \nSteps: 12%|█▏ | 85/700 [00:23<02:29, 4.10it/s, loss=0.0242, lr=0.001]\na painting in the style of <s1><s2>\nSteps: 12%|█▏ | 85/700 [00:23<02:29, 4.10it/s, loss=0.0225, lr=0.001]\nSteps: 12%|█▏ | 86/700 [00:23<02:27, 4.16it/s, loss=0.0225, lr=0.001]\na rendition in the style of <s1><s2>\ntensor([[0.4124],\n[0.4101]], device='cuda:0')\nCurrent Norm : tensor([0.4111, 0.4091], device='cuda:0')\nSteps: 12%|█▏ | 86/700 [00:23<02:27, 4.16it/s, loss=0.00124, lr=0.001]\nSteps: 12%|█▏ | 87/700 [00:23<02:29, 4.10it/s, loss=0.00124, lr=0.001]\na close-up painting in the style of <s1><s2>\nSteps: 12%|█▏ | 87/700 [00:23<02:29, 4.10it/s, loss=0.0223, lr=0.001] \nSteps: 13%|█▎ | 88/700 [00:24<02:28, 4.11it/s, loss=0.0223, lr=0.001]\na cropped painting in the style of <s1><s2>\ntensor([[0.4122],\n[0.4099]], device='cuda:0')\nCurrent Norm : tensor([0.4110, 0.4089], device='cuda:0')\nSteps: 13%|█▎ | 88/700 [00:24<02:28, 4.11it/s, loss=0.0189, lr=0.001]\nSteps: 13%|█▎ | 89/700 [00:24<02:29, 4.08it/s, loss=0.0189, lr=0.001]\na large painting in the style of <s1><s2>\nSteps: 13%|█▎ | 89/700 [00:24<02:29, 4.08it/s, loss=0.00437, lr=0.001]\nSteps: 13%|█▎ | 90/700 [00:24<02:29, 4.08it/s, loss=0.00437, lr=0.001]\na cool painting in the style of <s1><s2>\ntensor([[0.4122],\n[0.4097]], device='cuda:0')\nCurrent Norm : tensor([0.4109, 0.4088], device='cuda:0')\nSteps: 13%|█▎ | 90/700 [00:24<02:29, 4.08it/s, loss=0.00211, lr=0.001]\nSteps: 13%|█▎ | 91/700 [00:24<02:30, 4.05it/s, loss=0.00211, lr=0.001]\na large painting in the style of <s1><s2>\nSteps: 13%|█▎ | 91/700 [00:24<02:30, 4.05it/s, loss=0.00151, lr=0.001]\nSteps: 13%|█▎ | 92/700 [00:24<02:29, 4.06it/s, loss=0.00151, lr=0.001]\na clean painting in the style of <s1><s2>\ntensor([[0.4121],\n[0.4096]], device='cuda:0')\nCurrent Norm : tensor([0.4109, 0.4086], device='cuda:0')\nSteps: 13%|█▎ | 92/700 [00:24<02:29, 4.06it/s, loss=0.0218, lr=0.001] \nSteps: 13%|█▎ | 93/700 [00:25<02:28, 4.09it/s, loss=0.0218, lr=0.001]\na clean painting in the style of <s1><s2>\nSteps: 13%|█▎ | 93/700 [00:25<02:28, 4.09it/s, loss=0.0547, lr=0.001]\nSteps: 13%|█▎ | 94/700 [00:25<02:25, 4.16it/s, loss=0.0547, lr=0.001]\na rendition in the style of <s1><s2>\ntensor([[0.4119],\n[0.4094]], device='cuda:0')\nCurrent Norm : tensor([0.4107, 0.4085], device='cuda:0')\nSteps: 13%|█▎ | 94/700 [00:25<02:25, 4.16it/s, loss=0.0151, lr=0.001]\nSteps: 14%|█▎ | 95/700 [00:25<02:27, 4.09it/s, loss=0.0151, lr=0.001]\na cropped painting in the style of <s1><s2>\nSteps: 14%|█▎ | 95/700 [00:25<02:27, 4.09it/s, loss=0.0173, lr=0.001]\nSteps: 14%|█▎ | 96/700 [00:25<02:27, 4.09it/s, loss=0.0173, lr=0.001]\na rendition in the style of <s1><s2>\ntensor([[0.4118],\n[0.4092]], device='cuda:0')\nCurrent Norm : tensor([0.4106, 0.4083], device='cuda:0')\nSteps: 14%|█▎ | 96/700 [00:25<02:27, 4.09it/s, loss=0.000843, lr=0.001]\nSteps: 14%|█▍ | 97/700 [00:26<02:28, 4.07it/s, loss=0.000843, lr=0.001]\na large painting in the style of <s1><s2>\nSteps: 14%|█▍ | 97/700 [00:26<02:28, 4.07it/s, loss=0.0303, lr=0.001] \nSteps: 14%|█▍ | 98/700 [00:26<02:25, 4.13it/s, loss=0.0303, lr=0.001]\na dark painting in the style of <s1><s2>\ntensor([[0.4117],\n[0.4090]], device='cuda:0')\nCurrent Norm : tensor([0.4106, 0.4081], device='cuda:0')\nSteps: 14%|█▍ | 98/700 [00:26<02:25, 4.13it/s, loss=0.0126, lr=0.001]\nSteps: 14%|█▍ | 99/700 [00:26<02:26, 4.11it/s, loss=0.0126, lr=0.001]\na cropped painting in the style of <s1><s2>\nSteps: 14%|█▍ | 99/700 [00:26<02:26, 4.11it/s, loss=0.00471, lr=0.001]\nSteps: 14%|█▍ | 100/700 [00:26<02:23, 4.19it/s, loss=0.00471, lr=0.001]\nCurrent Learned Embeddings for <s1>:, id 49408 tensor([ 0.0301, -0.0004, -0.0022, 0.0064], device='cuda:0',\ngrad_fn=<SliceBackward0>)\nCurrent Learned Embeddings for <s2>:, id 49409 tensor([ 0.0204, 0.0126, -0.0193, 0.0041], device='cuda:0',\ngrad_fn=<SliceBackward0>)\nSaving weights to checkpoints/step_inv_100.safetensors\na nice painting in the style of <s1><s2>\ntensor([[0.4117],\n[0.4089]], device='cuda:0')\nCurrent Norm : tensor([0.4106, 0.4080], device='cuda:0')\nSteps: 14%|█▍ | 100/700 [00:26<02:23, 4.19it/s, loss=0.00423, lr=0.001]\nSteps: 14%|█▍ | 101/700 [00:27<02:25, 4.12it/s, loss=0.00423, lr=0.001]\na close-up painting in the style of <s1><s2>\nSteps: 14%|█▍ | 101/700 [00:27<02:25, 4.12it/s, loss=0.00781, lr=0.001]\nSteps: 15%|█▍ | 102/700 [00:27<02:24, 4.13it/s, loss=0.00781, lr=0.001]\na clean painting in the style of <s1><s2>\ntensor([[0.4117],\n[0.4087]], device='cuda:0')\nCurrent Norm : tensor([0.4105, 0.4078], device='cuda:0')\nSteps: 15%|█▍ | 102/700 [00:27<02:24, 4.13it/s, loss=0.00255, lr=0.001]\nSteps: 15%|█▍ | 103/700 [00:27<02:26, 4.07it/s, loss=0.00255, lr=0.001]\na cropped painting in the style of <s1><s2>\nSteps: 15%|█▍ | 103/700 [00:27<02:26, 4.07it/s, loss=0.0672, lr=0.001] \nSteps: 15%|█▍ | 104/700 [00:27<02:26, 4.08it/s, loss=0.0672, lr=0.001]\na rendition in the style of <s1><s2>\ntensor([[0.4118],\n[0.4085]], device='cuda:0')\nCurrent Norm : tensor([0.4106, 0.4077], device='cuda:0')\nSteps: 15%|█▍ | 104/700 [00:27<02:26, 4.08it/s, loss=0.0156, lr=0.001]\nSteps: 15%|█▌ | 105/700 [00:28<02:26, 4.06it/s, loss=0.0156, lr=0.001]\na small painting in the style of <s1><s2>\nSteps: 15%|█▌ | 105/700 [00:28<02:26, 4.06it/s, loss=0.0182, lr=0.001]\nSteps: 15%|█▌ | 106/700 [00:28<02:23, 4.14it/s, loss=0.0182, lr=0.001]\na rendering in the style of <s1><s2>\ntensor([[0.4119],\n[0.4084]], device='cuda:0')\nCurrent Norm : tensor([0.4107, 0.4076], device='cuda:0')\nSteps: 15%|█▌ | 106/700 [00:28<02:23, 4.14it/s, loss=0.0185, lr=0.001]\nSteps: 15%|█▌ | 107/700 [00:28<02:24, 4.09it/s, loss=0.0185, lr=0.001]\na close-up painting in the style of <s1><s2>\nSteps: 15%|█▌ | 107/700 [00:28<02:24, 4.09it/s, loss=0.00145, lr=0.001]\nSteps: 15%|█▌ | 108/700 [00:28<02:24, 4.10it/s, loss=0.00145, lr=0.001]\na good painting in the style of <s1><s2>\ntensor([[0.4120],\n[0.4084]], device='cuda:0')\nCurrent Norm : tensor([0.4108, 0.4075], device='cuda:0')\nSteps: 15%|█▌ | 108/700 [00:28<02:24, 4.10it/s, loss=0.0106, lr=0.001] \nSteps: 16%|█▌ | 109/700 [00:29<02:23, 4.12it/s, loss=0.0106, lr=0.001]\na rendition in the style of <s1><s2>\nSteps: 16%|█▌ | 109/700 [00:29<02:23, 4.12it/s, loss=0.0407, lr=0.001]\nSteps: 16%|█▌ | 110/700 [00:29<02:23, 4.12it/s, loss=0.0407, lr=0.001]\na large painting in the style of <s1><s2>\ntensor([[0.4122],\n[0.4083]], device='cuda:0')\nCurrent Norm : tensor([0.4110, 0.4074], device='cuda:0')\nSteps: 16%|█▌ | 110/700 [00:29<02:23, 4.12it/s, loss=0.032, lr=0.001] \nSteps: 16%|█▌ | 111/700 [00:29<02:24, 4.08it/s, loss=0.032, lr=0.001]\na dark painting in the style of <s1><s2>\nSteps: 16%|█▌ | 111/700 [00:29<02:24, 4.08it/s, loss=0.017, lr=0.001]\nSteps: 16%|█▌ | 112/700 [00:29<02:23, 4.09it/s, loss=0.017, lr=0.001]\nthe painting in the style of <s1><s2>\ntensor([[0.4123],\n[0.4082]], device='cuda:0')\nCurrent Norm : tensor([0.4110, 0.4074], device='cuda:0')\nSteps: 16%|█▌ | 112/700 [00:29<02:23, 4.09it/s, loss=0.00942, lr=0.001]\nSteps: 16%|█▌ | 113/700 [00:30<02:22, 4.12it/s, loss=0.00942, lr=0.001]\na rendering in the style of <s1><s2>\nSteps: 16%|█▌ | 113/700 [00:30<02:22, 4.12it/s, loss=0.00149, lr=0.001]\nSteps: 16%|█▋ | 114/700 [00:30<02:20, 4.16it/s, loss=0.00149, lr=0.001]\na small painting in the style of <s1><s2>\ntensor([[0.4123],\n[0.4081]], device='cuda:0')\nCurrent Norm : tensor([0.4110, 0.4073], device='cuda:0')\nSteps: 16%|█▋ | 114/700 [00:30<02:20, 4.16it/s, loss=0.0187, lr=0.001] \nSteps: 16%|█▋ | 115/700 [00:30<02:22, 4.11it/s, loss=0.0187, lr=0.001]\na cropped painting in the style of <s1><s2>\nSteps: 16%|█▋ | 115/700 [00:30<02:22, 4.11it/s, loss=0.0159, lr=0.001]\nSteps: 17%|█▋ | 116/700 [00:30<02:22, 4.11it/s, loss=0.0159, lr=0.001]\na rendering in the style of <s1><s2>\ntensor([[0.4122],\n[0.4081]], device='cuda:0')\nCurrent Norm : tensor([0.4110, 0.4073], device='cuda:0')\nSteps: 17%|█▋ | 116/700 [00:30<02:22, 4.11it/s, loss=0.0245, lr=0.001]\nSteps: 17%|█▋ | 117/700 [00:31<02:22, 4.09it/s, loss=0.0245, lr=0.001]\na rendition in the style of <s1><s2>\nSteps: 17%|█▋ | 117/700 [00:31<02:22, 4.09it/s, loss=0.068, lr=0.001] \nSteps: 17%|█▋ | 118/700 [00:31<02:20, 4.13it/s, loss=0.068, lr=0.001]\na close-up painting in the style of <s1><s2>\ntensor([[0.4121],\n[0.4082]], device='cuda:0')\nCurrent Norm : tensor([0.4109, 0.4073], device='cuda:0')\nSteps: 17%|█▋ | 118/700 [00:31<02:20, 4.13it/s, loss=0.00144, lr=0.001]\nSteps: 17%|█▋ | 119/700 [00:31<02:22, 4.08it/s, loss=0.00144, lr=0.001]\na close-up painting in the style of <s1><s2>\nSteps: 17%|█▋ | 119/700 [00:31<02:22, 4.08it/s, loss=0.0609, lr=0.001] \nSteps: 17%|█▋ | 120/700 [00:31<02:19, 4.15it/s, loss=0.0609, lr=0.001]\na good painting in the style of <s1><s2>\ntensor([[0.4119],\n[0.4081]], device='cuda:0')\nCurrent Norm : tensor([0.4107, 0.4073], device='cuda:0')\nSteps: 17%|█▋ | 120/700 [00:31<02:19, 4.15it/s, loss=0.0581, lr=0.001]\nSteps: 17%|█▋ | 121/700 [00:32<02:19, 4.15it/s, loss=0.0581, lr=0.001]\na cool painting in the style of <s1><s2>\nSteps: 17%|█▋ | 121/700 [00:32<02:19, 4.15it/s, loss=0.0191, lr=0.001]\nSteps: 17%|█▋ | 122/700 [00:32<02:18, 4.16it/s, loss=0.0191, lr=0.001]\na painting in the style of <s1><s2>\ntensor([[0.4118],\n[0.4082]], device='cuda:0')\nCurrent Norm : tensor([0.4106, 0.4074], device='cuda:0')\nSteps: 17%|█▋ | 122/700 [00:32<02:18, 4.16it/s, loss=0.0253, lr=0.001]\nSteps: 18%|█▊ | 123/700 [00:32<02:20, 4.11it/s, loss=0.0253, lr=0.001]\na weird painting in the style of <s1><s2>\nSteps: 18%|█▊ | 123/700 [00:32<02:20, 4.11it/s, loss=0.002, lr=0.001] \nSteps: 18%|█▊ | 124/700 [00:32<02:18, 4.17it/s, loss=0.002, lr=0.001]\na close-up painting in the style of <s1><s2>\ntensor([[0.4116],\n[0.4083]], device='cuda:0')\nCurrent Norm : tensor([0.4104, 0.4075], device='cuda:0')\nSteps: 18%|█▊ | 124/700 [00:32<02:18, 4.17it/s, loss=0.00138, lr=0.001]\nSteps: 18%|█▊ | 125/700 [00:33<02:19, 4.13it/s, loss=0.00138, lr=0.001]\na painting in the style of <s1><s2>\nSteps: 18%|█▊ | 125/700 [00:33<02:19, 4.13it/s, loss=0.0406, lr=0.001] \nSteps: 18%|█▊ | 126/700 [00:33<02:17, 4.19it/s, loss=0.0406, lr=0.001]\na clean painting in the style of <s1><s2>\ntensor([[0.4114],\n[0.4084]], device='cuda:0')\nCurrent Norm : tensor([0.4102, 0.4076], device='cuda:0')\nSteps: 18%|█▊ | 126/700 [00:33<02:17, 4.19it/s, loss=0.0112, lr=0.001]\nSteps: 18%|█▊ | 127/700 [00:33<02:18, 4.15it/s, loss=0.0112, lr=0.001]\na bright painting in the style of <s1><s2>\nSteps: 18%|█▊ | 127/700 [00:33<02:18, 4.15it/s, loss=0.0414, lr=0.001]\nSteps: 18%|█▊ | 128/700 [00:33<02:18, 4.14it/s, loss=0.0414, lr=0.001]\na close-up painting in the style of <s1><s2>\ntensor([[0.4112],\n[0.4085]], device='cuda:0')\nCurrent Norm : tensor([0.4101, 0.4077], device='cuda:0')\nSteps: 18%|█▊ | 128/700 [00:33<02:18, 4.14it/s, loss=0.0624, lr=0.001]\nSteps: 18%|█▊ | 129/700 [00:33<02:19, 4.11it/s, loss=0.0624, lr=0.001]\na rendition in the style of <s1><s2>\nSteps: 18%|█▊ | 129/700 [00:33<02:19, 4.11it/s, loss=0.0234, lr=0.001]\nSteps: 19%|█▊ | 130/700 [00:34<02:18, 4.12it/s, loss=0.0234, lr=0.001]\na large painting in the style of <s1><s2>\ntensor([[0.4110],\n[0.4086]], device='cuda:0')\nCurrent Norm : tensor([0.4099, 0.4078], device='cuda:0')\nSteps: 19%|█▊ | 130/700 [00:34<02:18, 4.12it/s, loss=0.0726, lr=0.001]\nSteps: 19%|█▊ | 131/700 [00:34<02:19, 4.09it/s, loss=0.0726, lr=0.001]\na good painting in the style of <s1><s2>\nSteps: 19%|█▊ | 131/700 [00:34<02:19, 4.09it/s, loss=0.0633, lr=0.001]\nSteps: 19%|█▉ | 132/700 [00:34<02:18, 4.09it/s, loss=0.0633, lr=0.001]\na rendition in the style of <s1><s2>\ntensor([[0.4108],\n[0.4088]], device='cuda:0')\nCurrent Norm : tensor([0.4097, 0.4079], device='cuda:0')\nSteps: 19%|█▉ | 132/700 [00:34<02:18, 4.09it/s, loss=0.0144, lr=0.001]\nSteps: 19%|█▉ | 133/700 [00:34<02:19, 4.07it/s, loss=0.0144, lr=0.001]\na close-up painting in the style of <s1><s2>\nSteps: 19%|█▉ | 133/700 [00:34<02:19, 4.07it/s, loss=0.00209, lr=0.001]\nSteps: 19%|█▉ | 134/700 [00:35<02:18, 4.09it/s, loss=0.00209, lr=0.001]\na cropped painting in the style of <s1><s2>\ntensor([[0.4106],\n[0.4088]], device='cuda:0')\nCurrent Norm : tensor([0.4095, 0.4080], device='cuda:0')\nSteps: 19%|█▉ | 134/700 [00:35<02:18, 4.09it/s, loss=0.00292, lr=0.001]\nSteps: 19%|█▉ | 135/700 [00:35<02:19, 4.06it/s, loss=0.00292, lr=0.001]\na weird painting in the style of <s1><s2>\nSteps: 19%|█▉ | 135/700 [00:35<02:19, 4.06it/s, loss=0.00608, lr=0.001]\nSteps: 19%|█▉ | 136/700 [00:35<02:16, 4.13it/s, loss=0.00608, lr=0.001]\na close-up painting in the style of <s1><s2>\ntensor([[0.4104],\n[0.4089]], device='cuda:0')\nCurrent Norm : tensor([0.4094, 0.4080], device='cuda:0')\nSteps: 19%|█▉ | 136/700 [00:35<02:16, 4.13it/s, loss=0.0666, lr=0.001] \nSteps: 20%|█▉ | 137/700 [00:35<02:17, 4.10it/s, loss=0.0666, lr=0.001]\na cropped painting in the style of <s1><s2>\nSteps: 20%|█▉ | 137/700 [00:35<02:17, 4.10it/s, loss=0.0018, lr=0.001]\nSteps: 20%|█▉ | 138/700 [00:36<02:15, 4.14it/s, loss=0.0018, lr=0.001]\na cool painting in the style of <s1><s2>\ntensor([[0.4103],\n[0.4089]], device='cuda:0')\nCurrent Norm : tensor([0.4092, 0.4080], device='cuda:0')\nSteps: 20%|█▉ | 138/700 [00:36<02:15, 4.14it/s, loss=0.0183, lr=0.001]\nSteps: 20%|█▉ | 139/700 [00:36<02:14, 4.17it/s, loss=0.0183, lr=0.001]\na close-up painting in the style of <s1><s2>\nSteps: 20%|█▉ | 139/700 [00:36<02:14, 4.17it/s, loss=0.0323, lr=0.001]\nSteps: 20%|██ | 140/700 [00:36<02:14, 4.16it/s, loss=0.0323, lr=0.001]\na dark painting in the style of <s1><s2>\ntensor([[0.4101],\n[0.4088]], device='cuda:0')\nCurrent Norm : tensor([0.4091, 0.4080], device='cuda:0')\nSteps: 20%|██ | 140/700 [00:36<02:14, 4.16it/s, loss=0.0484, lr=0.001]\nSteps: 20%|██ | 141/700 [00:36<02:15, 4.13it/s, loss=0.0484, lr=0.001]\na large painting in the style of <s1><s2>\nSteps: 20%|██ | 141/700 [00:36<02:15, 4.13it/s, loss=0.0278, lr=0.001]\nSteps: 20%|██ | 142/700 [00:37<02:11, 4.24it/s, loss=0.0278, lr=0.001]\nthe painting in the style of <s1><s2>\ntensor([[0.4099],\n[0.4088]], device='cuda:0')\nCurrent Norm : tensor([0.4089, 0.4079], device='cuda:0')\nSteps: 20%|██ | 142/700 [00:37<02:11, 4.24it/s, loss=0.0762, lr=0.001]\nSteps: 20%|██ | 143/700 [00:37<02:14, 4.14it/s, loss=0.0762, lr=0.001]\na nice painting in the style of <s1><s2>\nSteps: 20%|██ | 143/700 [00:37<02:14, 4.14it/s, loss=0.00838, lr=0.001]\nSteps: 21%|██ | 144/700 [00:37<02:12, 4.19it/s, loss=0.00838, lr=0.001]\na close-up painting in the style of <s1><s2>\ntensor([[0.4097],\n[0.4087]], device='cuda:0')\nCurrent Norm : tensor([0.4087, 0.4078], device='cuda:0')\nSteps: 21%|██ | 144/700 [00:37<02:12, 4.19it/s, loss=0.00213, lr=0.001]\nSteps: 21%|██ | 145/700 [00:37<02:12, 4.19it/s, loss=0.00213, lr=0.001]\na cropped painting in the style of <s1><s2>\nSteps: 21%|██ | 145/700 [00:37<02:12, 4.19it/s, loss=0.00828, lr=0.001]\nSteps: 21%|██ | 146/700 [00:38<02:11, 4.23it/s, loss=0.00828, lr=0.001]\na good painting in the style of <s1><s2>\ntensor([[0.4096],\n[0.4086]], device='cuda:0')\nCurrent Norm : tensor([0.4086, 0.4078], device='cuda:0')\nSteps: 21%|██ | 146/700 [00:38<02:11, 4.23it/s, loss=0.0128, lr=0.001] \nSteps: 21%|██ | 147/700 [00:38<02:11, 4.21it/s, loss=0.0128, lr=0.001]\na cool painting in the style of <s1><s2>\nSteps: 21%|██ | 147/700 [00:38<02:11, 4.21it/s, loss=0.0175, lr=0.001]\nSteps: 21%|██ | 148/700 [00:38<02:11, 4.19it/s, loss=0.0175, lr=0.001]\na dirty painting in the style of <s1><s2>\ntensor([[0.4094],\n[0.4085]], device='cuda:0')\nCurrent Norm : tensor([0.4085, 0.4077], device='cuda:0')\nSteps: 21%|██ | 148/700 [00:38<02:11, 4.19it/s, loss=0.0386, lr=0.001]\nSteps: 21%|██▏ | 149/700 [00:38<02:13, 4.13it/s, loss=0.0386, lr=0.001]\na dirty painting in the style of <s1><s2>\nSteps: 21%|██▏ | 149/700 [00:38<02:13, 4.13it/s, loss=0.0562, lr=0.001]\nSteps: 21%|██▏ | 150/700 [00:39<02:12, 4.15it/s, loss=0.0562, lr=0.001]\na rendering in the style of <s1><s2>\ntensor([[0.4093],\n[0.4085]], device='cuda:0')\nCurrent Norm : tensor([0.4084, 0.4076], device='cuda:0')\nSteps: 21%|██▏ | 150/700 [00:39<02:12, 4.15it/s, loss=0.0121, lr=0.001]\nSteps: 22%|██▏ | 151/700 [00:39<02:11, 4.17it/s, loss=0.0121, lr=0.001]\na large painting in the style of <s1><s2>\nSteps: 22%|██▏ | 151/700 [00:39<02:11, 4.17it/s, loss=0.00173, lr=0.001]\nSteps: 22%|██▏ | 152/700 [00:39<02:13, 4.12it/s, loss=0.00173, lr=0.001]\na small painting in the style of <s1><s2>\ntensor([[0.4092],\n[0.4084]], device='cuda:0')\nCurrent Norm : tensor([0.4083, 0.4076], device='cuda:0')\nSteps: 22%|██▏ | 152/700 [00:39<02:13, 4.12it/s, loss=0.0204, lr=0.001] \nSteps: 22%|██▏ | 153/700 [00:39<02:12, 4.12it/s, loss=0.0204, lr=0.001]\na dark painting in the style of <s1><s2>\nSteps: 22%|██▏ | 153/700 [00:39<02:12, 4.12it/s, loss=0.0308, lr=0.001]\nSteps: 22%|██▏ | 154/700 [00:40<02:12, 4.12it/s, loss=0.0308, lr=0.001]\na bright painting in the style of <s1><s2>\ntensor([[0.4092],\n[0.4083]], device='cuda:0')\nCurrent Norm : tensor([0.4083, 0.4075], device='cuda:0')\nSteps: 22%|██▏ | 154/700 [00:40<02:12, 4.12it/s, loss=0.0574, lr=0.001]\nSteps: 22%|██▏ | 155/700 [00:40<02:12, 4.13it/s, loss=0.0574, lr=0.001]\na close-up painting in the style of <s1><s2>\nSteps: 22%|██▏ | 155/700 [00:40<02:12, 4.13it/s, loss=0.0166, lr=0.001]\nSteps: 22%|██▏ | 156/700 [00:40<02:10, 4.15it/s, loss=0.0166, lr=0.001]\na good painting in the style of <s1><s2>\ntensor([[0.4093],\n[0.4083]], device='cuda:0')\nCurrent Norm : tensor([0.4083, 0.4075], device='cuda:0')\nSteps: 22%|██▏ | 156/700 [00:40<02:10, 4.15it/s, loss=0.105, lr=0.001] \nSteps: 22%|██▏ | 157/700 [00:40<02:12, 4.11it/s, loss=0.105, lr=0.001]\na small painting in the style of <s1><s2>\nSteps: 22%|██▏ | 157/700 [00:40<02:12, 4.11it/s, loss=0.0376, lr=0.001]\nSteps: 23%|██▎ | 158/700 [00:40<02:11, 4.11it/s, loss=0.0376, lr=0.001]\na dirty painting in the style of <s1><s2>\ntensor([[0.4094],\n[0.4083]], device='cuda:0')\nCurrent Norm : tensor([0.4084, 0.4075], device='cuda:0')\nSteps: 23%|██▎ | 158/700 [00:40<02:11, 4.11it/s, loss=0.0839, lr=0.001]\nSteps: 23%|██▎ | 159/700 [00:41<02:12, 4.08it/s, loss=0.0839, lr=0.001]\na close-up painting in the style of <s1><s2>\nSteps: 23%|██▎ | 159/700 [00:41<02:12, 4.08it/s, loss=0.0122, lr=0.001]\nSteps: 23%|██▎ | 160/700 [00:41<02:10, 4.14it/s, loss=0.0122, lr=0.001]\na large painting in the style of <s1><s2>\ntensor([[0.4095],\n[0.4083]], device='cuda:0')\nCurrent Norm : tensor([0.4086, 0.4075], device='cuda:0')\nSteps: 23%|██▎ | 160/700 [00:41<02:10, 4.14it/s, loss=0.0153, lr=0.001]\nSteps: 23%|██▎ | 161/700 [00:41<02:09, 4.16it/s, loss=0.0153, lr=0.001]\na good painting in the style of <s1><s2>\nSteps: 23%|██▎ | 161/700 [00:41<02:09, 4.16it/s, loss=0.0509, lr=0.001]\nSteps: 23%|██▎ | 162/700 [00:41<02:06, 4.26it/s, loss=0.0509, lr=0.001]\na cropped painting in the style of <s1><s2>\ntensor([[0.4097],\n[0.4083]], device='cuda:0')\nCurrent Norm : tensor([0.4087, 0.4075], device='cuda:0')\nSteps: 23%|██▎ | 162/700 [00:41<02:06, 4.26it/s, loss=0.00474, lr=0.001]\nSteps: 23%|██▎ | 163/700 [00:42<02:06, 4.23it/s, loss=0.00474, lr=0.001]\na painting in the style of <s1><s2>\nSteps: 23%|██▎ | 163/700 [00:42<02:06, 4.23it/s, loss=0.068, lr=0.001] \nSteps: 23%|██▎ | 164/700 [00:42<02:06, 4.25it/s, loss=0.068, lr=0.001]\na dirty painting in the style of <s1><s2>\ntensor([[0.4099],\n[0.4083]], device='cuda:0')\nCurrent Norm : tensor([0.4089, 0.4075], device='cuda:0')\nSteps: 23%|██▎ | 164/700 [00:42<02:06, 4.25it/s, loss=0.0357, lr=0.001]\nSteps: 24%|██▎ | 165/700 [00:42<02:08, 4.15it/s, loss=0.0357, lr=0.001]\na painting in the style of <s1><s2>\nSteps: 24%|██▎ | 165/700 [00:42<02:08, 4.15it/s, loss=0.00253, lr=0.001]\nSteps: 24%|██▎ | 166/700 [00:42<02:08, 4.15it/s, loss=0.00253, lr=0.001]\na cool painting in the style of <s1><s2>\ntensor([[0.4101],\n[0.4082]], device='cuda:0')\nCurrent Norm : tensor([0.4091, 0.4074], device='cuda:0')\nSteps: 24%|██▎ | 166/700 [00:42<02:08, 4.15it/s, loss=0.0118, lr=0.001] \nSteps: 24%|██▍ | 167/700 [00:43<02:09, 4.12it/s, loss=0.0118, lr=0.001]\na bright painting in the style of <s1><s2>\nSteps: 24%|██▍ | 167/700 [00:43<02:09, 4.12it/s, loss=0.0164, lr=0.001]\nSteps: 24%|██▍ | 168/700 [00:43<02:09, 4.12it/s, loss=0.0164, lr=0.001]\na cropped painting in the style of <s1><s2>\ntensor([[0.4102],\n[0.4082]], device='cuda:0')\nCurrent Norm : tensor([0.4092, 0.4074], device='cuda:0')\nSteps: 24%|██▍ | 168/700 [00:43<02:09, 4.12it/s, loss=0.0548, lr=0.001]\nSteps: 24%|██▍ | 169/700 [00:43<02:08, 4.13it/s, loss=0.0548, lr=0.001]\na large painting in the style of <s1><s2>\nSteps: 24%|██▍ | 169/700 [00:43<02:08, 4.13it/s, loss=0.0309, lr=0.001]\nSteps: 24%|██▍ | 170/700 [00:43<02:08, 4.13it/s, loss=0.0309, lr=0.001]\nthe painting in the style of <s1><s2>\ntensor([[0.4103],\n[0.4082]], device='cuda:0')\nCurrent Norm : tensor([0.4093, 0.4074], device='cuda:0')\nSteps: 24%|██▍ | 170/700 [00:43<02:08, 4.13it/s, loss=0.0743, lr=0.001]\nSteps: 24%|██▍ | 171/700 [00:44<02:09, 4.09it/s, loss=0.0743, lr=0.001]\na clean painting in the style of <s1><s2>\nSteps: 24%|██▍ | 171/700 [00:44<02:09, 4.09it/s, loss=0.0254, lr=0.001]\nSteps: 25%|██▍ | 172/700 [00:44<02:09, 4.09it/s, loss=0.0254, lr=0.001]\na clean painting in the style of <s1><s2>\ntensor([[0.4104],\n[0.4081]], device='cuda:0')\nCurrent Norm : tensor([0.4094, 0.4073], device='cuda:0')\nSteps: 25%|██▍ | 172/700 [00:44<02:09, 4.09it/s, loss=0.0103, lr=0.001]\nSteps: 25%|██▍ | 173/700 [00:44<02:07, 4.14it/s, loss=0.0103, lr=0.001]\na close-up painting in the style of <s1><s2>\nSteps: 25%|██▍ | 173/700 [00:44<02:07, 4.14it/s, loss=0.0303, lr=0.001]\nSteps: 25%|██▍ | 174/700 [00:44<02:05, 4.18it/s, loss=0.0303, lr=0.001]\na dirty painting in the style of <s1><s2>\ntensor([[0.4105],\n[0.4080]], device='cuda:0')\nCurrent Norm : tensor([0.4095, 0.4072], device='cuda:0')\nSteps: 25%|██▍ | 174/700 [00:44<02:05, 4.18it/s, loss=0.012, lr=0.001] \nSteps: 25%|██▌ | 175/700 [00:45<02:05, 4.18it/s, loss=0.012, lr=0.001]\na cool painting in the style of <s1><s2>\nSteps: 25%|██▌ | 175/700 [00:45<02:05, 4.18it/s, loss=0.0445, lr=0.001]\nSteps: 25%|██▌ | 176/700 [00:45<02:04, 4.23it/s, loss=0.0445, lr=0.001]\na small painting in the style of <s1><s2>\ntensor([[0.4107],\n[0.4080]], device='cuda:0')\nCurrent Norm : tensor([0.4096, 0.4072], device='cuda:0')\nSteps: 25%|██▌ | 176/700 [00:45<02:04, 4.23it/s, loss=0.0413, lr=0.001]\nSteps: 25%|██▌ | 177/700 [00:45<02:04, 4.21it/s, loss=0.0413, lr=0.001]\na bright painting in the style of <s1><s2>\nSteps: 25%|██▌ | 177/700 [00:45<02:04, 4.21it/s, loss=0.02, lr=0.001] \nSteps: 25%|██▌ | 178/700 [00:45<02:04, 4.19it/s, loss=0.02, lr=0.001]\na small painting in the style of <s1><s2>\ntensor([[0.4108],\n[0.4080]], device='cuda:0')\nCurrent Norm : tensor([0.4097, 0.4072], device='cuda:0')\nSteps: 25%|██▌ | 178/700 [00:45<02:04, 4.19it/s, loss=0.0194, lr=0.001]\nSteps: 26%|██▌ | 179/700 [00:46<02:06, 4.13it/s, loss=0.0194, lr=0.001]\na good painting in the style of <s1><s2>\nSteps: 26%|██▌ | 179/700 [00:46<02:06, 4.13it/s, loss=0.0481, lr=0.001]\nSteps: 26%|██▌ | 180/700 [00:46<02:05, 4.14it/s, loss=0.0481, lr=0.001]\na close-up painting in the style of <s1><s2>\ntensor([[0.4109],\n[0.4080]], device='cuda:0')\nCurrent Norm : tensor([0.4098, 0.4072], device='cuda:0')\nSteps: 26%|██▌ | 180/700 [00:46<02:05, 4.14it/s, loss=0.00391, lr=0.001]\nSteps: 26%|██▌ | 181/700 [00:46<02:04, 4.17it/s, loss=0.00391, lr=0.001]\na close-up painting in the style of <s1><s2>\nSteps: 26%|██▌ | 181/700 [00:46<02:04, 4.17it/s, loss=0.00199, lr=0.001]\nSteps: 26%|██▌ | 182/700 [00:46<02:03, 4.20it/s, loss=0.00199, lr=0.001]\na bright painting in the style of <s1><s2>\ntensor([[0.4111],\n[0.4080]], device='cuda:0')\nCurrent Norm : tensor([0.4099, 0.4072], device='cuda:0')\nSteps: 26%|██▌ | 182/700 [00:46<02:03, 4.20it/s, loss=0.0262, lr=0.001] \nSteps: 26%|██▌ | 183/700 [00:46<02:04, 4.15it/s, loss=0.0262, lr=0.001]\na cropped painting in the style of <s1><s2>\nSteps: 26%|██▌ | 183/700 [00:46<02:04, 4.15it/s, loss=0.0355, lr=0.001]\nSteps: 26%|██▋ | 184/700 [00:47<02:04, 4.16it/s, loss=0.0355, lr=0.001]\na weird painting in the style of <s1><s2>\ntensor([[0.4111],\n[0.4080]], device='cuda:0')\nCurrent Norm : tensor([0.4100, 0.4072], device='cuda:0')\nSteps: 26%|██▋ | 184/700 [00:47<02:04, 4.16it/s, loss=0.0165, lr=0.001]\nSteps: 26%|██▋ | 185/700 [00:47<02:04, 4.15it/s, loss=0.0165, lr=0.001]\na rendering in the style of <s1><s2>\nSteps: 26%|██▋ | 185/700 [00:47<02:04, 4.15it/s, loss=0.0353, lr=0.001]\nSteps: 27%|██▋ | 186/700 [00:47<02:04, 4.14it/s, loss=0.0353, lr=0.001]\na nice painting in the style of <s1><s2>\ntensor([[0.4112],\n[0.4080]], device='cuda:0')\nCurrent Norm : tensor([0.4101, 0.4072], device='cuda:0')\nSteps: 27%|██▋ | 186/700 [00:47<02:04, 4.14it/s, loss=0.0443, lr=0.001]\nSteps: 27%|██▋ | 187/700 [00:47<02:05, 4.10it/s, loss=0.0443, lr=0.001]\na large painting in the style of <s1><s2>\nSteps: 27%|██▋ | 187/700 [00:47<02:05, 4.10it/s, loss=0.0131, lr=0.001]\nSteps: 27%|██▋ | 188/700 [00:48<02:04, 4.12it/s, loss=0.0131, lr=0.001]\na good painting in the style of <s1><s2>\ntensor([[0.4112],\n[0.4080]], device='cuda:0')\nCurrent Norm : tensor([0.4101, 0.4072], device='cuda:0')\nSteps: 27%|██▋ | 188/700 [00:48<02:04, 4.12it/s, loss=0.0146, lr=0.001]\nSteps: 27%|██▋ | 189/700 [00:48<02:02, 4.17it/s, loss=0.0146, lr=0.001]\na weird painting in the style of <s1><s2>\nSteps: 27%|██▋ | 189/700 [00:48<02:02, 4.17it/s, loss=0.00639, lr=0.001]\nSteps: 27%|██▋ | 190/700 [00:48<02:01, 4.21it/s, loss=0.00639, lr=0.001]\na nice painting in the style of <s1><s2>\ntensor([[0.4112],\n[0.4081]], device='cuda:0')\nCurrent Norm : tensor([0.4101, 0.4073], device='cuda:0')\nSteps: 27%|██▋ | 190/700 [00:48<02:01, 4.21it/s, loss=0.0181, lr=0.001] \nSteps: 27%|██▋ | 191/700 [00:48<02:00, 4.22it/s, loss=0.0181, lr=0.001]\na cropped painting in the style of <s1><s2>\nSteps: 27%|██▋ | 191/700 [00:48<02:00, 4.22it/s, loss=0.0414, lr=0.001]\nSteps: 27%|██▋ | 192/700 [00:49<02:01, 4.20it/s, loss=0.0414, lr=0.001]\na close-up painting in the style of <s1><s2>\ntensor([[0.4112],\n[0.4082]], device='cuda:0')\nCurrent Norm : tensor([0.4101, 0.4074], device='cuda:0')\nSteps: 27%|██▋ | 192/700 [00:49<02:01, 4.20it/s, loss=0.0579, lr=0.001]\nSteps: 28%|██▊ | 193/700 [00:49<02:02, 4.14it/s, loss=0.0579, lr=0.001]\na cropped painting in the style of <s1><s2>\nSteps: 28%|██▊ | 193/700 [00:49<02:02, 4.14it/s, loss=0.0189, lr=0.001]\nSteps: 28%|██▊ | 194/700 [00:49<02:02, 4.13it/s, loss=0.0189, lr=0.001]\na large painting in the style of <s1><s2>\ntensor([[0.4113],\n[0.4083]], device='cuda:0')\nCurrent Norm : tensor([0.4101, 0.4075], device='cuda:0')\nSteps: 28%|██▊ | 194/700 [00:49<02:02, 4.13it/s, loss=0.00792, lr=0.001]\nSteps: 28%|██▊ | 195/700 [00:49<02:01, 4.15it/s, loss=0.00792, lr=0.001]\na cool painting in the style of <s1><s2>\nSteps: 28%|██▊ | 195/700 [00:49<02:01, 4.15it/s, loss=0.0201, lr=0.001] \nSteps: 28%|██▊ | 196/700 [00:50<02:00, 4.19it/s, loss=0.0201, lr=0.001]\nthe painting in the style of <s1><s2>\ntensor([[0.4113],\n[0.4084]], device='cuda:0')\nCurrent Norm : tensor([0.4102, 0.4075], device='cuda:0')\nSteps: 28%|██▊ | 196/700 [00:50<02:00, 4.19it/s, loss=0.0672, lr=0.001]\nSteps: 28%|██▊ | 197/700 [00:50<02:01, 4.14it/s, loss=0.0672, lr=0.001]\na cropped painting in the style of <s1><s2>\nSteps: 28%|██▊ | 197/700 [00:50<02:01, 4.14it/s, loss=0.0237, lr=0.001]\nSteps: 28%|██▊ | 198/700 [00:50<02:01, 4.15it/s, loss=0.0237, lr=0.001]\na cropped painting in the style of <s1><s2>\ntensor([[0.4113],\n[0.4084]], device='cuda:0')\nCurrent Norm : tensor([0.4102, 0.4076], device='cuda:0')\nSteps: 28%|██▊ | 198/700 [00:50<02:01, 4.15it/s, loss=0.000945, lr=0.001]\nSteps: 28%|██▊ | 199/700 [00:50<02:01, 4.13it/s, loss=0.000945, lr=0.001]\na small painting in the style of <s1><s2>\nSteps: 28%|██▊ | 199/700 [00:50<02:01, 4.13it/s, loss=0.0611, lr=0.001] \nSteps: 29%|██▊ | 200/700 [00:51<02:01, 4.13it/s, loss=0.0611, lr=0.001]\nCurrent Learned Embeddings for <s1>:, id 49408 tensor([ 0.0247, 0.0020, 0.0022, -0.0029], device='cuda:0',\ngrad_fn=<SliceBackward0>)\nCurrent Learned Embeddings for <s2>:, id 49409 tensor([ 0.0117, 0.0083, -0.0137, 0.0089], device='cuda:0',\ngrad_fn=<SliceBackward0>)\nSaving weights to checkpoints/step_inv_200.safetensors\na dirty painting in the style of <s1><s2>\ntensor([[0.4114],\n[0.4085]], device='cuda:0')\nCurrent Norm : tensor([0.4103, 0.4076], device='cuda:0')\nSteps: 29%|██▊ | 200/700 [00:51<02:01, 4.13it/s, loss=0.034, lr=0.001] \nSteps: 29%|██▊ | 201/700 [00:51<02:01, 4.12it/s, loss=0.034, lr=0.001]\na large painting in the style of <s1><s2>\nSteps: 29%|██▊ | 201/700 [00:51<02:01, 4.12it/s, loss=0.00165, lr=0.001]\nSteps: 29%|██▉ | 202/700 [00:51<02:00, 4.12it/s, loss=0.00165, lr=0.001]\na cool painting in the style of <s1><s2>\ntensor([[0.4114],\n[0.4085]], device='cuda:0')\nCurrent Norm : tensor([0.4103, 0.4077], device='cuda:0')\nSteps: 29%|██▉ | 202/700 [00:51<02:00, 4.12it/s, loss=0.0019, lr=0.001] \nSteps: 29%|██▉ | 203/700 [00:51<02:01, 4.09it/s, loss=0.0019, lr=0.001]\na picture in the style of <s1><s2>\nSteps: 29%|██▉ | 203/700 [00:51<02:01, 4.09it/s, loss=0.0353, lr=0.001]\nSteps: 29%|██▉ | 204/700 [00:52<02:01, 4.08it/s, loss=0.0353, lr=0.001]\na clean painting in the style of <s1><s2>\ntensor([[0.4114],\n[0.4086]], device='cuda:0')\nCurrent Norm : tensor([0.4103, 0.4077], device='cuda:0')\nSteps: 29%|██▉ | 204/700 [00:52<02:01, 4.08it/s, loss=0.142, lr=0.001] \nSteps: 29%|██▉ | 205/700 [00:52<02:01, 4.07it/s, loss=0.142, lr=0.001]\na dirty painting in the style of <s1><s2>\nSteps: 29%|██▉ | 205/700 [00:52<02:01, 4.07it/s, loss=0.00873, lr=0.001]\nSteps: 29%|██▉ | 206/700 [00:52<02:00, 4.08it/s, loss=0.00873, lr=0.001]\na picture in the style of <s1><s2>\ntensor([[0.4114],\n[0.4086]], device='cuda:0')\nCurrent Norm : tensor([0.4102, 0.4077], device='cuda:0')\nSteps: 29%|██▉ | 206/700 [00:52<02:00, 4.08it/s, loss=0.00828, lr=0.001]\nSteps: 30%|██▉ | 207/700 [00:52<01:59, 4.11it/s, loss=0.00828, lr=0.001]\na cropped painting in the style of <s1><s2>\nSteps: 30%|██▉ | 207/700 [00:52<01:59, 4.11it/s, loss=0.0416, lr=0.001] \nSteps: 30%|██▉ | 208/700 [00:53<01:59, 4.11it/s, loss=0.0416, lr=0.001]\na close-up painting in the style of <s1><s2>\ntensor([[0.4113],\n[0.4085]], device='cuda:0')\nCurrent Norm : tensor([0.4102, 0.4077], device='cuda:0')\nSteps: 30%|██▉ | 208/700 [00:53<01:59, 4.11it/s, loss=0.0456, lr=0.001]\nSteps: 30%|██▉ | 209/700 [00:53<02:00, 4.08it/s, loss=0.0456, lr=0.001]\na dirty painting in the style of <s1><s2>\nSteps: 30%|██▉ | 209/700 [00:53<02:00, 4.08it/s, loss=0.0221, lr=0.001]\nSteps: 30%|███ | 210/700 [00:53<01:59, 4.08it/s, loss=0.0221, lr=0.001]\na dirty painting in the style of <s1><s2>\ntensor([[0.4113],\n[0.4085]], device='cuda:0')\nCurrent Norm : tensor([0.4101, 0.4076], device='cuda:0')\nSteps: 30%|███ | 210/700 [00:53<01:59, 4.08it/s, loss=0.00817, lr=0.001]\nSteps: 30%|███ | 211/700 [00:53<01:59, 4.10it/s, loss=0.00817, lr=0.001]\na painting in the style of <s1><s2>\nSteps: 30%|███ | 211/700 [00:53<01:59, 4.10it/s, loss=0.00339, lr=0.001]\nSteps: 30%|███ | 212/700 [00:54<01:59, 4.10it/s, loss=0.00339, lr=0.001]\na dirty painting in the style of <s1><s2>\ntensor([[0.4112],\n[0.4084]], device='cuda:0')\nCurrent Norm : tensor([0.4101, 0.4076], device='cuda:0')\nSteps: 30%|███ | 212/700 [00:54<01:59, 4.10it/s, loss=0.00775, lr=0.001]\nSteps: 30%|███ | 213/700 [00:54<01:59, 4.07it/s, loss=0.00775, lr=0.001]\na clean painting in the style of <s1><s2>\nSteps: 30%|███ | 213/700 [00:54<01:59, 4.07it/s, loss=0.00568, lr=0.001]\nSteps: 31%|███ | 214/700 [00:54<01:57, 4.14it/s, loss=0.00568, lr=0.001]\na bright painting in the style of <s1><s2>\ntensor([[0.4111],\n[0.4083]], device='cuda:0')\nCurrent Norm : tensor([0.4100, 0.4075], device='cuda:0')\nSteps: 31%|███ | 214/700 [00:54<01:57, 4.14it/s, loss=0.0666, lr=0.001] \nSteps: 31%|███ | 215/700 [00:54<01:57, 4.12it/s, loss=0.0666, lr=0.001]\na bright painting in the style of <s1><s2>\nSteps: 31%|███ | 215/700 [00:54<01:57, 4.12it/s, loss=0.0195, lr=0.001]\nSteps: 31%|███ | 216/700 [00:54<01:57, 4.11it/s, loss=0.0195, lr=0.001]\na bright painting in the style of <s1><s2>\ntensor([[0.4110],\n[0.4083]], device='cuda:0')\nCurrent Norm : tensor([0.4099, 0.4074], device='cuda:0')\nSteps: 31%|███ | 216/700 [00:54<01:57, 4.11it/s, loss=0.00129, lr=0.001]\nSteps: 31%|███ | 217/700 [00:55<01:58, 4.07it/s, loss=0.00129, lr=0.001]\na large painting in the style of <s1><s2>\nSteps: 31%|███ | 217/700 [00:55<01:58, 4.07it/s, loss=0.0084, lr=0.001] \nSteps: 31%|███ | 218/700 [00:55<01:56, 4.15it/s, loss=0.0084, lr=0.001]\na bright painting in the style of <s1><s2>\ntensor([[0.4110],\n[0.4082]], device='cuda:0')\nCurrent Norm : tensor([0.4099, 0.4073], device='cuda:0')\nSteps: 31%|███ | 218/700 [00:55<01:56, 4.15it/s, loss=0.0175, lr=0.001]\nSteps: 31%|███▏ | 219/700 [00:55<01:56, 4.14it/s, loss=0.0175, lr=0.001]\na dark painting in the style of <s1><s2>\nSteps: 31%|███▏ | 219/700 [00:55<01:56, 4.14it/s, loss=0.0253, lr=0.001]\nSteps: 31%|███▏ | 220/700 [00:55<01:55, 4.15it/s, loss=0.0253, lr=0.001]\na picture in the style of <s1><s2>\ntensor([[0.4109],\n[0.4081]], device='cuda:0')\nCurrent Norm : tensor([0.4098, 0.4073], device='cuda:0')\nSteps: 31%|███▏ | 220/700 [00:55<01:55, 4.15it/s, loss=0.00846, lr=0.001]\nSteps: 32%|███▏ | 221/700 [00:56<01:54, 4.18it/s, loss=0.00846, lr=0.001]\nthe painting in the style of <s1><s2>\nSteps: 32%|███▏ | 221/700 [00:56<01:54, 4.18it/s, loss=0.102, lr=0.001] \nSteps: 32%|███▏ | 222/700 [00:56<01:54, 4.17it/s, loss=0.102, lr=0.001]\na bright painting in the style of <s1><s2>\ntensor([[0.4108],\n[0.4079]], device='cuda:0')\nCurrent Norm : tensor([0.4097, 0.4071], device='cuda:0')\nSteps: 32%|███▏ | 222/700 [00:56<01:54, 4.17it/s, loss=0.0364, lr=0.001]\nSteps: 32%|███▏ | 223/700 [00:56<01:55, 4.11it/s, loss=0.0364, lr=0.001]\na weird painting in the style of <s1><s2>\nSteps: 32%|███▏ | 223/700 [00:56<01:55, 4.11it/s, loss=0.0421, lr=0.001]\nSteps: 32%|███▏ | 224/700 [00:56<01:55, 4.12it/s, loss=0.0421, lr=0.001]\na good painting in the style of <s1><s2>\ntensor([[0.4108],\n[0.4078]], device='cuda:0')\nCurrent Norm : tensor([0.4097, 0.4070], device='cuda:0')\nSteps: 32%|███▏ | 224/700 [00:56<01:55, 4.12it/s, loss=0.00379, lr=0.001]\nSteps: 32%|███▏ | 225/700 [00:57<01:54, 4.15it/s, loss=0.00379, lr=0.001]\na nice painting in the style of <s1><s2>\nSteps: 32%|███▏ | 225/700 [00:57<01:54, 4.15it/s, loss=0.0162, lr=0.001] \nSteps: 32%|███▏ | 226/700 [00:57<01:54, 4.15it/s, loss=0.0162, lr=0.001]\na cropped painting in the style of <s1><s2>\ntensor([[0.4108],\n[0.4077]], device='cuda:0')\nCurrent Norm : tensor([0.4097, 0.4069], device='cuda:0')\nSteps: 32%|███▏ | 226/700 [00:57<01:54, 4.15it/s, loss=0.0389, lr=0.001]\nSteps: 32%|███▏ | 227/700 [00:57<01:55, 4.08it/s, loss=0.0389, lr=0.001]\na nice painting in the style of <s1><s2>\nSteps: 32%|███▏ | 227/700 [00:57<01:55, 4.08it/s, loss=0.00943, lr=0.001]\nSteps: 33%|███▎ | 228/700 [00:57<01:54, 4.14it/s, loss=0.00943, lr=0.001]\na dirty painting in the style of <s1><s2>\ntensor([[0.4109],\n[0.4076]], device='cuda:0')\nCurrent Norm : tensor([0.4098, 0.4068], device='cuda:0')\nSteps: 33%|███▎ | 228/700 [00:57<01:54, 4.14it/s, loss=0.061, lr=0.001] \nSteps: 33%|███▎ | 229/700 [00:58<01:54, 4.10it/s, loss=0.061, lr=0.001]\na picture in the style of <s1><s2>\nSteps: 33%|███▎ | 229/700 [00:58<01:54, 4.10it/s, loss=0.0125, lr=0.001]\nSteps: 33%|███▎ | 230/700 [00:58<01:52, 4.17it/s, loss=0.0125, lr=0.001]\na rendition in the style of <s1><s2>\ntensor([[0.4112],\n[0.4075]], device='cuda:0')\nCurrent Norm : tensor([0.4101, 0.4067], device='cuda:0')\nSteps: 33%|███▎ | 230/700 [00:58<01:52, 4.17it/s, loss=0.00796, lr=0.001]\nSteps: 33%|███▎ | 231/700 [00:58<01:53, 4.13it/s, loss=0.00796, lr=0.001]\na close-up painting in the style of <s1><s2>\nSteps: 33%|███▎ | 231/700 [00:58<01:53, 4.13it/s, loss=0.0345, lr=0.001] \nSteps: 33%|███▎ | 232/700 [00:58<01:53, 4.14it/s, loss=0.0345, lr=0.001]\na cool painting in the style of <s1><s2>\ntensor([[0.4115],\n[0.4074]], device='cuda:0')\nCurrent Norm : tensor([0.4104, 0.4066], device='cuda:0')\nSteps: 33%|███▎ | 232/700 [00:58<01:53, 4.14it/s, loss=0.00847, lr=0.001]\nSteps: 33%|███▎ | 233/700 [00:59<01:52, 4.17it/s, loss=0.00847, lr=0.001]\na dark painting in the style of <s1><s2>\nSteps: 33%|███▎ | 233/700 [00:59<01:52, 4.17it/s, loss=0.00553, lr=0.001]\nSteps: 33%|███▎ | 234/700 [00:59<01:51, 4.16it/s, loss=0.00553, lr=0.001]\na painting in the style of <s1><s2>\ntensor([[0.4119],\n[0.4073]], device='cuda:0')\nCurrent Norm : tensor([0.4107, 0.4066], device='cuda:0')\nSteps: 33%|███▎ | 234/700 [00:59<01:51, 4.16it/s, loss=0.02, lr=0.001] \nSteps: 34%|███▎ | 235/700 [00:59<01:53, 4.11it/s, loss=0.02, lr=0.001]\na picture in the style of <s1><s2>\nSteps: 34%|███▎ | 235/700 [00:59<01:53, 4.11it/s, loss=0.124, lr=0.001]\nSteps: 34%|███▎ | 236/700 [00:59<01:52, 4.12it/s, loss=0.124, lr=0.001]\na nice painting in the style of <s1><s2>\ntensor([[0.4122],\n[0.4072]], device='cuda:0')\nCurrent Norm : tensor([0.4110, 0.4064], device='cuda:0')\nSteps: 34%|███▎ | 236/700 [00:59<01:52, 4.12it/s, loss=0.0408, lr=0.001]\nSteps: 34%|███▍ | 237/700 [01:00<01:51, 4.14it/s, loss=0.0408, lr=0.001]\na close-up painting in the style of <s1><s2>\nSteps: 34%|███▍ | 237/700 [01:00<01:51, 4.14it/s, loss=0.017, lr=0.001] \nSteps: 34%|███▍ | 238/700 [01:00<01:51, 4.14it/s, loss=0.017, lr=0.001]\na picture in the style of <s1><s2>\ntensor([[0.4124],\n[0.4071]], device='cuda:0')\nCurrent Norm : tensor([0.4112, 0.4064], device='cuda:0')\nSteps: 34%|███▍ | 238/700 [01:00<01:51, 4.14it/s, loss=0.0113, lr=0.001]\nSteps: 34%|███▍ | 239/700 [01:00<01:52, 4.10it/s, loss=0.0113, lr=0.001]\na picture in the style of <s1><s2>\nSteps: 34%|███▍ | 239/700 [01:00<01:52, 4.10it/s, loss=0.055, lr=0.001] \nSteps: 34%|███▍ | 240/700 [01:00<01:51, 4.11it/s, loss=0.055, lr=0.001]\na cropped painting in the style of <s1><s2>\ntensor([[0.4126],\n[0.4070]], device='cuda:0')\nCurrent Norm : tensor([0.4113, 0.4063], device='cuda:0')\nSteps: 34%|███▍ | 240/700 [01:00<01:51, 4.11it/s, loss=0.0312, lr=0.001]\nSteps: 34%|███▍ | 241/700 [01:01<01:51, 4.12it/s, loss=0.0312, lr=0.001]\na good painting in the style of <s1><s2>\nSteps: 34%|███▍ | 241/700 [01:01<01:51, 4.12it/s, loss=0.0265, lr=0.001]\nSteps: 35%|███▍ | 242/700 [01:01<01:49, 4.18it/s, loss=0.0265, lr=0.001]\na rendering in the style of <s1><s2>\ntensor([[0.4127],\n[0.4069]], device='cuda:0')\nCurrent Norm : tensor([0.4114, 0.4063], device='cuda:0')\nSteps: 35%|███▍ | 242/700 [01:01<01:49, 4.18it/s, loss=0.039, lr=0.001] \nSteps: 35%|███▍ | 243/700 [01:01<01:50, 4.14it/s, loss=0.039, lr=0.001]\na rendition in the style of <s1><s2>\nSteps: 35%|███▍ | 243/700 [01:01<01:50, 4.14it/s, loss=0.00515, lr=0.001]\nSteps: 35%|███▍ | 244/700 [01:01<01:48, 4.19it/s, loss=0.00515, lr=0.001]\na cropped painting in the style of <s1><s2>\ntensor([[0.4127],\n[0.4070]], device='cuda:0')\nCurrent Norm : tensor([0.4115, 0.4063], device='cuda:0')\nSteps: 35%|███▍ | 244/700 [01:01<01:48, 4.19it/s, loss=0.00853, lr=0.001]\nSteps: 35%|███▌ | 245/700 [01:01<01:48, 4.19it/s, loss=0.00853, lr=0.001]\na dark painting in the style of <s1><s2>\nSteps: 35%|███▌ | 245/700 [01:01<01:48, 4.19it/s, loss=0.0045, lr=0.001] \nSteps: 35%|███▌ | 246/700 [01:02<01:48, 4.18it/s, loss=0.0045, lr=0.001]\na close-up painting in the style of <s1><s2>\ntensor([[0.4127],\n[0.4070]], device='cuda:0')\nCurrent Norm : tensor([0.4114, 0.4063], device='cuda:0')\nSteps: 35%|███▌ | 246/700 [01:02<01:48, 4.18it/s, loss=0.0167, lr=0.001]\nSteps: 35%|███▌ | 247/700 [01:02<01:47, 4.22it/s, loss=0.0167, lr=0.001]\na cool painting in the style of <s1><s2>\nSteps: 35%|███▌ | 247/700 [01:02<01:47, 4.22it/s, loss=0.0264, lr=0.001]\nSteps: 35%|███▌ | 248/700 [01:02<01:46, 4.24it/s, loss=0.0264, lr=0.001]\na rendition in the style of <s1><s2>\ntensor([[0.4126],\n[0.4070]], device='cuda:0')\nCurrent Norm : tensor([0.4113, 0.4063], device='cuda:0')\nSteps: 35%|███▌ | 248/700 [01:02<01:46, 4.24it/s, loss=0.0022, lr=0.001]\nSteps: 36%|███▌ | 249/700 [01:02<01:46, 4.22it/s, loss=0.0022, lr=0.001]\na rendition in the style of <s1><s2>\nSteps: 36%|███▌ | 249/700 [01:02<01:46, 4.22it/s, loss=0.0102, lr=0.001]\nSteps: 36%|███▌ | 250/700 [01:03<01:47, 4.20it/s, loss=0.0102, lr=0.001]\na cropped painting in the style of <s1><s2>\ntensor([[0.4124],\n[0.4071]], device='cuda:0')\nCurrent Norm : tensor([0.4112, 0.4064], device='cuda:0')\nSteps: 36%|███▌ | 250/700 [01:03<01:47, 4.20it/s, loss=0.008, lr=0.001] \nSteps: 36%|███▌ | 251/700 [01:03<01:48, 4.14it/s, loss=0.008, lr=0.001]\na picture in the style of <s1><s2>\nSteps: 36%|███▌ | 251/700 [01:03<01:48, 4.14it/s, loss=0.0575, lr=0.001]\nSteps: 36%|███▌ | 252/700 [01:03<01:48, 4.12it/s, loss=0.0575, lr=0.001]\na cropped painting in the style of <s1><s2>\ntensor([[0.4124],\n[0.4071]], device='cuda:0')\nCurrent Norm : tensor([0.4111, 0.4064], device='cuda:0')\nSteps: 36%|███▌ | 252/700 [01:03<01:48, 4.12it/s, loss=0.0495, lr=0.001]\nSteps: 36%|███▌ | 253/700 [01:03<01:49, 4.08it/s, loss=0.0495, lr=0.001]\na dark painting in the style of <s1><s2>\nSteps: 36%|███▌ | 253/700 [01:03<01:49, 4.08it/s, loss=0.0184, lr=0.001]\nSteps: 36%|███▋ | 254/700 [01:04<01:48, 4.09it/s, loss=0.0184, lr=0.001]\na painting in the style of <s1><s2>\ntensor([[0.4123],\n[0.4073]], device='cuda:0')\nCurrent Norm : tensor([0.4110, 0.4066], device='cuda:0')\nSteps: 36%|███▋ | 254/700 [01:04<01:48, 4.09it/s, loss=0.00753, lr=0.001]\nSteps: 36%|███▋ | 255/700 [01:04<01:49, 4.05it/s, loss=0.00753, lr=0.001]\na cropped painting in the style of <s1><s2>\nSteps: 36%|███▋ | 255/700 [01:04<01:49, 4.05it/s, loss=0.055, lr=0.001] \nSteps: 37%|███▋ | 256/700 [01:04<01:47, 4.11it/s, loss=0.055, lr=0.001]\nthe painting in the style of <s1><s2>\ntensor([[0.4122],\n[0.4075]], device='cuda:0')\nCurrent Norm : tensor([0.4110, 0.4067], device='cuda:0')\nSteps: 37%|███▋ | 256/700 [01:04<01:47, 4.11it/s, loss=0.00957, lr=0.001]\nSteps: 37%|███▋ | 257/700 [01:04<01:47, 4.13it/s, loss=0.00957, lr=0.001]\na good painting in the style of <s1><s2>\nSteps: 37%|███▋ | 257/700 [01:04<01:47, 4.13it/s, loss=0.00173, lr=0.001]\nSteps: 37%|███▋ | 258/700 [01:05<01:47, 4.13it/s, loss=0.00173, lr=0.001]\na painting in the style of <s1><s2>\ntensor([[0.4120],\n[0.4077]], device='cuda:0')\nCurrent Norm : tensor([0.4108, 0.4070], device='cuda:0')\nSteps: 37%|███▋ | 258/700 [01:05<01:47, 4.13it/s, loss=0.0908, lr=0.001] \nSteps: 37%|███▋ | 259/700 [01:05<01:47, 4.10it/s, loss=0.0908, lr=0.001]\na cropped painting in the style of <s1><s2>\nSteps: 37%|███▋ | 259/700 [01:05<01:47, 4.10it/s, loss=0.0191, lr=0.001]\nSteps: 37%|███▋ | 260/700 [01:05<01:47, 4.11it/s, loss=0.0191, lr=0.001]\na close-up painting in the style of <s1><s2>\ntensor([[0.4120],\n[0.4081]], device='cuda:0')\nCurrent Norm : tensor([0.4108, 0.4073], device='cuda:0')\nSteps: 37%|███▋ | 260/700 [01:05<01:47, 4.11it/s, loss=0.00217, lr=0.001]\nSteps: 37%|███▋ | 261/700 [01:05<01:46, 4.14it/s, loss=0.00217, lr=0.001]\na rendition in the style of <s1><s2>\nSteps: 37%|███▋ | 261/700 [01:05<01:46, 4.14it/s, loss=0.0165, lr=0.001] \nSteps: 37%|███▋ | 262/700 [01:06<01:44, 4.20it/s, loss=0.0165, lr=0.001]\na small painting in the style of <s1><s2>\ntensor([[0.4119],\n[0.4084]], device='cuda:0')\nCurrent Norm : tensor([0.4107, 0.4076], device='cuda:0')\nSteps: 37%|███▋ | 262/700 [01:06<01:44, 4.20it/s, loss=0.0299, lr=0.001]\nSteps: 38%|███▊ | 263/700 [01:06<01:45, 4.15it/s, loss=0.0299, lr=0.001]\na picture in the style of <s1><s2>\nSteps: 38%|███▊ | 263/700 [01:06<01:45, 4.15it/s, loss=0.00152, lr=0.001]\nSteps: 38%|███▊ | 264/700 [01:06<01:45, 4.15it/s, loss=0.00152, lr=0.001]\na close-up painting in the style of <s1><s2>\ntensor([[0.4118],\n[0.4087]], device='cuda:0')\nCurrent Norm : tensor([0.4107, 0.4078], device='cuda:0')\nSteps: 38%|███▊ | 264/700 [01:06<01:45, 4.15it/s, loss=0.0303, lr=0.001] \nSteps: 38%|███▊ | 265/700 [01:06<01:45, 4.12it/s, loss=0.0303, lr=0.001]\na bright painting in the style of <s1><s2>\nSteps: 38%|███▊ | 265/700 [01:06<01:45, 4.12it/s, loss=0.00384, lr=0.001]\nSteps: 38%|███▊ | 266/700 [01:07<01:45, 4.13it/s, loss=0.00384, lr=0.001]\na close-up painting in the style of <s1><s2>\ntensor([[0.4117],\n[0.4089]], device='cuda:0')\nCurrent Norm : tensor([0.4106, 0.4080], device='cuda:0')\nSteps: 38%|███▊ | 266/700 [01:07<01:45, 4.13it/s, loss=0.0119, lr=0.001] \nSteps: 38%|███▊ | 267/700 [01:07<01:45, 4.10it/s, loss=0.0119, lr=0.001]\na weird painting in the style of <s1><s2>\nSteps: 38%|███▊ | 267/700 [01:07<01:45, 4.10it/s, loss=0.00103, lr=0.001]\nSteps: 38%|███▊ | 268/700 [01:07<01:44, 4.12it/s, loss=0.00103, lr=0.001]\na close-up painting in the style of <s1><s2>\ntensor([[0.4116],\n[0.4091]], device='cuda:0')\nCurrent Norm : tensor([0.4104, 0.4082], device='cuda:0')\nSteps: 38%|███▊ | 268/700 [01:07<01:44, 4.12it/s, loss=0.00902, lr=0.001]\nSteps: 38%|███▊ | 269/700 [01:07<01:43, 4.14it/s, loss=0.00902, lr=0.001]\na rendition in the style of <s1><s2>\nSteps: 38%|███▊ | 269/700 [01:07<01:43, 4.14it/s, loss=0.0282, lr=0.001] \nSteps: 39%|███▊ | 270/700 [01:08<01:42, 4.18it/s, loss=0.0282, lr=0.001]\na clean painting in the style of <s1><s2>\ntensor([[0.4113],\n[0.4092]], device='cuda:0')\nCurrent Norm : tensor([0.4102, 0.4083], device='cuda:0')\nSteps: 39%|███▊ | 270/700 [01:08<01:42, 4.18it/s, loss=0.00297, lr=0.001]\nSteps: 39%|███▊ | 271/700 [01:08<01:43, 4.13it/s, loss=0.00297, lr=0.001]\na cropped painting in the style of <s1><s2>\nSteps: 39%|███▊ | 271/700 [01:08<01:43, 4.13it/s, loss=0.0461, lr=0.001] \nSteps: 39%|███▉ | 272/700 [01:08<01:42, 4.17it/s, loss=0.0461, lr=0.001]\na rendering in the style of <s1><s2>\ntensor([[0.4111],\n[0.4093]], device='cuda:0')\nCurrent Norm : tensor([0.4100, 0.4084], device='cuda:0')\nSteps: 39%|███▉ | 272/700 [01:08<01:42, 4.17it/s, loss=0.0104, lr=0.001]\nSteps: 39%|███▉ | 273/700 [01:08<01:42, 4.16it/s, loss=0.0104, lr=0.001]\na cropped painting in the style of <s1><s2>\nSteps: 39%|███▉ | 273/700 [01:08<01:42, 4.16it/s, loss=0.00382, lr=0.001]\nSteps: 39%|███▉ | 274/700 [01:08<01:42, 4.15it/s, loss=0.00382, lr=0.001]\na cropped painting in the style of <s1><s2>\ntensor([[0.4108],\n[0.4095]], device='cuda:0')\nCurrent Norm : tensor([0.4097, 0.4085], device='cuda:0')\nSteps: 39%|███▉ | 274/700 [01:08<01:42, 4.15it/s, loss=0.012, lr=0.001] \nSteps: 39%|███▉ | 275/700 [01:09<01:43, 4.12it/s, loss=0.012, lr=0.001]\na rendering in the style of <s1><s2>\nSteps: 39%|███▉ | 275/700 [01:09<01:43, 4.12it/s, loss=0.0175, lr=0.001]\nSteps: 39%|███▉ | 276/700 [01:09<01:41, 4.19it/s, loss=0.0175, lr=0.001]\na close-up painting in the style of <s1><s2>\ntensor([[0.4106],\n[0.4096]], device='cuda:0')\nCurrent Norm : tensor([0.4095, 0.4086], device='cuda:0')\nSteps: 39%|███▉ | 276/700 [01:09<01:41, 4.19it/s, loss=0.033, lr=0.001] \nSteps: 40%|███▉ | 277/700 [01:09<01:42, 4.13it/s, loss=0.033, lr=0.001]\na bright painting in the style of <s1><s2>\nSteps: 40%|███▉ | 277/700 [01:09<01:42, 4.13it/s, loss=0.0217, lr=0.001]\nSteps: 40%|███▉ | 278/700 [01:09<01:42, 4.13it/s, loss=0.0217, lr=0.001]\na close-up painting in the style of <s1><s2>\ntensor([[0.4104],\n[0.4097]], device='cuda:0')\nCurrent Norm : tensor([0.4094, 0.4087], device='cuda:0')\nSteps: 40%|███▉ | 278/700 [01:09<01:42, 4.13it/s, loss=0.0116, lr=0.001]\nSteps: 40%|███▉ | 279/700 [01:10<01:42, 4.12it/s, loss=0.0116, lr=0.001]\na rendering in the style of <s1><s2>\nSteps: 40%|███▉ | 279/700 [01:10<01:42, 4.12it/s, loss=0.016, lr=0.001] \nSteps: 40%|████ | 280/700 [01:10<01:41, 4.14it/s, loss=0.016, lr=0.001]\na small painting in the style of <s1><s2>\ntensor([[0.4102],\n[0.4098]], device='cuda:0')\nCurrent Norm : tensor([0.4092, 0.4088], device='cuda:0')\nSteps: 40%|████ | 280/700 [01:10<01:41, 4.14it/s, loss=0.00878, lr=0.001]\nSteps: 40%|████ | 281/700 [01:10<01:42, 4.10it/s, loss=0.00878, lr=0.001]\na weird painting in the style of <s1><s2>\nSteps: 40%|████ | 281/700 [01:10<01:42, 4.10it/s, loss=0.00979, lr=0.001]\nSteps: 40%|████ | 282/700 [01:10<01:41, 4.12it/s, loss=0.00979, lr=0.001]\na good painting in the style of <s1><s2>\ntensor([[0.4101],\n[0.4099]], device='cuda:0')\nCurrent Norm : tensor([0.4091, 0.4089], device='cuda:0')\nSteps: 40%|████ | 282/700 [01:10<01:41, 4.12it/s, loss=0.0173, lr=0.001] \nSteps: 40%|████ | 283/700 [01:11<01:40, 4.14it/s, loss=0.0173, lr=0.001]\na large painting in the style of <s1><s2>\nSteps: 40%|████ | 283/700 [01:11<01:40, 4.14it/s, loss=0.0155, lr=0.001]\nSteps: 41%|████ | 284/700 [01:11<01:40, 4.13it/s, loss=0.0155, lr=0.001]\na picture in the style of <s1><s2>\ntensor([[0.4098],\n[0.4099]], device='cuda:0')\nCurrent Norm : tensor([0.4088, 0.4089], device='cuda:0')\nSteps: 41%|████ | 284/700 [01:11<01:40, 4.13it/s, loss=0.0407, lr=0.001]\nSteps: 41%|████ | 285/700 [01:11<01:41, 4.09it/s, loss=0.0407, lr=0.001]\na picture in the style of <s1><s2>\nSteps: 41%|████ | 285/700 [01:11<01:41, 4.09it/s, loss=0.0291, lr=0.001]\nSteps: 41%|████ | 286/700 [01:11<01:40, 4.12it/s, loss=0.0291, lr=0.001]\na bright painting in the style of <s1><s2>\ntensor([[0.4096],\n[0.4100]], device='cuda:0')\nCurrent Norm : tensor([0.4087, 0.4090], device='cuda:0')\nSteps: 41%|████ | 286/700 [01:11<01:40, 4.12it/s, loss=0.0249, lr=0.001]\nSteps: 41%|████ | 287/700 [01:12<01:39, 4.14it/s, loss=0.0249, lr=0.001]\na close-up painting in the style of <s1><s2>\nSteps: 41%|████ | 287/700 [01:12<01:39, 4.14it/s, loss=0.0331, lr=0.001]\nSteps: 41%|████ | 288/700 [01:12<01:38, 4.19it/s, loss=0.0331, lr=0.001]\na cropped painting in the style of <s1><s2>\ntensor([[0.4095],\n[0.4101]], device='cuda:0')\nCurrent Norm : tensor([0.4085, 0.4091], device='cuda:0')\nSteps: 41%|████ | 288/700 [01:12<01:38, 4.19it/s, loss=0.00157, lr=0.001]\nSteps: 41%|████▏ | 289/700 [01:12<01:39, 4.14it/s, loss=0.00157, lr=0.001]\na close-up painting in the style of <s1><s2>\nSteps: 41%|████▏ | 289/700 [01:12<01:39, 4.14it/s, loss=0.0541, lr=0.001] \nSteps: 41%|████▏ | 290/700 [01:12<01:37, 4.19it/s, loss=0.0541, lr=0.001]\na large painting in the style of <s1><s2>\ntensor([[0.4093],\n[0.4103]], device='cuda:0')\nCurrent Norm : tensor([0.4084, 0.4092], device='cuda:0')\nSteps: 41%|████▏ | 290/700 [01:12<01:37, 4.19it/s, loss=0.0685, lr=0.001]\nSteps: 42%|████▏ | 291/700 [01:13<01:38, 4.15it/s, loss=0.0685, lr=0.001]\na cropped painting in the style of <s1><s2>\nSteps: 42%|████▏ | 291/700 [01:13<01:38, 4.15it/s, loss=0.0815, lr=0.001]\nSteps: 42%|████▏ | 292/700 [01:13<01:38, 4.16it/s, loss=0.0815, lr=0.001]\na cool painting in the style of <s1><s2>\ntensor([[0.4092],\n[0.4103]], device='cuda:0')\nCurrent Norm : tensor([0.4083, 0.4092], device='cuda:0')\nSteps: 42%|████▏ | 292/700 [01:13<01:38, 4.16it/s, loss=0.012, lr=0.001] \nSteps: 42%|████▏ | 293/700 [01:13<01:37, 4.19it/s, loss=0.012, lr=0.001]\na picture in the style of <s1><s2>\nSteps: 42%|████▏ | 293/700 [01:13<01:37, 4.19it/s, loss=0.0258, lr=0.001]\nSteps: 42%|████▏ | 294/700 [01:13<01:37, 4.18it/s, loss=0.0258, lr=0.001]\na picture in the style of <s1><s2>\ntensor([[0.4090],\n[0.4102]], device='cuda:0')\nCurrent Norm : tensor([0.4081, 0.4092], device='cuda:0')\nSteps: 42%|████▏ | 294/700 [01:13<01:37, 4.18it/s, loss=0.00153, lr=0.001]\nSteps: 42%|████▏ | 295/700 [01:14<01:38, 4.13it/s, loss=0.00153, lr=0.001]\na large painting in the style of <s1><s2>\nSteps: 42%|████▏ | 295/700 [01:14<01:38, 4.13it/s, loss=0.0248, lr=0.001] \nSteps: 42%|████▏ | 296/700 [01:14<01:37, 4.13it/s, loss=0.0248, lr=0.001]\na rendering in the style of <s1><s2>\ntensor([[0.4089],\n[0.4102]], device='cuda:0')\nCurrent Norm : tensor([0.4080, 0.4092], device='cuda:0')\nSteps: 42%|████▏ | 296/700 [01:14<01:37, 4.13it/s, loss=0.0125, lr=0.001]\nSteps: 42%|████▏ | 297/700 [01:14<01:36, 4.17it/s, loss=0.0125, lr=0.001]\na painting in the style of <s1><s2>\nSteps: 42%|████▏ | 297/700 [01:14<01:36, 4.17it/s, loss=0.0695, lr=0.001]\nSteps: 43%|████▎ | 298/700 [01:14<01:36, 4.15it/s, loss=0.0695, lr=0.001]\na large painting in the style of <s1><s2>\ntensor([[0.4087],\n[0.4102]], device='cuda:0')\nCurrent Norm : tensor([0.4078, 0.4092], device='cuda:0')\nSteps: 43%|████▎ | 298/700 [01:14<01:36, 4.15it/s, loss=0.0346, lr=0.001]\nSteps: 43%|████▎ | 299/700 [01:15<01:37, 4.10it/s, loss=0.0346, lr=0.001]\na nice painting in the style of <s1><s2>\nSteps: 43%|████▎ | 299/700 [01:15<01:37, 4.10it/s, loss=0.0835, lr=0.001]\nSteps: 43%|████▎ | 300/700 [01:15<01:36, 4.16it/s, loss=0.0835, lr=0.001]\nCurrent Learned Embeddings for <s1>:, id 49408 tensor([ 0.0235, 0.0005, 0.0061, -0.0127], device='cuda:0',\ngrad_fn=<SliceBackward0>)\nCurrent Learned Embeddings for <s2>:, id 49409 tensor([ 0.0080, 0.0061, -0.0066, 0.0024], device='cuda:0',\ngrad_fn=<SliceBackward0>)\nSaving weights to checkpoints/step_inv_300.safetensors\na large painting in the style of <s1><s2>\ntensor([[0.4086],\n[0.4102]], device='cuda:0')\nCurrent Norm : tensor([0.4077, 0.4092], device='cuda:0')\nSteps: 43%|████▎ | 300/700 [01:15<01:36, 4.16it/s, loss=0.00423, lr=0.001]\nSteps: 43%|████▎ | 301/700 [01:15<01:37, 4.10it/s, loss=0.00423, lr=0.001]\na dirty painting in the style of <s1><s2>\nSteps: 43%|████▎ | 301/700 [01:15<01:37, 4.10it/s, loss=0.0148, lr=0.001] \nSteps: 43%|████▎ | 302/700 [01:15<01:37, 4.10it/s, loss=0.0148, lr=0.001]\na cropped painting in the style of <s1><s2>\ntensor([[0.4085],\n[0.4102]], device='cuda:0')\nCurrent Norm : tensor([0.4076, 0.4092], device='cuda:0')\nSteps: 43%|████▎ | 302/700 [01:15<01:37, 4.10it/s, loss=0.0417, lr=0.001]\nSteps: 43%|████▎ | 303/700 [01:15<01:36, 4.11it/s, loss=0.0417, lr=0.001]\na cropped painting in the style of <s1><s2>\nSteps: 43%|████▎ | 303/700 [01:15<01:36, 4.11it/s, loss=0.00458, lr=0.001]\nSteps: 43%|████▎ | 304/700 [01:16<01:35, 4.14it/s, loss=0.00458, lr=0.001]\na close-up painting in the style of <s1><s2>\ntensor([[0.4083],\n[0.4102]], device='cuda:0')\nCurrent Norm : tensor([0.4075, 0.4092], device='cuda:0')\nSteps: 43%|████▎ | 304/700 [01:16<01:35, 4.14it/s, loss=0.00157, lr=0.001]\nSteps: 44%|████▎ | 305/700 [01:16<01:36, 4.11it/s, loss=0.00157, lr=0.001]\na clean painting in the style of <s1><s2>\nSteps: 44%|████▎ | 305/700 [01:16<01:36, 4.11it/s, loss=0.00466, lr=0.001]\nSteps: 44%|████▎ | 306/700 [01:16<01:35, 4.11it/s, loss=0.00466, lr=0.001]\na close-up painting in the style of <s1><s2>\ntensor([[0.4082],\n[0.4101]], device='cuda:0')\nCurrent Norm : tensor([0.4074, 0.4091], device='cuda:0')\nSteps: 44%|████▎ | 306/700 [01:16<01:35, 4.11it/s, loss=0.00122, lr=0.001]\nSteps: 44%|████▍ | 307/700 [01:16<01:36, 4.08it/s, loss=0.00122, lr=0.001]\na weird painting in the style of <s1><s2>\nSteps: 44%|████▍ | 307/700 [01:16<01:36, 4.08it/s, loss=0.003, lr=0.001] \nSteps: 44%|████▍ | 308/700 [01:17<01:34, 4.17it/s, loss=0.003, lr=0.001]\na cool painting in the style of <s1><s2>\ntensor([[0.4081],\n[0.4101]], device='cuda:0')\nCurrent Norm : tensor([0.4073, 0.4091], device='cuda:0')\nSteps: 44%|████▍ | 308/700 [01:17<01:34, 4.17it/s, loss=0.0193, lr=0.001]\nSteps: 44%|████▍ | 309/700 [01:17<01:33, 4.17it/s, loss=0.0193, lr=0.001]\na rendering in the style of <s1><s2>\nSteps: 44%|████▍ | 309/700 [01:17<01:33, 4.17it/s, loss=0.0406, lr=0.001]\nSteps: 44%|████▍ | 310/700 [01:17<01:33, 4.16it/s, loss=0.0406, lr=0.001]\na clean painting in the style of <s1><s2>\ntensor([[0.4080],\n[0.4100]], device='cuda:0')\nCurrent Norm : tensor([0.4072, 0.4090], device='cuda:0')\nSteps: 44%|████▍ | 310/700 [01:17<01:33, 4.16it/s, loss=0.0413, lr=0.001]\nSteps: 44%|████▍ | 311/700 [01:17<01:34, 4.12it/s, loss=0.0413, lr=0.001]\na small painting in the style of <s1><s2>\nSteps: 44%|████▍ | 311/700 [01:17<01:34, 4.12it/s, loss=0.00444, lr=0.001]\nSteps: 45%|████▍ | 312/700 [01:18<01:32, 4.20it/s, loss=0.00444, lr=0.001]\na large painting in the style of <s1><s2>\ntensor([[0.4080],\n[0.4100]], device='cuda:0')\nCurrent Norm : tensor([0.4072, 0.4090], device='cuda:0')\nSteps: 45%|████▍ | 312/700 [01:18<01:32, 4.20it/s, loss=0.0251, lr=0.001] \nSteps: 45%|████▍ | 313/700 [01:18<01:31, 4.22it/s, loss=0.0251, lr=0.001]\na small painting in the style of <s1><s2>\nSteps: 45%|████▍ | 313/700 [01:18<01:31, 4.22it/s, loss=0.0207, lr=0.001]\nSteps: 45%|████▍ | 314/700 [01:18<01:30, 4.24it/s, loss=0.0207, lr=0.001]\na cropped painting in the style of <s1><s2>\ntensor([[0.4080],\n[0.4099]], device='cuda:0')\nCurrent Norm : tensor([0.4072, 0.4089], device='cuda:0')\nSteps: 45%|████▍ | 314/700 [01:18<01:30, 4.24it/s, loss=0.029, lr=0.001] \nSteps: 45%|████▌ | 315/700 [01:18<01:32, 4.18it/s, loss=0.029, lr=0.001]\na close-up painting in the style of <s1><s2>\nSteps: 45%|████▌ | 315/700 [01:18<01:32, 4.18it/s, loss=0.0196, lr=0.001]\nSteps: 45%|████▌ | 316/700 [01:19<01:32, 4.17it/s, loss=0.0196, lr=0.001]\na weird painting in the style of <s1><s2>\ntensor([[0.4079],\n[0.4099]], device='cuda:0')\nCurrent Norm : tensor([0.4071, 0.4089], device='cuda:0')\nSteps: 45%|████▌ | 316/700 [01:19<01:32, 4.17it/s, loss=0.0296, lr=0.001]\nSteps: 45%|████▌ | 317/700 [01:19<01:32, 4.16it/s, loss=0.0296, lr=0.001]\nthe painting in the style of <s1><s2>\nSteps: 45%|████▌ | 317/700 [01:19<01:32, 4.16it/s, loss=0.0167, lr=0.001]\nSteps: 45%|████▌ | 318/700 [01:19<01:31, 4.16it/s, loss=0.0167, lr=0.001]\na dark painting in the style of <s1><s2>\ntensor([[0.4079],\n[0.4098]], device='cuda:0')\nCurrent Norm : tensor([0.4071, 0.4088], device='cuda:0')\nSteps: 45%|████▌ | 318/700 [01:19<01:31, 4.16it/s, loss=0.00307, lr=0.001]\nSteps: 46%|████▌ | 319/700 [01:19<01:32, 4.10it/s, loss=0.00307, lr=0.001]\na nice painting in the style of <s1><s2>\nSteps: 46%|████▌ | 319/700 [01:19<01:32, 4.10it/s, loss=0.0162, lr=0.001] \nSteps: 46%|████▌ | 320/700 [01:20<01:32, 4.12it/s, loss=0.0162, lr=0.001]\na bright painting in the style of <s1><s2>\ntensor([[0.4078],\n[0.4098]], device='cuda:0')\nCurrent Norm : tensor([0.4070, 0.4088], device='cuda:0')\nSteps: 46%|████▌ | 320/700 [01:20<01:32, 4.12it/s, loss=0.0237, lr=0.001]\nSteps: 46%|████▌ | 321/700 [01:20<01:32, 4.09it/s, loss=0.0237, lr=0.001]\na cropped painting in the style of <s1><s2>\nSteps: 46%|████▌ | 321/700 [01:20<01:32, 4.09it/s, loss=0.00372, lr=0.001]\nSteps: 46%|████▌ | 322/700 [01:20<01:30, 4.17it/s, loss=0.00372, lr=0.001]\na clean painting in the style of <s1><s2>\ntensor([[0.4077],\n[0.4098]], device='cuda:0')\nCurrent Norm : tensor([0.4069, 0.4089], device='cuda:0')\nSteps: 46%|████▌ | 322/700 [01:20<01:30, 4.17it/s, loss=0.0193, lr=0.001] \nSteps: 46%|████▌ | 323/700 [01:20<01:31, 4.12it/s, loss=0.0193, lr=0.001]\na painting in the style of <s1><s2>\nSteps: 46%|████▌ | 323/700 [01:20<01:31, 4.12it/s, loss=0.0362, lr=0.001]\nSteps: 46%|████▋ | 324/700 [01:21<01:31, 4.12it/s, loss=0.0362, lr=0.001]\na close-up painting in the style of <s1><s2>\ntensor([[0.4077],\n[0.4100]], device='cuda:0')\nCurrent Norm : tensor([0.4069, 0.4090], device='cuda:0')\nSteps: 46%|████▋ | 324/700 [01:21<01:31, 4.12it/s, loss=0.00147, lr=0.001]\nSteps: 46%|████▋ | 325/700 [01:21<01:30, 4.15it/s, loss=0.00147, lr=0.001]\na painting in the style of <s1><s2>\nSteps: 46%|████▋ | 325/700 [01:21<01:30, 4.15it/s, loss=0.0334, lr=0.001] \nSteps: 47%|████▋ | 326/700 [01:21<01:30, 4.14it/s, loss=0.0334, lr=0.001]\na close-up painting in the style of <s1><s2>\ntensor([[0.4077],\n[0.4101]], device='cuda:0')\nCurrent Norm : tensor([0.4070, 0.4091], device='cuda:0')\nSteps: 47%|████▋ | 326/700 [01:21<01:30, 4.14it/s, loss=0.00586, lr=0.001]\nSteps: 47%|████▋ | 327/700 [01:21<01:31, 4.09it/s, loss=0.00586, lr=0.001]\na small painting in the style of <s1><s2>\nSteps: 47%|████▋ | 327/700 [01:21<01:31, 4.09it/s, loss=0.0262, lr=0.001] \nSteps: 47%|████▋ | 328/700 [01:22<01:30, 4.12it/s, loss=0.0262, lr=0.001]\na nice painting in the style of <s1><s2>\ntensor([[0.4078],\n[0.4102]], device='cuda:0')\nCurrent Norm : tensor([0.4070, 0.4092], device='cuda:0')\nSteps: 47%|████▋ | 328/700 [01:22<01:30, 4.12it/s, loss=0.0121, lr=0.001]\nSteps: 47%|████▋ | 329/700 [01:22<01:30, 4.08it/s, loss=0.0121, lr=0.001]\na cropped painting in the style of <s1><s2>\nSteps: 47%|████▋ | 329/700 [01:22<01:30, 4.08it/s, loss=0.00564, lr=0.001]\nSteps: 47%|████▋ | 330/700 [01:22<01:28, 4.17it/s, loss=0.00564, lr=0.001]\na dirty painting in the style of <s1><s2>\ntensor([[0.4079],\n[0.4103]], device='cuda:0')\nCurrent Norm : tensor([0.4071, 0.4093], device='cuda:0')\nSteps: 47%|████▋ | 330/700 [01:22<01:28, 4.17it/s, loss=0.00756, lr=0.001]\nSteps: 47%|████▋ | 331/700 [01:22<01:28, 4.18it/s, loss=0.00756, lr=0.001]\na nice painting in the style of <s1><s2>\nSteps: 47%|████▋ | 331/700 [01:22<01:28, 4.18it/s, loss=0.00375, lr=0.001]\nSteps: 47%|████▋ | 332/700 [01:22<01:28, 4.16it/s, loss=0.00375, lr=0.001]\na clean painting in the style of <s1><s2>\ntensor([[0.4079],\n[0.4104]], device='cuda:0')\nCurrent Norm : tensor([0.4071, 0.4094], device='cuda:0')\nSteps: 47%|████▋ | 332/700 [01:22<01:28, 4.16it/s, loss=0.0225, lr=0.001] \nSteps: 48%|████▊ | 333/700 [01:23<01:29, 4.12it/s, loss=0.0225, lr=0.001]\na bright painting in the style of <s1><s2>\nSteps: 48%|████▊ | 333/700 [01:23<01:29, 4.12it/s, loss=0.0337, lr=0.001]\nSteps: 48%|████▊ | 334/700 [01:23<01:27, 4.21it/s, loss=0.0337, lr=0.001]\na clean painting in the style of <s1><s2>\ntensor([[0.4079],\n[0.4105]], device='cuda:0')\nCurrent Norm : tensor([0.4071, 0.4095], device='cuda:0')\nSteps: 48%|████▊ | 334/700 [01:23<01:27, 4.21it/s, loss=0.00516, lr=0.001]\nSteps: 48%|████▊ | 335/700 [01:23<01:28, 4.14it/s, loss=0.00516, lr=0.001]\na cool painting in the style of <s1><s2>\nSteps: 48%|████▊ | 335/700 [01:23<01:28, 4.14it/s, loss=0.0372, lr=0.001] \nSteps: 48%|████▊ | 336/700 [01:23<01:26, 4.20it/s, loss=0.0372, lr=0.001]\na cropped painting in the style of <s1><s2>\ntensor([[0.4079],\n[0.4106]], device='cuda:0')\nCurrent Norm : tensor([0.4071, 0.4095], device='cuda:0')\nSteps: 48%|████▊ | 336/700 [01:23<01:26, 4.20it/s, loss=0.0199, lr=0.001]\nSteps: 48%|████▊ | 337/700 [01:24<01:27, 4.14it/s, loss=0.0199, lr=0.001]\na close-up painting in the style of <s1><s2>\nSteps: 48%|████▊ | 337/700 [01:24<01:27, 4.14it/s, loss=0.176, lr=0.001] \nSteps: 48%|████▊ | 338/700 [01:24<01:27, 4.14it/s, loss=0.176, lr=0.001]\na small painting in the style of <s1><s2>\ntensor([[0.4079],\n[0.4106]], device='cuda:0')\nCurrent Norm : tensor([0.4071, 0.4096], device='cuda:0')\nSteps: 48%|████▊ | 338/700 [01:24<01:27, 4.14it/s, loss=0.00933, lr=0.001]\nSteps: 48%|████▊ | 339/700 [01:24<01:28, 4.10it/s, loss=0.00933, lr=0.001]\na large painting in the style of <s1><s2>\nSteps: 48%|████▊ | 339/700 [01:24<01:28, 4.10it/s, loss=0.00289, lr=0.001]\nSteps: 49%|████▊ | 340/700 [01:24<01:26, 4.16it/s, loss=0.00289, lr=0.001]\na close-up painting in the style of <s1><s2>\ntensor([[0.4079],\n[0.4107]], device='cuda:0')\nCurrent Norm : tensor([0.4071, 0.4096], device='cuda:0')\nSteps: 49%|████▊ | 340/700 [01:24<01:26, 4.16it/s, loss=0.00378, lr=0.001]\nSteps: 49%|████▊ | 341/700 [01:25<01:25, 4.19it/s, loss=0.00378, lr=0.001]\na dark painting in the style of <s1><s2>\nSteps: 49%|████▊ | 341/700 [01:25<01:25, 4.19it/s, loss=0.00368, lr=0.001]\nSteps: 49%|████▉ | 342/700 [01:25<01:25, 4.18it/s, loss=0.00368, lr=0.001]\na dirty painting in the style of <s1><s2>\ntensor([[0.4079],\n[0.4107]], device='cuda:0')\nCurrent Norm : tensor([0.4071, 0.4097], device='cuda:0')\nSteps: 49%|████▉ | 342/700 [01:25<01:25, 4.18it/s, loss=0.0132, lr=0.001] \nSteps: 49%|████▉ | 343/700 [01:25<01:26, 4.13it/s, loss=0.0132, lr=0.001]\na weird painting in the style of <s1><s2>\nSteps: 49%|████▉ | 343/700 [01:25<01:26, 4.13it/s, loss=0.0473, lr=0.001]\nSteps: 49%|████▉ | 344/700 [01:25<01:26, 4.14it/s, loss=0.0473, lr=0.001]\na rendition in the style of <s1><s2>\ntensor([[0.4078],\n[0.4107]], device='cuda:0')\nCurrent Norm : tensor([0.4071, 0.4097], device='cuda:0')\nSteps: 49%|████▉ | 344/700 [01:25<01:26, 4.14it/s, loss=0.0152, lr=0.001]\nSteps: 49%|████▉ | 345/700 [01:26<01:26, 4.10it/s, loss=0.0152, lr=0.001]\na rendering in the style of <s1><s2>\nSteps: 49%|████▉ | 345/700 [01:26<01:26, 4.10it/s, loss=0.0374, lr=0.001]\nSteps: 49%|████▉ | 346/700 [01:26<01:24, 4.18it/s, loss=0.0374, lr=0.001]\na large painting in the style of <s1><s2>\ntensor([[0.4077],\n[0.4107]], device='cuda:0')\nCurrent Norm : tensor([0.4070, 0.4096], device='cuda:0')\nSteps: 49%|████▉ | 346/700 [01:26<01:24, 4.18it/s, loss=0.0114, lr=0.001]\nSteps: 50%|████▉ | 347/700 [01:26<01:24, 4.18it/s, loss=0.0114, lr=0.001]\na picture in the style of <s1><s2>\nSteps: 50%|████▉ | 347/700 [01:26<01:24, 4.18it/s, loss=0.013, lr=0.001] \nSteps: 50%|████▉ | 348/700 [01:26<01:23, 4.21it/s, loss=0.013, lr=0.001]\na cropped painting in the style of <s1><s2>\ntensor([[0.4076],\n[0.4105]], device='cuda:0')\nCurrent Norm : tensor([0.4069, 0.4095], device='cuda:0')\nSteps: 50%|████▉ | 348/700 [01:26<01:23, 4.21it/s, loss=0.0111, lr=0.001]\nSteps: 50%|████▉ | 349/700 [01:27<01:23, 4.20it/s, loss=0.0111, lr=0.001]\na cropped painting in the style of <s1><s2>\nSteps: 50%|████▉ | 349/700 [01:27<01:23, 4.20it/s, loss=0.013, lr=0.001] \nSteps: 50%|█████ | 350/700 [01:27<01:23, 4.19it/s, loss=0.013, lr=0.001]\na cool painting in the style of <s1><s2>\ntensor([[0.4076],\n[0.4104]], device='cuda:0')\nCurrent Norm : tensor([0.4068, 0.4094], device='cuda:0')\nSteps: 50%|█████ | 350/700 [01:27<01:23, 4.19it/s, loss=0.00691, lr=0.001]\nSteps: 50%|█████ | 351/700 [01:27<01:23, 4.17it/s, loss=0.00691, lr=0.001]\na cropped painting in the style of <s1><s2>\nSteps: 50%|█████ | 351/700 [01:27<01:23, 4.17it/s, loss=0.0353, lr=0.001] \nSteps: 50%|█████ | 352/700 [01:27<01:22, 4.22it/s, loss=0.0353, lr=0.001]\na clean painting in the style of <s1><s2>\ntensor([[0.4076],\n[0.4103]], device='cuda:0')\nCurrent Norm : tensor([0.4068, 0.4093], device='cuda:0')\nSteps: 50%|█████ | 352/700 [01:27<01:22, 4.22it/s, loss=0.00155, lr=0.001]\nSteps: 50%|█████ | 353/700 [01:28<01:23, 4.17it/s, loss=0.00155, lr=0.001]\na cool painting in the style of <s1><s2>\nSteps: 50%|█████ | 353/700 [01:28<01:23, 4.17it/s, loss=0.00135, lr=0.001]\nSteps: 51%|█████ | 354/700 [01:28<01:23, 4.16it/s, loss=0.00135, lr=0.001]\na close-up painting in the style of <s1><s2>\ntensor([[0.4075],\n[0.4102]], device='cuda:0')\nCurrent Norm : tensor([0.4068, 0.4092], device='cuda:0')\nSteps: 51%|█████ | 354/700 [01:28<01:23, 4.16it/s, loss=0.0241, lr=0.001] \nSteps: 51%|█████ | 355/700 [01:28<01:22, 4.18it/s, loss=0.0241, lr=0.001]\na cropped painting in the style of <s1><s2>\nSteps: 51%|█████ | 355/700 [01:28<01:22, 4.18it/s, loss=0.00142, lr=0.001]\nSteps: 51%|█████ | 356/700 [01:28<01:22, 4.17it/s, loss=0.00142, lr=0.001]\na close-up painting in the style of <s1><s2>\ntensor([[0.4075],\n[0.4100]], device='cuda:0')\nCurrent Norm : tensor([0.4068, 0.4090], device='cuda:0')\nSteps: 51%|█████ | 356/700 [01:28<01:22, 4.17it/s, loss=0.019, lr=0.001] \nSteps: 51%|█████ | 357/700 [01:28<01:23, 4.13it/s, loss=0.019, lr=0.001]\na good painting in the style of <s1><s2>\nSteps: 51%|█████ | 357/700 [01:28<01:23, 4.13it/s, loss=0.021, lr=0.001]\nSteps: 51%|█████ | 358/700 [01:29<01:21, 4.20it/s, loss=0.021, lr=0.001]\na cropped painting in the style of <s1><s2>\ntensor([[0.4075],\n[0.4099]], device='cuda:0')\nCurrent Norm : tensor([0.4068, 0.4089], device='cuda:0')\nSteps: 51%|█████ | 358/700 [01:29<01:21, 4.20it/s, loss=0.00185, lr=0.001]\nSteps: 51%|█████▏ | 359/700 [01:29<01:22, 4.15it/s, loss=0.00185, lr=0.001]\na dark painting in the style of <s1><s2>\nSteps: 51%|█████▏ | 359/700 [01:29<01:22, 4.15it/s, loss=0.0125, lr=0.001] \nSteps: 51%|█████▏ | 360/700 [01:29<01:20, 4.21it/s, loss=0.0125, lr=0.001]\na small painting in the style of <s1><s2>\ntensor([[0.4075],\n[0.4096]], device='cuda:0')\nCurrent Norm : tensor([0.4068, 0.4087], device='cuda:0')\nSteps: 51%|█████▏ | 360/700 [01:29<01:20, 4.21it/s, loss=0.0293, lr=0.001]\nSteps: 52%|█████▏ | 361/700 [01:29<01:20, 4.20it/s, loss=0.0293, lr=0.001]\na rendering in the style of <s1><s2>\nSteps: 52%|█████▏ | 361/700 [01:29<01:20, 4.20it/s, loss=0.0145, lr=0.001]\nSteps: 52%|█████▏ | 362/700 [01:30<01:19, 4.25it/s, loss=0.0145, lr=0.001]\na clean painting in the style of <s1><s2>\ntensor([[0.4076],\n[0.4094]], device='cuda:0')\nCurrent Norm : tensor([0.4068, 0.4085], device='cuda:0')\nSteps: 52%|█████▏ | 362/700 [01:30<01:19, 4.25it/s, loss=0.0196, lr=0.001]\nSteps: 52%|█████▏ | 363/700 [01:30<01:19, 4.24it/s, loss=0.0196, lr=0.001]\na large painting in the style of <s1><s2>\nSteps: 52%|█████▏ | 363/700 [01:30<01:19, 4.24it/s, loss=0.00983, lr=0.001]\nSteps: 52%|█████▏ | 364/700 [01:30<01:18, 4.28it/s, loss=0.00983, lr=0.001]\na small painting in the style of <s1><s2>\ntensor([[0.4076],\n[0.4092]], device='cuda:0')\nCurrent Norm : tensor([0.4068, 0.4083], device='cuda:0')\nSteps: 52%|█████▏ | 364/700 [01:30<01:18, 4.28it/s, loss=0.00659, lr=0.001]\nSteps: 52%|█████▏ | 365/700 [01:30<01:19, 4.20it/s, loss=0.00659, lr=0.001]\na painting in the style of <s1><s2>\nSteps: 52%|█████▏ | 365/700 [01:30<01:19, 4.20it/s, loss=0.00299, lr=0.001]\nSteps: 52%|█████▏ | 366/700 [01:31<01:19, 4.18it/s, loss=0.00299, lr=0.001]\na close-up painting in the style of <s1><s2>\ntensor([[0.4076],\n[0.4090]], device='cuda:0')\nCurrent Norm : tensor([0.4069, 0.4081], device='cuda:0')\nSteps: 52%|█████▏ | 366/700 [01:31<01:19, 4.18it/s, loss=0.0134, lr=0.001] \nSteps: 52%|█████▏ | 367/700 [01:31<01:20, 4.13it/s, loss=0.0134, lr=0.001]\na nice painting in the style of <s1><s2>\nSteps: 52%|█████▏ | 367/700 [01:31<01:20, 4.13it/s, loss=0.115, lr=0.001] \nSteps: 53%|█████▎ | 368/700 [01:31<01:20, 4.13it/s, loss=0.115, lr=0.001]\na close-up painting in the style of <s1><s2>\ntensor([[0.4077],\n[0.4087]], device='cuda:0')\nCurrent Norm : tensor([0.4069, 0.4079], device='cuda:0')\nSteps: 53%|█████▎ | 368/700 [01:31<01:20, 4.13it/s, loss=0.0309, lr=0.001]\nSteps: 53%|█████▎ | 369/700 [01:31<01:20, 4.10it/s, loss=0.0309, lr=0.001]\na dirty painting in the style of <s1><s2>\nSteps: 53%|█████▎ | 369/700 [01:31<01:20, 4.10it/s, loss=0.0365, lr=0.001]\nSteps: 53%|█████▎ | 370/700 [01:32<01:18, 4.21it/s, loss=0.0365, lr=0.001]\na cool painting in the style of <s1><s2>\ntensor([[0.4077],\n[0.4085]], device='cuda:0')\nCurrent Norm : tensor([0.4069, 0.4077], device='cuda:0')\nSteps: 53%|█████▎ | 370/700 [01:32<01:18, 4.21it/s, loss=0.00237, lr=0.001]\nSteps: 53%|█████▎ | 371/700 [01:32<01:17, 4.22it/s, loss=0.00237, lr=0.001]\na cropped painting in the style of <s1><s2>\nSteps: 53%|█████▎ | 371/700 [01:32<01:17, 4.22it/s, loss=0.0132, lr=0.001] \nSteps: 53%|█████▎ | 372/700 [01:32<01:18, 4.20it/s, loss=0.0132, lr=0.001]\na nice painting in the style of <s1><s2>\ntensor([[0.4077],\n[0.4083]], device='cuda:0')\nCurrent Norm : tensor([0.4070, 0.4075], device='cuda:0')\nSteps: 53%|█████▎ | 372/700 [01:32<01:18, 4.20it/s, loss=0.00357, lr=0.001]\nSteps: 53%|█████▎ | 373/700 [01:32<01:18, 4.15it/s, loss=0.00357, lr=0.001]\na close-up painting in the style of <s1><s2>\nSteps: 53%|█████▎ | 373/700 [01:32<01:18, 4.15it/s, loss=0.0291, lr=0.001] \nSteps: 53%|█████▎ | 374/700 [01:33<01:18, 4.15it/s, loss=0.0291, lr=0.001]\na bright painting in the style of <s1><s2>\ntensor([[0.4078],\n[0.4081]], device='cuda:0')\nCurrent Norm : tensor([0.4070, 0.4073], device='cuda:0')\nSteps: 53%|█████▎ | 374/700 [01:33<01:18, 4.15it/s, loss=0.00744, lr=0.001]\nSteps: 54%|█████▎ | 375/700 [01:33<01:17, 4.17it/s, loss=0.00744, lr=0.001]\na dirty painting in the style of <s1><s2>\nSteps: 54%|█████▎ | 375/700 [01:33<01:17, 4.17it/s, loss=0.0619, lr=0.001] \nSteps: 54%|█████▎ | 376/700 [01:33<01:16, 4.24it/s, loss=0.0619, lr=0.001]\na close-up painting in the style of <s1><s2>\ntensor([[0.4078],\n[0.4079]], device='cuda:0')\nCurrent Norm : tensor([0.4070, 0.4071], device='cuda:0')\nSteps: 54%|█████▎ | 376/700 [01:33<01:16, 4.24it/s, loss=0.0191, lr=0.001]\nSteps: 54%|█████▍ | 377/700 [01:33<01:17, 4.16it/s, loss=0.0191, lr=0.001]\na small painting in the style of <s1><s2>\nSteps: 54%|█████▍ | 377/700 [01:33<01:17, 4.16it/s, loss=0.00542, lr=0.001]\nSteps: 54%|█████▍ | 378/700 [01:34<01:17, 4.14it/s, loss=0.00542, lr=0.001]\na small painting in the style of <s1><s2>\ntensor([[0.4079],\n[0.4077]], device='cuda:0')\nCurrent Norm : tensor([0.4071, 0.4069], device='cuda:0')\nSteps: 54%|█████▍ | 378/700 [01:34<01:17, 4.14it/s, loss=0.00374, lr=0.001]\nSteps: 54%|█████▍ | 379/700 [01:34<01:18, 4.10it/s, loss=0.00374, lr=0.001]\nthe painting in the style of <s1><s2>\nSteps: 54%|█████▍ | 379/700 [01:34<01:18, 4.10it/s, loss=0.0156, lr=0.001] \nSteps: 54%|█████▍ | 380/700 [01:34<01:16, 4.18it/s, loss=0.0156, lr=0.001]\na large painting in the style of <s1><s2>\ntensor([[0.4079],\n[0.4075]], device='cuda:0')\nCurrent Norm : tensor([0.4071, 0.4068], device='cuda:0')\nSteps: 54%|█████▍ | 380/700 [01:34<01:16, 4.18it/s, loss=0.00107, lr=0.001]\nSteps: 54%|█████▍ | 381/700 [01:34<01:17, 4.10it/s, loss=0.00107, lr=0.001]\na rendition in the style of <s1><s2>\nSteps: 54%|█████▍ | 381/700 [01:34<01:17, 4.10it/s, loss=0.0149, lr=0.001] \nSteps: 55%|█████▍ | 382/700 [01:34<01:17, 4.11it/s, loss=0.0149, lr=0.001]\na rendition in the style of <s1><s2>\ntensor([[0.4079],\n[0.4074]], device='cuda:0')\nCurrent Norm : tensor([0.4072, 0.4067], device='cuda:0')\nSteps: 55%|█████▍ | 382/700 [01:34<01:17, 4.11it/s, loss=0.00354, lr=0.001]\nSteps: 55%|█████▍ | 383/700 [01:35<01:17, 4.09it/s, loss=0.00354, lr=0.001]\na clean painting in the style of <s1><s2>\nSteps: 55%|█████▍ | 383/700 [01:35<01:17, 4.09it/s, loss=0.0411, lr=0.001] \nSteps: 55%|█████▍ | 384/700 [01:35<01:16, 4.15it/s, loss=0.0411, lr=0.001]\na nice painting in the style of <s1><s2>\ntensor([[0.4079],\n[0.4073]], device='cuda:0')\nCurrent Norm : tensor([0.4071, 0.4066], device='cuda:0')\nSteps: 55%|█████▍ | 384/700 [01:35<01:16, 4.15it/s, loss=0.0326, lr=0.001]\nSteps: 55%|█████▌ | 385/700 [01:35<01:16, 4.11it/s, loss=0.0326, lr=0.001]\na cropped painting in the style of <s1><s2>\nSteps: 55%|█████▌ | 385/700 [01:35<01:16, 4.11it/s, loss=0.00619, lr=0.001]\nSteps: 55%|█████▌ | 386/700 [01:35<01:16, 4.11it/s, loss=0.00619, lr=0.001]\na painting in the style of <s1><s2>\ntensor([[0.4079],\n[0.4073]], device='cuda:0')\nCurrent Norm : tensor([0.4071, 0.4065], device='cuda:0')\nSteps: 55%|█████▌ | 386/700 [01:35<01:16, 4.11it/s, loss=0.00175, lr=0.001]\nSteps: 55%|█████▌ | 387/700 [01:36<01:15, 4.15it/s, loss=0.00175, lr=0.001]\na clean painting in the style of <s1><s2>\nSteps: 55%|█████▌ | 387/700 [01:36<01:15, 4.15it/s, loss=0.0188, lr=0.001] \nSteps: 55%|█████▌ | 388/700 [01:36<01:14, 4.22it/s, loss=0.0188, lr=0.001]\na picture in the style of <s1><s2>\ntensor([[0.4079],\n[0.4072]], device='cuda:0')\nCurrent Norm : tensor([0.4071, 0.4064], device='cuda:0')\nSteps: 55%|█████▌ | 388/700 [01:36<01:14, 4.22it/s, loss=0.0297, lr=0.001]\nSteps: 56%|█████▌ | 389/700 [01:36<01:13, 4.21it/s, loss=0.0297, lr=0.001]\na dark painting in the style of <s1><s2>\nSteps: 56%|█████▌ | 389/700 [01:36<01:13, 4.21it/s, loss=0.00901, lr=0.001]\nSteps: 56%|█████▌ | 390/700 [01:36<01:13, 4.20it/s, loss=0.00901, lr=0.001]\na dirty painting in the style of <s1><s2>\ntensor([[0.4079],\n[0.4069]], device='cuda:0')\nCurrent Norm : tensor([0.4071, 0.4062], device='cuda:0')\nSteps: 56%|█████▌ | 390/700 [01:36<01:13, 4.20it/s, loss=0.0229, lr=0.001] \nSteps: 56%|█████▌ | 391/700 [01:37<01:14, 4.14it/s, loss=0.0229, lr=0.001]\na close-up painting in the style of <s1><s2>\nSteps: 56%|█████▌ | 391/700 [01:37<01:14, 4.14it/s, loss=0.0225, lr=0.001]\nSteps: 56%|█████▌ | 392/700 [01:37<01:13, 4.20it/s, loss=0.0225, lr=0.001]\na rendering in the style of <s1><s2>\ntensor([[0.4078],\n[0.4068]], device='cuda:0')\nCurrent Norm : tensor([0.4070, 0.4061], device='cuda:0')\nSteps: 56%|█████▌ | 392/700 [01:37<01:13, 4.20it/s, loss=0.0274, lr=0.001]\nSteps: 56%|█████▌ | 393/700 [01:37<01:14, 4.14it/s, loss=0.0274, lr=0.001]\na clean painting in the style of <s1><s2>\nSteps: 56%|█████▌ | 393/700 [01:37<01:14, 4.14it/s, loss=0.0662, lr=0.001]\nSteps: 56%|█████▋ | 394/700 [01:37<01:13, 4.15it/s, loss=0.0662, lr=0.001]\na clean painting in the style of <s1><s2>\ntensor([[0.4078],\n[0.4067]], device='cuda:0')\nCurrent Norm : tensor([0.4070, 0.4060], device='cuda:0')\nSteps: 56%|█████▋ | 394/700 [01:37<01:13, 4.15it/s, loss=0.0221, lr=0.001]\nSteps: 56%|█████▋ | 395/700 [01:38<01:13, 4.18it/s, loss=0.0221, lr=0.001]\na rendering in the style of <s1><s2>\nSteps: 56%|█████▋ | 395/700 [01:38<01:13, 4.18it/s, loss=0.0177, lr=0.001]\nSteps: 57%|█████▋ | 396/700 [01:38<01:11, 4.24it/s, loss=0.0177, lr=0.001]\na good painting in the style of <s1><s2>\ntensor([[0.4077],\n[0.4067]], device='cuda:0')\nCurrent Norm : tensor([0.4069, 0.4060], device='cuda:0')\nSteps: 57%|█████▋ | 396/700 [01:38<01:11, 4.24it/s, loss=0.05, lr=0.001] \nSteps: 57%|█████▋ | 397/700 [01:38<01:11, 4.22it/s, loss=0.05, lr=0.001]\na rendering in the style of <s1><s2>\nSteps: 57%|█████▋ | 397/700 [01:38<01:11, 4.22it/s, loss=0.0193, lr=0.001]\nSteps: 57%|█████▋ | 398/700 [01:38<01:11, 4.20it/s, loss=0.0193, lr=0.001]\na bright painting in the style of <s1><s2>\ntensor([[0.4076],\n[0.4067]], device='cuda:0')\nCurrent Norm : tensor([0.4069, 0.4060], device='cuda:0')\nSteps: 57%|█████▋ | 398/700 [01:38<01:11, 4.20it/s, loss=0.00119, lr=0.001]\nSteps: 57%|█████▋ | 399/700 [01:39<01:12, 4.15it/s, loss=0.00119, lr=0.001]\na dirty painting in the style of <s1><s2>\nSteps: 57%|█████▋ | 399/700 [01:39<01:12, 4.15it/s, loss=0.0155, lr=0.001] \nSteps: 57%|█████▋ | 400/700 [01:39<01:12, 4.14it/s, loss=0.0155, lr=0.001]\nCurrent Learned Embeddings for <s1>:, id 49408 tensor([ 0.0179, -0.0029, 0.0095, -0.0142], device='cuda:0',\ngrad_fn=<SliceBackward0>)\nCurrent Learned Embeddings for <s2>:, id 49409 tensor([ 0.0002, 0.0054, -0.0020, 0.0006], device='cuda:0',\ngrad_fn=<SliceBackward0>)\nSaving weights to checkpoints/step_inv_400.safetensors\na bright painting in the style of <s1><s2>\ntensor([[0.4077],\n[0.4068]], device='cuda:0')\nCurrent Norm : tensor([0.4069, 0.4061], device='cuda:0')\nSteps: 57%|█████▋ | 400/700 [01:39<01:12, 4.14it/s, loss=0.0561, lr=0.001]\nSteps: 57%|█████▋ | 401/700 [01:39<01:14, 4.02it/s, loss=0.0561, lr=0.001]\na good painting in the style of <s1><s2>\nSteps: 57%|█████▋ | 401/700 [01:39<01:14, 4.02it/s, loss=0.0384, lr=0.001]\nSteps: 57%|█████▋ | 402/700 [01:39<01:12, 4.12it/s, loss=0.0384, lr=0.001]\na weird painting in the style of <s1><s2>\ntensor([[0.4077],\n[0.4069]], device='cuda:0')\nCurrent Norm : tensor([0.4069, 0.4062], device='cuda:0')\nSteps: 57%|█████▋ | 402/700 [01:39<01:12, 4.12it/s, loss=0.108, lr=0.001] \nSteps: 58%|█████▊ | 403/700 [01:40<01:12, 4.11it/s, loss=0.108, lr=0.001]\nthe painting in the style of <s1><s2>\nSteps: 58%|█████▊ | 403/700 [01:40<01:12, 4.11it/s, loss=0.02, lr=0.001] \nSteps: 58%|█████▊ | 404/700 [01:40<01:11, 4.15it/s, loss=0.02, lr=0.001]\na cropped painting in the style of <s1><s2>\ntensor([[0.4077],\n[0.4070]], device='cuda:0')\nCurrent Norm : tensor([0.4070, 0.4063], device='cuda:0')\nSteps: 58%|█████▊ | 404/700 [01:40<01:11, 4.15it/s, loss=0.00184, lr=0.001]\nSteps: 58%|█████▊ | 405/700 [01:40<01:10, 4.16it/s, loss=0.00184, lr=0.001]\na good painting in the style of <s1><s2>\nSteps: 58%|█████▊ | 405/700 [01:40<01:10, 4.16it/s, loss=0.167, lr=0.001] \nSteps: 58%|█████▊ | 406/700 [01:40<01:10, 4.15it/s, loss=0.167, lr=0.001]\na cool painting in the style of <s1><s2>\ntensor([[0.4078],\n[0.4070]], device='cuda:0')\nCurrent Norm : tensor([0.4070, 0.4063], device='cuda:0')\nSteps: 58%|█████▊ | 406/700 [01:40<01:10, 4.15it/s, loss=0.00187, lr=0.001]\nSteps: 58%|█████▊ | 407/700 [01:41<01:11, 4.12it/s, loss=0.00187, lr=0.001]\na clean painting in the style of <s1><s2>\nSteps: 58%|█████▊ | 407/700 [01:41<01:11, 4.12it/s, loss=0.0453, lr=0.001] \nSteps: 58%|█████▊ | 408/700 [01:41<01:10, 4.13it/s, loss=0.0453, lr=0.001]\na cropped painting in the style of <s1><s2>\ntensor([[0.4078],\n[0.4071]], device='cuda:0')\nCurrent Norm : tensor([0.4071, 0.4064], device='cuda:0')\nSteps: 58%|█████▊ | 408/700 [01:41<01:10, 4.13it/s, loss=0.069, lr=0.001] \nSteps: 58%|█████▊ | 409/700 [01:41<01:09, 4.19it/s, loss=0.069, lr=0.001]\na large painting in the style of <s1><s2>\nSteps: 58%|█████▊ | 409/700 [01:41<01:09, 4.19it/s, loss=0.0222, lr=0.001]\nSteps: 59%|█████▊ | 410/700 [01:41<01:08, 4.24it/s, loss=0.0222, lr=0.001]\na nice painting in the style of <s1><s2>\ntensor([[0.4079],\n[0.4073]], device='cuda:0')\nCurrent Norm : tensor([0.4071, 0.4065], device='cuda:0')\nSteps: 59%|█████▊ | 410/700 [01:41<01:08, 4.24it/s, loss=0.0163, lr=0.001]\nSteps: 59%|█████▊ | 411/700 [01:41<01:08, 4.23it/s, loss=0.0163, lr=0.001]\na bright painting in the style of <s1><s2>\nSteps: 59%|█████▊ | 411/700 [01:41<01:08, 4.23it/s, loss=0.201, lr=0.001] \nSteps: 59%|█████▉ | 412/700 [01:42<01:08, 4.21it/s, loss=0.201, lr=0.001]\na bright painting in the style of <s1><s2>\ntensor([[0.4080],\n[0.4074]], device='cuda:0')\nCurrent Norm : tensor([0.4072, 0.4067], device='cuda:0')\nSteps: 59%|█████▉ | 412/700 [01:42<01:08, 4.21it/s, loss=0.00166, lr=0.001]\nSteps: 59%|█████▉ | 413/700 [01:42<01:08, 4.20it/s, loss=0.00166, lr=0.001]\nthe painting in the style of <s1><s2>\nSteps: 59%|█████▉ | 413/700 [01:42<01:08, 4.20it/s, loss=0.0806, lr=0.001] \nSteps: 59%|█████▉ | 414/700 [01:42<01:08, 4.16it/s, loss=0.0806, lr=0.001]\na close-up painting in the style of <s1><s2>\ntensor([[0.4081],\n[0.4076]], device='cuda:0')\nCurrent Norm : tensor([0.4072, 0.4068], device='cuda:0')\nSteps: 59%|█████▉ | 414/700 [01:42<01:08, 4.16it/s, loss=0.00367, lr=0.001]\nSteps: 59%|█████▉ | 415/700 [01:42<01:08, 4.18it/s, loss=0.00367, lr=0.001]\na weird painting in the style of <s1><s2>\nSteps: 59%|█████▉ | 415/700 [01:42<01:08, 4.18it/s, loss=0.0203, lr=0.001] \nSteps: 59%|█████▉ | 416/700 [01:43<01:07, 4.24it/s, loss=0.0203, lr=0.001]\na close-up painting in the style of <s1><s2>\ntensor([[0.4081],\n[0.4077]], device='cuda:0')\nCurrent Norm : tensor([0.4073, 0.4069], device='cuda:0')\nSteps: 59%|█████▉ | 416/700 [01:43<01:07, 4.24it/s, loss=0.103, lr=0.001] \nSteps: 60%|█████▉ | 417/700 [01:43<01:07, 4.18it/s, loss=0.103, lr=0.001]\na dirty painting in the style of <s1><s2>\nSteps: 60%|█████▉ | 417/700 [01:43<01:07, 4.18it/s, loss=0.00267, lr=0.001]\nSteps: 60%|█████▉ | 418/700 [01:43<01:07, 4.17it/s, loss=0.00267, lr=0.001]\na picture in the style of <s1><s2>\ntensor([[0.4082],\n[0.4078]], device='cuda:0')\nCurrent Norm : tensor([0.4074, 0.4070], device='cuda:0')\nSteps: 60%|█████▉ | 418/700 [01:43<01:07, 4.17it/s, loss=0.01, lr=0.001] \nSteps: 60%|█████▉ | 419/700 [01:43<01:08, 4.12it/s, loss=0.01, lr=0.001]\na cropped painting in the style of <s1><s2>\nSteps: 60%|█████▉ | 419/700 [01:43<01:08, 4.12it/s, loss=0.0209, lr=0.001]\nSteps: 60%|██████ | 420/700 [01:44<01:07, 4.18it/s, loss=0.0209, lr=0.001]\na small painting in the style of <s1><s2>\ntensor([[0.4084],\n[0.4079]], device='cuda:0')\nCurrent Norm : tensor([0.4076, 0.4071], device='cuda:0')\nSteps: 60%|██████ | 420/700 [01:44<01:07, 4.18it/s, loss=0.0163, lr=0.001]\nSteps: 60%|██████ | 421/700 [01:44<01:07, 4.15it/s, loss=0.0163, lr=0.001]\na cropped painting in the style of <s1><s2>\nSteps: 60%|██████ | 421/700 [01:44<01:07, 4.15it/s, loss=0.0242, lr=0.001]\nSteps: 60%|██████ | 422/700 [01:44<01:07, 4.15it/s, loss=0.0242, lr=0.001]\na bright painting in the style of <s1><s2>\ntensor([[0.4087],\n[0.4080]], device='cuda:0')\nCurrent Norm : tensor([0.4078, 0.4072], device='cuda:0')\nSteps: 60%|██████ | 422/700 [01:44<01:07, 4.15it/s, loss=0.0141, lr=0.001]\nSteps: 60%|██████ | 423/700 [01:44<01:07, 4.11it/s, loss=0.0141, lr=0.001]\na rendering in the style of <s1><s2>\nSteps: 60%|██████ | 423/700 [01:44<01:07, 4.11it/s, loss=0.0497, lr=0.001]\nSteps: 61%|██████ | 424/700 [01:45<01:06, 4.13it/s, loss=0.0497, lr=0.001]\na close-up painting in the style of <s1><s2>\ntensor([[0.4089],\n[0.4081]], device='cuda:0')\nCurrent Norm : tensor([0.4080, 0.4073], device='cuda:0')\nSteps: 61%|██████ | 424/700 [01:45<01:06, 4.13it/s, loss=0.00145, lr=0.001]\nSteps: 61%|██████ | 425/700 [01:45<01:06, 4.16it/s, loss=0.00145, lr=0.001]\na cropped painting in the style of <s1><s2>\nSteps: 61%|██████ | 425/700 [01:45<01:06, 4.16it/s, loss=0.00225, lr=0.001]\nSteps: 61%|██████ | 426/700 [01:45<01:05, 4.16it/s, loss=0.00225, lr=0.001]\na painting in the style of <s1><s2>\ntensor([[0.4091],\n[0.4081]], device='cuda:0')\nCurrent Norm : tensor([0.4082, 0.4073], device='cuda:0')\nSteps: 61%|██████ | 426/700 [01:45<01:05, 4.16it/s, loss=0.0173, lr=0.001] \nSteps: 61%|██████ | 427/700 [01:45<01:06, 4.11it/s, loss=0.0173, lr=0.001]\na weird painting in the style of <s1><s2>\nSteps: 61%|██████ | 427/700 [01:45<01:06, 4.11it/s, loss=0.00676, lr=0.001]\nSteps: 61%|██████ | 428/700 [01:46<01:05, 4.16it/s, loss=0.00676, lr=0.001]\na cropped painting in the style of <s1><s2>\ntensor([[0.4092],\n[0.4081]], device='cuda:0')\nCurrent Norm : tensor([0.4083, 0.4073], device='cuda:0')\nSteps: 61%|██████ | 428/700 [01:46<01:05, 4.16it/s, loss=0.014, lr=0.001] \nSteps: 61%|██████▏ | 429/700 [01:46<01:05, 4.12it/s, loss=0.014, lr=0.001]\na cropped painting in the style of <s1><s2>\nSteps: 61%|██████▏ | 429/700 [01:46<01:05, 4.12it/s, loss=0.00682, lr=0.001]\nSteps: 61%|██████▏ | 430/700 [01:46<01:05, 4.13it/s, loss=0.00682, lr=0.001]\na large painting in the style of <s1><s2>\ntensor([[0.4093],\n[0.4081]], device='cuda:0')\nCurrent Norm : tensor([0.4083, 0.4073], device='cuda:0')\nSteps: 61%|██████▏ | 430/700 [01:46<01:05, 4.13it/s, loss=0.00992, lr=0.001]\nSteps: 62%|██████▏ | 431/700 [01:46<01:05, 4.09it/s, loss=0.00992, lr=0.001]\na close-up painting in the style of <s1><s2>\nSteps: 62%|██████▏ | 431/700 [01:46<01:05, 4.09it/s, loss=0.00505, lr=0.001]\nSteps: 62%|██████▏ | 432/700 [01:47<01:05, 4.10it/s, loss=0.00505, lr=0.001]\na picture in the style of <s1><s2>\ntensor([[0.4093],\n[0.4080]], device='cuda:0')\nCurrent Norm : tensor([0.4084, 0.4072], device='cuda:0')\nSteps: 62%|██████▏ | 432/700 [01:47<01:05, 4.10it/s, loss=0.0158, lr=0.001] \nSteps: 62%|██████▏ | 433/700 [01:47<01:05, 4.08it/s, loss=0.0158, lr=0.001]\na good painting in the style of <s1><s2>\nSteps: 62%|██████▏ | 433/700 [01:47<01:05, 4.08it/s, loss=0.066, lr=0.001] \nSteps: 62%|██████▏ | 434/700 [01:47<01:05, 4.09it/s, loss=0.066, lr=0.001]\na dark painting in the style of <s1><s2>\ntensor([[0.4094],\n[0.4080]], device='cuda:0')\nCurrent Norm : tensor([0.4084, 0.4072], device='cuda:0')\nSteps: 62%|██████▏ | 434/700 [01:47<01:05, 4.09it/s, loss=0.0149, lr=0.001]\nSteps: 62%|██████▏ | 435/700 [01:47<01:05, 4.07it/s, loss=0.0149, lr=0.001]\na clean painting in the style of <s1><s2>\nSteps: 62%|██████▏ | 435/700 [01:47<01:05, 4.07it/s, loss=0.0144, lr=0.001]\nSteps: 62%|██████▏ | 436/700 [01:47<01:03, 4.15it/s, loss=0.0144, lr=0.001]\na dirty painting in the style of <s1><s2>\ntensor([[0.4095],\n[0.4080]], device='cuda:0')\nCurrent Norm : tensor([0.4085, 0.4072], device='cuda:0')\nSteps: 62%|██████▏ | 436/700 [01:47<01:03, 4.15it/s, loss=0.00898, lr=0.001]\nSteps: 62%|██████▏ | 437/700 [01:48<01:03, 4.15it/s, loss=0.00898, lr=0.001]\na dark painting in the style of <s1><s2>\nSteps: 62%|██████▏ | 437/700 [01:48<01:03, 4.15it/s, loss=0.00915, lr=0.001]\nSteps: 63%|██████▎ | 438/700 [01:48<01:03, 4.15it/s, loss=0.00915, lr=0.001]\na cropped painting in the style of <s1><s2>\ntensor([[0.4096],\n[0.4079]], device='cuda:0')\nCurrent Norm : tensor([0.4086, 0.4071], device='cuda:0')\nSteps: 63%|██████▎ | 438/700 [01:48<01:03, 4.15it/s, loss=0.00499, lr=0.001]\nSteps: 63%|██████▎ | 439/700 [01:48<01:02, 4.16it/s, loss=0.00499, lr=0.001]\na dark painting in the style of <s1><s2>\nSteps: 63%|██████▎ | 439/700 [01:48<01:02, 4.16it/s, loss=0.0121, lr=0.001] \nSteps: 63%|██████▎ | 440/700 [01:48<01:02, 4.16it/s, loss=0.0121, lr=0.001]\na weird painting in the style of <s1><s2>\ntensor([[0.4097],\n[0.4079]], device='cuda:0')\nCurrent Norm : tensor([0.4087, 0.4071], device='cuda:0')\nSteps: 63%|██████▎ | 440/700 [01:48<01:02, 4.16it/s, loss=0.00662, lr=0.001]\nSteps: 63%|██████▎ | 441/700 [01:49<01:01, 4.19it/s, loss=0.00662, lr=0.001]\na weird painting in the style of <s1><s2>\nSteps: 63%|██████▎ | 441/700 [01:49<01:01, 4.19it/s, loss=0.0559, lr=0.001] \nSteps: 63%|██████▎ | 442/700 [01:49<01:01, 4.16it/s, loss=0.0559, lr=0.001]\na dark painting in the style of <s1><s2>\ntensor([[0.4098],\n[0.4080]], device='cuda:0')\nCurrent Norm : tensor([0.4088, 0.4072], device='cuda:0')\nSteps: 63%|██████▎ | 442/700 [01:49<01:01, 4.16it/s, loss=0.00157, lr=0.001]\nSteps: 63%|██████▎ | 443/700 [01:49<01:02, 4.10it/s, loss=0.00157, lr=0.001]\na small painting in the style of <s1><s2>\nSteps: 63%|██████▎ | 443/700 [01:49<01:02, 4.10it/s, loss=0.0547, lr=0.001] \nSteps: 63%|██████▎ | 444/700 [01:49<01:01, 4.16it/s, loss=0.0547, lr=0.001]\na dirty painting in the style of <s1><s2>\ntensor([[0.4099],\n[0.4080]], device='cuda:0')\nCurrent Norm : tensor([0.4089, 0.4072], device='cuda:0')\nSteps: 63%|██████▎ | 444/700 [01:49<01:01, 4.16it/s, loss=0.0105, lr=0.001]\nSteps: 64%|██████▎ | 445/700 [01:50<01:01, 4.12it/s, loss=0.0105, lr=0.001]\na cool painting in the style of <s1><s2>\nSteps: 64%|██████▎ | 445/700 [01:50<01:01, 4.12it/s, loss=0.00767, lr=0.001]\nSteps: 64%|██████▎ | 446/700 [01:50<01:00, 4.18it/s, loss=0.00767, lr=0.001]\na picture in the style of <s1><s2>\ntensor([[0.4100],\n[0.4080]], device='cuda:0')\nCurrent Norm : tensor([0.4090, 0.4072], device='cuda:0')\nSteps: 64%|██████▎ | 446/700 [01:50<01:00, 4.18it/s, loss=0.00742, lr=0.001]\nSteps: 64%|██████▍ | 447/700 [01:50<01:01, 4.13it/s, loss=0.00742, lr=0.001]\na good painting in the style of <s1><s2>\nSteps: 64%|██████▍ | 447/700 [01:50<01:01, 4.13it/s, loss=0.00178, lr=0.001]\nSteps: 64%|██████▍ | 448/700 [01:50<01:00, 4.14it/s, loss=0.00178, lr=0.001]\na cropped painting in the style of <s1><s2>\ntensor([[0.4100],\n[0.4080]], device='cuda:0')\nCurrent Norm : tensor([0.4090, 0.4072], device='cuda:0')\nSteps: 64%|██████▍ | 448/700 [01:50<01:00, 4.14it/s, loss=0.0159, lr=0.001] \nSteps: 64%|██████▍ | 449/700 [01:51<01:01, 4.10it/s, loss=0.0159, lr=0.001]\na bright painting in the style of <s1><s2>\nSteps: 64%|██████▍ | 449/700 [01:51<01:01, 4.10it/s, loss=0.0368, lr=0.001]\nSteps: 64%|██████▍ | 450/700 [01:51<01:00, 4.11it/s, loss=0.0368, lr=0.001]\na rendition in the style of <s1><s2>\ntensor([[0.4100],\n[0.4080]], device='cuda:0')\nCurrent Norm : tensor([0.4090, 0.4072], device='cuda:0')\nSteps: 64%|██████▍ | 450/700 [01:51<01:00, 4.11it/s, loss=0.0954, lr=0.001]\nSteps: 64%|██████▍ | 451/700 [01:51<01:00, 4.13it/s, loss=0.0954, lr=0.001]\na painting in the style of <s1><s2>\nSteps: 64%|██████▍ | 451/700 [01:51<01:00, 4.13it/s, loss=0.031, lr=0.001] \nSteps: 65%|██████▍ | 452/700 [01:51<00:58, 4.21it/s, loss=0.031, lr=0.001]\na close-up painting in the style of <s1><s2>\ntensor([[0.4100],\n[0.4080]], device='cuda:0')\nCurrent Norm : tensor([0.4090, 0.4072], device='cuda:0')\nSteps: 65%|██████▍ | 452/700 [01:51<00:58, 4.21it/s, loss=0.00113, lr=0.001]\nSteps: 65%|██████▍ | 453/700 [01:52<00:59, 4.15it/s, loss=0.00113, lr=0.001]\na dirty painting in the style of <s1><s2>\nSteps: 65%|██████▍ | 453/700 [01:52<00:59, 4.15it/s, loss=0.00417, lr=0.001]\nSteps: 65%|██████▍ | 454/700 [01:52<00:58, 4.20it/s, loss=0.00417, lr=0.001]\na rendering in the style of <s1><s2>\ntensor([[0.4099],\n[0.4080]], device='cuda:0')\nCurrent Norm : tensor([0.4089, 0.4072], device='cuda:0')\nSteps: 65%|██████▍ | 454/700 [01:52<00:58, 4.20it/s, loss=0.0278, lr=0.001] \nSteps: 65%|██████▌ | 455/700 [01:52<00:59, 4.15it/s, loss=0.0278, lr=0.001]\na dirty painting in the style of <s1><s2>\nSteps: 65%|██████▌ | 455/700 [01:52<00:59, 4.15it/s, loss=0.00144, lr=0.001]\nSteps: 65%|██████▌ | 456/700 [01:52<00:58, 4.15it/s, loss=0.00144, lr=0.001]\na rendition in the style of <s1><s2>\ntensor([[0.4098],\n[0.4079]], device='cuda:0')\nCurrent Norm : tensor([0.4088, 0.4071], device='cuda:0')\nSteps: 65%|██████▌ | 456/700 [01:52<00:58, 4.15it/s, loss=0.0193, lr=0.001] \nSteps: 65%|██████▌ | 457/700 [01:53<00:59, 4.11it/s, loss=0.0193, lr=0.001]\na cool painting in the style of <s1><s2>\nSteps: 65%|██████▌ | 457/700 [01:53<00:59, 4.11it/s, loss=0.0163, lr=0.001]\nSteps: 65%|██████▌ | 458/700 [01:53<00:58, 4.11it/s, loss=0.0163, lr=0.001]\nthe painting in the style of <s1><s2>\ntensor([[0.4098],\n[0.4078]], device='cuda:0')\nCurrent Norm : tensor([0.4088, 0.4071], device='cuda:0')\nSteps: 65%|██████▌ | 458/700 [01:53<00:58, 4.11it/s, loss=0.0238, lr=0.001]\nSteps: 66%|██████▌ | 459/700 [01:53<00:57, 4.16it/s, loss=0.0238, lr=0.001]\na clean painting in the style of <s1><s2>\nSteps: 66%|██████▌ | 459/700 [01:53<00:57, 4.16it/s, loss=0.0221, lr=0.001]\nSteps: 66%|██████▌ | 460/700 [01:53<00:57, 4.14it/s, loss=0.0221, lr=0.001]\na rendering in the style of <s1><s2>\ntensor([[0.4098],\n[0.4079]], device='cuda:0')\nCurrent Norm : tensor([0.4088, 0.4071], device='cuda:0')\nSteps: 66%|██████▌ | 460/700 [01:53<00:57, 4.14it/s, loss=0.00288, lr=0.001]\nSteps: 66%|██████▌ | 461/700 [01:54<00:58, 4.09it/s, loss=0.00288, lr=0.001]\nthe painting in the style of <s1><s2>\nSteps: 66%|██████▌ | 461/700 [01:54<00:58, 4.09it/s, loss=0.0421, lr=0.001] \nSteps: 66%|██████▌ | 462/700 [01:54<00:57, 4.11it/s, loss=0.0421, lr=0.001]\na painting in the style of <s1><s2>\ntensor([[0.4099],\n[0.4079]], device='cuda:0')\nCurrent Norm : tensor([0.4089, 0.4071], device='cuda:0')\nSteps: 66%|██████▌ | 462/700 [01:54<00:57, 4.11it/s, loss=0.00408, lr=0.001]\nSteps: 66%|██████▌ | 463/700 [01:54<00:58, 4.09it/s, loss=0.00408, lr=0.001]\na close-up painting in the style of <s1><s2>\nSteps: 66%|██████▌ | 463/700 [01:54<00:58, 4.09it/s, loss=0.0179, lr=0.001] \nSteps: 66%|██████▋ | 464/700 [01:54<00:56, 4.18it/s, loss=0.0179, lr=0.001]\na weird painting in the style of <s1><s2>\ntensor([[0.4099],\n[0.4080]], device='cuda:0')\nCurrent Norm : tensor([0.4089, 0.4072], device='cuda:0')\nSteps: 66%|██████▋ | 464/700 [01:54<00:56, 4.18it/s, loss=0.0253, lr=0.001]\nSteps: 66%|██████▋ | 465/700 [01:54<00:57, 4.12it/s, loss=0.0253, lr=0.001]\na dark painting in the style of <s1><s2>\nSteps: 66%|██████▋ | 465/700 [01:54<00:57, 4.12it/s, loss=0.00611, lr=0.001]\nSteps: 67%|██████▋ | 466/700 [01:55<00:56, 4.13it/s, loss=0.00611, lr=0.001]\na dark painting in the style of <s1><s2>\ntensor([[0.4099],\n[0.4080]], device='cuda:0')\nCurrent Norm : tensor([0.4089, 0.4072], device='cuda:0')\nSteps: 67%|██████▋ | 466/700 [01:55<00:56, 4.13it/s, loss=0.0305, lr=0.001] \nSteps: 67%|██████▋ | 467/700 [01:55<00:56, 4.11it/s, loss=0.0305, lr=0.001]\na rendering in the style of <s1><s2>\nSteps: 67%|██████▋ | 467/700 [01:55<00:56, 4.11it/s, loss=0.045, lr=0.001] \nSteps: 67%|██████▋ | 468/700 [01:55<00:55, 4.17it/s, loss=0.045, lr=0.001]\na dark painting in the style of <s1><s2>\ntensor([[0.4098],\n[0.4080]], device='cuda:0')\nCurrent Norm : tensor([0.4088, 0.4072], device='cuda:0')\nSteps: 67%|██████▋ | 468/700 [01:55<00:55, 4.17it/s, loss=0.0253, lr=0.001]\nSteps: 67%|██████▋ | 469/700 [01:55<00:55, 4.13it/s, loss=0.0253, lr=0.001]\na picture in the style of <s1><s2>\nSteps: 67%|██████▋ | 469/700 [01:55<00:55, 4.13it/s, loss=0.0089, lr=0.001]\nSteps: 67%|██████▋ | 470/700 [01:56<00:55, 4.15it/s, loss=0.0089, lr=0.001]\na cropped painting in the style of <s1><s2>\ntensor([[0.4097],\n[0.4080]], device='cuda:0')\nCurrent Norm : tensor([0.4088, 0.4072], device='cuda:0')\nSteps: 67%|██████▋ | 470/700 [01:56<00:55, 4.15it/s, loss=0.0624, lr=0.001]\nSteps: 67%|██████▋ | 471/700 [01:56<00:55, 4.12it/s, loss=0.0624, lr=0.001]\na clean painting in the style of <s1><s2>\nSteps: 67%|██████▋ | 471/700 [01:56<00:55, 4.12it/s, loss=0.0195, lr=0.001]\nSteps: 67%|██████▋ | 472/700 [01:56<00:55, 4.12it/s, loss=0.0195, lr=0.001]\na good painting in the style of <s1><s2>\ntensor([[0.4096],\n[0.4081]], device='cuda:0')\nCurrent Norm : tensor([0.4087, 0.4073], device='cuda:0')\nSteps: 67%|██████▋ | 472/700 [01:56<00:55, 4.12it/s, loss=0.0554, lr=0.001]\nSteps: 68%|██████▊ | 473/700 [01:56<00:54, 4.14it/s, loss=0.0554, lr=0.001]\na small painting in the style of <s1><s2>\nSteps: 68%|██████▊ | 473/700 [01:56<00:54, 4.14it/s, loss=0.0613, lr=0.001]\nSteps: 68%|██████▊ | 474/700 [01:57<00:53, 4.19it/s, loss=0.0613, lr=0.001]\na rendering in the style of <s1><s2>\ntensor([[0.4096],\n[0.4081]], device='cuda:0')\nCurrent Norm : tensor([0.4086, 0.4073], device='cuda:0')\nSteps: 68%|██████▊ | 474/700 [01:57<00:53, 4.19it/s, loss=0.0272, lr=0.001]\nSteps: 68%|██████▊ | 475/700 [01:57<00:53, 4.19it/s, loss=0.0272, lr=0.001]\na large painting in the style of <s1><s2>\nSteps: 68%|██████▊ | 475/700 [01:57<00:53, 4.19it/s, loss=0.0389, lr=0.001]\nSteps: 68%|██████▊ | 476/700 [01:57<00:53, 4.21it/s, loss=0.0389, lr=0.001]\na cropped painting in the style of <s1><s2>\ntensor([[0.4095],\n[0.4081]], device='cuda:0')\nCurrent Norm : tensor([0.4085, 0.4073], device='cuda:0')\nSteps: 68%|██████▊ | 476/700 [01:57<00:53, 4.21it/s, loss=0.00154, lr=0.001]\nSteps: 68%|██████▊ | 477/700 [01:57<00:53, 4.20it/s, loss=0.00154, lr=0.001]\nthe painting in the style of <s1><s2>\nSteps: 68%|██████▊ | 477/700 [01:57<00:53, 4.20it/s, loss=0.0152, lr=0.001] \nSteps: 68%|██████▊ | 478/700 [01:58<00:52, 4.23it/s, loss=0.0152, lr=0.001]\na dirty painting in the style of <s1><s2>\ntensor([[0.4094],\n[0.4082]], device='cuda:0')\nCurrent Norm : tensor([0.4084, 0.4074], device='cuda:0')\nSteps: 68%|██████▊ | 478/700 [01:58<00:52, 4.23it/s, loss=0.0194, lr=0.001]\nSteps: 68%|██████▊ | 479/700 [01:58<00:52, 4.17it/s, loss=0.0194, lr=0.001]\na small painting in the style of <s1><s2>\nSteps: 68%|██████▊ | 479/700 [01:58<00:52, 4.17it/s, loss=0.0583, lr=0.001]\nSteps: 69%|██████▊ | 480/700 [01:58<00:52, 4.16it/s, loss=0.0583, lr=0.001]\na close-up painting in the style of <s1><s2>\ntensor([[0.4093],\n[0.4084]], device='cuda:0')\nCurrent Norm : tensor([0.4084, 0.4076], device='cuda:0')\nSteps: 69%|██████▊ | 480/700 [01:58<00:52, 4.16it/s, loss=0.00557, lr=0.001]\nSteps: 69%|██████▊ | 481/700 [01:58<00:52, 4.18it/s, loss=0.00557, lr=0.001]\na nice painting in the style of <s1><s2>\nSteps: 69%|██████▊ | 481/700 [01:58<00:52, 4.18it/s, loss=0.0175, lr=0.001] \nSteps: 69%|██████▉ | 482/700 [01:59<00:52, 4.18it/s, loss=0.0175, lr=0.001]\na painting in the style of <s1><s2>\ntensor([[0.4093],\n[0.4087]], device='cuda:0')\nCurrent Norm : tensor([0.4084, 0.4078], device='cuda:0')\nSteps: 69%|██████▉ | 482/700 [01:59<00:52, 4.18it/s, loss=0.0381, lr=0.001]\nSteps: 69%|██████▉ | 483/700 [01:59<00:52, 4.14it/s, loss=0.0381, lr=0.001]\na cropped painting in the style of <s1><s2>\nSteps: 69%|██████▉ | 483/700 [01:59<00:52, 4.14it/s, loss=0.00545, lr=0.001]\nSteps: 69%|██████▉ | 484/700 [01:59<00:51, 4.19it/s, loss=0.00545, lr=0.001]\na bright painting in the style of <s1><s2>\ntensor([[0.4094],\n[0.4088]], device='cuda:0')\nCurrent Norm : tensor([0.4084, 0.4080], device='cuda:0')\nSteps: 69%|██████▉ | 484/700 [01:59<00:51, 4.19it/s, loss=0.0133, lr=0.001] \nSteps: 69%|██████▉ | 485/700 [01:59<00:51, 4.14it/s, loss=0.0133, lr=0.001]\na dark painting in the style of <s1><s2>\nSteps: 69%|██████▉ | 485/700 [01:59<00:51, 4.14it/s, loss=0.0129, lr=0.001]\nSteps: 69%|██████▉ | 486/700 [02:00<00:50, 4.21it/s, loss=0.0129, lr=0.001]\na nice painting in the style of <s1><s2>\ntensor([[0.4095],\n[0.4091]], device='cuda:0')\nCurrent Norm : tensor([0.4085, 0.4082], device='cuda:0')\nSteps: 69%|██████▉ | 486/700 [02:00<00:50, 4.21it/s, loss=0.0136, lr=0.001]\nSteps: 70%|██████▉ | 487/700 [02:00<00:51, 4.16it/s, loss=0.0136, lr=0.001]\na cropped painting in the style of <s1><s2>\nSteps: 70%|██████▉ | 487/700 [02:00<00:51, 4.16it/s, loss=0.00967, lr=0.001]\nSteps: 70%|██████▉ | 488/700 [02:00<00:50, 4.22it/s, loss=0.00967, lr=0.001]\na rendering in the style of <s1><s2>\ntensor([[0.4096],\n[0.4093]], device='cuda:0')\nCurrent Norm : tensor([0.4087, 0.4084], device='cuda:0')\nSteps: 70%|██████▉ | 488/700 [02:00<00:50, 4.22it/s, loss=0.00162, lr=0.001]\nSteps: 70%|██████▉ | 489/700 [02:00<00:49, 4.23it/s, loss=0.00162, lr=0.001]\na painting in the style of <s1><s2>\nSteps: 70%|██████▉ | 489/700 [02:00<00:49, 4.23it/s, loss=0.0293, lr=0.001] \nSteps: 70%|███████ | 490/700 [02:00<00:49, 4.20it/s, loss=0.0293, lr=0.001]\na large painting in the style of <s1><s2>\ntensor([[0.4098],\n[0.4096]], device='cuda:0')\nCurrent Norm : tensor([0.4088, 0.4087], device='cuda:0')\nSteps: 70%|███████ | 490/700 [02:00<00:49, 4.20it/s, loss=0.0415, lr=0.001]\nSteps: 70%|███████ | 491/700 [02:01<00:50, 4.15it/s, loss=0.0415, lr=0.001]\na close-up painting in the style of <s1><s2>\nSteps: 70%|███████ | 491/700 [02:01<00:50, 4.15it/s, loss=0.00629, lr=0.001]\nSteps: 70%|███████ | 492/700 [02:01<00:49, 4.22it/s, loss=0.00629, lr=0.001]\na weird painting in the style of <s1><s2>\ntensor([[0.4099],\n[0.4099]], device='cuda:0')\nCurrent Norm : tensor([0.4089, 0.4089], device='cuda:0')\nSteps: 70%|███████ | 492/700 [02:01<00:49, 4.22it/s, loss=0.0359, lr=0.001] \nSteps: 70%|███████ | 493/700 [02:01<00:49, 4.22it/s, loss=0.0359, lr=0.001]\na bright painting in the style of <s1><s2>\nSteps: 70%|███████ | 493/700 [02:01<00:49, 4.22it/s, loss=0.016, lr=0.001] \nSteps: 71%|███████ | 494/700 [02:01<00:48, 4.27it/s, loss=0.016, lr=0.001]\na dark painting in the style of <s1><s2>\ntensor([[0.4100],\n[0.4102]], device='cuda:0')\nCurrent Norm : tensor([0.4090, 0.4092], device='cuda:0')\nSteps: 71%|███████ | 494/700 [02:01<00:48, 4.27it/s, loss=0.00181, lr=0.001]\nSteps: 71%|███████ | 495/700 [02:02<00:48, 4.19it/s, loss=0.00181, lr=0.001]\na large painting in the style of <s1><s2>\nSteps: 71%|███████ | 495/700 [02:02<00:48, 4.19it/s, loss=0.0202, lr=0.001] \nSteps: 71%|███████ | 496/700 [02:02<00:48, 4.17it/s, loss=0.0202, lr=0.001]\na nice painting in the style of <s1><s2>\ntensor([[0.4101],\n[0.4104]], device='cuda:0')\nCurrent Norm : tensor([0.4091, 0.4093], device='cuda:0')\nSteps: 71%|███████ | 496/700 [02:02<00:48, 4.17it/s, loss=0.0119, lr=0.001]\nSteps: 71%|███████ | 497/700 [02:02<00:48, 4.18it/s, loss=0.0119, lr=0.001]\na cropped painting in the style of <s1><s2>\nSteps: 71%|███████ | 497/700 [02:02<00:48, 4.18it/s, loss=0.0455, lr=0.001]\nSteps: 71%|███████ | 498/700 [02:02<00:48, 4.17it/s, loss=0.0455, lr=0.001]\na cropped painting in the style of <s1><s2>\ntensor([[0.4102],\n[0.4105]], device='cuda:0')\nCurrent Norm : tensor([0.4092, 0.4095], device='cuda:0')\nSteps: 71%|███████ | 498/700 [02:02<00:48, 4.17it/s, loss=0.0508, lr=0.001]\nSteps: 71%|███████▏ | 499/700 [02:03<00:48, 4.12it/s, loss=0.0508, lr=0.001]\na picture in the style of <s1><s2>\nSteps: 71%|███████▏ | 499/700 [02:03<00:48, 4.12it/s, loss=0.028, lr=0.001] \nSteps: 71%|███████▏ | 500/700 [02:03<00:47, 4.19it/s, loss=0.028, lr=0.001]\nCurrent Learned Embeddings for <s1>:, id 49408 tensor([ 0.0162, -0.0078, 0.0080, -0.0202], device='cuda:0',\ngrad_fn=<SliceBackward0>)\nCurrent Learned Embeddings for <s2>:, id 49409 tensor([-0.0044, 0.0030, 0.0058, 0.0029], device='cuda:0',\ngrad_fn=<SliceBackward0>)\nSaving weights to checkpoints/step_inv_500.safetensors\na large painting in the style of <s1><s2>\ntensor([[0.4103],\n[0.4107]], device='cuda:0')\nCurrent Norm : tensor([0.4093, 0.4096], device='cuda:0')\nSteps: 71%|███████▏ | 500/700 [02:03<00:47, 4.19it/s, loss=0.144, lr=0.001]\nSteps: 72%|███████▏ | 501/700 [02:03<00:47, 4.19it/s, loss=0.144, lr=0.001]\na large painting in the style of <s1><s2>\nSteps: 72%|███████▏ | 501/700 [02:03<00:47, 4.19it/s, loss=0.00875, lr=0.001]\nSteps: 72%|███████▏ | 502/700 [02:03<00:47, 4.17it/s, loss=0.00875, lr=0.001]\na close-up painting in the style of <s1><s2>\ntensor([[0.4104],\n[0.4108]], device='cuda:0')\nCurrent Norm : tensor([0.4094, 0.4098], device='cuda:0')\nSteps: 72%|███████▏ | 502/700 [02:03<00:47, 4.17it/s, loss=0.204, lr=0.001] \nSteps: 72%|███████▏ | 503/700 [02:04<00:47, 4.15it/s, loss=0.204, lr=0.001]\na bright painting in the style of <s1><s2>\nSteps: 72%|███████▏ | 503/700 [02:04<00:47, 4.15it/s, loss=0.0008, lr=0.001]\nSteps: 72%|███████▏ | 504/700 [02:04<00:47, 4.15it/s, loss=0.0008, lr=0.001]\na cropped painting in the style of <s1><s2>\ntensor([[0.4104],\n[0.4110]], device='cuda:0')\nCurrent Norm : tensor([0.4094, 0.4099], device='cuda:0')\nSteps: 72%|███████▏ | 504/700 [02:04<00:47, 4.15it/s, loss=0.00792, lr=0.001]\nSteps: 72%|███████▏ | 505/700 [02:04<00:46, 4.17it/s, loss=0.00792, lr=0.001]\na close-up painting in the style of <s1><s2>\nSteps: 72%|███████▏ | 505/700 [02:04<00:46, 4.17it/s, loss=0.00693, lr=0.001]\nSteps: 72%|███████▏ | 506/700 [02:04<00:46, 4.17it/s, loss=0.00693, lr=0.001]\nthe painting in the style of <s1><s2>\ntensor([[0.4105],\n[0.4111]], device='cuda:0')\nCurrent Norm : tensor([0.4094, 0.4100], device='cuda:0')\nSteps: 72%|███████▏ | 506/700 [02:04<00:46, 4.17it/s, loss=0.0408, lr=0.001] \nSteps: 72%|███████▏ | 507/700 [02:05<00:46, 4.13it/s, loss=0.0408, lr=0.001]\nthe painting in the style of <s1><s2>\nSteps: 72%|███████▏ | 507/700 [02:05<00:46, 4.13it/s, loss=0.00297, lr=0.001]\nSteps: 73%|███████▎ | 508/700 [02:05<00:46, 4.17it/s, loss=0.00297, lr=0.001]\nthe painting in the style of <s1><s2>\ntensor([[0.4105],\n[0.4112]], device='cuda:0')\nCurrent Norm : tensor([0.4094, 0.4100], device='cuda:0')\nSteps: 73%|███████▎ | 508/700 [02:05<00:46, 4.17it/s, loss=0.0113, lr=0.001] \nSteps: 73%|███████▎ | 509/700 [02:05<00:46, 4.13it/s, loss=0.0113, lr=0.001]\na clean painting in the style of <s1><s2>\nSteps: 73%|███████▎ | 509/700 [02:05<00:46, 4.13it/s, loss=0.0356, lr=0.001]\nSteps: 73%|███████▎ | 510/700 [02:05<00:46, 4.13it/s, loss=0.0356, lr=0.001]\na rendition in the style of <s1><s2>\ntensor([[0.4105],\n[0.4112]], device='cuda:0')\nCurrent Norm : tensor([0.4094, 0.4101], device='cuda:0')\nSteps: 73%|███████▎ | 510/700 [02:05<00:46, 4.13it/s, loss=0.0331, lr=0.001]\nSteps: 73%|███████▎ | 511/700 [02:06<00:45, 4.11it/s, loss=0.0331, lr=0.001]\na good painting in the style of <s1><s2>\nSteps: 73%|███████▎ | 511/700 [02:06<00:45, 4.11it/s, loss=0.00742, lr=0.001]\nSteps: 73%|███████▎ | 512/700 [02:06<00:45, 4.13it/s, loss=0.00742, lr=0.001]\na painting in the style of <s1><s2>\ntensor([[0.4106],\n[0.4112]], device='cuda:0')\nCurrent Norm : tensor([0.4095, 0.4101], device='cuda:0')\nSteps: 73%|███████▎ | 512/700 [02:06<00:45, 4.13it/s, loss=0.0163, lr=0.001] \nSteps: 73%|███████▎ | 513/700 [02:06<00:45, 4.08it/s, loss=0.0163, lr=0.001]\na good painting in the style of <s1><s2>\nSteps: 73%|███████▎ | 513/700 [02:06<00:45, 4.08it/s, loss=0.014, lr=0.001] \nSteps: 73%|███████▎ | 514/700 [02:06<00:44, 4.17it/s, loss=0.014, lr=0.001]\na painting in the style of <s1><s2>\ntensor([[0.4107],\n[0.4113]], device='cuda:0')\nCurrent Norm : tensor([0.4096, 0.4101], device='cuda:0')\nSteps: 73%|███████▎ | 514/700 [02:06<00:44, 4.17it/s, loss=0.00197, lr=0.001]\nSteps: 74%|███████▎ | 515/700 [02:06<00:44, 4.17it/s, loss=0.00197, lr=0.001]\na cool painting in the style of <s1><s2>\nSteps: 74%|███████▎ | 515/700 [02:06<00:44, 4.17it/s, loss=0.0186, lr=0.001] \nSteps: 74%|███████▎ | 516/700 [02:07<00:43, 4.24it/s, loss=0.0186, lr=0.001]\na painting in the style of <s1><s2>\ntensor([[0.4108],\n[0.4113]], device='cuda:0')\nCurrent Norm : tensor([0.4097, 0.4102], device='cuda:0')\nSteps: 74%|███████▎ | 516/700 [02:07<00:43, 4.24it/s, loss=0.0086, lr=0.001]\nSteps: 74%|███████▍ | 517/700 [02:07<00:43, 4.17it/s, loss=0.0086, lr=0.001]\nthe painting in the style of <s1><s2>\nSteps: 74%|███████▍ | 517/700 [02:07<00:43, 4.17it/s, loss=0.0911, lr=0.001]\nSteps: 74%|███████▍ | 518/700 [02:07<00:43, 4.15it/s, loss=0.0911, lr=0.001]\na painting in the style of <s1><s2>\ntensor([[0.4109],\n[0.4115]], device='cuda:0')\nCurrent Norm : tensor([0.4098, 0.4103], device='cuda:0')\nSteps: 74%|███████▍ | 518/700 [02:07<00:43, 4.15it/s, loss=0.0608, lr=0.001]\nSteps: 74%|███████▍ | 519/700 [02:07<00:43, 4.14it/s, loss=0.0608, lr=0.001]\na nice painting in the style of <s1><s2>\nSteps: 74%|███████▍ | 519/700 [02:07<00:43, 4.14it/s, loss=0.0252, lr=0.001]\nSteps: 74%|███████▍ | 520/700 [02:08<00:43, 4.15it/s, loss=0.0252, lr=0.001]\na rendition in the style of <s1><s2>\ntensor([[0.4111],\n[0.4117]], device='cuda:0')\nCurrent Norm : tensor([0.4100, 0.4105], device='cuda:0')\nSteps: 74%|███████▍ | 520/700 [02:08<00:43, 4.15it/s, loss=0.00514, lr=0.001]\nSteps: 74%|███████▍ | 521/700 [02:08<00:43, 4.12it/s, loss=0.00514, lr=0.001]\na nice painting in the style of <s1><s2>\nSteps: 74%|███████▍ | 521/700 [02:08<00:43, 4.12it/s, loss=0.0161, lr=0.001] \nSteps: 75%|███████▍ | 522/700 [02:08<00:42, 4.17it/s, loss=0.0161, lr=0.001]\na weird painting in the style of <s1><s2>\ntensor([[0.4113],\n[0.4120]], device='cuda:0')\nCurrent Norm : tensor([0.4102, 0.4108], device='cuda:0')\nSteps: 75%|███████▍ | 522/700 [02:08<00:42, 4.17it/s, loss=0.0605, lr=0.001]\nSteps: 75%|███████▍ | 523/700 [02:08<00:42, 4.17it/s, loss=0.0605, lr=0.001]\na cropped painting in the style of <s1><s2>\nSteps: 75%|███████▍ | 523/700 [02:08<00:42, 4.17it/s, loss=0.0164, lr=0.001]\nSteps: 75%|███████▍ | 524/700 [02:09<00:42, 4.17it/s, loss=0.0164, lr=0.001]\na picture in the style of <s1><s2>\ntensor([[0.4115],\n[0.4123]], device='cuda:0')\nCurrent Norm : tensor([0.4103, 0.4110], device='cuda:0')\nSteps: 75%|███████▍ | 524/700 [02:09<00:42, 4.17it/s, loss=0.00629, lr=0.001]\nSteps: 75%|███████▌ | 525/700 [02:09<00:41, 4.19it/s, loss=0.00629, lr=0.001]\na cropped painting in the style of <s1><s2>\nSteps: 75%|███████▌ | 525/700 [02:09<00:41, 4.19it/s, loss=0.0461, lr=0.001] \nSteps: 75%|███████▌ | 526/700 [02:09<00:41, 4.17it/s, loss=0.0461, lr=0.001]\na picture in the style of <s1><s2>\ntensor([[0.4116],\n[0.4125]], device='cuda:0')\nCurrent Norm : tensor([0.4104, 0.4113], device='cuda:0')\nSteps: 75%|███████▌ | 526/700 [02:09<00:41, 4.17it/s, loss=0.0531, lr=0.001]\nSteps: 75%|███████▌ | 527/700 [02:09<00:41, 4.13it/s, loss=0.0531, lr=0.001]\na clean painting in the style of <s1><s2>\nSteps: 75%|███████▌ | 527/700 [02:09<00:41, 4.13it/s, loss=0.0507, lr=0.001]\nSteps: 75%|███████▌ | 528/700 [02:10<00:41, 4.13it/s, loss=0.0507, lr=0.001]\na close-up painting in the style of <s1><s2>\ntensor([[0.4118],\n[0.4128]], device='cuda:0')\nCurrent Norm : tensor([0.4106, 0.4115], device='cuda:0')\nSteps: 75%|███████▌ | 528/700 [02:10<00:41, 4.13it/s, loss=0.0513, lr=0.001]\nSteps: 76%|███████▌ | 529/700 [02:10<00:41, 4.10it/s, loss=0.0513, lr=0.001]\na cropped painting in the style of <s1><s2>\nSteps: 76%|███████▌ | 529/700 [02:10<00:41, 4.10it/s, loss=0.0269, lr=0.001]\nSteps: 76%|███████▌ | 530/700 [02:10<00:40, 4.19it/s, loss=0.0269, lr=0.001]\na good painting in the style of <s1><s2>\ntensor([[0.4120],\n[0.4130]], device='cuda:0')\nCurrent Norm : tensor([0.4108, 0.4117], device='cuda:0')\nSteps: 76%|███████▌ | 530/700 [02:10<00:40, 4.19it/s, loss=0.0117, lr=0.001]\nSteps: 76%|███████▌ | 531/700 [02:10<00:40, 4.15it/s, loss=0.0117, lr=0.001]\na small painting in the style of <s1><s2>\nSteps: 76%|███████▌ | 531/700 [02:10<00:40, 4.15it/s, loss=0.153, lr=0.001] \nSteps: 76%|███████▌ | 532/700 [02:11<00:40, 4.14it/s, loss=0.153, lr=0.001]\na cool painting in the style of <s1><s2>\ntensor([[0.4123],\n[0.4131]], device='cuda:0')\nCurrent Norm : tensor([0.4111, 0.4118], device='cuda:0')\nSteps: 76%|███████▌ | 532/700 [02:11<00:40, 4.14it/s, loss=0.00888, lr=0.001]\nSteps: 76%|███████▌ | 533/700 [02:11<00:40, 4.10it/s, loss=0.00888, lr=0.001]\na cropped painting in the style of <s1><s2>\nSteps: 76%|███████▌ | 533/700 [02:11<00:40, 4.10it/s, loss=0.0216, lr=0.001] \nSteps: 76%|███████▋ | 534/700 [02:11<00:40, 4.12it/s, loss=0.0216, lr=0.001]\na cool painting in the style of <s1><s2>\ntensor([[0.4126],\n[0.4132]], device='cuda:0')\nCurrent Norm : tensor([0.4114, 0.4119], device='cuda:0')\nSteps: 76%|███████▋ | 534/700 [02:11<00:40, 4.12it/s, loss=0.0213, lr=0.001]\nSteps: 76%|███████▋ | 535/700 [02:11<00:40, 4.09it/s, loss=0.0213, lr=0.001]\na painting in the style of <s1><s2>\nSteps: 76%|███████▋ | 535/700 [02:11<00:40, 4.09it/s, loss=0.0198, lr=0.001]\nSteps: 77%|███████▋ | 536/700 [02:12<00:39, 4.10it/s, loss=0.0198, lr=0.001]\na nice painting in the style of <s1><s2>\ntensor([[0.4128],\n[0.4132]], device='cuda:0')\nCurrent Norm : tensor([0.4116, 0.4119], device='cuda:0')\nSteps: 77%|███████▋ | 536/700 [02:12<00:39, 4.10it/s, loss=0.00601, lr=0.001]\nSteps: 77%|███████▋ | 537/700 [02:12<00:39, 4.13it/s, loss=0.00601, lr=0.001]\na dirty painting in the style of <s1><s2>\nSteps: 77%|███████▋ | 537/700 [02:12<00:39, 4.13it/s, loss=0.0191, lr=0.001] \nSteps: 77%|███████▋ | 538/700 [02:12<00:38, 4.19it/s, loss=0.0191, lr=0.001]\na cropped painting in the style of <s1><s2>\ntensor([[0.4131],\n[0.4132]], device='cuda:0')\nCurrent Norm : tensor([0.4117, 0.4119], device='cuda:0')\nSteps: 77%|███████▋ | 538/700 [02:12<00:38, 4.19it/s, loss=0.00966, lr=0.001]\nSteps: 77%|███████▋ | 539/700 [02:12<00:38, 4.20it/s, loss=0.00966, lr=0.001]\na rendition in the style of <s1><s2>\nSteps: 77%|███████▋ | 539/700 [02:12<00:38, 4.20it/s, loss=0.0803, lr=0.001] \nSteps: 77%|███████▋ | 540/700 [02:12<00:37, 4.24it/s, loss=0.0803, lr=0.001]\na cropped painting in the style of <s1><s2>\ntensor([[0.4133],\n[0.4132]], device='cuda:0')\nCurrent Norm : tensor([0.4120, 0.4119], device='cuda:0')\nSteps: 77%|███████▋ | 540/700 [02:12<00:37, 4.24it/s, loss=0.0296, lr=0.001]\nSteps: 77%|███████▋ | 541/700 [02:13<00:37, 4.23it/s, loss=0.0296, lr=0.001]\na cropped painting in the style of <s1><s2>\nSteps: 77%|███████▋ | 541/700 [02:13<00:37, 4.23it/s, loss=0.0255, lr=0.001]\nSteps: 77%|███████▋ | 542/700 [02:13<00:36, 4.27it/s, loss=0.0255, lr=0.001]\na cropped painting in the style of <s1><s2>\ntensor([[0.4135],\n[0.4131]], device='cuda:0')\nCurrent Norm : tensor([0.4122, 0.4118], device='cuda:0')\nSteps: 77%|███████▋ | 542/700 [02:13<00:36, 4.27it/s, loss=0.00826, lr=0.001]\nSteps: 78%|███████▊ | 543/700 [02:13<00:37, 4.22it/s, loss=0.00826, lr=0.001]\na close-up painting in the style of <s1><s2>\nSteps: 78%|███████▊ | 543/700 [02:13<00:37, 4.22it/s, loss=0.0207, lr=0.001] \nSteps: 78%|███████▊ | 544/700 [02:13<00:36, 4.23it/s, loss=0.0207, lr=0.001]\na small painting in the style of <s1><s2>\ntensor([[0.4137],\n[0.4131]], device='cuda:0')\nCurrent Norm : tensor([0.4123, 0.4118], device='cuda:0')\nSteps: 78%|███████▊ | 544/700 [02:13<00:36, 4.23it/s, loss=0.0811, lr=0.001]\nSteps: 78%|███████▊ | 545/700 [02:14<00:37, 4.15it/s, loss=0.0811, lr=0.001]\na bright painting in the style of <s1><s2>\nSteps: 78%|███████▊ | 545/700 [02:14<00:37, 4.15it/s, loss=0.0533, lr=0.001]\nSteps: 78%|███████▊ | 546/700 [02:14<00:37, 4.15it/s, loss=0.0533, lr=0.001]\nthe painting in the style of <s1><s2>\ntensor([[0.4138],\n[0.4130]], device='cuda:0')\nCurrent Norm : tensor([0.4124, 0.4117], device='cuda:0')\nSteps: 78%|███████▊ | 546/700 [02:14<00:37, 4.15it/s, loss=0.00611, lr=0.001]\nSteps: 78%|███████▊ | 547/700 [02:14<00:37, 4.10it/s, loss=0.00611, lr=0.001]\na close-up painting in the style of <s1><s2>\nSteps: 78%|███████▊ | 547/700 [02:14<00:37, 4.10it/s, loss=0.0327, lr=0.001] \nSteps: 78%|███████▊ | 548/700 [02:14<00:36, 4.13it/s, loss=0.0327, lr=0.001]\na dark painting in the style of <s1><s2>\ntensor([[0.4139],\n[0.4129]], device='cuda:0')\nCurrent Norm : tensor([0.4125, 0.4116], device='cuda:0')\nSteps: 78%|███████▊ | 548/700 [02:14<00:36, 4.13it/s, loss=0.0115, lr=0.001]\nSteps: 78%|███████▊ | 549/700 [02:15<00:36, 4.16it/s, loss=0.0115, lr=0.001]\na cropped painting in the style of <s1><s2>\nSteps: 78%|███████▊ | 549/700 [02:15<00:36, 4.16it/s, loss=0.047, lr=0.001] \nSteps: 79%|███████▊ | 550/700 [02:15<00:35, 4.22it/s, loss=0.047, lr=0.001]\na good painting in the style of <s1><s2>\ntensor([[0.4138],\n[0.4128]], device='cuda:0')\nCurrent Norm : tensor([0.4124, 0.4115], device='cuda:0')\nSteps: 79%|███████▊ | 550/700 [02:15<00:35, 4.22it/s, loss=0.00898, lr=0.001]\nSteps: 79%|███████▊ | 551/700 [02:15<00:35, 4.19it/s, loss=0.00898, lr=0.001]\na clean painting in the style of <s1><s2>\nSteps: 79%|███████▊ | 551/700 [02:15<00:35, 4.19it/s, loss=0.0184, lr=0.001] \nSteps: 79%|███████▉ | 552/700 [02:15<00:35, 4.18it/s, loss=0.0184, lr=0.001]\na close-up painting in the style of <s1><s2>\ntensor([[0.4138],\n[0.4127]], device='cuda:0')\nCurrent Norm : tensor([0.4124, 0.4114], device='cuda:0')\nSteps: 79%|███████▉ | 552/700 [02:15<00:35, 4.18it/s, loss=0.00131, lr=0.001]\nSteps: 79%|███████▉ | 553/700 [02:16<00:35, 4.18it/s, loss=0.00131, lr=0.001]\na cropped painting in the style of <s1><s2>\nSteps: 79%|███████▉ | 553/700 [02:16<00:35, 4.18it/s, loss=0.00193, lr=0.001]\nSteps: 79%|███████▉ | 554/700 [02:16<00:35, 4.15it/s, loss=0.00193, lr=0.001]\na rendition in the style of <s1><s2>\ntensor([[0.4136],\n[0.4127]], device='cuda:0')\nCurrent Norm : tensor([0.4123, 0.4114], device='cuda:0')\nSteps: 79%|███████▉ | 554/700 [02:16<00:35, 4.15it/s, loss=0.198, lr=0.001] \nSteps: 79%|███████▉ | 555/700 [02:16<00:35, 4.10it/s, loss=0.198, lr=0.001]\na cool painting in the style of <s1><s2>\nSteps: 79%|███████▉ | 555/700 [02:16<00:35, 4.10it/s, loss=0.118, lr=0.001]\nSteps: 79%|███████▉ | 556/700 [02:16<00:35, 4.10it/s, loss=0.118, lr=0.001]\na close-up painting in the style of <s1><s2>\ntensor([[0.4134],\n[0.4127]], device='cuda:0')\nCurrent Norm : tensor([0.4121, 0.4114], device='cuda:0')\nSteps: 79%|███████▉ | 556/700 [02:16<00:35, 4.10it/s, loss=0.00426, lr=0.001]\nSteps: 80%|███████▉ | 557/700 [02:17<00:35, 4.08it/s, loss=0.00426, lr=0.001]\na large painting in the style of <s1><s2>\nSteps: 80%|███████▉ | 557/700 [02:17<00:35, 4.08it/s, loss=0.0271, lr=0.001] \nSteps: 80%|███████▉ | 558/700 [02:17<00:34, 4.15it/s, loss=0.0271, lr=0.001]\na cropped painting in the style of <s1><s2>\ntensor([[0.4132],\n[0.4127]], device='cuda:0')\nCurrent Norm : tensor([0.4119, 0.4114], device='cuda:0')\nSteps: 80%|███████▉ | 558/700 [02:17<00:34, 4.15it/s, loss=0.012, lr=0.001] \nSteps: 80%|███████▉ | 559/700 [02:17<00:34, 4.14it/s, loss=0.012, lr=0.001]\na clean painting in the style of <s1><s2>\nSteps: 80%|███████▉ | 559/700 [02:17<00:34, 4.14it/s, loss=0.00314, lr=0.001]\nSteps: 80%|████████ | 560/700 [02:17<00:33, 4.15it/s, loss=0.00314, lr=0.001]\na clean painting in the style of <s1><s2>\ntensor([[0.4131],\n[0.4127]], device='cuda:0')\nCurrent Norm : tensor([0.4118, 0.4114], device='cuda:0')\nSteps: 80%|████████ | 560/700 [02:17<00:33, 4.15it/s, loss=0.0293, lr=0.001] \nSteps: 80%|████████ | 561/700 [02:18<00:33, 4.10it/s, loss=0.0293, lr=0.001]\na dirty painting in the style of <s1><s2>\nSteps: 80%|████████ | 561/700 [02:18<00:33, 4.10it/s, loss=0.016, lr=0.001] \nSteps: 80%|████████ | 562/700 [02:18<00:33, 4.12it/s, loss=0.016, lr=0.001]\na rendering in the style of <s1><s2>\ntensor([[0.4129],\n[0.4127]], device='cuda:0')\nCurrent Norm : tensor([0.4116, 0.4114], device='cuda:0')\nSteps: 80%|████████ | 562/700 [02:18<00:33, 4.12it/s, loss=0.0146, lr=0.001]\nSteps: 80%|████████ | 563/700 [02:18<00:33, 4.15it/s, loss=0.0146, lr=0.001]\na weird painting in the style of <s1><s2>\nSteps: 80%|████████ | 563/700 [02:18<00:33, 4.15it/s, loss=0.00341, lr=0.001]\nSteps: 81%|████████ | 564/700 [02:18<00:32, 4.19it/s, loss=0.00341, lr=0.001]\na weird painting in the style of <s1><s2>\ntensor([[0.4129],\n[0.4127]], device='cuda:0')\nCurrent Norm : tensor([0.4116, 0.4115], device='cuda:0')\nSteps: 81%|████████ | 564/700 [02:18<00:32, 4.19it/s, loss=0.0662, lr=0.001] \nSteps: 81%|████████ | 565/700 [02:19<00:32, 4.19it/s, loss=0.0662, lr=0.001]\nthe painting in the style of <s1><s2>\nSteps: 81%|████████ | 565/700 [02:19<00:32, 4.19it/s, loss=0.0195, lr=0.001]\nSteps: 81%|████████ | 566/700 [02:19<00:32, 4.19it/s, loss=0.0195, lr=0.001]\na large painting in the style of <s1><s2>\ntensor([[0.4128],\n[0.4127]], device='cuda:0')\nCurrent Norm : tensor([0.4115, 0.4115], device='cuda:0')\nSteps: 81%|████████ | 566/700 [02:19<00:32, 4.19it/s, loss=0.0307, lr=0.001]\nSteps: 81%|████████ | 567/700 [02:19<00:32, 4.13it/s, loss=0.0307, lr=0.001]\na clean painting in the style of <s1><s2>\nSteps: 81%|████████ | 567/700 [02:19<00:32, 4.13it/s, loss=0.00939, lr=0.001]\nSteps: 81%|████████ | 568/700 [02:19<00:32, 4.12it/s, loss=0.00939, lr=0.001]\na clean painting in the style of <s1><s2>\ntensor([[0.4127],\n[0.4128]], device='cuda:0')\nCurrent Norm : tensor([0.4115, 0.4115], device='cuda:0')\nSteps: 81%|████████ | 568/700 [02:19<00:32, 4.12it/s, loss=0.0396, lr=0.001] \nSteps: 81%|████████▏ | 569/700 [02:19<00:31, 4.13it/s, loss=0.0396, lr=0.001]\na close-up painting in the style of <s1><s2>\nSteps: 81%|████████▏ | 569/700 [02:19<00:31, 4.13it/s, loss=0.0354, lr=0.001]\nSteps: 81%|████████▏ | 570/700 [02:20<00:31, 4.19it/s, loss=0.0354, lr=0.001]\na close-up painting in the style of <s1><s2>\ntensor([[0.4127],\n[0.4128]], device='cuda:0')\nCurrent Norm : tensor([0.4114, 0.4115], device='cuda:0')\nSteps: 81%|████████▏ | 570/700 [02:20<00:31, 4.19it/s, loss=0.0573, lr=0.001]\nSteps: 82%|████████▏ | 571/700 [02:20<00:30, 4.20it/s, loss=0.0573, lr=0.001]\na painting in the style of <s1><s2>\nSteps: 82%|████████▏ | 571/700 [02:20<00:30, 4.20it/s, loss=0.00151, lr=0.001]\nSteps: 82%|████████▏ | 572/700 [02:20<00:30, 4.18it/s, loss=0.00151, lr=0.001]\na large painting in the style of <s1><s2>\ntensor([[0.4127],\n[0.4129]], device='cuda:0')\nCurrent Norm : tensor([0.4114, 0.4116], device='cuda:0')\nSteps: 82%|████████▏ | 572/700 [02:20<00:30, 4.18it/s, loss=0.0433, lr=0.001] \nSteps: 82%|████████▏ | 573/700 [02:20<00:30, 4.17it/s, loss=0.0433, lr=0.001]\na nice painting in the style of <s1><s2>\nSteps: 82%|████████▏ | 573/700 [02:20<00:30, 4.17it/s, loss=0.0193, lr=0.001]\nSteps: 82%|████████▏ | 574/700 [02:21<00:30, 4.15it/s, loss=0.0193, lr=0.001]\na painting in the style of <s1><s2>\ntensor([[0.4126],\n[0.4129]], device='cuda:0')\nCurrent Norm : tensor([0.4114, 0.4116], device='cuda:0')\nSteps: 82%|████████▏ | 574/700 [02:21<00:30, 4.15it/s, loss=0.057, lr=0.001] \nSteps: 82%|████████▏ | 575/700 [02:21<00:30, 4.11it/s, loss=0.057, lr=0.001]\na close-up painting in the style of <s1><s2>\nSteps: 82%|████████▏ | 575/700 [02:21<00:30, 4.11it/s, loss=0.0838, lr=0.001]\nSteps: 82%|████████▏ | 576/700 [02:21<00:30, 4.10it/s, loss=0.0838, lr=0.001]\na bright painting in the style of <s1><s2>\ntensor([[0.4126],\n[0.4130]], device='cuda:0')\nCurrent Norm : tensor([0.4113, 0.4117], device='cuda:0')\nSteps: 82%|████████▏ | 576/700 [02:21<00:30, 4.10it/s, loss=0.015, lr=0.001] \nSteps: 82%|████████▏ | 577/700 [02:21<00:30, 4.07it/s, loss=0.015, lr=0.001]\na bright painting in the style of <s1><s2>\nSteps: 82%|████████▏ | 577/700 [02:21<00:30, 4.07it/s, loss=0.0012, lr=0.001]\nSteps: 83%|████████▎ | 578/700 [02:22<00:29, 4.13it/s, loss=0.0012, lr=0.001]\na small painting in the style of <s1><s2>\ntensor([[0.4124],\n[0.4130]], device='cuda:0')\nCurrent Norm : tensor([0.4112, 0.4117], device='cuda:0')\nSteps: 83%|████████▎ | 578/700 [02:22<00:29, 4.13it/s, loss=0.00955, lr=0.001]\nSteps: 83%|████████▎ | 579/700 [02:22<00:29, 4.11it/s, loss=0.00955, lr=0.001]\na rendering in the style of <s1><s2>\nSteps: 83%|████████▎ | 579/700 [02:22<00:29, 4.11it/s, loss=0.00345, lr=0.001]\nSteps: 83%|████████▎ | 580/700 [02:22<00:28, 4.17it/s, loss=0.00345, lr=0.001]\na painting in the style of <s1><s2>\ntensor([[0.4123],\n[0.4130]], device='cuda:0')\nCurrent Norm : tensor([0.4111, 0.4117], device='cuda:0')\nSteps: 83%|████████▎ | 580/700 [02:22<00:28, 4.17it/s, loss=0.129, lr=0.001] \nSteps: 83%|████████▎ | 581/700 [02:22<00:28, 4.13it/s, loss=0.129, lr=0.001]\na rendering in the style of <s1><s2>\nSteps: 83%|████████▎ | 581/700 [02:22<00:28, 4.13it/s, loss=0.0132, lr=0.001]\nSteps: 83%|████████▎ | 582/700 [02:23<00:28, 4.14it/s, loss=0.0132, lr=0.001]\na bright painting in the style of <s1><s2>\ntensor([[0.4122],\n[0.4129]], device='cuda:0')\nCurrent Norm : tensor([0.4110, 0.4116], device='cuda:0')\nSteps: 83%|████████▎ | 582/700 [02:23<00:28, 4.14it/s, loss=0.0349, lr=0.001]\nSteps: 83%|████████▎ | 583/700 [02:23<00:28, 4.16it/s, loss=0.0349, lr=0.001]\na large painting in the style of <s1><s2>\nSteps: 83%|████████▎ | 583/700 [02:23<00:28, 4.16it/s, loss=0.0424, lr=0.001]\nSteps: 83%|████████▎ | 584/700 [02:23<00:27, 4.22it/s, loss=0.0424, lr=0.001]\na dark painting in the style of <s1><s2>\ntensor([[0.4121],\n[0.4129]], device='cuda:0')\nCurrent Norm : tensor([0.4109, 0.4116], device='cuda:0')\nSteps: 83%|████████▎ | 584/700 [02:23<00:27, 4.22it/s, loss=0.0436, lr=0.001]\nSteps: 84%|████████▎ | 585/700 [02:23<00:27, 4.20it/s, loss=0.0436, lr=0.001]\nthe painting in the style of <s1><s2>\nSteps: 84%|████████▎ | 585/700 [02:23<00:27, 4.20it/s, loss=0.00636, lr=0.001]\nSteps: 84%|████████▎ | 586/700 [02:24<00:26, 4.24it/s, loss=0.00636, lr=0.001]\na close-up painting in the style of <s1><s2>\ntensor([[0.4122],\n[0.4130]], device='cuda:0')\nCurrent Norm : tensor([0.4110, 0.4117], device='cuda:0')\nSteps: 84%|████████▎ | 586/700 [02:24<00:26, 4.24it/s, loss=0.00238, lr=0.001]\nSteps: 84%|████████▍ | 587/700 [02:24<00:27, 4.15it/s, loss=0.00238, lr=0.001]\na picture in the style of <s1><s2>\nSteps: 84%|████████▍ | 587/700 [02:24<00:27, 4.15it/s, loss=0.0195, lr=0.001] \nSteps: 84%|████████▍ | 588/700 [02:24<00:26, 4.16it/s, loss=0.0195, lr=0.001]\na painting in the style of <s1><s2>\ntensor([[0.4122],\n[0.4131]], device='cuda:0')\nCurrent Norm : tensor([0.4110, 0.4118], device='cuda:0')\nSteps: 84%|████████▍ | 588/700 [02:24<00:26, 4.16it/s, loss=0.0395, lr=0.001]\nSteps: 84%|████████▍ | 589/700 [02:24<00:26, 4.16it/s, loss=0.0395, lr=0.001]\na cool painting in the style of <s1><s2>\nSteps: 84%|████████▍ | 589/700 [02:24<00:26, 4.16it/s, loss=0.0557, lr=0.001]\nSteps: 84%|████████▍ | 590/700 [02:25<00:26, 4.22it/s, loss=0.0557, lr=0.001]\na cool painting in the style of <s1><s2>\ntensor([[0.4123],\n[0.4131]], device='cuda:0')\nCurrent Norm : tensor([0.4110, 0.4118], device='cuda:0')\nSteps: 84%|████████▍ | 590/700 [02:25<00:26, 4.22it/s, loss=0.0589, lr=0.001]\nSteps: 84%|████████▍ | 591/700 [02:25<00:26, 4.15it/s, loss=0.0589, lr=0.001]\na picture in the style of <s1><s2>\nSteps: 84%|████████▍ | 591/700 [02:25<00:26, 4.15it/s, loss=0.0103, lr=0.001]\nSteps: 85%|████████▍ | 592/700 [02:25<00:25, 4.19it/s, loss=0.0103, lr=0.001]\na cropped painting in the style of <s1><s2>\ntensor([[0.4123],\n[0.4132]], device='cuda:0')\nCurrent Norm : tensor([0.4111, 0.4119], device='cuda:0')\nSteps: 85%|████████▍ | 592/700 [02:25<00:25, 4.19it/s, loss=0.119, lr=0.001] \nSteps: 85%|████████▍ | 593/700 [02:25<00:25, 4.18it/s, loss=0.119, lr=0.001]\na cropped painting in the style of <s1><s2>\nSteps: 85%|████████▍ | 593/700 [02:25<00:25, 4.18it/s, loss=0.00337, lr=0.001]\nSteps: 85%|████████▍ | 594/700 [02:25<00:25, 4.20it/s, loss=0.00337, lr=0.001]\na nice painting in the style of <s1><s2>\ntensor([[0.4124],\n[0.4132]], device='cuda:0')\nCurrent Norm : tensor([0.4112, 0.4119], device='cuda:0')\nSteps: 85%|████████▍ | 594/700 [02:25<00:25, 4.20it/s, loss=0.00769, lr=0.001]\nSteps: 85%|████████▌ | 595/700 [02:26<00:25, 4.18it/s, loss=0.00769, lr=0.001]\na cropped painting in the style of <s1><s2>\nSteps: 85%|████████▌ | 595/700 [02:26<00:25, 4.18it/s, loss=0.000984, lr=0.001]\nSteps: 85%|████████▌ | 596/700 [02:26<00:24, 4.16it/s, loss=0.000984, lr=0.001]\na small painting in the style of <s1><s2>\ntensor([[0.4125],\n[0.4131]], device='cuda:0')\nCurrent Norm : tensor([0.4113, 0.4118], device='cuda:0')\nSteps: 85%|████████▌ | 596/700 [02:26<00:24, 4.16it/s, loss=0.0418, lr=0.001] \nSteps: 85%|████████▌ | 597/700 [02:26<00:24, 4.15it/s, loss=0.0418, lr=0.001]\na close-up painting in the style of <s1><s2>\nSteps: 85%|████████▌ | 597/700 [02:26<00:24, 4.15it/s, loss=0.0124, lr=0.001]\nSteps: 85%|████████▌ | 598/700 [02:26<00:24, 4.15it/s, loss=0.0124, lr=0.001]\na small painting in the style of <s1><s2>\ntensor([[0.4126],\n[0.4131]], device='cuda:0')\nCurrent Norm : tensor([0.4113, 0.4118], device='cuda:0')\nSteps: 85%|████████▌ | 598/700 [02:26<00:24, 4.15it/s, loss=0.0292, lr=0.001]\nSteps: 86%|████████▌ | 599/700 [02:27<00:24, 4.11it/s, loss=0.0292, lr=0.001]\na close-up painting in the style of <s1><s2>\nSteps: 86%|████████▌ | 599/700 [02:27<00:24, 4.11it/s, loss=0.0185, lr=0.001]\nSteps: 86%|████████▌ | 600/700 [02:27<00:24, 4.11it/s, loss=0.0185, lr=0.001]\nCurrent Learned Embeddings for <s1>:, id 49408 tensor([ 0.0193, -0.0072, 0.0041, -0.0239], device='cuda:0',\ngrad_fn=<SliceBackward0>)\nCurrent Learned Embeddings for <s2>:, id 49409 tensor([ 0.0003, 0.0006, 0.0090, -0.0009], device='cuda:0',\ngrad_fn=<SliceBackward0>)\nSaving weights to checkpoints/step_inv_600.safetensors\nthe painting in the style of <s1><s2>\ntensor([[0.4129],\n[0.4133]], device='cuda:0')\nCurrent Norm : tensor([0.4116, 0.4120], device='cuda:0')\nSteps: 86%|████████▌ | 600/700 [02:27<00:24, 4.11it/s, loss=0.0246, lr=0.001]\nSteps: 86%|████████▌ | 601/700 [02:27<00:23, 4.13it/s, loss=0.0246, lr=0.001]\na rendition in the style of <s1><s2>\nSteps: 86%|████████▌ | 601/700 [02:27<00:23, 4.13it/s, loss=0.0101, lr=0.001]\nSteps: 86%|████████▌ | 602/700 [02:27<00:23, 4.12it/s, loss=0.0101, lr=0.001]\na large painting in the style of <s1><s2>\ntensor([[0.4133],\n[0.4136]], device='cuda:0')\nCurrent Norm : tensor([0.4120, 0.4123], device='cuda:0')\nSteps: 86%|████████▌ | 602/700 [02:27<00:23, 4.12it/s, loss=0.0223, lr=0.001]\nSteps: 86%|████████▌ | 603/700 [02:28<00:23, 4.08it/s, loss=0.0223, lr=0.001]\na rendition in the style of <s1><s2>\nSteps: 86%|████████▌ | 603/700 [02:28<00:23, 4.08it/s, loss=0.0125, lr=0.001]\nSteps: 86%|████████▋ | 604/700 [02:28<00:23, 4.09it/s, loss=0.0125, lr=0.001]\na painting in the style of <s1><s2>\ntensor([[0.4138],\n[0.4140]], device='cuda:0')\nCurrent Norm : tensor([0.4125, 0.4126], device='cuda:0')\nSteps: 86%|████████▋ | 604/700 [02:28<00:23, 4.09it/s, loss=0.0266, lr=0.001]\nSteps: 86%|████████▋ | 605/700 [02:28<00:23, 4.06it/s, loss=0.0266, lr=0.001]\na painting in the style of <s1><s2>\nSteps: 86%|████████▋ | 605/700 [02:28<00:23, 4.06it/s, loss=0.00295, lr=0.001]\nSteps: 87%|████████▋ | 606/700 [02:28<00:23, 4.07it/s, loss=0.00295, lr=0.001]\na close-up painting in the style of <s1><s2>\ntensor([[0.4144],\n[0.4144]], device='cuda:0')\nCurrent Norm : tensor([0.4130, 0.4129], device='cuda:0')\nSteps: 87%|████████▋ | 606/700 [02:28<00:23, 4.07it/s, loss=0.0805, lr=0.001] \nSteps: 87%|████████▋ | 607/700 [02:29<00:22, 4.10it/s, loss=0.0805, lr=0.001]\na small painting in the style of <s1><s2>\nSteps: 87%|████████▋ | 607/700 [02:29<00:22, 4.10it/s, loss=0.0225, lr=0.001]\nSteps: 87%|████████▋ | 608/700 [02:29<00:22, 4.17it/s, loss=0.0225, lr=0.001]\na painting in the style of <s1><s2>\ntensor([[0.4150],\n[0.4148]], device='cuda:0')\nCurrent Norm : tensor([0.4135, 0.4133], device='cuda:0')\nSteps: 87%|████████▋ | 608/700 [02:29<00:22, 4.17it/s, loss=0.05, lr=0.001] \nSteps: 87%|████████▋ | 609/700 [02:29<00:21, 4.14it/s, loss=0.05, lr=0.001]\na weird painting in the style of <s1><s2>\nSteps: 87%|████████▋ | 609/700 [02:29<00:21, 4.14it/s, loss=0.0352, lr=0.001]\nSteps: 87%|████████▋ | 610/700 [02:29<00:21, 4.12it/s, loss=0.0352, lr=0.001]\na dark painting in the style of <s1><s2>\ntensor([[0.4155],\n[0.4153]], device='cuda:0')\nCurrent Norm : tensor([0.4139, 0.4138], device='cuda:0')\nSteps: 87%|████████▋ | 610/700 [02:29<00:21, 4.12it/s, loss=0.0021, lr=0.001]\nSteps: 87%|████████▋ | 611/700 [02:30<00:21, 4.09it/s, loss=0.0021, lr=0.001]\na close-up painting in the style of <s1><s2>\nSteps: 87%|████████▋ | 611/700 [02:30<00:21, 4.09it/s, loss=0.048, lr=0.001] \nSteps: 87%|████████▋ | 612/700 [02:30<00:21, 4.10it/s, loss=0.048, lr=0.001]\na nice painting in the style of <s1><s2>\ntensor([[0.4160],\n[0.4157]], device='cuda:0')\nCurrent Norm : tensor([0.4144, 0.4141], device='cuda:0')\nSteps: 87%|████████▋ | 612/700 [02:30<00:21, 4.10it/s, loss=0.0012, lr=0.001]\nSteps: 88%|████████▊ | 613/700 [02:30<00:21, 4.06it/s, loss=0.0012, lr=0.001]\na picture in the style of <s1><s2>\nSteps: 88%|████████▊ | 613/700 [02:30<00:21, 4.06it/s, loss=0.0119, lr=0.001]\nSteps: 88%|████████▊ | 614/700 [02:30<00:20, 4.15it/s, loss=0.0119, lr=0.001]\na weird painting in the style of <s1><s2>\ntensor([[0.4164],\n[0.4160]], device='cuda:0')\nCurrent Norm : tensor([0.4148, 0.4144], device='cuda:0')\nSteps: 88%|████████▊ | 614/700 [02:30<00:20, 4.15it/s, loss=0.0274, lr=0.001]\nSteps: 88%|████████▊ | 615/700 [02:31<00:20, 4.11it/s, loss=0.0274, lr=0.001]\na cropped painting in the style of <s1><s2>\nSteps: 88%|████████▊ | 615/700 [02:31<00:20, 4.11it/s, loss=0.069, lr=0.001] \nSteps: 88%|████████▊ | 616/700 [02:31<00:20, 4.16it/s, loss=0.069, lr=0.001]\na small painting in the style of <s1><s2>\ntensor([[0.4167],\n[0.4163]], device='cuda:0')\nCurrent Norm : tensor([0.4150, 0.4147], device='cuda:0')\nSteps: 88%|████████▊ | 616/700 [02:31<00:20, 4.16it/s, loss=0.00934, lr=0.001]\nSteps: 88%|████████▊ | 617/700 [02:31<00:19, 4.16it/s, loss=0.00934, lr=0.001]\na dirty painting in the style of <s1><s2>\nSteps: 88%|████████▊ | 617/700 [02:31<00:19, 4.16it/s, loss=0.0183, lr=0.001] \nSteps: 88%|████████▊ | 618/700 [02:31<00:19, 4.18it/s, loss=0.0183, lr=0.001]\na rendering in the style of <s1><s2>\ntensor([[0.4170],\n[0.4166]], device='cuda:0')\nCurrent Norm : tensor([0.4153, 0.4149], device='cuda:0')\nSteps: 88%|████████▊ | 618/700 [02:31<00:19, 4.18it/s, loss=0.00153, lr=0.001]\nSteps: 88%|████████▊ | 619/700 [02:32<00:19, 4.19it/s, loss=0.00153, lr=0.001]\na cropped painting in the style of <s1><s2>\nSteps: 88%|████████▊ | 619/700 [02:32<00:19, 4.19it/s, loss=0.00389, lr=0.001]\nSteps: 89%|████████▊ | 620/700 [02:32<00:18, 4.23it/s, loss=0.00389, lr=0.001]\na close-up painting in the style of <s1><s2>\ntensor([[0.4173],\n[0.4168]], device='cuda:0')\nCurrent Norm : tensor([0.4155, 0.4151], device='cuda:0')\nSteps: 89%|████████▊ | 620/700 [02:32<00:18, 4.23it/s, loss=0.00757, lr=0.001]\nSteps: 89%|████████▊ | 621/700 [02:32<00:18, 4.21it/s, loss=0.00757, lr=0.001]\na close-up painting in the style of <s1><s2>\nSteps: 89%|████████▊ | 621/700 [02:32<00:18, 4.21it/s, loss=0.0229, lr=0.001] \nSteps: 89%|████████▉ | 622/700 [02:32<00:18, 4.19it/s, loss=0.0229, lr=0.001]\na close-up painting in the style of <s1><s2>\ntensor([[0.4175],\n[0.4170]], device='cuda:0')\nCurrent Norm : tensor([0.4157, 0.4153], device='cuda:0')\nSteps: 89%|████████▉ | 622/700 [02:32<00:18, 4.19it/s, loss=0.0201, lr=0.001]\nSteps: 89%|████████▉ | 623/700 [02:33<00:18, 4.14it/s, loss=0.0201, lr=0.001]\na bright painting in the style of <s1><s2>\nSteps: 89%|████████▉ | 623/700 [02:33<00:18, 4.14it/s, loss=0.0312, lr=0.001]\nSteps: 89%|████████▉ | 624/700 [02:33<00:18, 4.13it/s, loss=0.0312, lr=0.001]\na nice painting in the style of <s1><s2>\ntensor([[0.4176],\n[0.4171]], device='cuda:0')\nCurrent Norm : tensor([0.4159, 0.4154], device='cuda:0')\nSteps: 89%|████████▉ | 624/700 [02:33<00:18, 4.13it/s, loss=0.0109, lr=0.001]\nSteps: 89%|████████▉ | 625/700 [02:33<00:18, 4.08it/s, loss=0.0109, lr=0.001]\na picture in the style of <s1><s2>\nSteps: 89%|████████▉ | 625/700 [02:33<00:18, 4.08it/s, loss=0.0249, lr=0.001]\nSteps: 89%|████████▉ | 626/700 [02:33<00:17, 4.15it/s, loss=0.0249, lr=0.001]\na large painting in the style of <s1><s2>\ntensor([[0.4177],\n[0.4172]], device='cuda:0')\nCurrent Norm : tensor([0.4160, 0.4155], device='cuda:0')\nSteps: 89%|████████▉ | 626/700 [02:33<00:17, 4.15it/s, loss=0.0174, lr=0.001]\nSteps: 90%|████████▉ | 627/700 [02:33<00:17, 4.17it/s, loss=0.0174, lr=0.001]\na close-up painting in the style of <s1><s2>\nSteps: 90%|████████▉ | 627/700 [02:33<00:17, 4.17it/s, loss=0.0138, lr=0.001]\nSteps: 90%|████████▉ | 628/700 [02:34<00:17, 4.16it/s, loss=0.0138, lr=0.001]\na rendering in the style of <s1><s2>\ntensor([[0.4180],\n[0.4173]], device='cuda:0')\nCurrent Norm : tensor([0.4162, 0.4156], device='cuda:0')\nSteps: 90%|████████▉ | 628/700 [02:34<00:17, 4.16it/s, loss=0.000998, lr=0.001]\nSteps: 90%|████████▉ | 629/700 [02:34<00:17, 4.11it/s, loss=0.000998, lr=0.001]\na dirty painting in the style of <s1><s2>\nSteps: 90%|████████▉ | 629/700 [02:34<00:17, 4.11it/s, loss=0.00608, lr=0.001] \nSteps: 90%|█████████ | 630/700 [02:34<00:17, 4.10it/s, loss=0.00608, lr=0.001]\na close-up painting in the style of <s1><s2>\ntensor([[0.4183],\n[0.4174]], device='cuda:0')\nCurrent Norm : tensor([0.4165, 0.4157], device='cuda:0')\nSteps: 90%|█████████ | 630/700 [02:34<00:17, 4.10it/s, loss=0.0424, lr=0.001] \nSteps: 90%|█████████ | 631/700 [02:34<00:16, 4.07it/s, loss=0.0424, lr=0.001]\na rendition in the style of <s1><s2>\nSteps: 90%|█████████ | 631/700 [02:34<00:16, 4.07it/s, loss=0.0118, lr=0.001]\nSteps: 90%|█████████ | 632/700 [02:35<00:16, 4.08it/s, loss=0.0118, lr=0.001]\na cropped painting in the style of <s1><s2>\ntensor([[0.4185],\n[0.4175]], device='cuda:0')\nCurrent Norm : tensor([0.4167, 0.4158], device='cuda:0')\nSteps: 90%|█████████ | 632/700 [02:35<00:16, 4.08it/s, loss=0.0115, lr=0.001]\nSteps: 90%|█████████ | 633/700 [02:35<00:16, 4.06it/s, loss=0.0115, lr=0.001]\na picture in the style of <s1><s2>\nSteps: 90%|█████████ | 633/700 [02:35<00:16, 4.06it/s, loss=0.0451, lr=0.001]\nSteps: 91%|█████████ | 634/700 [02:35<00:16, 4.11it/s, loss=0.0451, lr=0.001]\na dirty painting in the style of <s1><s2>\ntensor([[0.4186],\n[0.4176]], device='cuda:0')\nCurrent Norm : tensor([0.4167, 0.4158], device='cuda:0')\nSteps: 91%|█████████ | 634/700 [02:35<00:16, 4.11it/s, loss=0.0144, lr=0.001]\nSteps: 91%|█████████ | 635/700 [02:35<00:15, 4.07it/s, loss=0.0144, lr=0.001]\na nice painting in the style of <s1><s2>\nSteps: 91%|█████████ | 635/700 [02:35<00:15, 4.07it/s, loss=0.00668, lr=0.001]\nSteps: 91%|█████████ | 636/700 [02:36<00:15, 4.09it/s, loss=0.00668, lr=0.001]\na nice painting in the style of <s1><s2>\ntensor([[0.4186],\n[0.4176]], device='cuda:0')\nCurrent Norm : tensor([0.4168, 0.4158], device='cuda:0')\nSteps: 91%|█████████ | 636/700 [02:36<00:15, 4.09it/s, loss=0.00681, lr=0.001]\nSteps: 91%|█████████ | 637/700 [02:36<00:15, 4.03it/s, loss=0.00681, lr=0.001]\nthe painting in the style of <s1><s2>\nSteps: 91%|█████████ | 637/700 [02:36<00:15, 4.03it/s, loss=0.0991, lr=0.001] \nSteps: 91%|█████████ | 638/700 [02:36<00:15, 4.07it/s, loss=0.0991, lr=0.001]\nthe painting in the style of <s1><s2>\ntensor([[0.4186],\n[0.4175]], device='cuda:0')\nCurrent Norm : tensor([0.4168, 0.4158], device='cuda:0')\nSteps: 91%|█████████ | 638/700 [02:36<00:15, 4.07it/s, loss=0.0289, lr=0.001]\nSteps: 91%|█████████▏| 639/700 [02:36<00:15, 4.04it/s, loss=0.0289, lr=0.001]\na small painting in the style of <s1><s2>\nSteps: 91%|█████████▏| 639/700 [02:36<00:15, 4.04it/s, loss=0.0525, lr=0.001]\nSteps: 91%|█████████▏| 640/700 [02:37<00:14, 4.05it/s, loss=0.0525, lr=0.001]\na close-up painting in the style of <s1><s2>\ntensor([[0.4186],\n[0.4174]], device='cuda:0')\nCurrent Norm : tensor([0.4167, 0.4157], device='cuda:0')\nSteps: 91%|█████████▏| 640/700 [02:37<00:14, 4.05it/s, loss=0.00237, lr=0.001]\nSteps: 92%|█████████▏| 641/700 [02:37<00:14, 4.08it/s, loss=0.00237, lr=0.001]\na cool painting in the style of <s1><s2>\nSteps: 92%|█████████▏| 641/700 [02:37<00:14, 4.08it/s, loss=0.03, lr=0.001] \nSteps: 92%|█████████▏| 642/700 [02:37<00:14, 4.07it/s, loss=0.03, lr=0.001]\na small painting in the style of <s1><s2>\ntensor([[0.4185],\n[0.4172]], device='cuda:0')\nCurrent Norm : tensor([0.4166, 0.4155], device='cuda:0')\nSteps: 92%|█████████▏| 642/700 [02:37<00:14, 4.07it/s, loss=0.00904, lr=0.001]\nSteps: 92%|█████████▏| 643/700 [02:37<00:14, 4.04it/s, loss=0.00904, lr=0.001]\na close-up painting in the style of <s1><s2>\nSteps: 92%|█████████▏| 643/700 [02:37<00:14, 4.04it/s, loss=0.00345, lr=0.001]\nSteps: 92%|█████████▏| 644/700 [02:38<00:13, 4.08it/s, loss=0.00345, lr=0.001]\na rendition in the style of <s1><s2>\ntensor([[0.4183],\n[0.4170]], device='cuda:0')\nCurrent Norm : tensor([0.4165, 0.4153], device='cuda:0')\nSteps: 92%|█████████▏| 644/700 [02:38<00:13, 4.08it/s, loss=0.0129, lr=0.001] \nSteps: 92%|█████████▏| 645/700 [02:38<00:13, 4.03it/s, loss=0.0129, lr=0.001]\na dirty painting in the style of <s1><s2>\nSteps: 92%|█████████▏| 645/700 [02:38<00:13, 4.03it/s, loss=0.0472, lr=0.001]\nSteps: 92%|█████████▏| 646/700 [02:38<00:13, 4.11it/s, loss=0.0472, lr=0.001]\na cropped painting in the style of <s1><s2>\ntensor([[0.4180],\n[0.4166]], device='cuda:0')\nCurrent Norm : tensor([0.4162, 0.4150], device='cuda:0')\nSteps: 92%|█████████▏| 646/700 [02:38<00:13, 4.11it/s, loss=0.00686, lr=0.001]\nSteps: 92%|█████████▏| 647/700 [02:38<00:13, 4.05it/s, loss=0.00686, lr=0.001]\na small painting in the style of <s1><s2>\nSteps: 92%|█████████▏| 647/700 [02:38<00:13, 4.05it/s, loss=0.0669, lr=0.001] \nSteps: 93%|█████████▎| 648/700 [02:39<00:12, 4.14it/s, loss=0.0669, lr=0.001]\na cropped painting in the style of <s1><s2>\ntensor([[0.4178],\n[0.4163]], device='cuda:0')\nCurrent Norm : tensor([0.4160, 0.4147], device='cuda:0')\nSteps: 93%|█████████▎| 648/700 [02:39<00:12, 4.14it/s, loss=0.0537, lr=0.001]\nSteps: 93%|█████████▎| 649/700 [02:39<00:12, 4.09it/s, loss=0.0537, lr=0.001]\na rendition in the style of <s1><s2>\nSteps: 93%|█████████▎| 649/700 [02:39<00:12, 4.09it/s, loss=0.00195, lr=0.001]\nSteps: 93%|█████████▎| 650/700 [02:39<00:12, 4.12it/s, loss=0.00195, lr=0.001]\na bright painting in the style of <s1><s2>\ntensor([[0.4175],\n[0.4161]], device='cuda:0')\nCurrent Norm : tensor([0.4158, 0.4145], device='cuda:0')\nSteps: 93%|█████████▎| 650/700 [02:39<00:12, 4.12it/s, loss=0.0175, lr=0.001] \nSteps: 93%|█████████▎| 651/700 [02:39<00:12, 4.07it/s, loss=0.0175, lr=0.001]\na dirty painting in the style of <s1><s2>\nSteps: 93%|█████████▎| 651/700 [02:39<00:12, 4.07it/s, loss=0.0278, lr=0.001]\nSteps: 93%|█████████▎| 652/700 [02:40<00:11, 4.09it/s, loss=0.0278, lr=0.001]\na nice painting in the style of <s1><s2>\ntensor([[0.4173],\n[0.4159]], device='cuda:0')\nCurrent Norm : tensor([0.4156, 0.4143], device='cuda:0')\nSteps: 93%|█████████▎| 652/700 [02:40<00:11, 4.09it/s, loss=0.0964, lr=0.001]\nSteps: 93%|█████████▎| 653/700 [02:40<00:11, 4.11it/s, loss=0.0964, lr=0.001]\na rendering in the style of <s1><s2>\nSteps: 93%|█████████▎| 653/700 [02:40<00:11, 4.11it/s, loss=0.0724, lr=0.001]\nSteps: 93%|█████████▎| 654/700 [02:40<00:11, 4.15it/s, loss=0.0724, lr=0.001]\na cropped painting in the style of <s1><s2>\ntensor([[0.4171],\n[0.4158]], device='cuda:0')\nCurrent Norm : tensor([0.4154, 0.4142], device='cuda:0')\nSteps: 93%|█████████▎| 654/700 [02:40<00:11, 4.15it/s, loss=0.0249, lr=0.001]\nSteps: 94%|█████████▎| 655/700 [02:40<00:10, 4.14it/s, loss=0.0249, lr=0.001]\na small painting in the style of <s1><s2>\nSteps: 94%|█████████▎| 655/700 [02:40<00:10, 4.14it/s, loss=0.0328, lr=0.001]\nSteps: 94%|█████████▎| 656/700 [02:41<00:10, 4.22it/s, loss=0.0328, lr=0.001]\na cropped painting in the style of <s1><s2>\ntensor([[0.4169],\n[0.4158]], device='cuda:0')\nCurrent Norm : tensor([0.4152, 0.4142], device='cuda:0')\nSteps: 94%|█████████▎| 656/700 [02:41<00:10, 4.22it/s, loss=0.0154, lr=0.001]\nSteps: 94%|█████████▍| 657/700 [02:41<00:10, 4.19it/s, loss=0.0154, lr=0.001]\na clean painting in the style of <s1><s2>\nSteps: 94%|█████████▍| 657/700 [02:41<00:10, 4.19it/s, loss=0.0301, lr=0.001]\nSteps: 94%|█████████▍| 658/700 [02:41<00:09, 4.25it/s, loss=0.0301, lr=0.001]\na dark painting in the style of <s1><s2>\ntensor([[0.4168],\n[0.4155]], device='cuda:0')\nCurrent Norm : tensor([0.4151, 0.4140], device='cuda:0')\nSteps: 94%|█████████▍| 658/700 [02:41<00:09, 4.25it/s, loss=0.0272, lr=0.001]\nSteps: 94%|█████████▍| 659/700 [02:41<00:09, 4.16it/s, loss=0.0272, lr=0.001]\na weird painting in the style of <s1><s2>\nSteps: 94%|█████████▍| 659/700 [02:41<00:09, 4.16it/s, loss=0.0436, lr=0.001]\nSteps: 94%|█████████▍| 660/700 [02:42<00:09, 4.16it/s, loss=0.0436, lr=0.001]\na clean painting in the style of <s1><s2>\ntensor([[0.4167],\n[0.4154]], device='cuda:0')\nCurrent Norm : tensor([0.4151, 0.4138], device='cuda:0')\nSteps: 94%|█████████▍| 660/700 [02:42<00:09, 4.16it/s, loss=0.0345, lr=0.001]\nSteps: 94%|█████████▍| 661/700 [02:42<00:09, 4.11it/s, loss=0.0345, lr=0.001]\na cropped painting in the style of <s1><s2>\nSteps: 94%|█████████▍| 661/700 [02:42<00:09, 4.11it/s, loss=0.00774, lr=0.001]\nSteps: 95%|█████████▍| 662/700 [02:42<00:09, 4.10it/s, loss=0.00774, lr=0.001]\na cropped painting in the style of <s1><s2>\ntensor([[0.4168],\n[0.4154]], device='cuda:0')\nCurrent Norm : tensor([0.4151, 0.4138], device='cuda:0')\nSteps: 95%|█████████▍| 662/700 [02:42<00:09, 4.10it/s, loss=0.0417, lr=0.001] \nSteps: 95%|█████████▍| 663/700 [02:42<00:09, 4.05it/s, loss=0.0417, lr=0.001]\na close-up painting in the style of <s1><s2>\nSteps: 95%|█████████▍| 663/700 [02:42<00:09, 4.05it/s, loss=0.0155, lr=0.001]\nSteps: 95%|█████████▍| 664/700 [02:43<00:08, 4.10it/s, loss=0.0155, lr=0.001]\na rendering in the style of <s1><s2>\ntensor([[0.4169],\n[0.4153]], device='cuda:0')\nCurrent Norm : tensor([0.4152, 0.4138], device='cuda:0')\nSteps: 95%|█████████▍| 664/700 [02:43<00:08, 4.10it/s, loss=0.00842, lr=0.001]\nSteps: 95%|█████████▌| 665/700 [02:43<00:08, 4.06it/s, loss=0.00842, lr=0.001]\na good painting in the style of <s1><s2>\nSteps: 95%|█████████▌| 665/700 [02:43<00:08, 4.06it/s, loss=0.0123, lr=0.001] \nSteps: 95%|█████████▌| 666/700 [02:43<00:08, 4.07it/s, loss=0.0123, lr=0.001]\na cropped painting in the style of <s1><s2>\ntensor([[0.4169],\n[0.4153]], device='cuda:0')\nCurrent Norm : tensor([0.4152, 0.4138], device='cuda:0')\nSteps: 95%|█████████▌| 666/700 [02:43<00:08, 4.07it/s, loss=0.108, lr=0.001] \nSteps: 95%|█████████▌| 667/700 [02:43<00:08, 4.01it/s, loss=0.108, lr=0.001]\na dirty painting in the style of <s1><s2>\nSteps: 95%|█████████▌| 667/700 [02:43<00:08, 4.01it/s, loss=0.00285, lr=0.001]\nSteps: 95%|█████████▌| 668/700 [02:43<00:07, 4.12it/s, loss=0.00285, lr=0.001]\na rendition in the style of <s1><s2>\ntensor([[0.4169],\n[0.4153]], device='cuda:0')\nCurrent Norm : tensor([0.4152, 0.4137], device='cuda:0')\nSteps: 95%|█████████▌| 668/700 [02:43<00:07, 4.12it/s, loss=0.00336, lr=0.001]\nSteps: 96%|█████████▌| 669/700 [02:44<00:07, 4.08it/s, loss=0.00336, lr=0.001]\na small painting in the style of <s1><s2>\nSteps: 96%|█████████▌| 669/700 [02:44<00:07, 4.08it/s, loss=0.00201, lr=0.001]\nSteps: 96%|█████████▌| 670/700 [02:44<00:07, 4.14it/s, loss=0.00201, lr=0.001]\na close-up painting in the style of <s1><s2>\ntensor([[0.4168],\n[0.4151]], device='cuda:0')\nCurrent Norm : tensor([0.4151, 0.4136], device='cuda:0')\nSteps: 96%|█████████▌| 670/700 [02:44<00:07, 4.14it/s, loss=0.0162, lr=0.001] \nSteps: 96%|█████████▌| 671/700 [02:44<00:07, 4.05it/s, loss=0.0162, lr=0.001]\na cool painting in the style of <s1><s2>\nSteps: 96%|█████████▌| 671/700 [02:44<00:07, 4.05it/s, loss=0.005, lr=0.001] \nSteps: 96%|█████████▌| 672/700 [02:44<00:06, 4.13it/s, loss=0.005, lr=0.001]\nthe painting in the style of <s1><s2>\ntensor([[0.4167],\n[0.4150]], device='cuda:0')\nCurrent Norm : tensor([0.4150, 0.4135], device='cuda:0')\nSteps: 96%|█████████▌| 672/700 [02:44<00:06, 4.13it/s, loss=0.025, lr=0.001]\nSteps: 96%|█████████▌| 673/700 [02:45<00:06, 4.09it/s, loss=0.025, lr=0.001]\na dark painting in the style of <s1><s2>\nSteps: 96%|█████████▌| 673/700 [02:45<00:06, 4.09it/s, loss=0.0202, lr=0.001]\nSteps: 96%|█████████▋| 674/700 [02:45<00:06, 4.15it/s, loss=0.0202, lr=0.001]\na good painting in the style of <s1><s2>\ntensor([[0.4165],\n[0.4148]], device='cuda:0')\nCurrent Norm : tensor([0.4149, 0.4133], device='cuda:0')\nSteps: 96%|█████████▋| 674/700 [02:45<00:06, 4.15it/s, loss=0.00455, lr=0.001]\nSteps: 96%|█████████▋| 675/700 [02:45<00:06, 4.08it/s, loss=0.00455, lr=0.001]\na dark painting in the style of <s1><s2>\nSteps: 96%|█████████▋| 675/700 [02:45<00:06, 4.08it/s, loss=0.0143, lr=0.001] \nSteps: 97%|█████████▋| 676/700 [02:45<00:05, 4.07it/s, loss=0.0143, lr=0.001]\na picture in the style of <s1><s2>\ntensor([[0.4163],\n[0.4146]], device='cuda:0')\nCurrent Norm : tensor([0.4147, 0.4131], device='cuda:0')\nSteps: 97%|█████████▋| 676/700 [02:45<00:05, 4.07it/s, loss=0.0204, lr=0.001]\nSteps: 97%|█████████▋| 677/700 [02:46<00:05, 4.08it/s, loss=0.0204, lr=0.001]\na bright painting in the style of <s1><s2>\nSteps: 97%|█████████▋| 677/700 [02:46<00:05, 4.08it/s, loss=0.0011, lr=0.001]\nSteps: 97%|█████████▋| 678/700 [02:46<00:05, 4.18it/s, loss=0.0011, lr=0.001]\na nice painting in the style of <s1><s2>\ntensor([[0.4161],\n[0.4143]], device='cuda:0')\nCurrent Norm : tensor([0.4145, 0.4129], device='cuda:0')\nSteps: 97%|█████████▋| 678/700 [02:46<00:05, 4.18it/s, loss=0.0778, lr=0.001]\nSteps: 97%|█████████▋| 679/700 [02:46<00:05, 4.17it/s, loss=0.0778, lr=0.001]\na rendition in the style of <s1><s2>\nSteps: 97%|█████████▋| 679/700 [02:46<00:05, 4.17it/s, loss=0.0111, lr=0.001]\nSteps: 97%|█████████▋| 680/700 [02:46<00:04, 4.21it/s, loss=0.0111, lr=0.001]\na dark painting in the style of <s1><s2>\ntensor([[0.4158],\n[0.4140]], device='cuda:0')\nCurrent Norm : tensor([0.4142, 0.4126], device='cuda:0')\nSteps: 97%|█████████▋| 680/700 [02:46<00:04, 4.21it/s, loss=0.0139, lr=0.001]\nSteps: 97%|█████████▋| 681/700 [02:47<00:04, 4.20it/s, loss=0.0139, lr=0.001]\na cropped painting in the style of <s1><s2>\nSteps: 97%|█████████▋| 681/700 [02:47<00:04, 4.20it/s, loss=0.0345, lr=0.001]\nSteps: 97%|█████████▋| 682/700 [02:47<00:04, 4.19it/s, loss=0.0345, lr=0.001]\na cool painting in the style of <s1><s2>\ntensor([[0.4154],\n[0.4138]], device='cuda:0')\nCurrent Norm : tensor([0.4138, 0.4124], device='cuda:0')\nSteps: 97%|█████████▋| 682/700 [02:47<00:04, 4.19it/s, loss=0.0131, lr=0.001]\nSteps: 98%|█████████▊| 683/700 [02:47<00:04, 4.12it/s, loss=0.0131, lr=0.001]\na cropped painting in the style of <s1><s2>\nSteps: 98%|█████████▊| 683/700 [02:47<00:04, 4.12it/s, loss=0.0517, lr=0.001]\nSteps: 98%|█████████▊| 684/700 [02:47<00:03, 4.12it/s, loss=0.0517, lr=0.001]\na cool painting in the style of <s1><s2>\ntensor([[0.4150],\n[0.4134]], device='cuda:0')\nCurrent Norm : tensor([0.4135, 0.4121], device='cuda:0')\nSteps: 98%|█████████▊| 684/700 [02:47<00:03, 4.12it/s, loss=0.0168, lr=0.001]\nSteps: 98%|█████████▊| 685/700 [02:48<00:03, 4.02it/s, loss=0.0168, lr=0.001]\na cool painting in the style of <s1><s2>\nSteps: 98%|█████████▊| 685/700 [02:48<00:03, 4.02it/s, loss=0.00174, lr=0.001]\nSteps: 98%|█████████▊| 686/700 [02:48<00:03, 4.06it/s, loss=0.00174, lr=0.001]\na dark painting in the style of <s1><s2>\ntensor([[0.4146],\n[0.4130]], device='cuda:0')\nCurrent Norm : tensor([0.4131, 0.4117], device='cuda:0')\nSteps: 98%|█████████▊| 686/700 [02:48<00:03, 4.06it/s, loss=0.0144, lr=0.001] \nSteps: 98%|█████████▊| 687/700 [02:48<00:03, 4.08it/s, loss=0.0144, lr=0.001]\na cropped painting in the style of <s1><s2>\nSteps: 98%|█████████▊| 687/700 [02:48<00:03, 4.08it/s, loss=0.028, lr=0.001] \nSteps: 98%|█████████▊| 688/700 [02:48<00:02, 4.16it/s, loss=0.028, lr=0.001]\na nice painting in the style of <s1><s2>\ntensor([[0.4141],\n[0.4127]], device='cuda:0')\nCurrent Norm : tensor([0.4127, 0.4114], device='cuda:0')\nSteps: 98%|█████████▊| 688/700 [02:48<00:02, 4.16it/s, loss=0.0324, lr=0.001]\nSteps: 98%|█████████▊| 689/700 [02:49<00:02, 4.12it/s, loss=0.0324, lr=0.001]\na close-up painting in the style of <s1><s2>\nSteps: 98%|█████████▊| 689/700 [02:49<00:02, 4.12it/s, loss=0.00536, lr=0.001]\nSteps: 99%|█████████▊| 690/700 [02:49<00:02, 4.17it/s, loss=0.00536, lr=0.001]\na bright painting in the style of <s1><s2>\ntensor([[0.4137],\n[0.4123]], device='cuda:0')\nCurrent Norm : tensor([0.4123, 0.4111], device='cuda:0')\nSteps: 99%|█████████▊| 690/700 [02:49<00:02, 4.17it/s, loss=0.00177, lr=0.001]\nSteps: 99%|█████████▊| 691/700 [02:49<00:02, 4.19it/s, loss=0.00177, lr=0.001]\na bright painting in the style of <s1><s2>\nSteps: 99%|█████████▊| 691/700 [02:49<00:02, 4.19it/s, loss=0.00181, lr=0.001]\nSteps: 99%|█████████▉| 692/700 [02:49<00:01, 4.16it/s, loss=0.00181, lr=0.001]\na painting in the style of <s1><s2>\ntensor([[0.4133],\n[0.4120]], device='cuda:0')\nCurrent Norm : tensor([0.4119, 0.4108], device='cuda:0')\nSteps: 99%|█████████▉| 692/700 [02:49<00:01, 4.16it/s, loss=0.0222, lr=0.001] \nSteps: 99%|█████████▉| 693/700 [02:50<00:01, 4.16it/s, loss=0.0222, lr=0.001]\na rendering in the style of <s1><s2>\nSteps: 99%|█████████▉| 693/700 [02:50<00:01, 4.16it/s, loss=0.0833, lr=0.001]\nSteps: 99%|█████████▉| 694/700 [02:50<00:01, 4.14it/s, loss=0.0833, lr=0.001]\na dark painting in the style of <s1><s2>\ntensor([[0.4129],\n[0.4116]], device='cuda:0')\nCurrent Norm : tensor([0.4116, 0.4105], device='cuda:0')\nSteps: 99%|█████████▉| 694/700 [02:50<00:01, 4.14it/s, loss=0.00321, lr=0.001]\nSteps: 99%|█████████▉| 695/700 [02:50<00:01, 4.09it/s, loss=0.00321, lr=0.001]\na rendering in the style of <s1><s2>\nSteps: 99%|█████████▉| 695/700 [02:50<00:01, 4.09it/s, loss=0.00595, lr=0.001]\nSteps: 99%|█████████▉| 696/700 [02:50<00:00, 4.08it/s, loss=0.00595, lr=0.001]\na close-up painting in the style of <s1><s2>\ntensor([[0.4125],\n[0.4113]], device='cuda:0')\nCurrent Norm : tensor([0.4113, 0.4102], device='cuda:0')\nSteps: 99%|█████████▉| 696/700 [02:50<00:00, 4.08it/s, loss=0.0258, lr=0.001] \nSteps: 100%|█████████▉| 697/700 [02:51<00:00, 4.09it/s, loss=0.0258, lr=0.001]\na painting in the style of <s1><s2>\nSteps: 100%|█████████▉| 697/700 [02:51<00:00, 4.09it/s, loss=0.0199, lr=0.001]\nSteps: 100%|█████████▉| 698/700 [02:51<00:00, 4.08it/s, loss=0.0199, lr=0.001]\na close-up painting in the style of <s1><s2>\ntensor([[0.4122],\n[0.4109]], device='cuda:0')\nCurrent Norm : tensor([0.4110, 0.4098], device='cuda:0')\nSteps: 100%|█████████▉| 698/700 [02:51<00:00, 4.08it/s, loss=0.0183, lr=0.001]\nSteps: 100%|█████████▉| 699/700 [02:51<00:00, 4.08it/s, loss=0.0183, lr=0.001]\na cool painting in the style of <s1><s2>\nSteps: 100%|█████████▉| 699/700 [02:51<00:00, 4.08it/s, loss=0.00327, lr=0.001]\nSteps: 100%|██████████| 700/700 [02:51<00:00, 4.07it/s, loss=0.00327, lr=0.001]\nCurrent Learned Embeddings for <s1>:, id 49408 tensor([ 0.0086, -0.0055, 0.0080, -0.0141], device='cuda:0',\ngrad_fn=<SliceBackward0>)\nCurrent Learned Embeddings for <s2>:, id 49409 tensor([-6.5803e-03, 6.6746e-05, 6.9851e-03, 2.4674e-03], device='cuda:0',\ngrad_fn=<SliceBackward0>)\nSaving weights to checkpoints/step_inv_700.safetensors\nSteps: 100%|██████████| 700/700 [02:51<00:00, 4.07it/s, loss=0.0319, lr=0.001] \nSteps: 100%|██████████| 700/700 [02:51<00:00, 4.08it/s, loss=0.0319, lr=0.001]\nPTI : has 288 lora\nPTI : Before training:\n0%| | 0/700 [00:00<?, ?it/s]\na cropped painting in the style of <s1><s2>\nSteps: 0%| | 0/700 [00:00<?, ?it/s]\nSteps: 0%| | 1/700 [00:00<05:50, 2.00it/s]\na cropped painting in the style of <s1><s2>\nSteps: 0%| | 1/700 [00:00<05:50, 2.00it/s, loss=0.0923, lr=0.0004]\nSteps: 0%| | 2/700 [00:00<05:21, 2.17it/s, loss=0.0923, lr=0.0004]\na rendition in the style of <s1><s2>\nSteps: 0%| | 2/700 [00:00<05:21, 2.17it/s, loss=0.0234, lr=0.0004]\nSteps: 0%| | 3/700 [00:01<05:08, 2.26it/s, loss=0.0234, lr=0.0004]\na good painting in the style of <s1><s2>\nSteps: 0%| | 3/700 [00:01<05:08, 2.26it/s, loss=0.0655, lr=0.0004]\nSteps: 1%| | 4/700 [00:01<05:01, 2.31it/s, loss=0.0655, lr=0.0004]\na close-up painting in the style of <s1><s2>\nSteps: 1%| | 4/700 [00:01<05:01, 2.31it/s, loss=0.0184, lr=0.0004]\nSteps: 1%| | 5/700 [00:02<05:00, 2.31it/s, loss=0.0184, lr=0.0004]\na rendering in the style of <s1><s2>\nSteps: 1%| | 5/700 [00:02<05:00, 2.31it/s, loss=0.0164, lr=0.0004]\nSteps: 1%| | 6/700 [00:02<04:55, 2.35it/s, loss=0.0164, lr=0.0004]\na cropped painting in the style of <s1><s2>\nSteps: 1%| | 6/700 [00:02<04:55, 2.35it/s, loss=0.115, lr=0.0004] \nSteps: 1%| | 7/700 [00:03<04:56, 2.34it/s, loss=0.115, lr=0.0004]\nthe painting in the style of <s1><s2>\nSteps: 1%| | 7/700 [00:03<04:56, 2.34it/s, loss=0.0294, lr=0.0004]\nSteps: 1%| | 8/700 [00:03<04:53, 2.36it/s, loss=0.0294, lr=0.0004]\na close-up painting in the style of <s1><s2>\nSteps: 1%| | 8/700 [00:03<04:53, 2.36it/s, loss=0.0399, lr=0.0004]\nSteps: 1%|▏ | 9/700 [00:03<04:52, 2.36it/s, loss=0.0399, lr=0.0004]\na painting in the style of <s1><s2>\nSteps: 1%|▏ | 9/700 [00:03<04:52, 2.36it/s, loss=0.186, lr=0.0004] \nSteps: 1%|▏ | 10/700 [00:04<04:55, 2.34it/s, loss=0.186, lr=0.0004]\na dark painting in the style of <s1><s2>\nSteps: 1%|▏ | 10/700 [00:04<04:55, 2.34it/s, loss=0.0175, lr=0.0004]\nSteps: 2%|▏ | 11/700 [00:04<04:52, 2.35it/s, loss=0.0175, lr=0.0004]\na close-up painting in the style of <s1><s2>\nSteps: 2%|▏ | 11/700 [00:04<04:52, 2.35it/s, loss=0.0874, lr=0.0004]\nSteps: 2%|▏ | 12/700 [00:05<04:53, 2.34it/s, loss=0.0874, lr=0.0004]\na rendition in the style of <s1><s2>\nSteps: 2%|▏ | 12/700 [00:05<04:53, 2.34it/s, loss=0.236, lr=0.0004] \nSteps: 2%|▏ | 13/700 [00:05<04:50, 2.36it/s, loss=0.236, lr=0.0004]\na rendition in the style of <s1><s2>\nSteps: 2%|▏ | 13/700 [00:05<04:50, 2.36it/s, loss=0.0608, lr=0.0004]\nSteps: 2%|▏ | 14/700 [00:06<04:51, 2.36it/s, loss=0.0608, lr=0.0004]\na close-up painting in the style of <s1><s2>\nSteps: 2%|▏ | 14/700 [00:06<04:51, 2.36it/s, loss=0.0355, lr=0.0004]\nSteps: 2%|▏ | 15/700 [00:06<04:50, 2.36it/s, loss=0.0355, lr=0.0004]\na large painting in the style of <s1><s2>\nSteps: 2%|▏ | 15/700 [00:06<04:50, 2.36it/s, loss=0.0323, lr=0.0004]\nSteps: 2%|▏ | 16/700 [00:06<04:47, 2.38it/s, loss=0.0323, lr=0.0004]\na painting in the style of <s1><s2>\nSteps: 2%|▏ | 16/700 [00:06<04:47, 2.38it/s, loss=0.0454, lr=0.0004]\nSteps: 2%|▏ | 17/700 [00:07<04:46, 2.38it/s, loss=0.0454, lr=0.0004]\nthe painting in the style of <s1><s2>\nSteps: 2%|▏ | 17/700 [00:07<04:46, 2.38it/s, loss=0.0731, lr=0.0004]\nSteps: 3%|▎ | 18/700 [00:07<04:47, 2.37it/s, loss=0.0731, lr=0.0004]\na nice painting in the style of <s1><s2>\nSteps: 3%|▎ | 18/700 [00:07<04:47, 2.37it/s, loss=0.0551, lr=0.0004]\nSteps: 3%|▎ | 19/700 [00:08<04:47, 2.37it/s, loss=0.0551, lr=0.0004]\na small painting in the style of <s1><s2>\nSteps: 3%|▎ | 19/700 [00:08<04:47, 2.37it/s, loss=0.0353, lr=0.0004]\nSteps: 3%|▎ | 20/700 [00:08<04:47, 2.37it/s, loss=0.0353, lr=0.0004]\na nice painting in the style of <s1><s2>\nSteps: 3%|▎ | 20/700 [00:08<04:47, 2.37it/s, loss=0.155, lr=0.0004] \nSteps: 3%|▎ | 21/700 [00:08<04:47, 2.37it/s, loss=0.155, lr=0.0004]\na small painting in the style of <s1><s2>\nSteps: 3%|▎ | 21/700 [00:08<04:47, 2.37it/s, loss=0.0115, lr=0.0004]\nSteps: 3%|▎ | 22/700 [00:09<04:46, 2.37it/s, loss=0.0115, lr=0.0004]\na cropped painting in the style of <s1><s2>\nSteps: 3%|▎ | 22/700 [00:09<04:46, 2.37it/s, loss=0.0176, lr=0.0004]\nSteps: 3%|▎ | 23/700 [00:09<04:43, 2.39it/s, loss=0.0176, lr=0.0004]\na good painting in the style of <s1><s2>\nSteps: 3%|▎ | 23/700 [00:09<04:43, 2.39it/s, loss=0.0536, lr=0.0004]\nSteps: 3%|▎ | 24/700 [00:10<04:45, 2.37it/s, loss=0.0536, lr=0.0004]\na cropped painting in the style of <s1><s2>\nSteps: 3%|▎ | 24/700 [00:10<04:45, 2.37it/s, loss=0.0389, lr=0.0004]\nSteps: 4%|▎ | 25/700 [00:10<04:43, 2.38it/s, loss=0.0389, lr=0.0004]\na dark painting in the style of <s1><s2>\nSteps: 4%|▎ | 25/700 [00:10<04:43, 2.38it/s, loss=0.0227, lr=0.0004]\nSteps: 4%|▎ | 26/700 [00:11<04:42, 2.39it/s, loss=0.0227, lr=0.0004]\na clean painting in the style of <s1><s2>\nSteps: 4%|▎ | 26/700 [00:11<04:42, 2.39it/s, loss=0.0245, lr=0.0004]\nSteps: 4%|▍ | 27/700 [00:11<04:38, 2.42it/s, loss=0.0245, lr=0.0004]\na rendition in the style of <s1><s2>\nSteps: 4%|▍ | 27/700 [00:11<04:38, 2.42it/s, loss=0.0797, lr=0.0004]\nSteps: 4%|▍ | 28/700 [00:11<04:36, 2.43it/s, loss=0.0797, lr=0.0004]\na close-up painting in the style of <s1><s2>\nSteps: 4%|▍ | 28/700 [00:11<04:36, 2.43it/s, loss=0.0116, lr=0.0004]\nSteps: 4%|▍ | 29/700 [00:12<04:38, 2.41it/s, loss=0.0116, lr=0.0004]\na dirty painting in the style of <s1><s2>\nSteps: 4%|▍ | 29/700 [00:12<04:38, 2.41it/s, loss=0.105, lr=0.0004] \nSteps: 4%|▍ | 30/700 [00:12<04:37, 2.41it/s, loss=0.105, lr=0.0004]\na painting in the style of <s1><s2>\nSteps: 4%|▍ | 30/700 [00:12<04:37, 2.41it/s, loss=0.0748, lr=0.0004]\nSteps: 4%|▍ | 31/700 [00:13<04:36, 2.42it/s, loss=0.0748, lr=0.0004]\na cropped painting in the style of <s1><s2>\nSteps: 4%|▍ | 31/700 [00:13<04:36, 2.42it/s, loss=0.0264, lr=0.0004]\nSteps: 5%|▍ | 32/700 [00:13<04:33, 2.45it/s, loss=0.0264, lr=0.0004]\na cool painting in the style of <s1><s2>\nSteps: 5%|▍ | 32/700 [00:13<04:33, 2.45it/s, loss=0.032, lr=0.0004] \nSteps: 5%|▍ | 33/700 [00:13<04:32, 2.45it/s, loss=0.032, lr=0.0004]\na bright painting in the style of <s1><s2>\nSteps: 5%|▍ | 33/700 [00:13<04:32, 2.45it/s, loss=0.0241, lr=0.0004]\nSteps: 5%|▍ | 34/700 [00:14<04:34, 2.43it/s, loss=0.0241, lr=0.0004]\na painting in the style of <s1><s2>\nSteps: 5%|▍ | 34/700 [00:14<04:34, 2.43it/s, loss=0.0428, lr=0.0004]\nSteps: 5%|▌ | 35/700 [00:14<04:35, 2.41it/s, loss=0.0428, lr=0.0004]\na cool painting in the style of <s1><s2>\nSteps: 5%|▌ | 35/700 [00:14<04:35, 2.41it/s, loss=0.062, lr=0.0004] \nSteps: 5%|▌ | 36/700 [00:15<04:33, 2.42it/s, loss=0.062, lr=0.0004]\na close-up painting in the style of <s1><s2>\nSteps: 5%|▌ | 36/700 [00:15<04:33, 2.42it/s, loss=0.016, lr=0.0004]\nSteps: 5%|▌ | 37/700 [00:15<04:34, 2.42it/s, loss=0.016, lr=0.0004]\na rendition in the style of <s1><s2>\nSteps: 5%|▌ | 37/700 [00:15<04:34, 2.42it/s, loss=0.0265, lr=0.0004]\nSteps: 5%|▌ | 38/700 [00:15<04:33, 2.42it/s, loss=0.0265, lr=0.0004]\na cropped painting in the style of <s1><s2>\nSteps: 5%|▌ | 38/700 [00:15<04:33, 2.42it/s, loss=0.131, lr=0.0004] \nSteps: 6%|▌ | 39/700 [00:16<04:38, 2.38it/s, loss=0.131, lr=0.0004]\na cool painting in the style of <s1><s2>\nSteps: 6%|▌ | 39/700 [00:16<04:38, 2.38it/s, loss=0.0429, lr=0.0004]\nSteps: 6%|▌ | 40/700 [00:16<04:37, 2.37it/s, loss=0.0429, lr=0.0004]\na close-up painting in the style of <s1><s2>\nSteps: 6%|▌ | 40/700 [00:16<04:37, 2.37it/s, loss=0.106, lr=0.0004] \nSteps: 6%|▌ | 41/700 [00:17<04:37, 2.38it/s, loss=0.106, lr=0.0004]\nthe painting in the style of <s1><s2>\nSteps: 6%|▌ | 41/700 [00:17<04:37, 2.38it/s, loss=0.177, lr=0.0004]\nSteps: 6%|▌ | 42/700 [00:17<04:38, 2.36it/s, loss=0.177, lr=0.0004]\na dark painting in the style of <s1><s2>\nSteps: 6%|▌ | 42/700 [00:17<04:38, 2.36it/s, loss=0.0445, lr=0.0004]\nSteps: 6%|▌ | 43/700 [00:18<04:35, 2.38it/s, loss=0.0445, lr=0.0004]\na small painting in the style of <s1><s2>\nSteps: 6%|▌ | 43/700 [00:18<04:35, 2.38it/s, loss=0.0199, lr=0.0004]\nSteps: 6%|▋ | 44/700 [00:18<04:33, 2.40it/s, loss=0.0199, lr=0.0004]\na weird painting in the style of <s1><s2>\nSteps: 6%|▋ | 44/700 [00:18<04:33, 2.40it/s, loss=0.0173, lr=0.0004]\nSteps: 6%|▋ | 45/700 [00:18<04:34, 2.38it/s, loss=0.0173, lr=0.0004]\na good painting in the style of <s1><s2>\nSteps: 6%|▋ | 45/700 [00:18<04:34, 2.38it/s, loss=0.052, lr=0.0004] \nSteps: 7%|▋ | 46/700 [00:19<04:34, 2.39it/s, loss=0.052, lr=0.0004]\na weird painting in the style of <s1><s2>\nSteps: 7%|▋ | 46/700 [00:19<04:34, 2.39it/s, loss=0.0303, lr=0.0004]\nSteps: 7%|▋ | 47/700 [00:19<04:33, 2.39it/s, loss=0.0303, lr=0.0004]\na weird painting in the style of <s1><s2>\nSteps: 7%|▋ | 47/700 [00:19<04:33, 2.39it/s, loss=0.0562, lr=0.0004]\nSteps: 7%|▋ | 48/700 [00:20<04:32, 2.39it/s, loss=0.0562, lr=0.0004]\na close-up painting in the style of <s1><s2>\nSteps: 7%|▋ | 48/700 [00:20<04:32, 2.39it/s, loss=0.0512, lr=0.0004]\nSteps: 7%|▋ | 49/700 [00:20<04:32, 2.39it/s, loss=0.0512, lr=0.0004]\na rendering in the style of <s1><s2>\nSteps: 7%|▋ | 49/700 [00:20<04:32, 2.39it/s, loss=0.0457, lr=0.0004]\nSteps: 7%|▋ | 50/700 [00:21<04:30, 2.41it/s, loss=0.0457, lr=0.0004]\na close-up painting in the style of <s1><s2>\nSteps: 7%|▋ | 50/700 [00:21<04:30, 2.41it/s, loss=0.0143, lr=0.0004]\nSteps: 7%|▋ | 51/700 [00:21<04:29, 2.41it/s, loss=0.0143, lr=0.0004]\na cropped painting in the style of <s1><s2>\nSteps: 7%|▋ | 51/700 [00:21<04:29, 2.41it/s, loss=0.2, lr=0.0004] \nSteps: 7%|▋ | 52/700 [00:21<04:27, 2.42it/s, loss=0.2, lr=0.0004]\na cropped painting in the style of <s1><s2>\nSteps: 7%|▋ | 52/700 [00:21<04:27, 2.42it/s, loss=0.0454, lr=0.0004]\nSteps: 8%|▊ | 53/700 [00:22<04:26, 2.43it/s, loss=0.0454, lr=0.0004]\na close-up painting in the style of <s1><s2>\nSteps: 8%|▊ | 53/700 [00:22<04:26, 2.43it/s, loss=0.0673, lr=0.0004]\nSteps: 8%|▊ | 54/700 [00:22<04:24, 2.44it/s, loss=0.0673, lr=0.0004]\na weird painting in the style of <s1><s2>\nSteps: 8%|▊ | 54/700 [00:22<04:24, 2.44it/s, loss=0.0704, lr=0.0004]\nSteps: 8%|▊ | 55/700 [00:23<04:25, 2.43it/s, loss=0.0704, lr=0.0004]\na close-up painting in the style of <s1><s2>\nSteps: 8%|▊ | 55/700 [00:23<04:25, 2.43it/s, loss=0.0383, lr=0.0004]\nSteps: 8%|▊ | 56/700 [00:23<04:25, 2.42it/s, loss=0.0383, lr=0.0004]\na close-up painting in the style of <s1><s2>\nSteps: 8%|▊ | 56/700 [00:23<04:25, 2.42it/s, loss=0.0282, lr=0.0004]\nSteps: 8%|▊ | 57/700 [00:23<04:24, 2.43it/s, loss=0.0282, lr=0.0004]\na close-up painting in the style of <s1><s2>\nSteps: 8%|▊ | 57/700 [00:23<04:24, 2.43it/s, loss=0.0429, lr=0.0004]\nSteps: 8%|▊ | 58/700 [00:24<04:26, 2.41it/s, loss=0.0429, lr=0.0004]\na large painting in the style of <s1><s2>\nSteps: 8%|▊ | 58/700 [00:24<04:26, 2.41it/s, loss=0.0159, lr=0.0004]\nSteps: 8%|▊ | 59/700 [00:24<04:27, 2.40it/s, loss=0.0159, lr=0.0004]\na dark painting in the style of <s1><s2>\nSteps: 8%|▊ | 59/700 [00:24<04:27, 2.40it/s, loss=0.0365, lr=0.0004]\nSteps: 9%|▊ | 60/700 [00:25<04:27, 2.39it/s, loss=0.0365, lr=0.0004]\na cropped painting in the style of <s1><s2>\nSteps: 9%|▊ | 60/700 [00:25<04:27, 2.39it/s, loss=0.0785, lr=0.0004]\nSteps: 9%|▊ | 61/700 [00:25<04:25, 2.41it/s, loss=0.0785, lr=0.0004]\na cool painting in the style of <s1><s2>\nSteps: 9%|▊ | 61/700 [00:25<04:25, 2.41it/s, loss=0.0338, lr=0.0004]\nSteps: 9%|▉ | 62/700 [00:26<04:27, 2.39it/s, loss=0.0338, lr=0.0004]\na nice painting in the style of <s1><s2>\nSteps: 9%|▉ | 62/700 [00:26<04:27, 2.39it/s, loss=0.0568, lr=0.0004]\nSteps: 9%|▉ | 63/700 [00:26<04:25, 2.40it/s, loss=0.0568, lr=0.0004]\na close-up painting in the style of <s1><s2>\nSteps: 9%|▉ | 63/700 [00:26<04:25, 2.40it/s, loss=0.0285, lr=0.0004]\nSteps: 9%|▉ | 64/700 [00:26<04:25, 2.40it/s, loss=0.0285, lr=0.0004]\na painting in the style of <s1><s2>\nSteps: 9%|▉ | 64/700 [00:26<04:25, 2.40it/s, loss=0.0117, lr=0.0004]\nSteps: 9%|▉ | 65/700 [00:27<04:23, 2.41it/s, loss=0.0117, lr=0.0004]\na small painting in the style of <s1><s2>\nSteps: 9%|▉ | 65/700 [00:27<04:23, 2.41it/s, loss=0.0413, lr=0.0004]\nSteps: 9%|▉ | 66/700 [00:27<04:24, 2.40it/s, loss=0.0413, lr=0.0004]\na small painting in the style of <s1><s2>\nSteps: 9%|▉ | 66/700 [00:27<04:24, 2.40it/s, loss=0.0677, lr=0.0004]\nSteps: 10%|▉ | 67/700 [00:28<04:23, 2.40it/s, loss=0.0677, lr=0.0004]\na nice painting in the style of <s1><s2>\nSteps: 10%|▉ | 67/700 [00:28<04:23, 2.40it/s, loss=0.0346, lr=0.0004]\nSteps: 10%|▉ | 68/700 [00:28<04:21, 2.41it/s, loss=0.0346, lr=0.0004]\na good painting in the style of <s1><s2>\nSteps: 10%|▉ | 68/700 [00:28<04:21, 2.41it/s, loss=0.0521, lr=0.0004]\nSteps: 10%|▉ | 69/700 [00:28<04:21, 2.41it/s, loss=0.0521, lr=0.0004]\na nice painting in the style of <s1><s2>\nSteps: 10%|▉ | 69/700 [00:28<04:21, 2.41it/s, loss=0.0218, lr=0.0004]\nSteps: 10%|█ | 70/700 [00:29<04:22, 2.40it/s, loss=0.0218, lr=0.0004]\na small painting in the style of <s1><s2>\nSteps: 10%|█ | 70/700 [00:29<04:22, 2.40it/s, loss=0.0648, lr=0.0004]\nSteps: 10%|█ | 71/700 [00:29<04:20, 2.42it/s, loss=0.0648, lr=0.0004]\na cropped painting in the style of <s1><s2>\nSteps: 10%|█ | 71/700 [00:29<04:20, 2.42it/s, loss=0.0141, lr=0.0004]\nSteps: 10%|█ | 72/700 [00:30<04:18, 2.43it/s, loss=0.0141, lr=0.0004]\na dirty painting in the style of <s1><s2>\nSteps: 10%|█ | 72/700 [00:30<04:18, 2.43it/s, loss=0.119, lr=0.0004] \nSteps: 10%|█ | 73/700 [00:30<04:17, 2.43it/s, loss=0.119, lr=0.0004]\na bright painting in the style of <s1><s2>\nSteps: 10%|█ | 73/700 [00:30<04:17, 2.43it/s, loss=0.0111, lr=0.0004]\nSteps: 11%|█ | 74/700 [00:30<04:18, 2.42it/s, loss=0.0111, lr=0.0004]\na weird painting in the style of <s1><s2>\nSteps: 11%|█ | 74/700 [00:30<04:18, 2.42it/s, loss=0.052, lr=0.0004] \nSteps: 11%|█ | 75/700 [00:31<04:18, 2.42it/s, loss=0.052, lr=0.0004]\na painting in the style of <s1><s2>\nSteps: 11%|█ | 75/700 [00:31<04:18, 2.42it/s, loss=0.0815, lr=0.0004]\nSteps: 11%|█ | 76/700 [00:31<04:19, 2.40it/s, loss=0.0815, lr=0.0004]\na rendering in the style of <s1><s2>\nSteps: 11%|█ | 76/700 [00:31<04:19, 2.40it/s, loss=0.0248, lr=0.0004]\nSteps: 11%|█ | 77/700 [00:32<04:15, 2.43it/s, loss=0.0248, lr=0.0004]\na close-up painting in the style of <s1><s2>\nSteps: 11%|█ | 77/700 [00:32<04:15, 2.43it/s, loss=0.0323, lr=0.0004]\nSteps: 11%|█ | 78/700 [00:32<04:14, 2.44it/s, loss=0.0323, lr=0.0004]\na nice painting in the style of <s1><s2>\nSteps: 11%|█ | 78/700 [00:32<04:14, 2.44it/s, loss=0.0837, lr=0.0004]\nSteps: 11%|█▏ | 79/700 [00:33<04:16, 2.42it/s, loss=0.0837, lr=0.0004]\na cool painting in the style of <s1><s2>\nSteps: 11%|█▏ | 79/700 [00:33<04:16, 2.42it/s, loss=0.0473, lr=0.0004]\nSteps: 11%|█▏ | 80/700 [00:33<04:15, 2.42it/s, loss=0.0473, lr=0.0004]\na rendering in the style of <s1><s2>\nSteps: 11%|█▏ | 80/700 [00:33<04:15, 2.42it/s, loss=0.0216, lr=0.0004]\nSteps: 12%|█▏ | 81/700 [00:33<04:17, 2.40it/s, loss=0.0216, lr=0.0004]\na nice painting in the style of <s1><s2>\nSteps: 12%|█▏ | 81/700 [00:33<04:17, 2.40it/s, loss=0.0177, lr=0.0004]\nSteps: 12%|█▏ | 82/700 [00:34<04:18, 2.39it/s, loss=0.0177, lr=0.0004]\na clean painting in the style of <s1><s2>\nSteps: 12%|█▏ | 82/700 [00:34<04:18, 2.39it/s, loss=0.0233, lr=0.0004]\nSteps: 12%|█▏ | 83/700 [00:34<04:16, 2.41it/s, loss=0.0233, lr=0.0004]\na good painting in the style of <s1><s2>\nSteps: 12%|█▏ | 83/700 [00:34<04:16, 2.41it/s, loss=0.0778, lr=0.0004]\nSteps: 12%|█▏ | 84/700 [00:35<04:16, 2.41it/s, loss=0.0778, lr=0.0004]\na painting in the style of <s1><s2>\nSteps: 12%|█▏ | 84/700 [00:35<04:16, 2.41it/s, loss=0.0162, lr=0.0004]\nSteps: 12%|█▏ | 85/700 [00:35<04:16, 2.40it/s, loss=0.0162, lr=0.0004]\na large painting in the style of <s1><s2>\nSteps: 12%|█▏ | 85/700 [00:35<04:16, 2.40it/s, loss=0.0434, lr=0.0004]\nSteps: 12%|█▏ | 86/700 [00:35<04:14, 2.42it/s, loss=0.0434, lr=0.0004]\na close-up painting in the style of <s1><s2>\nSteps: 12%|█▏ | 86/700 [00:35<04:14, 2.42it/s, loss=0.0473, lr=0.0004]\nSteps: 12%|█▏ | 87/700 [00:36<04:12, 2.43it/s, loss=0.0473, lr=0.0004]\na cropped painting in the style of <s1><s2>\nSteps: 12%|█▏ | 87/700 [00:36<04:12, 2.43it/s, loss=0.205, lr=0.0004] \nSteps: 13%|█▎ | 88/700 [00:36<04:12, 2.43it/s, loss=0.205, lr=0.0004]\na large painting in the style of <s1><s2>\nSteps: 13%|█▎ | 88/700 [00:36<04:12, 2.43it/s, loss=0.0238, lr=0.0004]\nSteps: 13%|█▎ | 89/700 [00:37<04:09, 2.45it/s, loss=0.0238, lr=0.0004]\na close-up painting in the style of <s1><s2>\nSteps: 13%|█▎ | 89/700 [00:37<04:09, 2.45it/s, loss=0.0912, lr=0.0004]\nSteps: 13%|█▎ | 90/700 [00:37<04:10, 2.44it/s, loss=0.0912, lr=0.0004]\nthe painting in the style of <s1><s2>\nSteps: 13%|█▎ | 90/700 [00:37<04:10, 2.44it/s, loss=0.132, lr=0.0004] \nSteps: 13%|█▎ | 91/700 [00:38<04:11, 2.42it/s, loss=0.132, lr=0.0004]\na bright painting in the style of <s1><s2>\nSteps: 13%|█▎ | 91/700 [00:38<04:11, 2.42it/s, loss=0.0101, lr=0.0004]\nSteps: 13%|█▎ | 92/700 [00:38<04:11, 2.42it/s, loss=0.0101, lr=0.0004]\na close-up painting in the style of <s1><s2>\nSteps: 13%|█▎ | 92/700 [00:38<04:11, 2.42it/s, loss=0.0138, lr=0.0004]\nSteps: 13%|█▎ | 93/700 [00:38<04:11, 2.41it/s, loss=0.0138, lr=0.0004]\na picture in the style of <s1><s2>\nSteps: 13%|█▎ | 93/700 [00:38<04:11, 2.41it/s, loss=0.0264, lr=0.0004]\nSteps: 13%|█▎ | 94/700 [00:39<04:13, 2.39it/s, loss=0.0264, lr=0.0004]\na good painting in the style of <s1><s2>\nSteps: 13%|█▎ | 94/700 [00:39<04:13, 2.39it/s, loss=0.0327, lr=0.0004]\nSteps: 14%|█▎ | 95/700 [00:39<04:14, 2.38it/s, loss=0.0327, lr=0.0004]\na clean painting in the style of <s1><s2>\nSteps: 14%|█▎ | 95/700 [00:39<04:14, 2.38it/s, loss=0.133, lr=0.0004] \nSteps: 14%|█▎ | 96/700 [00:40<04:13, 2.38it/s, loss=0.133, lr=0.0004]\nthe painting in the style of <s1><s2>\nSteps: 14%|█▎ | 96/700 [00:40<04:13, 2.38it/s, loss=0.0748, lr=0.0004]\nSteps: 14%|█▍ | 97/700 [00:40<04:12, 2.39it/s, loss=0.0748, lr=0.0004]\na cropped painting in the style of <s1><s2>\nSteps: 14%|█▍ | 97/700 [00:40<04:12, 2.39it/s, loss=0.0133, lr=0.0004]\nSteps: 14%|█▍ | 98/700 [00:40<04:08, 2.42it/s, loss=0.0133, lr=0.0004]\na rendering in the style of <s1><s2>\nSteps: 14%|█▍ | 98/700 [00:40<04:08, 2.42it/s, loss=0.0256, lr=0.0004]\nSteps: 14%|█▍ | 99/700 [00:41<04:09, 2.41it/s, loss=0.0256, lr=0.0004]\na close-up painting in the style of <s1><s2>\nSteps: 14%|█▍ | 99/700 [00:41<04:09, 2.41it/s, loss=0.0501, lr=0.0004]\nSteps: 14%|█▍ | 100/700 [00:41<04:10, 2.39it/s, loss=0.0501, lr=0.0004]\nCurrent Learned Embeddings for <s1>:, id 49408 tensor([ 0.0086, -0.0055, 0.0080, -0.0141], device='cuda:0')\nCurrent Learned Embeddings for <s2>:, id 49409 tensor([-6.5803e-03, 6.6746e-05, 6.9851e-03, 2.4674e-03], device='cuda:0')\nSaving weights to checkpoints/step_100.safetensors\nLORA Unet Moved 0.0013575224438682199\nLORA CLIP Moved 8.594147948315367e-05\na close-up painting in the style of <s1><s2>\nSteps: 14%|█▍ | 100/700 [00:41<04:10, 2.39it/s, loss=0.0731, lr=0.0004]\nSteps: 14%|█▍ | 101/700 [00:42<04:27, 2.24it/s, loss=0.0731, lr=0.0004]\nthe painting in the style of <s1><s2>\nSteps: 14%|█▍ | 101/700 [00:42<04:27, 2.24it/s, loss=0.158, lr=0.0004] \nSteps: 15%|█▍ | 102/700 [00:42<04:22, 2.28it/s, loss=0.158, lr=0.0004]\na bright painting in the style of <s1><s2>\nSteps: 15%|█▍ | 102/700 [00:42<04:22, 2.28it/s, loss=0.0312, lr=0.0004]\nSteps: 15%|█▍ | 103/700 [00:43<04:19, 2.30it/s, loss=0.0312, lr=0.0004]\na dirty painting in the style of <s1><s2>\nSteps: 15%|█▍ | 103/700 [00:43<04:19, 2.30it/s, loss=0.0443, lr=0.0004]\nSteps: 15%|█▍ | 104/700 [00:43<04:15, 2.34it/s, loss=0.0443, lr=0.0004]\na good painting in the style of <s1><s2>\nSteps: 15%|█▍ | 104/700 [00:43<04:15, 2.34it/s, loss=0.0907, lr=0.0004]\nSteps: 15%|█▌ | 105/700 [00:43<04:14, 2.34it/s, loss=0.0907, lr=0.0004]\na bright painting in the style of <s1><s2>\nSteps: 15%|█▌ | 105/700 [00:43<04:14, 2.34it/s, loss=0.125, lr=0.0004] \nSteps: 15%|█▌ | 106/700 [00:44<04:10, 2.37it/s, loss=0.125, lr=0.0004]\na large painting in the style of <s1><s2>\nSteps: 15%|█▌ | 106/700 [00:44<04:10, 2.37it/s, loss=0.0901, lr=0.0004]\nSteps: 15%|█▌ | 107/700 [00:44<04:11, 2.36it/s, loss=0.0901, lr=0.0004]\na cropped painting in the style of <s1><s2>\nSteps: 15%|█▌ | 107/700 [00:44<04:11, 2.36it/s, loss=0.0408, lr=0.0004]\nSteps: 15%|█▌ | 108/700 [00:45<04:08, 2.38it/s, loss=0.0408, lr=0.0004]\na weird painting in the style of <s1><s2>\nSteps: 15%|█▌ | 108/700 [00:45<04:08, 2.38it/s, loss=0.0412, lr=0.0004]\nSteps: 16%|█▌ | 109/700 [00:45<04:05, 2.40it/s, loss=0.0412, lr=0.0004]\na painting in the style of <s1><s2>\nSteps: 16%|█▌ | 109/700 [00:45<04:05, 2.40it/s, loss=0.0391, lr=0.0004]\nSteps: 16%|█▌ | 110/700 [00:46<04:07, 2.39it/s, loss=0.0391, lr=0.0004]\na good painting in the style of <s1><s2>\nSteps: 16%|█▌ | 110/700 [00:46<04:07, 2.39it/s, loss=0.0625, lr=0.0004]\nSteps: 16%|█▌ | 111/700 [00:46<04:05, 2.40it/s, loss=0.0625, lr=0.0004]\na picture in the style of <s1><s2>\nSteps: 16%|█▌ | 111/700 [00:46<04:05, 2.40it/s, loss=0.0257, lr=0.0004]\nSteps: 16%|█▌ | 112/700 [00:46<04:04, 2.40it/s, loss=0.0257, lr=0.0004]\na clean painting in the style of <s1><s2>\nSteps: 16%|█▌ | 112/700 [00:46<04:04, 2.40it/s, loss=0.0631, lr=0.0004]\nSteps: 16%|█▌ | 113/700 [00:47<04:03, 2.42it/s, loss=0.0631, lr=0.0004]\na clean painting in the style of <s1><s2>\nSteps: 16%|█▌ | 113/700 [00:47<04:03, 2.42it/s, loss=0.136, lr=0.0004] \nSteps: 16%|█▋ | 114/700 [00:47<04:02, 2.42it/s, loss=0.136, lr=0.0004]\na rendition in the style of <s1><s2>\nSteps: 16%|█▋ | 114/700 [00:47<04:02, 2.42it/s, loss=0.0793, lr=0.0004]\nSteps: 16%|█▋ | 115/700 [00:48<04:01, 2.42it/s, loss=0.0793, lr=0.0004]\na painting in the style of <s1><s2>\nSteps: 16%|█▋ | 115/700 [00:48<04:01, 2.42it/s, loss=0.065, lr=0.0004] \nSteps: 17%|█▋ | 116/700 [00:48<04:00, 2.43it/s, loss=0.065, lr=0.0004]\na rendering in the style of <s1><s2>\nSteps: 17%|█▋ | 116/700 [00:48<04:00, 2.43it/s, loss=0.145, lr=0.0004]\nSteps: 17%|█▋ | 117/700 [00:48<04:00, 2.42it/s, loss=0.145, lr=0.0004]\na close-up painting in the style of <s1><s2>\nSteps: 17%|█▋ | 117/700 [00:48<04:00, 2.42it/s, loss=0.138, lr=0.0004]\nSteps: 17%|█▋ | 118/700 [00:49<03:58, 2.44it/s, loss=0.138, lr=0.0004]\na picture in the style of <s1><s2>\nSteps: 17%|█▋ | 118/700 [00:49<03:58, 2.44it/s, loss=0.0726, lr=0.0004]\nSteps: 17%|█▋ | 119/700 [00:49<03:59, 2.43it/s, loss=0.0726, lr=0.0004]\na dark painting in the style of <s1><s2>\nSteps: 17%|█▋ | 119/700 [00:49<03:59, 2.43it/s, loss=0.0265, lr=0.0004]\nSteps: 17%|█▋ | 120/700 [00:50<03:59, 2.42it/s, loss=0.0265, lr=0.0004]\na small painting in the style of <s1><s2>\nSteps: 17%|█▋ | 120/700 [00:50<03:59, 2.42it/s, loss=0.101, lr=0.0004] \nSteps: 17%|█▋ | 121/700 [00:50<03:58, 2.43it/s, loss=0.101, lr=0.0004]\na painting in the style of <s1><s2>\nSteps: 17%|█▋ | 121/700 [00:50<03:58, 2.43it/s, loss=0.0558, lr=0.0004]\nSteps: 17%|█▋ | 122/700 [00:50<03:58, 2.43it/s, loss=0.0558, lr=0.0004]\na rendition in the style of <s1><s2>\nSteps: 17%|█▋ | 122/700 [00:50<03:58, 2.43it/s, loss=0.0113, lr=0.0004]\nSteps: 18%|█▊ | 123/700 [00:51<03:59, 2.41it/s, loss=0.0113, lr=0.0004]\na cool painting in the style of <s1><s2>\nSteps: 18%|█▊ | 123/700 [00:51<03:59, 2.41it/s, loss=0.0847, lr=0.0004]\nSteps: 18%|█▊ | 124/700 [00:51<03:58, 2.42it/s, loss=0.0847, lr=0.0004]\na picture in the style of <s1><s2>\nSteps: 18%|█▊ | 124/700 [00:51<03:58, 2.42it/s, loss=0.0432, lr=0.0004]\nSteps: 18%|█▊ | 125/700 [00:52<03:57, 2.42it/s, loss=0.0432, lr=0.0004]\na rendering in the style of <s1><s2>\nSteps: 18%|█▊ | 125/700 [00:52<03:57, 2.42it/s, loss=0.014, lr=0.0004] \nSteps: 18%|█▊ | 126/700 [00:52<03:55, 2.44it/s, loss=0.014, lr=0.0004]\na small painting in the style of <s1><s2>\nSteps: 18%|█▊ | 126/700 [00:52<03:55, 2.44it/s, loss=0.011, lr=0.0004]\nSteps: 18%|█▊ | 127/700 [00:53<03:56, 2.43it/s, loss=0.011, lr=0.0004]\na good painting in the style of <s1><s2>\nSteps: 18%|█▊ | 127/700 [00:53<03:56, 2.43it/s, loss=0.0676, lr=0.0004]\nSteps: 18%|█▊ | 128/700 [00:53<03:55, 2.43it/s, loss=0.0676, lr=0.0004]\na cropped painting in the style of <s1><s2>\nSteps: 18%|█▊ | 128/700 [00:53<03:55, 2.43it/s, loss=0.0532, lr=0.0004]\nSteps: 18%|█▊ | 129/700 [00:53<03:53, 2.44it/s, loss=0.0532, lr=0.0004]\na cropped painting in the style of <s1><s2>\nSteps: 18%|█▊ | 129/700 [00:53<03:53, 2.44it/s, loss=0.13, lr=0.0004] \nSteps: 19%|█▊ | 130/700 [00:54<03:54, 2.43it/s, loss=0.13, lr=0.0004]\na clean painting in the style of <s1><s2>\nSteps: 19%|█▊ | 130/700 [00:54<03:54, 2.43it/s, loss=0.097, lr=0.0004]\nSteps: 19%|█▊ | 131/700 [00:54<03:54, 2.43it/s, loss=0.097, lr=0.0004]\na dirty painting in the style of <s1><s2>\nSteps: 19%|█▊ | 131/700 [00:54<03:54, 2.43it/s, loss=0.0482, lr=0.0004]\nSteps: 19%|█▉ | 132/700 [00:55<03:54, 2.42it/s, loss=0.0482, lr=0.0004]\na painting in the style of <s1><s2>\nSteps: 19%|█▉ | 132/700 [00:55<03:54, 2.42it/s, loss=0.07, lr=0.0004] \nSteps: 19%|█▉ | 133/700 [00:55<03:52, 2.44it/s, loss=0.07, lr=0.0004]\na clean painting in the style of <s1><s2>\nSteps: 19%|█▉ | 133/700 [00:55<03:52, 2.44it/s, loss=0.0471, lr=0.0004]\nSteps: 19%|█▉ | 134/700 [00:55<03:51, 2.44it/s, loss=0.0471, lr=0.0004]\na rendering in the style of <s1><s2>\nSteps: 19%|█▉ | 134/700 [00:55<03:51, 2.44it/s, loss=0.0455, lr=0.0004]\nSteps: 19%|█▉ | 135/700 [00:56<03:50, 2.46it/s, loss=0.0455, lr=0.0004]\na clean painting in the style of <s1><s2>\nSteps: 19%|█▉ | 135/700 [00:56<03:50, 2.46it/s, loss=0.0172, lr=0.0004]\nSteps: 19%|█▉ | 136/700 [00:56<03:51, 2.44it/s, loss=0.0172, lr=0.0004]\na good painting in the style of <s1><s2>\nSteps: 19%|█▉ | 136/700 [00:56<03:51, 2.44it/s, loss=0.0992, lr=0.0004]\nSteps: 20%|█▉ | 137/700 [00:57<03:52, 2.43it/s, loss=0.0992, lr=0.0004]\na nice painting in the style of <s1><s2>\nSteps: 20%|█▉ | 137/700 [00:57<03:52, 2.43it/s, loss=0.0182, lr=0.0004]\nSteps: 20%|█▉ | 138/700 [00:57<03:51, 2.43it/s, loss=0.0182, lr=0.0004]\na cropped painting in the style of <s1><s2>\nSteps: 20%|█▉ | 138/700 [00:57<03:51, 2.43it/s, loss=0.0835, lr=0.0004]\nSteps: 20%|█▉ | 139/700 [00:57<03:50, 2.44it/s, loss=0.0835, lr=0.0004]\na good painting in the style of <s1><s2>\nSteps: 20%|█▉ | 139/700 [00:57<03:50, 2.44it/s, loss=0.0148, lr=0.0004]\nSteps: 20%|██ | 140/700 [00:58<03:49, 2.44it/s, loss=0.0148, lr=0.0004]\na cropped painting in the style of <s1><s2>\nSteps: 20%|██ | 140/700 [00:58<03:49, 2.44it/s, loss=0.0555, lr=0.0004]\nSteps: 20%|██ | 141/700 [00:58<03:50, 2.42it/s, loss=0.0555, lr=0.0004]\na rendering in the style of <s1><s2>\nSteps: 20%|██ | 141/700 [00:58<03:50, 2.42it/s, loss=0.0191, lr=0.0004]\nSteps: 20%|██ | 142/700 [00:59<03:50, 2.42it/s, loss=0.0191, lr=0.0004]\na close-up painting in the style of <s1><s2>\nSteps: 20%|██ | 142/700 [00:59<03:50, 2.42it/s, loss=0.146, lr=0.0004] \nSteps: 20%|██ | 143/700 [00:59<03:48, 2.44it/s, loss=0.146, lr=0.0004]\na picture in the style of <s1><s2>\nSteps: 20%|██ | 143/700 [00:59<03:48, 2.44it/s, loss=0.0325, lr=0.0004]\nSteps: 21%|██ | 144/700 [01:00<03:49, 2.42it/s, loss=0.0325, lr=0.0004]\na dirty painting in the style of <s1><s2>\nSteps: 21%|██ | 144/700 [01:00<03:49, 2.42it/s, loss=0.0737, lr=0.0004]\nSteps: 21%|██ | 145/700 [01:00<03:48, 2.43it/s, loss=0.0737, lr=0.0004]\na cool painting in the style of <s1><s2>\nSteps: 21%|██ | 145/700 [01:00<03:48, 2.43it/s, loss=0.0665, lr=0.0004]\nSteps: 21%|██ | 146/700 [01:00<03:48, 2.43it/s, loss=0.0665, lr=0.0004]\na cropped painting in the style of <s1><s2>\nSteps: 21%|██ | 146/700 [01:00<03:48, 2.43it/s, loss=0.137, lr=0.0004] \nSteps: 21%|██ | 147/700 [01:01<03:47, 2.43it/s, loss=0.137, lr=0.0004]\na close-up painting in the style of <s1><s2>\nSteps: 21%|██ | 147/700 [01:01<03:47, 2.43it/s, loss=0.0188, lr=0.0004]\nSteps: 21%|██ | 148/700 [01:01<03:46, 2.43it/s, loss=0.0188, lr=0.0004]\na good painting in the style of <s1><s2>\nSteps: 21%|██ | 148/700 [01:01<03:46, 2.43it/s, loss=0.0298, lr=0.0004]\nSteps: 21%|██▏ | 149/700 [01:02<03:47, 2.42it/s, loss=0.0298, lr=0.0004]\na painting in the style of <s1><s2>\nSteps: 21%|██▏ | 149/700 [01:02<03:47, 2.42it/s, loss=0.0926, lr=0.0004]\nSteps: 21%|██▏ | 150/700 [01:02<03:47, 2.42it/s, loss=0.0926, lr=0.0004]\na dark painting in the style of <s1><s2>\nSteps: 21%|██▏ | 150/700 [01:02<03:47, 2.42it/s, loss=0.0168, lr=0.0004]\nSteps: 22%|██▏ | 151/700 [01:02<03:46, 2.42it/s, loss=0.0168, lr=0.0004]\na small painting in the style of <s1><s2>\nSteps: 22%|██▏ | 151/700 [01:02<03:46, 2.42it/s, loss=0.058, lr=0.0004] \nSteps: 22%|██▏ | 152/700 [01:03<03:45, 2.44it/s, loss=0.058, lr=0.0004]\na rendering in the style of <s1><s2>\nSteps: 22%|██▏ | 152/700 [01:03<03:45, 2.44it/s, loss=0.0194, lr=0.0004]\nSteps: 22%|██▏ | 153/700 [01:03<03:46, 2.42it/s, loss=0.0194, lr=0.0004]\na cropped painting in the style of <s1><s2>\nSteps: 22%|██▏ | 153/700 [01:03<03:46, 2.42it/s, loss=0.0628, lr=0.0004]\nSteps: 22%|██▏ | 154/700 [01:04<03:47, 2.40it/s, loss=0.0628, lr=0.0004]\na picture in the style of <s1><s2>\nSteps: 22%|██▏ | 154/700 [01:04<03:47, 2.40it/s, loss=0.0289, lr=0.0004]\nSteps: 22%|██▏ | 155/700 [01:04<03:47, 2.39it/s, loss=0.0289, lr=0.0004]\nthe painting in the style of <s1><s2>\nSteps: 22%|██▏ | 155/700 [01:04<03:47, 2.39it/s, loss=0.0197, lr=0.0004]\nSteps: 22%|██▏ | 156/700 [01:05<03:45, 2.42it/s, loss=0.0197, lr=0.0004]\na close-up painting in the style of <s1><s2>\nSteps: 22%|██▏ | 156/700 [01:05<03:45, 2.42it/s, loss=0.582, lr=0.0004] \nSteps: 22%|██▏ | 157/700 [01:05<03:44, 2.42it/s, loss=0.582, lr=0.0004]\na picture in the style of <s1><s2>\nSteps: 22%|██▏ | 157/700 [01:05<03:44, 2.42it/s, loss=0.0896, lr=0.0004]\nSteps: 23%|██▎ | 158/700 [01:05<03:44, 2.42it/s, loss=0.0896, lr=0.0004]\na close-up painting in the style of <s1><s2>\nSteps: 23%|██▎ | 158/700 [01:05<03:44, 2.42it/s, loss=0.179, lr=0.0004] \nSteps: 23%|██▎ | 159/700 [01:06<03:43, 2.42it/s, loss=0.179, lr=0.0004]\na cropped painting in the style of <s1><s2>\nSteps: 23%|██▎ | 159/700 [01:06<03:43, 2.42it/s, loss=0.0174, lr=0.0004]\nSteps: 23%|██▎ | 160/700 [01:06<03:43, 2.42it/s, loss=0.0174, lr=0.0004]\na cool painting in the style of <s1><s2>\nSteps: 23%|██▎ | 160/700 [01:06<03:43, 2.42it/s, loss=0.0748, lr=0.0004]\nSteps: 23%|██▎ | 161/700 [01:07<03:43, 2.41it/s, loss=0.0748, lr=0.0004]\na cropped painting in the style of <s1><s2>\nSteps: 23%|██▎ | 161/700 [01:07<03:43, 2.41it/s, loss=0.0265, lr=0.0004]\nSteps: 23%|██▎ | 162/700 [01:07<03:42, 2.42it/s, loss=0.0265, lr=0.0004]\na small painting in the style of <s1><s2>\nSteps: 23%|██▎ | 162/700 [01:07<03:42, 2.42it/s, loss=0.0692, lr=0.0004]\nSteps: 23%|██▎ | 163/700 [01:07<03:43, 2.40it/s, loss=0.0692, lr=0.0004]\na weird painting in the style of <s1><s2>\nSteps: 23%|██▎ | 163/700 [01:07<03:43, 2.40it/s, loss=0.0822, lr=0.0004]\nSteps: 23%|██▎ | 164/700 [01:08<03:42, 2.41it/s, loss=0.0822, lr=0.0004]\na dark painting in the style of <s1><s2>\nSteps: 23%|██▎ | 164/700 [01:08<03:42, 2.41it/s, loss=0.0149, lr=0.0004]\nSteps: 24%|██▎ | 165/700 [01:08<03:41, 2.41it/s, loss=0.0149, lr=0.0004]\na cropped painting in the style of <s1><s2>\nSteps: 24%|██▎ | 165/700 [01:08<03:41, 2.41it/s, loss=0.0275, lr=0.0004]\nSteps: 24%|██▎ | 166/700 [01:09<03:41, 2.41it/s, loss=0.0275, lr=0.0004]\na weird painting in the style of <s1><s2>\nSteps: 24%|██▎ | 166/700 [01:09<03:41, 2.41it/s, loss=0.0209, lr=0.0004]\nSteps: 24%|██▍ | 167/700 [01:09<03:40, 2.42it/s, loss=0.0209, lr=0.0004]\na close-up painting in the style of <s1><s2>\nSteps: 24%|██▍ | 167/700 [01:09<03:40, 2.42it/s, loss=0.0377, lr=0.0004]\nSteps: 24%|██▍ | 168/700 [01:09<03:39, 2.42it/s, loss=0.0377, lr=0.0004]\na cropped painting in the style of <s1><s2>\nSteps: 24%|██▍ | 168/700 [01:09<03:39, 2.42it/s, loss=0.0529, lr=0.0004]\nSteps: 24%|██▍ | 169/700 [01:10<03:40, 2.41it/s, loss=0.0529, lr=0.0004]\na bright painting in the style of <s1><s2>\nSteps: 24%|██▍ | 169/700 [01:10<03:40, 2.41it/s, loss=0.0295, lr=0.0004]\nSteps: 24%|██▍ | 170/700 [01:10<03:40, 2.40it/s, loss=0.0295, lr=0.0004]\nthe painting in the style of <s1><s2>\nSteps: 24%|██▍ | 170/700 [01:10<03:40, 2.40it/s, loss=0.0433, lr=0.0004]\nSteps: 24%|██▍ | 171/700 [01:11<03:39, 2.41it/s, loss=0.0433, lr=0.0004]\na nice painting in the style of <s1><s2>\nSteps: 24%|██▍ | 171/700 [01:11<03:39, 2.41it/s, loss=0.0119, lr=0.0004]\nSteps: 25%|██▍ | 172/700 [01:11<03:38, 2.42it/s, loss=0.0119, lr=0.0004]\na close-up painting in the style of <s1><s2>\nSteps: 25%|██▍ | 172/700 [01:11<03:38, 2.42it/s, loss=0.058, lr=0.0004] \nSteps: 25%|██▍ | 173/700 [01:12<03:38, 2.42it/s, loss=0.058, lr=0.0004]\na dirty painting in the style of <s1><s2>\nSteps: 25%|██▍ | 173/700 [01:12<03:38, 2.42it/s, loss=0.0469, lr=0.0004]\nSteps: 25%|██▍ | 174/700 [01:12<03:37, 2.42it/s, loss=0.0469, lr=0.0004]\na cropped painting in the style of <s1><s2>\nSteps: 25%|██▍ | 174/700 [01:12<03:37, 2.42it/s, loss=0.0846, lr=0.0004]\nSteps: 25%|██▌ | 175/700 [01:12<03:38, 2.41it/s, loss=0.0846, lr=0.0004]\na weird painting in the style of <s1><s2>\nSteps: 25%|██▌ | 175/700 [01:12<03:38, 2.41it/s, loss=0.0185, lr=0.0004]\nSteps: 25%|██▌ | 176/700 [01:13<03:36, 2.42it/s, loss=0.0185, lr=0.0004]\na good painting in the style of <s1><s2>\nSteps: 25%|██▌ | 176/700 [01:13<03:36, 2.42it/s, loss=0.0174, lr=0.0004]\nSteps: 25%|██▌ | 177/700 [01:13<03:36, 2.41it/s, loss=0.0174, lr=0.0004]\na cool painting in the style of <s1><s2>\nSteps: 25%|██▌ | 177/700 [01:13<03:36, 2.41it/s, loss=0.0295, lr=0.0004]\nSteps: 25%|██▌ | 178/700 [01:14<03:35, 2.42it/s, loss=0.0295, lr=0.0004]\na rendering in the style of <s1><s2>\nSteps: 25%|██▌ | 178/700 [01:14<03:35, 2.42it/s, loss=0.0197, lr=0.0004]\nSteps: 26%|██▌ | 179/700 [01:14<03:36, 2.41it/s, loss=0.0197, lr=0.0004]\na bright painting in the style of <s1><s2>\nSteps: 26%|██▌ | 179/700 [01:14<03:36, 2.41it/s, loss=0.054, lr=0.0004] \nSteps: 26%|██▌ | 180/700 [01:14<03:36, 2.40it/s, loss=0.054, lr=0.0004]\na close-up painting in the style of <s1><s2>\nSteps: 26%|██▌ | 180/700 [01:14<03:36, 2.40it/s, loss=0.126, lr=0.0004]\nSteps: 26%|██▌ | 181/700 [01:15<03:34, 2.42it/s, loss=0.126, lr=0.0004]\na cool painting in the style of <s1><s2>\nSteps: 26%|██▌ | 181/700 [01:15<03:34, 2.42it/s, loss=0.103, lr=0.0004]\nSteps: 26%|██▌ | 182/700 [01:15<03:35, 2.40it/s, loss=0.103, lr=0.0004]\na weird painting in the style of <s1><s2>\nSteps: 26%|██▌ | 182/700 [01:15<03:35, 2.40it/s, loss=0.0553, lr=0.0004]\nSteps: 26%|██▌ | 183/700 [01:16<03:34, 2.41it/s, loss=0.0553, lr=0.0004]\na bright painting in the style of <s1><s2>\nSteps: 26%|██▌ | 183/700 [01:16<03:34, 2.41it/s, loss=0.145, lr=0.0004] \nSteps: 26%|██▋ | 184/700 [01:16<03:34, 2.41it/s, loss=0.145, lr=0.0004]\na weird painting in the style of <s1><s2>\nSteps: 26%|██▋ | 184/700 [01:16<03:34, 2.41it/s, loss=0.197, lr=0.0004]\nSteps: 26%|██▋ | 185/700 [01:17<03:34, 2.41it/s, loss=0.197, lr=0.0004]\na rendering in the style of <s1><s2>\nSteps: 26%|██▋ | 185/700 [01:17<03:34, 2.41it/s, loss=0.0637, lr=0.0004]\nSteps: 27%|██▋ | 186/700 [01:17<03:33, 2.41it/s, loss=0.0637, lr=0.0004]\na cool painting in the style of <s1><s2>\nSteps: 27%|██▋ | 186/700 [01:17<03:33, 2.41it/s, loss=0.0781, lr=0.0004]\nSteps: 27%|██▋ | 187/700 [01:17<03:32, 2.41it/s, loss=0.0781, lr=0.0004]\na painting in the style of <s1><s2>\nSteps: 27%|██▋ | 187/700 [01:17<03:32, 2.41it/s, loss=0.0285, lr=0.0004]\nSteps: 27%|██▋ | 188/700 [01:18<03:32, 2.41it/s, loss=0.0285, lr=0.0004]\na weird painting in the style of <s1><s2>\nSteps: 27%|██▋ | 188/700 [01:18<03:32, 2.41it/s, loss=0.0347, lr=0.0004]\nSteps: 27%|██▋ | 189/700 [01:18<03:32, 2.40it/s, loss=0.0347, lr=0.0004]\na clean painting in the style of <s1><s2>\nSteps: 27%|██▋ | 189/700 [01:18<03:32, 2.40it/s, loss=0.106, lr=0.0004] \nSteps: 27%|██▋ | 190/700 [01:19<03:32, 2.40it/s, loss=0.106, lr=0.0004]\na picture in the style of <s1><s2>\nSteps: 27%|██▋ | 190/700 [01:19<03:32, 2.40it/s, loss=0.116, lr=0.0004]\nSteps: 27%|██▋ | 191/700 [01:19<03:30, 2.41it/s, loss=0.116, lr=0.0004]\na close-up painting in the style of <s1><s2>\nSteps: 27%|██▋ | 191/700 [01:19<03:30, 2.41it/s, loss=0.00449, lr=0.0004]\nSteps: 27%|██▋ | 192/700 [01:19<03:29, 2.42it/s, loss=0.00449, lr=0.0004]\na picture in the style of <s1><s2>\nSteps: 27%|██▋ | 192/700 [01:19<03:29, 2.42it/s, loss=0.29, lr=0.0004] \nSteps: 28%|██▊ | 193/700 [01:20<03:29, 2.42it/s, loss=0.29, lr=0.0004]\na dirty painting in the style of <s1><s2>\nSteps: 28%|██▊ | 193/700 [01:20<03:29, 2.42it/s, loss=0.0151, lr=0.0004]\nSteps: 28%|██▊ | 194/700 [01:20<03:28, 2.43it/s, loss=0.0151, lr=0.0004]\na close-up painting in the style of <s1><s2>\nSteps: 28%|██▊ | 194/700 [01:20<03:28, 2.43it/s, loss=0.0433, lr=0.0004]\nSteps: 28%|██▊ | 195/700 [01:21<03:29, 2.42it/s, loss=0.0433, lr=0.0004]\na bright painting in the style of <s1><s2>\nSteps: 28%|██▊ | 195/700 [01:21<03:29, 2.42it/s, loss=0.317, lr=0.0004] \nSteps: 28%|██▊ | 196/700 [01:21<03:26, 2.44it/s, loss=0.317, lr=0.0004]\na painting in the style of <s1><s2>\nSteps: 28%|██▊ | 196/700 [01:21<03:26, 2.44it/s, loss=0.0721, lr=0.0004]\nSteps: 28%|██▊ | 197/700 [01:21<03:26, 2.44it/s, loss=0.0721, lr=0.0004]\na good painting in the style of <s1><s2>\nSteps: 28%|██▊ | 197/700 [01:21<03:26, 2.44it/s, loss=0.023, lr=0.0004] \nSteps: 28%|██▊ | 198/700 [01:22<03:24, 2.45it/s, loss=0.023, lr=0.0004]\na good painting in the style of <s1><s2>\nSteps: 28%|██▊ | 198/700 [01:22<03:24, 2.45it/s, loss=0.115, lr=0.0004]\nSteps: 28%|██▊ | 199/700 [01:22<03:23, 2.46it/s, loss=0.115, lr=0.0004]\na dirty painting in the style of <s1><s2>\nSteps: 28%|██▊ | 199/700 [01:22<03:23, 2.46it/s, loss=0.0467, lr=0.0004]\nSteps: 29%|██▊ | 200/700 [01:23<03:24, 2.44it/s, loss=0.0467, lr=0.0004]\nCurrent Learned Embeddings for <s1>:, id 49408 tensor([ 0.0086, -0.0055, 0.0080, -0.0141], device='cuda:0')\nCurrent Learned Embeddings for <s2>:, id 49409 tensor([-6.5803e-03, 6.6746e-05, 6.9851e-03, 2.4674e-03], device='cuda:0')\nSaving weights to checkpoints/step_200.safetensors\nLORA Unet Moved 0.0019202211406081915\nLORA CLIP Moved 0.00012273881293367594\na bright painting in the style of <s1><s2>\nSteps: 29%|██▊ | 200/700 [01:23<03:24, 2.44it/s, loss=0.0296, lr=0.0004]\nSteps: 29%|██▊ | 201/700 [01:23<03:37, 2.29it/s, loss=0.0296, lr=0.0004]\na good painting in the style of <s1><s2>\nSteps: 29%|██▊ | 201/700 [01:23<03:37, 2.29it/s, loss=0.028, lr=0.0004] \nSteps: 29%|██▉ | 202/700 [01:24<03:32, 2.35it/s, loss=0.028, lr=0.0004]\na dirty painting in the style of <s1><s2>\nSteps: 29%|██▉ | 202/700 [01:24<03:32, 2.35it/s, loss=0.0601, lr=0.0004]\nSteps: 29%|██▉ | 203/700 [01:24<03:30, 2.36it/s, loss=0.0601, lr=0.0004]\na dark painting in the style of <s1><s2>\nSteps: 29%|██▉ | 203/700 [01:24<03:30, 2.36it/s, loss=0.0252, lr=0.0004]\nSteps: 29%|██▉ | 204/700 [01:24<03:30, 2.36it/s, loss=0.0252, lr=0.0004]\na cropped painting in the style of <s1><s2>\nSteps: 29%|██▉ | 204/700 [01:24<03:30, 2.36it/s, loss=0.0399, lr=0.0004]\nSteps: 29%|██▉ | 205/700 [01:25<03:26, 2.40it/s, loss=0.0399, lr=0.0004]\nthe painting in the style of <s1><s2>\nSteps: 29%|██▉ | 205/700 [01:25<03:26, 2.40it/s, loss=0.0706, lr=0.0004]\nSteps: 29%|██▉ | 206/700 [01:25<03:24, 2.41it/s, loss=0.0706, lr=0.0004]\na large painting in the style of <s1><s2>\nSteps: 29%|██▉ | 206/700 [01:25<03:24, 2.41it/s, loss=0.0343, lr=0.0004]\nSteps: 30%|██▉ | 207/700 [01:26<03:24, 2.41it/s, loss=0.0343, lr=0.0004]\na small painting in the style of <s1><s2>\nSteps: 30%|██▉ | 207/700 [01:26<03:24, 2.41it/s, loss=0.0514, lr=0.0004]\nSteps: 30%|██▉ | 208/700 [01:26<03:21, 2.44it/s, loss=0.0514, lr=0.0004]\na nice painting in the style of <s1><s2>\nSteps: 30%|██▉ | 208/700 [01:26<03:21, 2.44it/s, loss=0.119, lr=0.0004] \nSteps: 30%|██▉ | 209/700 [01:26<03:22, 2.42it/s, loss=0.119, lr=0.0004]\na bright painting in the style of <s1><s2>\nSteps: 30%|██▉ | 209/700 [01:26<03:22, 2.42it/s, loss=0.0556, lr=0.0004]\nSteps: 30%|███ | 210/700 [01:27<03:22, 2.42it/s, loss=0.0556, lr=0.0004]\na painting in the style of <s1><s2>\nSteps: 30%|███ | 210/700 [01:27<03:22, 2.42it/s, loss=0.0926, lr=0.0004]\nSteps: 30%|███ | 211/700 [01:27<03:23, 2.41it/s, loss=0.0926, lr=0.0004]\na dark painting in the style of <s1><s2>\nSteps: 30%|███ | 211/700 [01:27<03:23, 2.41it/s, loss=0.0379, lr=0.0004]\nSteps: 30%|███ | 212/700 [01:28<03:21, 2.42it/s, loss=0.0379, lr=0.0004]\na small painting in the style of <s1><s2>\nSteps: 30%|███ | 212/700 [01:28<03:21, 2.42it/s, loss=0.0276, lr=0.0004]\nSteps: 30%|███ | 213/700 [01:28<03:19, 2.44it/s, loss=0.0276, lr=0.0004]\na large painting in the style of <s1><s2>\nSteps: 30%|███ | 213/700 [01:28<03:19, 2.44it/s, loss=0.0116, lr=0.0004]\nSteps: 31%|███ | 214/700 [01:29<03:21, 2.41it/s, loss=0.0116, lr=0.0004]\na dark painting in the style of <s1><s2>\nSteps: 31%|███ | 214/700 [01:29<03:21, 2.41it/s, loss=0.0675, lr=0.0004]\nSteps: 31%|███ | 215/700 [01:29<03:19, 2.43it/s, loss=0.0675, lr=0.0004]\na cropped painting in the style of <s1><s2>\nSteps: 31%|███ | 215/700 [01:29<03:19, 2.43it/s, loss=0.0249, lr=0.0004]\nSteps: 31%|███ | 216/700 [01:29<03:18, 2.44it/s, loss=0.0249, lr=0.0004]\na dirty painting in the style of <s1><s2>\nSteps: 31%|███ | 216/700 [01:29<03:18, 2.44it/s, loss=0.0648, lr=0.0004]\nSteps: 31%|███ | 217/700 [01:30<03:18, 2.43it/s, loss=0.0648, lr=0.0004]\na cropped painting in the style of <s1><s2>\nSteps: 31%|███ | 217/700 [01:30<03:18, 2.43it/s, loss=0.066, lr=0.0004] \nSteps: 31%|███ | 218/700 [01:30<03:19, 2.42it/s, loss=0.066, lr=0.0004]\na weird painting in the style of <s1><s2>\nSteps: 31%|███ | 218/700 [01:30<03:19, 2.42it/s, loss=0.0562, lr=0.0004]\nSteps: 31%|███▏ | 219/700 [01:31<03:19, 2.41it/s, loss=0.0562, lr=0.0004]\na cropped painting in the style of <s1><s2>\nSteps: 31%|███▏ | 219/700 [01:31<03:19, 2.41it/s, loss=0.0151, lr=0.0004]\nSteps: 31%|███▏ | 220/700 [01:31<03:19, 2.41it/s, loss=0.0151, lr=0.0004]\na painting in the style of <s1><s2>\nSteps: 31%|███▏ | 220/700 [01:31<03:19, 2.41it/s, loss=0.107, lr=0.0004] \nSteps: 32%|███▏ | 221/700 [01:31<03:19, 2.41it/s, loss=0.107, lr=0.0004]\na cool painting in the style of <s1><s2>\nSteps: 32%|███▏ | 221/700 [01:31<03:19, 2.41it/s, loss=0.0343, lr=0.0004]\nSteps: 32%|███▏ | 222/700 [01:32<03:19, 2.39it/s, loss=0.0343, lr=0.0004]\na dark painting in the style of <s1><s2>\nSteps: 32%|███▏ | 222/700 [01:32<03:19, 2.39it/s, loss=0.0167, lr=0.0004]\nSteps: 32%|███▏ | 223/700 [01:32<03:20, 2.38it/s, loss=0.0167, lr=0.0004]\na bright painting in the style of <s1><s2>\nSteps: 32%|███▏ | 223/700 [01:32<03:20, 2.38it/s, loss=0.0297, lr=0.0004]\nSteps: 32%|███▏ | 224/700 [01:33<03:20, 2.37it/s, loss=0.0297, lr=0.0004]\na dark painting in the style of <s1><s2>\nSteps: 32%|███▏ | 224/700 [01:33<03:20, 2.37it/s, loss=0.0858, lr=0.0004]\nSteps: 32%|███▏ | 225/700 [01:33<03:18, 2.39it/s, loss=0.0858, lr=0.0004]\na painting in the style of <s1><s2>\nSteps: 32%|███▏ | 225/700 [01:33<03:18, 2.39it/s, loss=0.0386, lr=0.0004]\nSteps: 32%|███▏ | 226/700 [01:34<03:18, 2.39it/s, loss=0.0386, lr=0.0004]\na rendition in the style of <s1><s2>\nSteps: 32%|███▏ | 226/700 [01:34<03:18, 2.39it/s, loss=0.156, lr=0.0004] \nSteps: 32%|███▏ | 227/700 [01:34<03:17, 2.40it/s, loss=0.156, lr=0.0004]\na bright painting in the style of <s1><s2>\nSteps: 32%|███▏ | 227/700 [01:34<03:17, 2.40it/s, loss=0.0615, lr=0.0004]\nSteps: 33%|███▎ | 228/700 [01:34<03:16, 2.40it/s, loss=0.0615, lr=0.0004]\na large painting in the style of <s1><s2>\nSteps: 33%|███▎ | 228/700 [01:34<03:16, 2.40it/s, loss=0.078, lr=0.0004] \nSteps: 33%|███▎ | 229/700 [01:35<03:16, 2.40it/s, loss=0.078, lr=0.0004]\na bright painting in the style of <s1><s2>\nSteps: 33%|███▎ | 229/700 [01:35<03:16, 2.40it/s, loss=0.0668, lr=0.0004]\nSteps: 33%|███▎ | 230/700 [01:35<03:17, 2.38it/s, loss=0.0668, lr=0.0004]\na dark painting in the style of <s1><s2>\nSteps: 33%|███▎ | 230/700 [01:35<03:17, 2.38it/s, loss=0.112, lr=0.0004] \nSteps: 33%|███▎ | 231/700 [01:36<03:16, 2.38it/s, loss=0.112, lr=0.0004]\na close-up painting in the style of <s1><s2>\nSteps: 33%|███▎ | 231/700 [01:36<03:16, 2.38it/s, loss=0.0868, lr=0.0004]\nSteps: 33%|███▎ | 232/700 [01:36<03:15, 2.40it/s, loss=0.0868, lr=0.0004]\na dark painting in the style of <s1><s2>\nSteps: 33%|███▎ | 232/700 [01:36<03:15, 2.40it/s, loss=0.0401, lr=0.0004]\nSteps: 33%|███▎ | 233/700 [01:36<03:13, 2.42it/s, loss=0.0401, lr=0.0004]\na dark painting in the style of <s1><s2>\nSteps: 33%|███▎ | 233/700 [01:36<03:13, 2.42it/s, loss=0.0883, lr=0.0004]\nSteps: 33%|███▎ | 234/700 [01:37<03:13, 2.41it/s, loss=0.0883, lr=0.0004]\na bright painting in the style of <s1><s2>\nSteps: 33%|███▎ | 234/700 [01:37<03:13, 2.41it/s, loss=0.0301, lr=0.0004]\nSteps: 34%|███▎ | 235/700 [01:37<03:13, 2.40it/s, loss=0.0301, lr=0.0004]\na painting in the style of <s1><s2>\nSteps: 34%|███▎ | 235/700 [01:37<03:13, 2.40it/s, loss=0.0232, lr=0.0004]\nSteps: 34%|███▎ | 236/700 [01:38<03:13, 2.40it/s, loss=0.0232, lr=0.0004]\na weird painting in the style of <s1><s2>\nSteps: 34%|███▎ | 236/700 [01:38<03:13, 2.40it/s, loss=0.0727, lr=0.0004]\nSteps: 34%|███▍ | 237/700 [01:38<03:10, 2.43it/s, loss=0.0727, lr=0.0004]\na cropped painting in the style of <s1><s2>\nSteps: 34%|███▍ | 237/700 [01:38<03:10, 2.43it/s, loss=0.029, lr=0.0004] \nSteps: 34%|███▍ | 238/700 [01:39<03:11, 2.41it/s, loss=0.029, lr=0.0004]\na dirty painting in the style of <s1><s2>\nSteps: 34%|███▍ | 238/700 [01:39<03:11, 2.41it/s, loss=0.0177, lr=0.0004]\nSteps: 34%|███▍ | 239/700 [01:39<03:12, 2.40it/s, loss=0.0177, lr=0.0004]\na cropped painting in the style of <s1><s2>\nSteps: 34%|███▍ | 239/700 [01:39<03:12, 2.40it/s, loss=0.0244, lr=0.0004]\nSteps: 34%|███▍ | 240/700 [01:39<03:12, 2.39it/s, loss=0.0244, lr=0.0004]\na painting in the style of <s1><s2>\nSteps: 34%|███▍ | 240/700 [01:39<03:12, 2.39it/s, loss=0.0622, lr=0.0004]\nSteps: 34%|███▍ | 241/700 [01:40<03:13, 2.37it/s, loss=0.0622, lr=0.0004]\na cropped painting in the style of <s1><s2>\nSteps: 34%|███▍ | 241/700 [01:40<03:13, 2.37it/s, loss=0.0546, lr=0.0004]\nSteps: 35%|███▍ | 242/700 [01:40<03:14, 2.36it/s, loss=0.0546, lr=0.0004]\na close-up painting in the style of <s1><s2>\nSteps: 35%|███▍ | 242/700 [01:40<03:14, 2.36it/s, loss=0.0356, lr=0.0004]\nSteps: 35%|███▍ | 243/700 [01:41<03:11, 2.38it/s, loss=0.0356, lr=0.0004]\na dirty painting in the style of <s1><s2>\nSteps: 35%|███▍ | 243/700 [01:41<03:11, 2.38it/s, loss=0.0104, lr=0.0004]\nSteps: 35%|███▍ | 244/700 [01:41<03:10, 2.40it/s, loss=0.0104, lr=0.0004]\na dirty painting in the style of <s1><s2>\nSteps: 35%|███▍ | 244/700 [01:41<03:10, 2.40it/s, loss=0.0192, lr=0.0004]\nSteps: 35%|███▌ | 245/700 [01:41<03:09, 2.40it/s, loss=0.0192, lr=0.0004]\na dark painting in the style of <s1><s2>\nSteps: 35%|███▌ | 245/700 [01:41<03:09, 2.40it/s, loss=0.0117, lr=0.0004]\nSteps: 35%|███▌ | 246/700 [01:42<03:08, 2.40it/s, loss=0.0117, lr=0.0004]\na dirty painting in the style of <s1><s2>\nSteps: 35%|███▌ | 246/700 [01:42<03:08, 2.40it/s, loss=0.0406, lr=0.0004]\nSteps: 35%|███▌ | 247/700 [01:42<03:07, 2.41it/s, loss=0.0406, lr=0.0004]\na close-up painting in the style of <s1><s2>\nSteps: 35%|███▌ | 247/700 [01:42<03:07, 2.41it/s, loss=0.101, lr=0.0004] \nSteps: 35%|███▌ | 248/700 [01:43<03:07, 2.41it/s, loss=0.101, lr=0.0004]\nthe painting in the style of <s1><s2>\nSteps: 35%|███▌ | 248/700 [01:43<03:07, 2.41it/s, loss=0.0156, lr=0.0004]\nSteps: 36%|███▌ | 249/700 [01:43<03:07, 2.41it/s, loss=0.0156, lr=0.0004]\na clean painting in the style of <s1><s2>\nSteps: 36%|███▌ | 249/700 [01:43<03:07, 2.41it/s, loss=0.0304, lr=0.0004]\nSteps: 36%|███▌ | 250/700 [01:44<03:08, 2.39it/s, loss=0.0304, lr=0.0004]\na close-up painting in the style of <s1><s2>\nSteps: 36%|███▌ | 250/700 [01:44<03:08, 2.39it/s, loss=0.118, lr=0.0004] \nSteps: 36%|███▌ | 251/700 [01:44<03:07, 2.40it/s, loss=0.118, lr=0.0004]\na rendering in the style of <s1><s2>\nSteps: 36%|███▌ | 251/700 [01:44<03:07, 2.40it/s, loss=0.0362, lr=0.0004]\nSteps: 36%|███▌ | 252/700 [01:44<03:07, 2.39it/s, loss=0.0362, lr=0.0004]\na rendition in the style of <s1><s2>\nSteps: 36%|███▌ | 252/700 [01:44<03:07, 2.39it/s, loss=0.0338, lr=0.0004]\nSteps: 36%|███▌ | 253/700 [01:45<03:05, 2.41it/s, loss=0.0338, lr=0.0004]\na weird painting in the style of <s1><s2>\nSteps: 36%|███▌ | 253/700 [01:45<03:05, 2.41it/s, loss=0.228, lr=0.0004] \nSteps: 36%|███▋ | 254/700 [01:45<03:07, 2.39it/s, loss=0.228, lr=0.0004]\na dark painting in the style of <s1><s2>\nSteps: 36%|███▋ | 254/700 [01:45<03:07, 2.39it/s, loss=0.0336, lr=0.0004]\nSteps: 36%|███▋ | 255/700 [01:46<03:03, 2.42it/s, loss=0.0336, lr=0.0004]\na painting in the style of <s1><s2>\nSteps: 36%|███▋ | 255/700 [01:46<03:03, 2.42it/s, loss=0.0204, lr=0.0004]\nSteps: 37%|███▋ | 256/700 [01:46<03:02, 2.44it/s, loss=0.0204, lr=0.0004]\na picture in the style of <s1><s2>\nSteps: 37%|███▋ | 256/700 [01:46<03:02, 2.44it/s, loss=0.0187, lr=0.0004]\nSteps: 37%|███▋ | 257/700 [01:46<03:01, 2.43it/s, loss=0.0187, lr=0.0004]\na rendering in the style of <s1><s2>\nSteps: 37%|███▋ | 257/700 [01:46<03:01, 2.43it/s, loss=0.0657, lr=0.0004]\nSteps: 37%|███▋ | 258/700 [01:47<03:03, 2.41it/s, loss=0.0657, lr=0.0004]\na cropped painting in the style of <s1><s2>\nSteps: 37%|███▋ | 258/700 [01:47<03:03, 2.41it/s, loss=0.0175, lr=0.0004]\nSteps: 37%|███▋ | 259/700 [01:47<03:04, 2.39it/s, loss=0.0175, lr=0.0004]\na clean painting in the style of <s1><s2>\nSteps: 37%|███▋ | 259/700 [01:47<03:04, 2.39it/s, loss=0.12, lr=0.0004] \nSteps: 37%|███▋ | 260/700 [01:48<03:04, 2.38it/s, loss=0.12, lr=0.0004]\nthe painting in the style of <s1><s2>\nSteps: 37%|███▋ | 260/700 [01:48<03:04, 2.38it/s, loss=0.0111, lr=0.0004]\nSteps: 37%|███▋ | 261/700 [01:48<03:04, 2.38it/s, loss=0.0111, lr=0.0004]\na nice painting in the style of <s1><s2>\nSteps: 37%|███▋ | 261/700 [01:48<03:04, 2.38it/s, loss=0.0348, lr=0.0004]\nSteps: 37%|███▋ | 262/700 [01:49<03:02, 2.40it/s, loss=0.0348, lr=0.0004]\na painting in the style of <s1><s2>\nSteps: 37%|███▋ | 262/700 [01:49<03:02, 2.40it/s, loss=0.0338, lr=0.0004]\nSteps: 38%|███▊ | 263/700 [01:49<03:02, 2.40it/s, loss=0.0338, lr=0.0004]\na dark painting in the style of <s1><s2>\nSteps: 38%|███▊ | 263/700 [01:49<03:02, 2.40it/s, loss=0.0428, lr=0.0004]\nSteps: 38%|███▊ | 264/700 [01:49<03:02, 2.38it/s, loss=0.0428, lr=0.0004]\na nice painting in the style of <s1><s2>\nSteps: 38%|███▊ | 264/700 [01:49<03:02, 2.38it/s, loss=0.0176, lr=0.0004]\nSteps: 38%|███▊ | 265/700 [01:50<03:02, 2.38it/s, loss=0.0176, lr=0.0004]\na bright painting in the style of <s1><s2>\nSteps: 38%|███▊ | 265/700 [01:50<03:02, 2.38it/s, loss=0.0109, lr=0.0004]\nSteps: 38%|███▊ | 266/700 [01:50<03:01, 2.38it/s, loss=0.0109, lr=0.0004]\na picture in the style of <s1><s2>\nSteps: 38%|███▊ | 266/700 [01:50<03:01, 2.38it/s, loss=0.0547, lr=0.0004]\nSteps: 38%|███▊ | 267/700 [01:51<02:59, 2.41it/s, loss=0.0547, lr=0.0004]\na bright painting in the style of <s1><s2>\nSteps: 38%|███▊ | 267/700 [01:51<02:59, 2.41it/s, loss=0.0436, lr=0.0004]\nSteps: 38%|███▊ | 268/700 [01:51<02:58, 2.42it/s, loss=0.0436, lr=0.0004]\nthe painting in the style of <s1><s2>\nSteps: 38%|███▊ | 268/700 [01:51<02:58, 2.42it/s, loss=0.0536, lr=0.0004]\nSteps: 38%|███▊ | 269/700 [01:51<02:59, 2.41it/s, loss=0.0536, lr=0.0004]\nthe painting in the style of <s1><s2>\nSteps: 38%|███▊ | 269/700 [01:51<02:59, 2.41it/s, loss=0.0473, lr=0.0004]\nSteps: 39%|███▊ | 270/700 [01:52<02:59, 2.40it/s, loss=0.0473, lr=0.0004]\na cropped painting in the style of <s1><s2>\nSteps: 39%|███▊ | 270/700 [01:52<02:59, 2.40it/s, loss=0.0736, lr=0.0004]\nSteps: 39%|███▊ | 271/700 [01:52<02:58, 2.41it/s, loss=0.0736, lr=0.0004]\na dark painting in the style of <s1><s2>\nSteps: 39%|███▊ | 271/700 [01:52<02:58, 2.41it/s, loss=0.0348, lr=0.0004]\nSteps: 39%|███▉ | 272/700 [01:53<02:58, 2.40it/s, loss=0.0348, lr=0.0004]\na cropped painting in the style of <s1><s2>\nSteps: 39%|███▉ | 272/700 [01:53<02:58, 2.40it/s, loss=0.134, lr=0.0004] \nSteps: 39%|███▉ | 273/700 [01:53<02:58, 2.39it/s, loss=0.134, lr=0.0004]\na cool painting in the style of <s1><s2>\nSteps: 39%|███▉ | 273/700 [01:53<02:58, 2.39it/s, loss=0.0854, lr=0.0004]\nSteps: 39%|███▉ | 274/700 [01:54<02:58, 2.38it/s, loss=0.0854, lr=0.0004]\na dark painting in the style of <s1><s2>\nSteps: 39%|███▉ | 274/700 [01:54<02:58, 2.38it/s, loss=0.0555, lr=0.0004]\nSteps: 39%|███▉ | 275/700 [01:54<02:58, 2.38it/s, loss=0.0555, lr=0.0004]\na close-up painting in the style of <s1><s2>\nSteps: 39%|███▉ | 275/700 [01:54<02:58, 2.38it/s, loss=0.0448, lr=0.0004]\nSteps: 39%|███▉ | 276/700 [01:54<02:58, 2.37it/s, loss=0.0448, lr=0.0004]\na clean painting in the style of <s1><s2>\nSteps: 39%|███▉ | 276/700 [01:54<02:58, 2.37it/s, loss=0.0167, lr=0.0004]\nSteps: 40%|███▉ | 277/700 [01:55<02:56, 2.40it/s, loss=0.0167, lr=0.0004]\na clean painting in the style of <s1><s2>\nSteps: 40%|███▉ | 277/700 [01:55<02:56, 2.40it/s, loss=0.082, lr=0.0004] \nSteps: 40%|███▉ | 278/700 [01:55<02:54, 2.41it/s, loss=0.082, lr=0.0004]\na close-up painting in the style of <s1><s2>\nSteps: 40%|███▉ | 278/700 [01:55<02:54, 2.41it/s, loss=0.252, lr=0.0004]\nSteps: 40%|███▉ | 279/700 [01:56<02:55, 2.40it/s, loss=0.252, lr=0.0004]\na picture in the style of <s1><s2>\nSteps: 40%|███▉ | 279/700 [01:56<02:55, 2.40it/s, loss=0.0475, lr=0.0004]\nSteps: 40%|████ | 280/700 [01:56<02:53, 2.42it/s, loss=0.0475, lr=0.0004]\na painting in the style of <s1><s2>\nSteps: 40%|████ | 280/700 [01:56<02:53, 2.42it/s, loss=0.0507, lr=0.0004]\nSteps: 40%|████ | 281/700 [01:56<02:52, 2.43it/s, loss=0.0507, lr=0.0004]\nthe painting in the style of <s1><s2>\nSteps: 40%|████ | 281/700 [01:56<02:52, 2.43it/s, loss=0.225, lr=0.0004] \nSteps: 40%|████ | 282/700 [01:57<02:52, 2.42it/s, loss=0.225, lr=0.0004]\na dark painting in the style of <s1><s2>\nSteps: 40%|████ | 282/700 [01:57<02:52, 2.42it/s, loss=0.0162, lr=0.0004]\nSteps: 40%|████ | 283/700 [01:57<02:52, 2.41it/s, loss=0.0162, lr=0.0004]\na cool painting in the style of <s1><s2>\nSteps: 40%|████ | 283/700 [01:57<02:52, 2.41it/s, loss=0.0581, lr=0.0004]\nSteps: 41%|████ | 284/700 [01:58<02:51, 2.43it/s, loss=0.0581, lr=0.0004]\na small painting in the style of <s1><s2>\nSteps: 41%|████ | 284/700 [01:58<02:51, 2.43it/s, loss=0.111, lr=0.0004] \nSteps: 41%|████ | 285/700 [01:58<02:50, 2.44it/s, loss=0.111, lr=0.0004]\na nice painting in the style of <s1><s2>\nSteps: 41%|████ | 285/700 [01:58<02:50, 2.44it/s, loss=0.00822, lr=0.0004]\nSteps: 41%|████ | 286/700 [01:59<02:50, 2.43it/s, loss=0.00822, lr=0.0004]\na clean painting in the style of <s1><s2>\nSteps: 41%|████ | 286/700 [01:59<02:50, 2.43it/s, loss=0.0625, lr=0.0004] \nSteps: 41%|████ | 287/700 [01:59<02:48, 2.45it/s, loss=0.0625, lr=0.0004]\na large painting in the style of <s1><s2>\nSteps: 41%|████ | 287/700 [01:59<02:48, 2.45it/s, loss=0.0646, lr=0.0004]\nSteps: 41%|████ | 288/700 [01:59<02:48, 2.45it/s, loss=0.0646, lr=0.0004]\na painting in the style of <s1><s2>\nSteps: 41%|████ | 288/700 [01:59<02:48, 2.45it/s, loss=0.0373, lr=0.0004]\nSteps: 41%|████▏ | 289/700 [02:00<02:47, 2.45it/s, loss=0.0373, lr=0.0004]\na clean painting in the style of <s1><s2>\nSteps: 41%|████▏ | 289/700 [02:00<02:47, 2.45it/s, loss=0.0354, lr=0.0004]\nSteps: 41%|████▏ | 290/700 [02:00<02:48, 2.44it/s, loss=0.0354, lr=0.0004]\na bright painting in the style of <s1><s2>\nSteps: 41%|████▏ | 290/700 [02:00<02:48, 2.44it/s, loss=0.0677, lr=0.0004]\nSteps: 42%|████▏ | 291/700 [02:01<02:49, 2.42it/s, loss=0.0677, lr=0.0004]\na close-up painting in the style of <s1><s2>\nSteps: 42%|████▏ | 291/700 [02:01<02:49, 2.42it/s, loss=0.113, lr=0.0004] \nSteps: 42%|████▏ | 292/700 [02:01<02:49, 2.41it/s, loss=0.113, lr=0.0004]\na rendering in the style of <s1><s2>\nSteps: 42%|████▏ | 292/700 [02:01<02:49, 2.41it/s, loss=0.318, lr=0.0004]\nSteps: 42%|████▏ | 293/700 [02:01<02:49, 2.40it/s, loss=0.318, lr=0.0004]\na good painting in the style of <s1><s2>\nSteps: 42%|████▏ | 293/700 [02:01<02:49, 2.40it/s, loss=0.0307, lr=0.0004]\nSteps: 42%|████▏ | 294/700 [02:02<02:49, 2.39it/s, loss=0.0307, lr=0.0004]\na rendering in the style of <s1><s2>\nSteps: 42%|████▏ | 294/700 [02:02<02:49, 2.39it/s, loss=0.0634, lr=0.0004]\nSteps: 42%|████▏ | 295/700 [02:02<02:48, 2.40it/s, loss=0.0634, lr=0.0004]\na bright painting in the style of <s1><s2>\nSteps: 42%|████▏ | 295/700 [02:02<02:48, 2.40it/s, loss=0.113, lr=0.0004] \nSteps: 42%|████▏ | 296/700 [02:03<02:47, 2.41it/s, loss=0.113, lr=0.0004]\na nice painting in the style of <s1><s2>\nSteps: 42%|████▏ | 296/700 [02:03<02:47, 2.41it/s, loss=0.0184, lr=0.0004]\nSteps: 42%|████▏ | 297/700 [02:03<02:48, 2.40it/s, loss=0.0184, lr=0.0004]\na nice painting in the style of <s1><s2>\nSteps: 42%|████▏ | 297/700 [02:03<02:48, 2.40it/s, loss=0.0296, lr=0.0004]\nSteps: 43%|████▎ | 298/700 [02:03<02:46, 2.42it/s, loss=0.0296, lr=0.0004]\na painting in the style of <s1><s2>\nSteps: 43%|████▎ | 298/700 [02:03<02:46, 2.42it/s, loss=0.0165, lr=0.0004]\nSteps: 43%|████▎ | 299/700 [02:04<02:44, 2.44it/s, loss=0.0165, lr=0.0004]\nthe painting in the style of <s1><s2>\nSteps: 43%|████▎ | 299/700 [02:04<02:44, 2.44it/s, loss=0.0349, lr=0.0004]\nSteps: 43%|████▎ | 300/700 [02:04<02:44, 2.43it/s, loss=0.0349, lr=0.0004]\nCurrent Learned Embeddings for <s1>:, id 49408 tensor([ 0.0086, -0.0055, 0.0080, -0.0141], device='cuda:0')\nCurrent Learned Embeddings for <s2>:, id 49409 tensor([-6.5803e-03, 6.6746e-05, 6.9851e-03, 2.4674e-03], device='cuda:0')\nSaving weights to checkpoints/step_300.safetensors\nLORA Unet Moved 0.002274360042065382\nLORA CLIP Moved 0.0001400147011736408\na close-up painting in the style of <s1><s2>\nSteps: 43%|████▎ | 300/700 [02:04<02:44, 2.43it/s, loss=0.0208, lr=0.0004]\nSteps: 43%|████▎ | 301/700 [02:05<02:56, 2.26it/s, loss=0.0208, lr=0.0004]\na clean painting in the style of <s1><s2>\nSteps: 43%|████▎ | 301/700 [02:05<02:56, 2.26it/s, loss=0.0289, lr=0.0004]\nSteps: 43%|████▎ | 302/700 [02:05<02:53, 2.30it/s, loss=0.0289, lr=0.0004]\na small painting in the style of <s1><s2>\nSteps: 43%|████▎ | 302/700 [02:05<02:53, 2.30it/s, loss=0.0201, lr=0.0004]\nSteps: 43%|████▎ | 303/700 [02:06<02:49, 2.34it/s, loss=0.0201, lr=0.0004]\na cool painting in the style of <s1><s2>\nSteps: 43%|████▎ | 303/700 [02:06<02:49, 2.34it/s, loss=0.0318, lr=0.0004]\nSteps: 43%|████▎ | 304/700 [02:06<02:46, 2.37it/s, loss=0.0318, lr=0.0004]\na bright painting in the style of <s1><s2>\nSteps: 43%|████▎ | 304/700 [02:06<02:46, 2.37it/s, loss=0.0197, lr=0.0004]\nSteps: 44%|████▎ | 305/700 [02:06<02:44, 2.39it/s, loss=0.0197, lr=0.0004]\na rendering in the style of <s1><s2>\nSteps: 44%|████▎ | 305/700 [02:06<02:44, 2.39it/s, loss=0.0285, lr=0.0004]\nSteps: 44%|████▎ | 306/700 [02:07<02:44, 2.39it/s, loss=0.0285, lr=0.0004]\na cropped painting in the style of <s1><s2>\nSteps: 44%|████▎ | 306/700 [02:07<02:44, 2.39it/s, loss=0.093, lr=0.0004] \nSteps: 44%|████▍ | 307/700 [02:07<02:44, 2.39it/s, loss=0.093, lr=0.0004]\na nice painting in the style of <s1><s2>\nSteps: 44%|████▍ | 307/700 [02:07<02:44, 2.39it/s, loss=0.0449, lr=0.0004]\nSteps: 44%|████▍ | 308/700 [02:08<02:42, 2.42it/s, loss=0.0449, lr=0.0004]\na dirty painting in the style of <s1><s2>\nSteps: 44%|████▍ | 308/700 [02:08<02:42, 2.42it/s, loss=0.048, lr=0.0004] \nSteps: 44%|████▍ | 309/700 [02:08<02:41, 2.42it/s, loss=0.048, lr=0.0004]\nthe painting in the style of <s1><s2>\nSteps: 44%|████▍ | 309/700 [02:08<02:41, 2.42it/s, loss=0.0709, lr=0.0004]\nSteps: 44%|████▍ | 310/700 [02:09<02:41, 2.41it/s, loss=0.0709, lr=0.0004]\na cool painting in the style of <s1><s2>\nSteps: 44%|████▍ | 310/700 [02:09<02:41, 2.41it/s, loss=0.0945, lr=0.0004]\nSteps: 44%|████▍ | 311/700 [02:09<02:41, 2.40it/s, loss=0.0945, lr=0.0004]\nthe painting in the style of <s1><s2>\nSteps: 44%|████▍ | 311/700 [02:09<02:41, 2.40it/s, loss=0.07, lr=0.0004] \nSteps: 45%|████▍ | 312/700 [02:09<02:41, 2.40it/s, loss=0.07, lr=0.0004]\nthe painting in the style of <s1><s2>\nSteps: 45%|████▍ | 312/700 [02:09<02:41, 2.40it/s, loss=0.0195, lr=0.0004]\nSteps: 45%|████▍ | 313/700 [02:10<02:39, 2.42it/s, loss=0.0195, lr=0.0004]\na dark painting in the style of <s1><s2>\nSteps: 45%|████▍ | 313/700 [02:10<02:39, 2.42it/s, loss=0.0152, lr=0.0004]\nSteps: 45%|████▍ | 314/700 [02:10<02:39, 2.42it/s, loss=0.0152, lr=0.0004]\na close-up painting in the style of <s1><s2>\nSteps: 45%|████▍ | 314/700 [02:10<02:39, 2.42it/s, loss=0.0168, lr=0.0004]\nSteps: 45%|████▌ | 315/700 [02:11<02:39, 2.42it/s, loss=0.0168, lr=0.0004]\na cool painting in the style of <s1><s2>\nSteps: 45%|████▌ | 315/700 [02:11<02:39, 2.42it/s, loss=0.029, lr=0.0004] \nSteps: 45%|████▌ | 316/700 [02:11<02:37, 2.44it/s, loss=0.029, lr=0.0004]\na small painting in the style of <s1><s2>\nSteps: 45%|████▌ | 316/700 [02:11<02:37, 2.44it/s, loss=0.0909, lr=0.0004]\nSteps: 45%|████▌ | 317/700 [02:11<02:37, 2.43it/s, loss=0.0909, lr=0.0004]\na weird painting in the style of <s1><s2>\nSteps: 45%|████▌ | 317/700 [02:11<02:37, 2.43it/s, loss=0.0366, lr=0.0004]\nSteps: 45%|████▌ | 318/700 [02:12<02:36, 2.45it/s, loss=0.0366, lr=0.0004]\na small painting in the style of <s1><s2>\nSteps: 45%|████▌ | 318/700 [02:12<02:36, 2.45it/s, loss=0.152, lr=0.0004] \nSteps: 46%|████▌ | 319/700 [02:12<02:36, 2.44it/s, loss=0.152, lr=0.0004]\na rendition in the style of <s1><s2>\nSteps: 46%|████▌ | 319/700 [02:12<02:36, 2.44it/s, loss=0.03, lr=0.0004] \nSteps: 46%|████▌ | 320/700 [02:13<02:36, 2.43it/s, loss=0.03, lr=0.0004]\na weird painting in the style of <s1><s2>\nSteps: 46%|████▌ | 320/700 [02:13<02:36, 2.43it/s, loss=0.152, lr=0.0004]\nSteps: 46%|████▌ | 321/700 [02:13<02:34, 2.46it/s, loss=0.152, lr=0.0004]\na large painting in the style of <s1><s2>\nSteps: 46%|████▌ | 321/700 [02:13<02:34, 2.46it/s, loss=0.0552, lr=0.0004]\nSteps: 46%|████▌ | 322/700 [02:13<02:33, 2.46it/s, loss=0.0552, lr=0.0004]\na cool painting in the style of <s1><s2>\nSteps: 46%|████▌ | 322/700 [02:13<02:33, 2.46it/s, loss=0.0163, lr=0.0004]\nSteps: 46%|████▌ | 323/700 [02:14<02:32, 2.47it/s, loss=0.0163, lr=0.0004]\nthe painting in the style of <s1><s2>\nSteps: 46%|████▌ | 323/700 [02:14<02:32, 2.47it/s, loss=0.0252, lr=0.0004]\nSteps: 46%|████▋ | 324/700 [02:14<02:32, 2.47it/s, loss=0.0252, lr=0.0004]\na painting in the style of <s1><s2>\nSteps: 46%|████▋ | 324/700 [02:14<02:32, 2.47it/s, loss=0.0903, lr=0.0004]\nSteps: 46%|████▋ | 325/700 [02:15<02:33, 2.44it/s, loss=0.0903, lr=0.0004]\na painting in the style of <s1><s2>\nSteps: 46%|████▋ | 325/700 [02:15<02:33, 2.44it/s, loss=0.0168, lr=0.0004]\nSteps: 47%|████▋ | 326/700 [02:15<02:33, 2.44it/s, loss=0.0168, lr=0.0004]\na cropped painting in the style of <s1><s2>\nSteps: 47%|████▋ | 326/700 [02:15<02:33, 2.44it/s, loss=0.144, lr=0.0004] \nSteps: 47%|████▋ | 327/700 [02:16<02:33, 2.44it/s, loss=0.144, lr=0.0004]\na picture in the style of <s1><s2>\nSteps: 47%|████▋ | 327/700 [02:16<02:33, 2.44it/s, loss=0.0451, lr=0.0004]\nSteps: 47%|████▋ | 328/700 [02:16<02:33, 2.43it/s, loss=0.0451, lr=0.0004]\na clean painting in the style of <s1><s2>\nSteps: 47%|████▋ | 328/700 [02:16<02:33, 2.43it/s, loss=0.0153, lr=0.0004]\nSteps: 47%|████▋ | 329/700 [02:16<02:34, 2.40it/s, loss=0.0153, lr=0.0004]\na dirty painting in the style of <s1><s2>\nSteps: 47%|████▋ | 329/700 [02:16<02:34, 2.40it/s, loss=0.0477, lr=0.0004]\nSteps: 47%|████▋ | 330/700 [02:17<02:32, 2.42it/s, loss=0.0477, lr=0.0004]\na close-up painting in the style of <s1><s2>\nSteps: 47%|████▋ | 330/700 [02:17<02:32, 2.42it/s, loss=0.188, lr=0.0004] \nSteps: 47%|████▋ | 331/700 [02:17<02:32, 2.43it/s, loss=0.188, lr=0.0004]\na good painting in the style of <s1><s2>\nSteps: 47%|████▋ | 331/700 [02:17<02:32, 2.43it/s, loss=0.011, lr=0.0004]\nSteps: 47%|████▋ | 332/700 [02:18<02:32, 2.42it/s, loss=0.011, lr=0.0004]\na rendering in the style of <s1><s2>\nSteps: 47%|████▋ | 332/700 [02:18<02:32, 2.42it/s, loss=0.0752, lr=0.0004]\nSteps: 48%|████▊ | 333/700 [02:18<02:32, 2.41it/s, loss=0.0752, lr=0.0004]\na small painting in the style of <s1><s2>\nSteps: 48%|████▊ | 333/700 [02:18<02:32, 2.41it/s, loss=0.0475, lr=0.0004]\nSteps: 48%|████▊ | 334/700 [02:18<02:31, 2.41it/s, loss=0.0475, lr=0.0004]\na painting in the style of <s1><s2>\nSteps: 48%|████▊ | 334/700 [02:18<02:31, 2.41it/s, loss=0.0564, lr=0.0004]\nSteps: 48%|████▊ | 335/700 [02:19<02:30, 2.42it/s, loss=0.0564, lr=0.0004]\na bright painting in the style of <s1><s2>\nSteps: 48%|████▊ | 335/700 [02:19<02:30, 2.42it/s, loss=0.0475, lr=0.0004]\nSteps: 48%|████▊ | 336/700 [02:19<02:30, 2.42it/s, loss=0.0475, lr=0.0004]\na cool painting in the style of <s1><s2>\nSteps: 48%|████▊ | 336/700 [02:19<02:30, 2.42it/s, loss=0.0145, lr=0.0004]\nSteps: 48%|████▊ | 337/700 [02:20<02:29, 2.43it/s, loss=0.0145, lr=0.0004]\na close-up painting in the style of <s1><s2>\nSteps: 48%|████▊ | 337/700 [02:20<02:29, 2.43it/s, loss=0.065, lr=0.0004] \nSteps: 48%|████▊ | 338/700 [02:20<02:29, 2.42it/s, loss=0.065, lr=0.0004]\na small painting in the style of <s1><s2>\nSteps: 48%|████▊ | 338/700 [02:20<02:29, 2.42it/s, loss=0.116, lr=0.0004]\nSteps: 48%|████▊ | 339/700 [02:20<02:28, 2.43it/s, loss=0.116, lr=0.0004]\na rendering in the style of <s1><s2>\nSteps: 48%|████▊ | 339/700 [02:20<02:28, 2.43it/s, loss=0.0815, lr=0.0004]\nSteps: 49%|████▊ | 340/700 [02:21<02:26, 2.46it/s, loss=0.0815, lr=0.0004]\na rendering in the style of <s1><s2>\nSteps: 49%|████▊ | 340/700 [02:21<02:26, 2.46it/s, loss=0.0279, lr=0.0004]\nSteps: 49%|████▊ | 341/700 [02:21<02:25, 2.46it/s, loss=0.0279, lr=0.0004]\na cropped painting in the style of <s1><s2>\nSteps: 49%|████▊ | 341/700 [02:21<02:25, 2.46it/s, loss=0.0568, lr=0.0004]\nSteps: 49%|████▉ | 342/700 [02:22<02:26, 2.45it/s, loss=0.0568, lr=0.0004]\na cropped painting in the style of <s1><s2>\nSteps: 49%|████▉ | 342/700 [02:22<02:26, 2.45it/s, loss=0.0894, lr=0.0004]\nSteps: 49%|████▉ | 343/700 [02:22<02:25, 2.46it/s, loss=0.0894, lr=0.0004]\na close-up painting in the style of <s1><s2>\nSteps: 49%|████▉ | 343/700 [02:22<02:25, 2.46it/s, loss=0.0197, lr=0.0004]\nSteps: 49%|████▉ | 344/700 [02:23<02:25, 2.44it/s, loss=0.0197, lr=0.0004]\na dark painting in the style of <s1><s2>\nSteps: 49%|████▉ | 344/700 [02:23<02:25, 2.44it/s, loss=0.0512, lr=0.0004]\nSteps: 49%|████▉ | 345/700 [02:23<02:24, 2.45it/s, loss=0.0512, lr=0.0004]\na cool painting in the style of <s1><s2>\nSteps: 49%|████▉ | 345/700 [02:23<02:24, 2.45it/s, loss=0.0202, lr=0.0004]\nSteps: 49%|████▉ | 346/700 [02:23<02:24, 2.44it/s, loss=0.0202, lr=0.0004]\na nice painting in the style of <s1><s2>\nSteps: 49%|████▉ | 346/700 [02:23<02:24, 2.44it/s, loss=0.0598, lr=0.0004]\nSteps: 50%|████▉ | 347/700 [02:24<02:24, 2.44it/s, loss=0.0598, lr=0.0004]\na cropped painting in the style of <s1><s2>\nSteps: 50%|████▉ | 347/700 [02:24<02:24, 2.44it/s, loss=0.0159, lr=0.0004]\nSteps: 50%|████▉ | 348/700 [02:24<02:25, 2.42it/s, loss=0.0159, lr=0.0004]\na cool painting in the style of <s1><s2>\nSteps: 50%|████▉ | 348/700 [02:24<02:25, 2.42it/s, loss=0.0507, lr=0.0004]\nSteps: 50%|████▉ | 349/700 [02:25<02:26, 2.40it/s, loss=0.0507, lr=0.0004]\na dark painting in the style of <s1><s2>\nSteps: 50%|████▉ | 349/700 [02:25<02:26, 2.40it/s, loss=0.0311, lr=0.0004]\nSteps: 50%|█████ | 350/700 [02:25<02:25, 2.41it/s, loss=0.0311, lr=0.0004]\na picture in the style of <s1><s2>\nSteps: 50%|█████ | 350/700 [02:25<02:25, 2.41it/s, loss=0.012, lr=0.0004] \nSteps: 50%|█████ | 351/700 [02:25<02:23, 2.43it/s, loss=0.012, lr=0.0004]\na good painting in the style of <s1><s2>\nSteps: 50%|█████ | 351/700 [02:25<02:23, 2.43it/s, loss=0.0284, lr=0.0004]\nSteps: 50%|█████ | 352/700 [02:26<02:23, 2.43it/s, loss=0.0284, lr=0.0004]\na rendering in the style of <s1><s2>\nSteps: 50%|█████ | 352/700 [02:26<02:23, 2.43it/s, loss=0.108, lr=0.0004] \nSteps: 50%|█████ | 353/700 [02:26<02:23, 2.42it/s, loss=0.108, lr=0.0004]\na close-up painting in the style of <s1><s2>\nSteps: 50%|█████ | 353/700 [02:26<02:23, 2.42it/s, loss=0.0362, lr=0.0004]\nSteps: 51%|█████ | 354/700 [02:27<02:21, 2.44it/s, loss=0.0362, lr=0.0004]\na picture in the style of <s1><s2>\nSteps: 51%|█████ | 354/700 [02:27<02:21, 2.44it/s, loss=0.0203, lr=0.0004]\nSteps: 51%|█████ | 355/700 [02:27<02:22, 2.43it/s, loss=0.0203, lr=0.0004]\na good painting in the style of <s1><s2>\nSteps: 51%|█████ | 355/700 [02:27<02:22, 2.43it/s, loss=0.0565, lr=0.0004]\nSteps: 51%|█████ | 356/700 [02:27<02:22, 2.42it/s, loss=0.0565, lr=0.0004]\na weird painting in the style of <s1><s2>\nSteps: 51%|█████ | 356/700 [02:27<02:22, 2.42it/s, loss=0.0354, lr=0.0004]\nSteps: 51%|█████ | 357/700 [02:28<02:21, 2.43it/s, loss=0.0354, lr=0.0004]\na cropped painting in the style of <s1><s2>\nSteps: 51%|█████ | 357/700 [02:28<02:21, 2.43it/s, loss=0.0466, lr=0.0004]\nSteps: 51%|█████ | 358/700 [02:28<02:20, 2.43it/s, loss=0.0466, lr=0.0004]\na rendering in the style of <s1><s2>\nSteps: 51%|█████ | 358/700 [02:28<02:20, 2.43it/s, loss=0.0294, lr=0.0004]\nSteps: 51%|█████▏ | 359/700 [02:29<02:20, 2.42it/s, loss=0.0294, lr=0.0004]\nthe painting in the style of <s1><s2>\nSteps: 51%|█████▏ | 359/700 [02:29<02:20, 2.42it/s, loss=0.0497, lr=0.0004]\nSteps: 51%|█████▏ | 360/700 [02:29<02:20, 2.42it/s, loss=0.0497, lr=0.0004]\na small painting in the style of <s1><s2>\nSteps: 51%|█████▏ | 360/700 [02:29<02:20, 2.42it/s, loss=0.0657, lr=0.0004]\nSteps: 52%|█████▏ | 361/700 [02:30<02:20, 2.42it/s, loss=0.0657, lr=0.0004]\nthe painting in the style of <s1><s2>\nSteps: 52%|█████▏ | 361/700 [02:30<02:20, 2.42it/s, loss=0.0109, lr=0.0004]\nSteps: 52%|█████▏ | 362/700 [02:30<02:20, 2.41it/s, loss=0.0109, lr=0.0004]\na close-up painting in the style of <s1><s2>\nSteps: 52%|█████▏ | 362/700 [02:30<02:20, 2.41it/s, loss=0.0117, lr=0.0004]\nSteps: 52%|█████▏ | 363/700 [02:30<02:18, 2.43it/s, loss=0.0117, lr=0.0004]\na small painting in the style of <s1><s2>\nSteps: 52%|█████▏ | 363/700 [02:30<02:18, 2.43it/s, loss=0.153, lr=0.0004] \nSteps: 52%|█████▏ | 364/700 [02:31<02:18, 2.43it/s, loss=0.153, lr=0.0004]\na weird painting in the style of <s1><s2>\nSteps: 52%|█████▏ | 364/700 [02:31<02:18, 2.43it/s, loss=0.0416, lr=0.0004]\nSteps: 52%|█████▏ | 365/700 [02:31<02:17, 2.43it/s, loss=0.0416, lr=0.0004]\na rendition in the style of <s1><s2>\nSteps: 52%|█████▏ | 365/700 [02:31<02:17, 2.43it/s, loss=0.19, lr=0.0004] \nSteps: 52%|█████▏ | 366/700 [02:32<02:17, 2.43it/s, loss=0.19, lr=0.0004]\na cropped painting in the style of <s1><s2>\nSteps: 52%|█████▏ | 366/700 [02:32<02:17, 2.43it/s, loss=0.0438, lr=0.0004]\nSteps: 52%|█████▏ | 367/700 [02:32<02:16, 2.44it/s, loss=0.0438, lr=0.0004]\na cropped painting in the style of <s1><s2>\nSteps: 52%|█████▏ | 367/700 [02:32<02:16, 2.44it/s, loss=0.0705, lr=0.0004]\nSteps: 53%|█████▎ | 368/700 [02:32<02:16, 2.42it/s, loss=0.0705, lr=0.0004]\na picture in the style of <s1><s2>\nSteps: 53%|█████▎ | 368/700 [02:32<02:16, 2.42it/s, loss=0.349, lr=0.0004] \nSteps: 53%|█████▎ | 369/700 [02:33<02:16, 2.43it/s, loss=0.349, lr=0.0004]\na picture in the style of <s1><s2>\nSteps: 53%|█████▎ | 369/700 [02:33<02:16, 2.43it/s, loss=0.0201, lr=0.0004]\nSteps: 53%|█████▎ | 370/700 [02:33<02:17, 2.39it/s, loss=0.0201, lr=0.0004]\na dark painting in the style of <s1><s2>\nSteps: 53%|█████▎ | 370/700 [02:33<02:17, 2.39it/s, loss=0.116, lr=0.0004] \nSteps: 53%|█████▎ | 371/700 [02:34<02:17, 2.40it/s, loss=0.116, lr=0.0004]\na rendering in the style of <s1><s2>\nSteps: 53%|█████▎ | 371/700 [02:34<02:17, 2.40it/s, loss=0.0282, lr=0.0004]\nSteps: 53%|█████▎ | 372/700 [02:34<02:15, 2.43it/s, loss=0.0282, lr=0.0004]\na cool painting in the style of <s1><s2>\nSteps: 53%|█████▎ | 372/700 [02:34<02:15, 2.43it/s, loss=0.281, lr=0.0004] \nSteps: 53%|█████▎ | 373/700 [02:34<02:15, 2.41it/s, loss=0.281, lr=0.0004]\na picture in the style of <s1><s2>\nSteps: 53%|█████▎ | 373/700 [02:34<02:15, 2.41it/s, loss=0.0761, lr=0.0004]\nSteps: 53%|█████▎ | 374/700 [02:35<02:13, 2.43it/s, loss=0.0761, lr=0.0004]\na weird painting in the style of <s1><s2>\nSteps: 53%|█████▎ | 374/700 [02:35<02:13, 2.43it/s, loss=0.11, lr=0.0004] \nSteps: 54%|█████▎ | 375/700 [02:35<02:12, 2.45it/s, loss=0.11, lr=0.0004]\na clean painting in the style of <s1><s2>\nSteps: 54%|█████▎ | 375/700 [02:35<02:12, 2.45it/s, loss=0.0885, lr=0.0004]\nSteps: 54%|█████▎ | 376/700 [02:36<02:13, 2.43it/s, loss=0.0885, lr=0.0004]\na painting in the style of <s1><s2>\nSteps: 54%|█████▎ | 376/700 [02:36<02:13, 2.43it/s, loss=0.0699, lr=0.0004]\nSteps: 54%|█████▍ | 377/700 [02:36<02:12, 2.44it/s, loss=0.0699, lr=0.0004]\na dirty painting in the style of <s1><s2>\nSteps: 54%|█████▍ | 377/700 [02:36<02:12, 2.44it/s, loss=0.0163, lr=0.0004]\nSteps: 54%|█████▍ | 378/700 [02:37<02:12, 2.43it/s, loss=0.0163, lr=0.0004]\na large painting in the style of <s1><s2>\nSteps: 54%|█████▍ | 378/700 [02:37<02:12, 2.43it/s, loss=0.103, lr=0.0004] \nSteps: 54%|█████▍ | 379/700 [02:37<02:12, 2.43it/s, loss=0.103, lr=0.0004]\na dirty painting in the style of <s1><s2>\nSteps: 54%|█████▍ | 379/700 [02:37<02:12, 2.43it/s, loss=0.153, lr=0.0004]\nSteps: 54%|█████▍ | 380/700 [02:37<02:12, 2.42it/s, loss=0.153, lr=0.0004]\na cropped painting in the style of <s1><s2>\nSteps: 54%|█████▍ | 380/700 [02:37<02:12, 2.42it/s, loss=0.0503, lr=0.0004]\nSteps: 54%|█████▍ | 381/700 [02:38<02:11, 2.43it/s, loss=0.0503, lr=0.0004]\na cropped painting in the style of <s1><s2>\nSteps: 54%|█████▍ | 381/700 [02:38<02:11, 2.43it/s, loss=0.0394, lr=0.0004]\nSteps: 55%|█████▍ | 382/700 [02:38<02:10, 2.45it/s, loss=0.0394, lr=0.0004]\na good painting in the style of <s1><s2>\nSteps: 55%|█████▍ | 382/700 [02:38<02:10, 2.45it/s, loss=0.0753, lr=0.0004]\nSteps: 55%|█████▍ | 383/700 [02:39<02:09, 2.44it/s, loss=0.0753, lr=0.0004]\na close-up painting in the style of <s1><s2>\nSteps: 55%|█████▍ | 383/700 [02:39<02:09, 2.44it/s, loss=0.22, lr=0.0004] \nSteps: 55%|█████▍ | 384/700 [02:39<02:10, 2.43it/s, loss=0.22, lr=0.0004]\nthe painting in the style of <s1><s2>\nSteps: 55%|█████▍ | 384/700 [02:39<02:10, 2.43it/s, loss=0.0375, lr=0.0004]\nSteps: 55%|█████▌ | 385/700 [02:39<02:10, 2.42it/s, loss=0.0375, lr=0.0004]\na nice painting in the style of <s1><s2>\nSteps: 55%|█████▌ | 385/700 [02:39<02:10, 2.42it/s, loss=0.0476, lr=0.0004]\nSteps: 55%|█████▌ | 386/700 [02:40<02:09, 2.42it/s, loss=0.0476, lr=0.0004]\na rendering in the style of <s1><s2>\nSteps: 55%|█████▌ | 386/700 [02:40<02:09, 2.42it/s, loss=0.0811, lr=0.0004]\nSteps: 55%|█████▌ | 387/700 [02:40<02:09, 2.41it/s, loss=0.0811, lr=0.0004]\na good painting in the style of <s1><s2>\nSteps: 55%|█████▌ | 387/700 [02:40<02:09, 2.41it/s, loss=0.0118, lr=0.0004]\nSteps: 55%|█████▌ | 388/700 [02:41<02:08, 2.42it/s, loss=0.0118, lr=0.0004]\na cool painting in the style of <s1><s2>\nSteps: 55%|█████▌ | 388/700 [02:41<02:08, 2.42it/s, loss=0.0359, lr=0.0004]\nSteps: 56%|█████▌ | 389/700 [02:41<02:11, 2.37it/s, loss=0.0359, lr=0.0004]\na clean painting in the style of <s1><s2>\nSteps: 56%|█████▌ | 389/700 [02:41<02:11, 2.37it/s, loss=0.0492, lr=0.0004]\nSteps: 56%|█████▌ | 390/700 [02:42<02:10, 2.37it/s, loss=0.0492, lr=0.0004]\na picture in the style of <s1><s2>\nSteps: 56%|█████▌ | 390/700 [02:42<02:10, 2.37it/s, loss=0.0463, lr=0.0004]\nSteps: 56%|█████▌ | 391/700 [02:42<02:08, 2.40it/s, loss=0.0463, lr=0.0004]\na rendering in the style of <s1><s2>\nSteps: 56%|█████▌ | 391/700 [02:42<02:08, 2.40it/s, loss=0.321, lr=0.0004] \nSteps: 56%|█████▌ | 392/700 [02:42<02:07, 2.41it/s, loss=0.321, lr=0.0004]\na close-up painting in the style of <s1><s2>\nSteps: 56%|█████▌ | 392/700 [02:42<02:07, 2.41it/s, loss=0.017, lr=0.0004]\nSteps: 56%|█████▌ | 393/700 [02:43<02:08, 2.40it/s, loss=0.017, lr=0.0004]\na small painting in the style of <s1><s2>\nSteps: 56%|█████▌ | 393/700 [02:43<02:08, 2.40it/s, loss=0.02, lr=0.0004] \nSteps: 56%|█████▋ | 394/700 [02:43<02:07, 2.39it/s, loss=0.02, lr=0.0004]\na rendition in the style of <s1><s2>\nSteps: 56%|█████▋ | 394/700 [02:43<02:07, 2.39it/s, loss=0.0423, lr=0.0004]\nSteps: 56%|█████▋ | 395/700 [02:44<02:07, 2.39it/s, loss=0.0423, lr=0.0004]\na close-up painting in the style of <s1><s2>\nSteps: 56%|█████▋ | 395/700 [02:44<02:07, 2.39it/s, loss=0.0209, lr=0.0004]\nSteps: 57%|█████▋ | 396/700 [02:44<02:07, 2.38it/s, loss=0.0209, lr=0.0004]\na dirty painting in the style of <s1><s2>\nSteps: 57%|█████▋ | 396/700 [02:44<02:07, 2.38it/s, loss=0.0235, lr=0.0004]\nSteps: 57%|█████▋ | 397/700 [02:44<02:07, 2.38it/s, loss=0.0235, lr=0.0004]\na dirty painting in the style of <s1><s2>\nSteps: 57%|█████▋ | 397/700 [02:44<02:07, 2.38it/s, loss=0.0578, lr=0.0004]\nSteps: 57%|█████▋ | 398/700 [02:45<02:08, 2.36it/s, loss=0.0578, lr=0.0004]\na close-up painting in the style of <s1><s2>\nSteps: 57%|█████▋ | 398/700 [02:45<02:08, 2.36it/s, loss=0.0436, lr=0.0004]\nSteps: 57%|█████▋ | 399/700 [02:45<02:08, 2.34it/s, loss=0.0436, lr=0.0004]\na good painting in the style of <s1><s2>\nSteps: 57%|█████▋ | 399/700 [02:45<02:08, 2.34it/s, loss=0.0576, lr=0.0004]\nSteps: 57%|█████▋ | 400/700 [02:46<02:08, 2.34it/s, loss=0.0576, lr=0.0004]\nCurrent Learned Embeddings for <s1>:, id 49408 tensor([ 0.0086, -0.0055, 0.0080, -0.0141], device='cuda:0')\nCurrent Learned Embeddings for <s2>:, id 49409 tensor([-6.5803e-03, 6.6746e-05, 6.9851e-03, 2.4674e-03], device='cuda:0')\nSaving weights to checkpoints/step_400.safetensors\nLORA Unet Moved 0.0025785251054912806\nLORA CLIP Moved 0.0001599749957676977\na painting in the style of <s1><s2>\nSteps: 57%|█████▋ | 400/700 [02:46<02:08, 2.34it/s, loss=0.091, lr=0.0004] \nSteps: 57%|█████▋ | 401/700 [02:46<02:16, 2.20it/s, loss=0.091, lr=0.0004]\na clean painting in the style of <s1><s2>\nSteps: 57%|█████▋ | 401/700 [02:46<02:16, 2.20it/s, loss=0.0775, lr=0.0004]\nSteps: 57%|█████▋ | 402/700 [02:47<02:12, 2.24it/s, loss=0.0775, lr=0.0004]\na dark painting in the style of <s1><s2>\nSteps: 57%|█████▋ | 402/700 [02:47<02:12, 2.24it/s, loss=0.0191, lr=0.0004]\nSteps: 58%|█████▊ | 403/700 [02:47<02:09, 2.29it/s, loss=0.0191, lr=0.0004]\na nice painting in the style of <s1><s2>\nSteps: 58%|█████▊ | 403/700 [02:47<02:09, 2.29it/s, loss=0.014, lr=0.0004] \nSteps: 58%|█████▊ | 404/700 [02:48<02:08, 2.31it/s, loss=0.014, lr=0.0004]\na large painting in the style of <s1><s2>\nSteps: 58%|█████▊ | 404/700 [02:48<02:08, 2.31it/s, loss=0.0546, lr=0.0004]\nSteps: 58%|█████▊ | 405/700 [02:48<02:06, 2.32it/s, loss=0.0546, lr=0.0004]\na cool painting in the style of <s1><s2>\nSteps: 58%|█████▊ | 405/700 [02:48<02:06, 2.32it/s, loss=0.0146, lr=0.0004]\nSteps: 58%|█████▊ | 406/700 [02:48<02:06, 2.32it/s, loss=0.0146, lr=0.0004]\na large painting in the style of <s1><s2>\nSteps: 58%|█████▊ | 406/700 [02:48<02:06, 2.32it/s, loss=0.194, lr=0.0004] \nSteps: 58%|█████▊ | 407/700 [02:49<02:06, 2.32it/s, loss=0.194, lr=0.0004]\na painting in the style of <s1><s2>\nSteps: 58%|█████▊ | 407/700 [02:49<02:06, 2.32it/s, loss=0.134, lr=0.0004]\nSteps: 58%|█████▊ | 408/700 [02:49<02:06, 2.32it/s, loss=0.134, lr=0.0004]\na rendition in the style of <s1><s2>\nSteps: 58%|█████▊ | 408/700 [02:49<02:06, 2.32it/s, loss=0.0168, lr=0.0004]\nSteps: 58%|█████▊ | 409/700 [02:50<02:05, 2.32it/s, loss=0.0168, lr=0.0004]\na large painting in the style of <s1><s2>\nSteps: 58%|█████▊ | 409/700 [02:50<02:05, 2.32it/s, loss=0.0253, lr=0.0004]\nSteps: 59%|█████▊ | 410/700 [02:50<02:03, 2.35it/s, loss=0.0253, lr=0.0004]\na rendition in the style of <s1><s2>\nSteps: 59%|█████▊ | 410/700 [02:50<02:03, 2.35it/s, loss=0.0205, lr=0.0004]\nSteps: 59%|█████▊ | 411/700 [02:50<02:02, 2.36it/s, loss=0.0205, lr=0.0004]\nthe painting in the style of <s1><s2>\nSteps: 59%|█████▊ | 411/700 [02:50<02:02, 2.36it/s, loss=0.0136, lr=0.0004]\nSteps: 59%|█████▉ | 412/700 [02:51<02:01, 2.36it/s, loss=0.0136, lr=0.0004]\na picture in the style of <s1><s2>\nSteps: 59%|█████▉ | 412/700 [02:51<02:01, 2.36it/s, loss=0.0765, lr=0.0004]\nSteps: 59%|█████▉ | 413/700 [02:51<02:02, 2.35it/s, loss=0.0765, lr=0.0004]\na clean painting in the style of <s1><s2>\nSteps: 59%|█████▉ | 413/700 [02:51<02:02, 2.35it/s, loss=0.06, lr=0.0004] \nSteps: 59%|█████▉ | 414/700 [02:52<02:00, 2.38it/s, loss=0.06, lr=0.0004]\na picture in the style of <s1><s2>\nSteps: 59%|█████▉ | 414/700 [02:52<02:00, 2.38it/s, loss=0.0381, lr=0.0004]\nSteps: 59%|█████▉ | 415/700 [02:52<01:58, 2.40it/s, loss=0.0381, lr=0.0004]\na cool painting in the style of <s1><s2>\nSteps: 59%|█████▉ | 415/700 [02:52<01:58, 2.40it/s, loss=0.0414, lr=0.0004]\nSteps: 59%|█████▉ | 416/700 [02:53<01:59, 2.38it/s, loss=0.0414, lr=0.0004]\na cropped painting in the style of <s1><s2>\nSteps: 59%|█████▉ | 416/700 [02:53<01:59, 2.38it/s, loss=0.0801, lr=0.0004]\nSteps: 60%|█████▉ | 417/700 [02:53<01:58, 2.39it/s, loss=0.0801, lr=0.0004]\na nice painting in the style of <s1><s2>\nSteps: 60%|█████▉ | 417/700 [02:53<01:58, 2.39it/s, loss=0.0423, lr=0.0004]\nSteps: 60%|█████▉ | 418/700 [02:53<01:58, 2.38it/s, loss=0.0423, lr=0.0004]\na dirty painting in the style of <s1><s2>\nSteps: 60%|█████▉ | 418/700 [02:53<01:58, 2.38it/s, loss=0.0624, lr=0.0004]\nSteps: 60%|█████▉ | 419/700 [02:54<01:56, 2.40it/s, loss=0.0624, lr=0.0004]\na painting in the style of <s1><s2>\nSteps: 60%|█████▉ | 419/700 [02:54<01:56, 2.40it/s, loss=0.0189, lr=0.0004]\nSteps: 60%|██████ | 420/700 [02:54<01:57, 2.39it/s, loss=0.0189, lr=0.0004]\na cool painting in the style of <s1><s2>\nSteps: 60%|██████ | 420/700 [02:54<01:57, 2.39it/s, loss=0.0572, lr=0.0004]\nSteps: 60%|██████ | 421/700 [02:55<01:56, 2.40it/s, loss=0.0572, lr=0.0004]\na painting in the style of <s1><s2>\nSteps: 60%|██████ | 421/700 [02:55<01:56, 2.40it/s, loss=0.0225, lr=0.0004]\nSteps: 60%|██████ | 422/700 [02:55<01:56, 2.39it/s, loss=0.0225, lr=0.0004]\na small painting in the style of <s1><s2>\nSteps: 60%|██████ | 422/700 [02:55<01:56, 2.39it/s, loss=0.0374, lr=0.0004]\nSteps: 60%|██████ | 423/700 [02:56<01:56, 2.38it/s, loss=0.0374, lr=0.0004]\na rendition in the style of <s1><s2>\nSteps: 60%|██████ | 423/700 [02:56<01:56, 2.38it/s, loss=0.291, lr=0.0004] \nSteps: 61%|██████ | 424/700 [02:56<01:54, 2.42it/s, loss=0.291, lr=0.0004]\na cool painting in the style of <s1><s2>\nSteps: 61%|██████ | 424/700 [02:56<01:54, 2.42it/s, loss=0.134, lr=0.0004]\nSteps: 61%|██████ | 425/700 [02:56<01:53, 2.43it/s, loss=0.134, lr=0.0004]\na dark painting in the style of <s1><s2>\nSteps: 61%|██████ | 425/700 [02:56<01:53, 2.43it/s, loss=0.0679, lr=0.0004]\nSteps: 61%|██████ | 426/700 [02:57<01:53, 2.41it/s, loss=0.0679, lr=0.0004]\na dirty painting in the style of <s1><s2>\nSteps: 61%|██████ | 426/700 [02:57<01:53, 2.41it/s, loss=0.121, lr=0.0004] \nSteps: 61%|██████ | 427/700 [02:57<01:53, 2.41it/s, loss=0.121, lr=0.0004]\na rendering in the style of <s1><s2>\nSteps: 61%|██████ | 427/700 [02:57<01:53, 2.41it/s, loss=0.16, lr=0.0004] \nSteps: 61%|██████ | 428/700 [02:58<01:53, 2.39it/s, loss=0.16, lr=0.0004]\na dirty painting in the style of <s1><s2>\nSteps: 61%|██████ | 428/700 [02:58<01:53, 2.39it/s, loss=0.069, lr=0.0004]\nSteps: 61%|██████▏ | 429/700 [02:58<01:53, 2.39it/s, loss=0.069, lr=0.0004]\na cropped painting in the style of <s1><s2>\nSteps: 61%|██████▏ | 429/700 [02:58<01:53, 2.39it/s, loss=0.128, lr=0.0004]\nSteps: 61%|██████▏ | 430/700 [02:58<01:51, 2.41it/s, loss=0.128, lr=0.0004]\na rendition in the style of <s1><s2>\nSteps: 61%|██████▏ | 430/700 [02:58<01:51, 2.41it/s, loss=0.135, lr=0.0004]\nSteps: 62%|██████▏ | 431/700 [02:59<01:51, 2.42it/s, loss=0.135, lr=0.0004]\na close-up painting in the style of <s1><s2>\nSteps: 62%|██████▏ | 431/700 [02:59<01:51, 2.42it/s, loss=0.0445, lr=0.0004]\nSteps: 62%|██████▏ | 432/700 [02:59<01:50, 2.43it/s, loss=0.0445, lr=0.0004]\na large painting in the style of <s1><s2>\nSteps: 62%|██████▏ | 432/700 [02:59<01:50, 2.43it/s, loss=0.0341, lr=0.0004]\nSteps: 62%|██████▏ | 433/700 [03:00<01:50, 2.43it/s, loss=0.0341, lr=0.0004]\na rendition in the style of <s1><s2>\nSteps: 62%|██████▏ | 433/700 [03:00<01:50, 2.43it/s, loss=0.0448, lr=0.0004]\nSteps: 62%|██████▏ | 434/700 [03:00<01:50, 2.42it/s, loss=0.0448, lr=0.0004]\na small painting in the style of <s1><s2>\nSteps: 62%|██████▏ | 434/700 [03:00<01:50, 2.42it/s, loss=0.0189, lr=0.0004]\nSteps: 62%|██████▏ | 435/700 [03:00<01:50, 2.41it/s, loss=0.0189, lr=0.0004]\na large painting in the style of <s1><s2>\nSteps: 62%|██████▏ | 435/700 [03:00<01:50, 2.41it/s, loss=0.0717, lr=0.0004]\nSteps: 62%|██████▏ | 436/700 [03:01<01:50, 2.40it/s, loss=0.0717, lr=0.0004]\na cropped painting in the style of <s1><s2>\nSteps: 62%|██████▏ | 436/700 [03:01<01:50, 2.40it/s, loss=0.0206, lr=0.0004]\nSteps: 62%|██████▏ | 437/700 [03:01<01:49, 2.41it/s, loss=0.0206, lr=0.0004]\na dirty painting in the style of <s1><s2>\nSteps: 62%|██████▏ | 437/700 [03:01<01:49, 2.41it/s, loss=0.0503, lr=0.0004]\nSteps: 63%|██████▎ | 438/700 [03:02<01:48, 2.42it/s, loss=0.0503, lr=0.0004]\na weird painting in the style of <s1><s2>\nSteps: 63%|██████▎ | 438/700 [03:02<01:48, 2.42it/s, loss=0.0512, lr=0.0004]\nSteps: 63%|██████▎ | 439/700 [03:02<01:47, 2.43it/s, loss=0.0512, lr=0.0004]\na dirty painting in the style of <s1><s2>\nSteps: 63%|██████▎ | 439/700 [03:02<01:47, 2.43it/s, loss=0.0407, lr=0.0004]\nSteps: 63%|██████▎ | 440/700 [03:03<01:46, 2.44it/s, loss=0.0407, lr=0.0004]\na rendering in the style of <s1><s2>\nSteps: 63%|██████▎ | 440/700 [03:03<01:46, 2.44it/s, loss=0.0565, lr=0.0004]\nSteps: 63%|██████▎ | 441/700 [03:03<01:45, 2.47it/s, loss=0.0565, lr=0.0004]\na nice painting in the style of <s1><s2>\nSteps: 63%|██████▎ | 441/700 [03:03<01:45, 2.47it/s, loss=0.0186, lr=0.0004]\nSteps: 63%|██████▎ | 442/700 [03:03<01:45, 2.45it/s, loss=0.0186, lr=0.0004]\nthe painting in the style of <s1><s2>\nSteps: 63%|██████▎ | 442/700 [03:03<01:45, 2.45it/s, loss=0.0437, lr=0.0004]\nSteps: 63%|██████▎ | 443/700 [03:04<01:44, 2.46it/s, loss=0.0437, lr=0.0004]\na large painting in the style of <s1><s2>\nSteps: 63%|██████▎ | 443/700 [03:04<01:44, 2.46it/s, loss=0.0143, lr=0.0004]\nSteps: 63%|██████▎ | 444/700 [03:04<01:43, 2.47it/s, loss=0.0143, lr=0.0004]\na painting in the style of <s1><s2>\nSteps: 63%|██████▎ | 444/700 [03:04<01:43, 2.47it/s, loss=0.029, lr=0.0004] \nSteps: 64%|██████▎ | 445/700 [03:05<01:43, 2.46it/s, loss=0.029, lr=0.0004]\na small painting in the style of <s1><s2>\nSteps: 64%|██████▎ | 445/700 [03:05<01:43, 2.46it/s, loss=0.0421, lr=0.0004]\nSteps: 64%|██████▎ | 446/700 [03:05<01:42, 2.47it/s, loss=0.0421, lr=0.0004]\na painting in the style of <s1><s2>\nSteps: 64%|██████▎ | 446/700 [03:05<01:42, 2.47it/s, loss=0.067, lr=0.0004] \nSteps: 64%|██████▍ | 447/700 [03:05<01:44, 2.43it/s, loss=0.067, lr=0.0004]\na clean painting in the style of <s1><s2>\nSteps: 64%|██████▍ | 447/700 [03:05<01:44, 2.43it/s, loss=0.035, lr=0.0004]\nSteps: 64%|██████▍ | 448/700 [03:06<01:45, 2.39it/s, loss=0.035, lr=0.0004]\na rendition in the style of <s1><s2>\nSteps: 64%|██████▍ | 448/700 [03:06<01:45, 2.39it/s, loss=0.145, lr=0.0004]\nSteps: 64%|██████▍ | 449/700 [03:06<01:44, 2.40it/s, loss=0.145, lr=0.0004]\na weird painting in the style of <s1><s2>\nSteps: 64%|██████▍ | 449/700 [03:06<01:44, 2.40it/s, loss=0.052, lr=0.0004]\nSteps: 64%|██████▍ | 450/700 [03:07<01:43, 2.40it/s, loss=0.052, lr=0.0004]\na cropped painting in the style of <s1><s2>\nSteps: 64%|██████▍ | 450/700 [03:07<01:43, 2.40it/s, loss=0.0238, lr=0.0004]\nSteps: 64%|██████▍ | 451/700 [03:07<01:43, 2.41it/s, loss=0.0238, lr=0.0004]\na dirty painting in the style of <s1><s2>\nSteps: 64%|██████▍ | 451/700 [03:07<01:43, 2.41it/s, loss=0.0386, lr=0.0004]\nSteps: 65%|██████▍ | 452/700 [03:07<01:41, 2.43it/s, loss=0.0386, lr=0.0004]\na small painting in the style of <s1><s2>\nSteps: 65%|██████▍ | 452/700 [03:07<01:41, 2.43it/s, loss=0.0263, lr=0.0004]\nSteps: 65%|██████▍ | 453/700 [03:08<01:40, 2.45it/s, loss=0.0263, lr=0.0004]\na cropped painting in the style of <s1><s2>\nSteps: 65%|██████▍ | 453/700 [03:08<01:40, 2.45it/s, loss=0.0213, lr=0.0004]\nSteps: 65%|██████▍ | 454/700 [03:08<01:39, 2.46it/s, loss=0.0213, lr=0.0004]\na rendition in the style of <s1><s2>\nSteps: 65%|██████▍ | 454/700 [03:08<01:39, 2.46it/s, loss=0.0415, lr=0.0004]\nSteps: 65%|██████▌ | 455/700 [03:09<01:39, 2.47it/s, loss=0.0415, lr=0.0004]\na weird painting in the style of <s1><s2>\nSteps: 65%|██████▌ | 455/700 [03:09<01:39, 2.47it/s, loss=0.134, lr=0.0004] \nSteps: 65%|██████▌ | 456/700 [03:09<01:40, 2.43it/s, loss=0.134, lr=0.0004]\na close-up painting in the style of <s1><s2>\nSteps: 65%|██████▌ | 456/700 [03:09<01:40, 2.43it/s, loss=0.0565, lr=0.0004]\nSteps: 65%|██████▌ | 457/700 [03:10<01:39, 2.44it/s, loss=0.0565, lr=0.0004]\na large painting in the style of <s1><s2>\nSteps: 65%|██████▌ | 457/700 [03:10<01:39, 2.44it/s, loss=0.148, lr=0.0004] \nSteps: 65%|██████▌ | 458/700 [03:10<01:39, 2.43it/s, loss=0.148, lr=0.0004]\na good painting in the style of <s1><s2>\nSteps: 65%|██████▌ | 458/700 [03:10<01:39, 2.43it/s, loss=0.0281, lr=0.0004]\nSteps: 66%|██████▌ | 459/700 [03:10<01:38, 2.44it/s, loss=0.0281, lr=0.0004]\na dark painting in the style of <s1><s2>\nSteps: 66%|██████▌ | 459/700 [03:10<01:38, 2.44it/s, loss=0.118, lr=0.0004] \nSteps: 66%|██████▌ | 460/700 [03:11<01:38, 2.44it/s, loss=0.118, lr=0.0004]\na large painting in the style of <s1><s2>\nSteps: 66%|██████▌ | 460/700 [03:11<01:38, 2.44it/s, loss=0.0864, lr=0.0004]\nSteps: 66%|██████▌ | 461/700 [03:11<01:36, 2.47it/s, loss=0.0864, lr=0.0004]\na good painting in the style of <s1><s2>\nSteps: 66%|██████▌ | 461/700 [03:11<01:36, 2.47it/s, loss=0.0503, lr=0.0004]\nSteps: 66%|██████▌ | 462/700 [03:12<01:35, 2.48it/s, loss=0.0503, lr=0.0004]\na picture in the style of <s1><s2>\nSteps: 66%|██████▌ | 462/700 [03:12<01:35, 2.48it/s, loss=0.106, lr=0.0004] \nSteps: 66%|██████▌ | 463/700 [03:12<01:35, 2.47it/s, loss=0.106, lr=0.0004]\na cropped painting in the style of <s1><s2>\nSteps: 66%|██████▌ | 463/700 [03:12<01:35, 2.47it/s, loss=0.0379, lr=0.0004]\nSteps: 66%|██████▋ | 464/700 [03:12<01:35, 2.48it/s, loss=0.0379, lr=0.0004]\na painting in the style of <s1><s2>\nSteps: 66%|██████▋ | 464/700 [03:12<01:35, 2.48it/s, loss=0.0219, lr=0.0004]\nSteps: 66%|██████▋ | 465/700 [03:13<01:35, 2.47it/s, loss=0.0219, lr=0.0004]\nthe painting in the style of <s1><s2>\nSteps: 66%|██████▋ | 465/700 [03:13<01:35, 2.47it/s, loss=0.0262, lr=0.0004]\nSteps: 67%|██████▋ | 466/700 [03:13<01:34, 2.48it/s, loss=0.0262, lr=0.0004]\na bright painting in the style of <s1><s2>\nSteps: 67%|██████▋ | 466/700 [03:13<01:34, 2.48it/s, loss=0.019, lr=0.0004] \nSteps: 67%|██████▋ | 467/700 [03:14<01:33, 2.48it/s, loss=0.019, lr=0.0004]\na dirty painting in the style of <s1><s2>\nSteps: 67%|██████▋ | 467/700 [03:14<01:33, 2.48it/s, loss=0.34, lr=0.0004] \nSteps: 67%|██████▋ | 468/700 [03:14<01:33, 2.48it/s, loss=0.34, lr=0.0004]\na dark painting in the style of <s1><s2>\nSteps: 67%|██████▋ | 468/700 [03:14<01:33, 2.48it/s, loss=0.0701, lr=0.0004]\nSteps: 67%|██████▋ | 469/700 [03:14<01:32, 2.49it/s, loss=0.0701, lr=0.0004]\na dark painting in the style of <s1><s2>\nSteps: 67%|██████▋ | 469/700 [03:14<01:32, 2.49it/s, loss=0.0369, lr=0.0004]\nSteps: 67%|██████▋ | 470/700 [03:15<01:32, 2.48it/s, loss=0.0369, lr=0.0004]\na rendering in the style of <s1><s2>\nSteps: 67%|██████▋ | 470/700 [03:15<01:32, 2.48it/s, loss=0.163, lr=0.0004] \nSteps: 67%|██████▋ | 471/700 [03:15<01:32, 2.48it/s, loss=0.163, lr=0.0004]\na dark painting in the style of <s1><s2>\nSteps: 67%|██████▋ | 471/700 [03:15<01:32, 2.48it/s, loss=0.0519, lr=0.0004]\nSteps: 67%|██████▋ | 472/700 [03:16<01:32, 2.48it/s, loss=0.0519, lr=0.0004]\na dirty painting in the style of <s1><s2>\nSteps: 67%|██████▋ | 472/700 [03:16<01:32, 2.48it/s, loss=0.114, lr=0.0004] \nSteps: 68%|██████▊ | 473/700 [03:16<01:32, 2.46it/s, loss=0.114, lr=0.0004]\na bright painting in the style of <s1><s2>\nSteps: 68%|██████▊ | 473/700 [03:16<01:32, 2.46it/s, loss=0.0125, lr=0.0004]\nSteps: 68%|██████▊ | 474/700 [03:16<01:31, 2.46it/s, loss=0.0125, lr=0.0004]\na rendition in the style of <s1><s2>\nSteps: 68%|██████▊ | 474/700 [03:16<01:31, 2.46it/s, loss=0.0733, lr=0.0004]\nSteps: 68%|██████▊ | 475/700 [03:17<01:32, 2.44it/s, loss=0.0733, lr=0.0004]\na small painting in the style of <s1><s2>\nSteps: 68%|██████▊ | 475/700 [03:17<01:32, 2.44it/s, loss=0.0684, lr=0.0004]\nSteps: 68%|██████▊ | 476/700 [03:17<01:32, 2.43it/s, loss=0.0684, lr=0.0004]\na painting in the style of <s1><s2>\nSteps: 68%|██████▊ | 476/700 [03:17<01:32, 2.43it/s, loss=0.0109, lr=0.0004]\nSteps: 68%|██████▊ | 477/700 [03:18<01:31, 2.45it/s, loss=0.0109, lr=0.0004]\na picture in the style of <s1><s2>\nSteps: 68%|██████▊ | 477/700 [03:18<01:31, 2.45it/s, loss=0.044, lr=0.0004] \nSteps: 68%|██████▊ | 478/700 [03:18<01:29, 2.47it/s, loss=0.044, lr=0.0004]\na small painting in the style of <s1><s2>\nSteps: 68%|██████▊ | 478/700 [03:18<01:29, 2.47it/s, loss=0.0351, lr=0.0004]\nSteps: 68%|██████▊ | 479/700 [03:18<01:29, 2.47it/s, loss=0.0351, lr=0.0004]\na rendition in the style of <s1><s2>\nSteps: 68%|██████▊ | 479/700 [03:18<01:29, 2.47it/s, loss=0.0484, lr=0.0004]\nSteps: 69%|██████▊ | 480/700 [03:19<01:28, 2.49it/s, loss=0.0484, lr=0.0004]\na painting in the style of <s1><s2>\nSteps: 69%|██████▊ | 480/700 [03:19<01:28, 2.49it/s, loss=0.229, lr=0.0004] \nSteps: 69%|██████▊ | 481/700 [03:19<01:28, 2.47it/s, loss=0.229, lr=0.0004]\na painting in the style of <s1><s2>\nSteps: 69%|██████▊ | 481/700 [03:19<01:28, 2.47it/s, loss=0.0299, lr=0.0004]\nSteps: 69%|██████▉ | 482/700 [03:20<01:28, 2.47it/s, loss=0.0299, lr=0.0004]\na painting in the style of <s1><s2>\nSteps: 69%|██████▉ | 482/700 [03:20<01:28, 2.47it/s, loss=0.133, lr=0.0004] \nSteps: 69%|██████▉ | 483/700 [03:20<01:28, 2.46it/s, loss=0.133, lr=0.0004]\na picture in the style of <s1><s2>\nSteps: 69%|██████▉ | 483/700 [03:20<01:28, 2.46it/s, loss=0.139, lr=0.0004]\nSteps: 69%|██████▉ | 484/700 [03:20<01:27, 2.46it/s, loss=0.139, lr=0.0004]\na close-up painting in the style of <s1><s2>\nSteps: 69%|██████▉ | 484/700 [03:20<01:27, 2.46it/s, loss=0.269, lr=0.0004]\nSteps: 69%|██████▉ | 485/700 [03:21<01:26, 2.47it/s, loss=0.269, lr=0.0004]\na cool painting in the style of <s1><s2>\nSteps: 69%|██████▉ | 485/700 [03:21<01:26, 2.47it/s, loss=0.0539, lr=0.0004]\nSteps: 69%|██████▉ | 486/700 [03:21<01:27, 2.45it/s, loss=0.0539, lr=0.0004]\na close-up painting in the style of <s1><s2>\nSteps: 69%|██████▉ | 486/700 [03:21<01:27, 2.45it/s, loss=0.039, lr=0.0004] \nSteps: 70%|██████▉ | 487/700 [03:22<01:26, 2.46it/s, loss=0.039, lr=0.0004]\na weird painting in the style of <s1><s2>\nSteps: 70%|██████▉ | 487/700 [03:22<01:26, 2.46it/s, loss=0.0574, lr=0.0004]\nSteps: 70%|██████▉ | 488/700 [03:22<01:26, 2.45it/s, loss=0.0574, lr=0.0004]\na painting in the style of <s1><s2>\nSteps: 70%|██████▉ | 488/700 [03:22<01:26, 2.45it/s, loss=0.0626, lr=0.0004]\nSteps: 70%|██████▉ | 489/700 [03:22<01:26, 2.43it/s, loss=0.0626, lr=0.0004]\na close-up painting in the style of <s1><s2>\nSteps: 70%|██████▉ | 489/700 [03:22<01:26, 2.43it/s, loss=0.143, lr=0.0004] \nSteps: 70%|███████ | 490/700 [03:23<01:25, 2.45it/s, loss=0.143, lr=0.0004]\na painting in the style of <s1><s2>\nSteps: 70%|███████ | 490/700 [03:23<01:25, 2.45it/s, loss=0.0134, lr=0.0004]\nSteps: 70%|███████ | 491/700 [03:23<01:25, 2.44it/s, loss=0.0134, lr=0.0004]\na rendition in the style of <s1><s2>\nSteps: 70%|███████ | 491/700 [03:23<01:25, 2.44it/s, loss=0.0675, lr=0.0004]\nSteps: 70%|███████ | 492/700 [03:24<01:24, 2.46it/s, loss=0.0675, lr=0.0004]\na rendition in the style of <s1><s2>\nSteps: 70%|███████ | 492/700 [03:24<01:24, 2.46it/s, loss=0.0873, lr=0.0004]\nSteps: 70%|███████ | 493/700 [03:24<01:23, 2.48it/s, loss=0.0873, lr=0.0004]\na weird painting in the style of <s1><s2>\nSteps: 70%|███████ | 493/700 [03:24<01:23, 2.48it/s, loss=0.0194, lr=0.0004]\nSteps: 71%|███████ | 494/700 [03:25<01:23, 2.46it/s, loss=0.0194, lr=0.0004]\na weird painting in the style of <s1><s2>\nSteps: 71%|███████ | 494/700 [03:25<01:23, 2.46it/s, loss=0.0319, lr=0.0004]\nSteps: 71%|███████ | 495/700 [03:25<01:24, 2.44it/s, loss=0.0319, lr=0.0004]\na picture in the style of <s1><s2>\nSteps: 71%|███████ | 495/700 [03:25<01:24, 2.44it/s, loss=0.0969, lr=0.0004]\nSteps: 71%|███████ | 496/700 [03:25<01:23, 2.45it/s, loss=0.0969, lr=0.0004]\na bright painting in the style of <s1><s2>\nSteps: 71%|███████ | 496/700 [03:25<01:23, 2.45it/s, loss=0.0649, lr=0.0004]\nSteps: 71%|███████ | 497/700 [03:26<01:22, 2.46it/s, loss=0.0649, lr=0.0004]\na good painting in the style of <s1><s2>\nSteps: 71%|███████ | 497/700 [03:26<01:22, 2.46it/s, loss=0.0318, lr=0.0004]\nSteps: 71%|███████ | 498/700 [03:26<01:22, 2.45it/s, loss=0.0318, lr=0.0004]\na small painting in the style of <s1><s2>\nSteps: 71%|███████ | 498/700 [03:26<01:22, 2.45it/s, loss=0.0792, lr=0.0004]\nSteps: 71%|███████▏ | 499/700 [03:27<01:22, 2.45it/s, loss=0.0792, lr=0.0004]\na small painting in the style of <s1><s2>\nSteps: 71%|███████▏ | 499/700 [03:27<01:22, 2.45it/s, loss=0.0466, lr=0.0004]\nSteps: 71%|███████▏ | 500/700 [03:27<01:22, 2.43it/s, loss=0.0466, lr=0.0004]\nCurrent Learned Embeddings for <s1>:, id 49408 tensor([ 0.0086, -0.0055, 0.0080, -0.0141], device='cuda:0')\nCurrent Learned Embeddings for <s2>:, id 49409 tensor([-6.5803e-03, 6.6746e-05, 6.9851e-03, 2.4674e-03], device='cuda:0')\nSaving weights to checkpoints/step_500.safetensors\nLORA Unet Moved 0.002903697080910206\nLORA CLIP Moved 0.00019171273743268102\nthe painting in the style of <s1><s2>\nSteps: 71%|███████▏ | 500/700 [03:27<01:22, 2.43it/s, loss=0.0171, lr=0.0004]\nSteps: 72%|███████▏ | 501/700 [03:27<01:27, 2.28it/s, loss=0.0171, lr=0.0004]\na dirty painting in the style of <s1><s2>\nSteps: 72%|███████▏ | 501/700 [03:27<01:27, 2.28it/s, loss=0.145, lr=0.0004] \nSteps: 72%|███████▏ | 502/700 [03:28<01:24, 2.35it/s, loss=0.145, lr=0.0004]\na dirty painting in the style of <s1><s2>\nSteps: 72%|███████▏ | 502/700 [03:28<01:24, 2.35it/s, loss=0.0294, lr=0.0004]\nSteps: 72%|███████▏ | 503/700 [03:28<01:23, 2.37it/s, loss=0.0294, lr=0.0004]\na dark painting in the style of <s1><s2>\nSteps: 72%|███████▏ | 503/700 [03:28<01:23, 2.37it/s, loss=0.0378, lr=0.0004]\nSteps: 72%|███████▏ | 504/700 [03:29<01:22, 2.38it/s, loss=0.0378, lr=0.0004]\na good painting in the style of <s1><s2>\nSteps: 72%|███████▏ | 504/700 [03:29<01:22, 2.38it/s, loss=0.271, lr=0.0004] \nSteps: 72%|███████▏ | 505/700 [03:29<01:20, 2.41it/s, loss=0.271, lr=0.0004]\na small painting in the style of <s1><s2>\nSteps: 72%|███████▏ | 505/700 [03:29<01:20, 2.41it/s, loss=0.0311, lr=0.0004]\nSteps: 72%|███████▏ | 506/700 [03:30<01:20, 2.41it/s, loss=0.0311, lr=0.0004]\na cropped painting in the style of <s1><s2>\nSteps: 72%|███████▏ | 506/700 [03:30<01:20, 2.41it/s, loss=0.108, lr=0.0004] \nSteps: 72%|███████▏ | 507/700 [03:30<01:19, 2.42it/s, loss=0.108, lr=0.0004]\na rendering in the style of <s1><s2>\nSteps: 72%|███████▏ | 507/700 [03:30<01:19, 2.42it/s, loss=0.0197, lr=0.0004]\nSteps: 73%|███████▎ | 508/700 [03:30<01:19, 2.42it/s, loss=0.0197, lr=0.0004]\na cool painting in the style of <s1><s2>\nSteps: 73%|███████▎ | 508/700 [03:30<01:19, 2.42it/s, loss=0.0428, lr=0.0004]\nSteps: 73%|███████▎ | 509/700 [03:31<01:18, 2.43it/s, loss=0.0428, lr=0.0004]\na painting in the style of <s1><s2>\nSteps: 73%|███████▎ | 509/700 [03:31<01:18, 2.43it/s, loss=0.0458, lr=0.0004]\nSteps: 73%|███████▎ | 510/700 [03:31<01:18, 2.43it/s, loss=0.0458, lr=0.0004]\na dirty painting in the style of <s1><s2>\nSteps: 73%|███████▎ | 510/700 [03:31<01:18, 2.43it/s, loss=0.157, lr=0.0004] \nSteps: 73%|███████▎ | 511/700 [03:32<01:18, 2.42it/s, loss=0.157, lr=0.0004]\na dark painting in the style of <s1><s2>\nSteps: 73%|███████▎ | 511/700 [03:32<01:18, 2.42it/s, loss=0.0204, lr=0.0004]\nSteps: 73%|███████▎ | 512/700 [03:32<01:17, 2.42it/s, loss=0.0204, lr=0.0004]\na dirty painting in the style of <s1><s2>\nSteps: 73%|███████▎ | 512/700 [03:32<01:17, 2.42it/s, loss=0.053, lr=0.0004] \nSteps: 73%|███████▎ | 513/700 [03:32<01:17, 2.41it/s, loss=0.053, lr=0.0004]\na dirty painting in the style of <s1><s2>\nSteps: 73%|███████▎ | 513/700 [03:32<01:17, 2.41it/s, loss=0.0269, lr=0.0004]\nSteps: 73%|███████▎ | 514/700 [03:33<01:17, 2.41it/s, loss=0.0269, lr=0.0004]\na bright painting in the style of <s1><s2>\nSteps: 73%|███████▎ | 514/700 [03:33<01:17, 2.41it/s, loss=0.0426, lr=0.0004]\nSteps: 74%|███████▎ | 515/700 [03:33<01:17, 2.40it/s, loss=0.0426, lr=0.0004]\na clean painting in the style of <s1><s2>\nSteps: 74%|███████▎ | 515/700 [03:33<01:17, 2.40it/s, loss=0.0155, lr=0.0004]\nSteps: 74%|███████▎ | 516/700 [03:34<01:16, 2.41it/s, loss=0.0155, lr=0.0004]\na clean painting in the style of <s1><s2>\nSteps: 74%|███████▎ | 516/700 [03:34<01:16, 2.41it/s, loss=0.298, lr=0.0004] \nSteps: 74%|███████▍ | 517/700 [03:34<01:15, 2.44it/s, loss=0.298, lr=0.0004]\na cropped painting in the style of <s1><s2>\nSteps: 74%|███████▍ | 517/700 [03:34<01:15, 2.44it/s, loss=0.161, lr=0.0004]\nSteps: 74%|███████▍ | 518/700 [03:34<01:14, 2.44it/s, loss=0.161, lr=0.0004]\na bright painting in the style of <s1><s2>\nSteps: 74%|███████▍ | 518/700 [03:34<01:14, 2.44it/s, loss=0.015, lr=0.0004]\nSteps: 74%|███████▍ | 519/700 [03:35<01:14, 2.44it/s, loss=0.015, lr=0.0004]\na cropped painting in the style of <s1><s2>\nSteps: 74%|███████▍ | 519/700 [03:35<01:14, 2.44it/s, loss=0.06, lr=0.0004] \nSteps: 74%|███████▍ | 520/700 [03:35<01:13, 2.45it/s, loss=0.06, lr=0.0004]\na rendition in the style of <s1><s2>\nSteps: 74%|███████▍ | 520/700 [03:35<01:13, 2.45it/s, loss=0.095, lr=0.0004]\nSteps: 74%|███████▍ | 521/700 [03:36<01:13, 2.45it/s, loss=0.095, lr=0.0004]\na cool painting in the style of <s1><s2>\nSteps: 74%|███████▍ | 521/700 [03:36<01:13, 2.45it/s, loss=0.0472, lr=0.0004]\nSteps: 75%|███████▍ | 522/700 [03:36<01:13, 2.44it/s, loss=0.0472, lr=0.0004]\na bright painting in the style of <s1><s2>\nSteps: 75%|███████▍ | 522/700 [03:36<01:13, 2.44it/s, loss=0.0617, lr=0.0004]\nSteps: 75%|███████▍ | 523/700 [03:37<01:12, 2.43it/s, loss=0.0617, lr=0.0004]\na dirty painting in the style of <s1><s2>\nSteps: 75%|███████▍ | 523/700 [03:37<01:12, 2.43it/s, loss=0.0361, lr=0.0004]\nSteps: 75%|███████▍ | 524/700 [03:37<01:11, 2.45it/s, loss=0.0361, lr=0.0004]\na picture in the style of <s1><s2>\nSteps: 75%|███████▍ | 524/700 [03:37<01:11, 2.45it/s, loss=0.0965, lr=0.0004]\nSteps: 75%|███████▌ | 525/700 [03:37<01:11, 2.44it/s, loss=0.0965, lr=0.0004]\na painting in the style of <s1><s2>\nSteps: 75%|███████▌ | 525/700 [03:37<01:11, 2.44it/s, loss=0.0199, lr=0.0004]\nSteps: 75%|███████▌ | 526/700 [03:38<01:10, 2.46it/s, loss=0.0199, lr=0.0004]\na close-up painting in the style of <s1><s2>\nSteps: 75%|███████▌ | 526/700 [03:38<01:10, 2.46it/s, loss=0.0926, lr=0.0004]\nSteps: 75%|███████▌ | 527/700 [03:38<01:10, 2.44it/s, loss=0.0926, lr=0.0004]\na nice painting in the style of <s1><s2>\nSteps: 75%|███████▌ | 527/700 [03:38<01:10, 2.44it/s, loss=0.0157, lr=0.0004]\nSteps: 75%|███████▌ | 528/700 [03:39<01:10, 2.45it/s, loss=0.0157, lr=0.0004]\na close-up painting in the style of <s1><s2>\nSteps: 75%|███████▌ | 528/700 [03:39<01:10, 2.45it/s, loss=0.0334, lr=0.0004]\nSteps: 76%|███████▌ | 529/700 [03:39<01:09, 2.46it/s, loss=0.0334, lr=0.0004]\na weird painting in the style of <s1><s2>\nSteps: 76%|███████▌ | 529/700 [03:39<01:09, 2.46it/s, loss=0.1, lr=0.0004] \nSteps: 76%|███████▌ | 530/700 [03:39<01:09, 2.44it/s, loss=0.1, lr=0.0004]\na large painting in the style of <s1><s2>\nSteps: 76%|███████▌ | 530/700 [03:39<01:09, 2.44it/s, loss=0.0306, lr=0.0004]\nSteps: 76%|███████▌ | 531/700 [03:40<01:09, 2.43it/s, loss=0.0306, lr=0.0004]\na dark painting in the style of <s1><s2>\nSteps: 76%|███████▌ | 531/700 [03:40<01:09, 2.43it/s, loss=0.097, lr=0.0004] \nSteps: 76%|███████▌ | 532/700 [03:40<01:08, 2.47it/s, loss=0.097, lr=0.0004]\na dark painting in the style of <s1><s2>\nSteps: 76%|███████▌ | 532/700 [03:40<01:08, 2.47it/s, loss=0.187, lr=0.0004]\nSteps: 76%|███████▌ | 533/700 [03:41<01:08, 2.44it/s, loss=0.187, lr=0.0004]\na close-up painting in the style of <s1><s2>\nSteps: 76%|███████▌ | 533/700 [03:41<01:08, 2.44it/s, loss=0.146, lr=0.0004]\nSteps: 76%|███████▋ | 534/700 [03:41<01:07, 2.45it/s, loss=0.146, lr=0.0004]\na cropped painting in the style of <s1><s2>\nSteps: 76%|███████▋ | 534/700 [03:41<01:07, 2.45it/s, loss=0.018, lr=0.0004]\nSteps: 76%|███████▋ | 535/700 [03:41<01:07, 2.46it/s, loss=0.018, lr=0.0004]\na rendition in the style of <s1><s2>\nSteps: 76%|███████▋ | 535/700 [03:41<01:07, 2.46it/s, loss=0.0397, lr=0.0004]\nSteps: 77%|███████▋ | 536/700 [03:42<01:07, 2.44it/s, loss=0.0397, lr=0.0004]\na painting in the style of <s1><s2>\nSteps: 77%|███████▋ | 536/700 [03:42<01:07, 2.44it/s, loss=0.0854, lr=0.0004]\nSteps: 77%|███████▋ | 537/700 [03:42<01:06, 2.44it/s, loss=0.0854, lr=0.0004]\na good painting in the style of <s1><s2>\nSteps: 77%|███████▋ | 537/700 [03:42<01:06, 2.44it/s, loss=0.035, lr=0.0004] \nSteps: 77%|███████▋ | 538/700 [03:43<01:06, 2.44it/s, loss=0.035, lr=0.0004]\na cropped painting in the style of <s1><s2>\nSteps: 77%|███████▋ | 538/700 [03:43<01:06, 2.44it/s, loss=0.0349, lr=0.0004]\nSteps: 77%|███████▋ | 539/700 [03:43<01:05, 2.46it/s, loss=0.0349, lr=0.0004]\na rendition in the style of <s1><s2>\nSteps: 77%|███████▋ | 539/700 [03:43<01:05, 2.46it/s, loss=0.0643, lr=0.0004]\nSteps: 77%|███████▋ | 540/700 [03:43<01:05, 2.44it/s, loss=0.0643, lr=0.0004]\na rendition in the style of <s1><s2>\nSteps: 77%|███████▋ | 540/700 [03:43<01:05, 2.44it/s, loss=0.0718, lr=0.0004]\nSteps: 77%|███████▋ | 541/700 [03:44<01:04, 2.46it/s, loss=0.0718, lr=0.0004]\na good painting in the style of <s1><s2>\nSteps: 77%|███████▋ | 541/700 [03:44<01:04, 2.46it/s, loss=0.318, lr=0.0004] \nSteps: 77%|███████▋ | 542/700 [03:44<01:03, 2.48it/s, loss=0.318, lr=0.0004]\na nice painting in the style of <s1><s2>\nSteps: 77%|███████▋ | 542/700 [03:44<01:03, 2.48it/s, loss=0.101, lr=0.0004]\nSteps: 78%|███████▊ | 543/700 [03:45<01:03, 2.49it/s, loss=0.101, lr=0.0004]\na bright painting in the style of <s1><s2>\nSteps: 78%|███████▊ | 543/700 [03:45<01:03, 2.49it/s, loss=0.0915, lr=0.0004]\nSteps: 78%|███████▊ | 544/700 [03:45<01:03, 2.45it/s, loss=0.0915, lr=0.0004]\na rendering in the style of <s1><s2>\nSteps: 78%|███████▊ | 544/700 [03:45<01:03, 2.45it/s, loss=0.0499, lr=0.0004]\nSteps: 78%|███████▊ | 545/700 [03:45<01:03, 2.44it/s, loss=0.0499, lr=0.0004]\nthe painting in the style of <s1><s2>\nSteps: 78%|███████▊ | 545/700 [03:45<01:03, 2.44it/s, loss=0.0374, lr=0.0004]\nSteps: 78%|███████▊ | 546/700 [03:46<01:03, 2.44it/s, loss=0.0374, lr=0.0004]\na bright painting in the style of <s1><s2>\nSteps: 78%|███████▊ | 546/700 [03:46<01:03, 2.44it/s, loss=0.0328, lr=0.0004]\nSteps: 78%|███████▊ | 547/700 [03:46<01:03, 2.43it/s, loss=0.0328, lr=0.0004]\na close-up painting in the style of <s1><s2>\nSteps: 78%|███████▊ | 547/700 [03:46<01:03, 2.43it/s, loss=0.105, lr=0.0004] \nSteps: 78%|███████▊ | 548/700 [03:47<01:02, 2.43it/s, loss=0.105, lr=0.0004]\na bright painting in the style of <s1><s2>\nSteps: 78%|███████▊ | 548/700 [03:47<01:02, 2.43it/s, loss=0.0257, lr=0.0004]\nSteps: 78%|███████▊ | 549/700 [03:47<01:02, 2.41it/s, loss=0.0257, lr=0.0004]\na rendition in the style of <s1><s2>\nSteps: 78%|███████▊ | 549/700 [03:47<01:02, 2.41it/s, loss=0.0784, lr=0.0004]\nSteps: 79%|███████▊ | 550/700 [03:48<01:02, 2.41it/s, loss=0.0784, lr=0.0004]\na cropped painting in the style of <s1><s2>\nSteps: 79%|███████▊ | 550/700 [03:48<01:02, 2.41it/s, loss=0.0404, lr=0.0004]\nSteps: 79%|███████▊ | 551/700 [03:48<01:01, 2.41it/s, loss=0.0404, lr=0.0004]\na clean painting in the style of <s1><s2>\nSteps: 79%|███████▊ | 551/700 [03:48<01:01, 2.41it/s, loss=0.0394, lr=0.0004]\nSteps: 79%|███████▉ | 552/700 [03:48<01:01, 2.39it/s, loss=0.0394, lr=0.0004]\na weird painting in the style of <s1><s2>\nSteps: 79%|███████▉ | 552/700 [03:48<01:01, 2.39it/s, loss=0.0311, lr=0.0004]\nSteps: 79%|███████▉ | 553/700 [03:49<01:00, 2.42it/s, loss=0.0311, lr=0.0004]\na nice painting in the style of <s1><s2>\nSteps: 79%|███████▉ | 553/700 [03:49<01:00, 2.42it/s, loss=0.0323, lr=0.0004]\nSteps: 79%|███████▉ | 554/700 [03:49<00:59, 2.44it/s, loss=0.0323, lr=0.0004]\na good painting in the style of <s1><s2>\nSteps: 79%|███████▉ | 554/700 [03:49<00:59, 2.44it/s, loss=0.0512, lr=0.0004]\nSteps: 79%|███████▉ | 555/700 [03:50<00:59, 2.45it/s, loss=0.0512, lr=0.0004]\na bright painting in the style of <s1><s2>\nSteps: 79%|███████▉ | 555/700 [03:50<00:59, 2.45it/s, loss=0.0573, lr=0.0004]\nSteps: 79%|███████▉ | 556/700 [03:50<00:58, 2.47it/s, loss=0.0573, lr=0.0004]\na rendering in the style of <s1><s2>\nSteps: 79%|███████▉ | 556/700 [03:50<00:58, 2.47it/s, loss=0.0198, lr=0.0004]\nSteps: 80%|███████▉ | 557/700 [03:50<00:58, 2.44it/s, loss=0.0198, lr=0.0004]\na painting in the style of <s1><s2>\nSteps: 80%|███████▉ | 557/700 [03:50<00:58, 2.44it/s, loss=0.0551, lr=0.0004]\nSteps: 80%|███████▉ | 558/700 [03:51<00:57, 2.45it/s, loss=0.0551, lr=0.0004]\na painting in the style of <s1><s2>\nSteps: 80%|███████▉ | 558/700 [03:51<00:57, 2.45it/s, loss=0.0562, lr=0.0004]\nSteps: 80%|███████▉ | 559/700 [03:51<00:57, 2.43it/s, loss=0.0562, lr=0.0004]\na weird painting in the style of <s1><s2>\nSteps: 80%|███████▉ | 559/700 [03:51<00:57, 2.43it/s, loss=0.146, lr=0.0004] \nSteps: 80%|████████ | 560/700 [03:52<00:57, 2.45it/s, loss=0.146, lr=0.0004]\na weird painting in the style of <s1><s2>\nSteps: 80%|████████ | 560/700 [03:52<00:57, 2.45it/s, loss=0.138, lr=0.0004]\nSteps: 80%|████████ | 561/700 [03:52<00:56, 2.44it/s, loss=0.138, lr=0.0004]\na nice painting in the style of <s1><s2>\nSteps: 80%|████████ | 561/700 [03:52<00:56, 2.44it/s, loss=0.0355, lr=0.0004]\nSteps: 80%|████████ | 562/700 [03:52<00:57, 2.42it/s, loss=0.0355, lr=0.0004]\na nice painting in the style of <s1><s2>\nSteps: 80%|████████ | 562/700 [03:52<00:57, 2.42it/s, loss=0.0471, lr=0.0004]\nSteps: 80%|████████ | 563/700 [03:53<00:56, 2.44it/s, loss=0.0471, lr=0.0004]\na clean painting in the style of <s1><s2>\nSteps: 80%|████████ | 563/700 [03:53<00:56, 2.44it/s, loss=0.32, lr=0.0004] \nSteps: 81%|████████ | 564/700 [03:53<00:56, 2.43it/s, loss=0.32, lr=0.0004]\na cropped painting in the style of <s1><s2>\nSteps: 81%|████████ | 564/700 [03:53<00:56, 2.43it/s, loss=0.119, lr=0.0004]\nSteps: 81%|████████ | 565/700 [03:54<00:55, 2.43it/s, loss=0.119, lr=0.0004]\na dark painting in the style of <s1><s2>\nSteps: 81%|████████ | 565/700 [03:54<00:55, 2.43it/s, loss=0.0221, lr=0.0004]\nSteps: 81%|████████ | 566/700 [03:54<00:54, 2.45it/s, loss=0.0221, lr=0.0004]\na rendition in the style of <s1><s2>\nSteps: 81%|████████ | 566/700 [03:54<00:54, 2.45it/s, loss=0.135, lr=0.0004] \nSteps: 81%|████████ | 567/700 [03:55<00:54, 2.43it/s, loss=0.135, lr=0.0004]\na picture in the style of <s1><s2>\nSteps: 81%|████████ | 567/700 [03:55<00:54, 2.43it/s, loss=0.0233, lr=0.0004]\nSteps: 81%|████████ | 568/700 [03:55<00:53, 2.45it/s, loss=0.0233, lr=0.0004]\na good painting in the style of <s1><s2>\nSteps: 81%|████████ | 568/700 [03:55<00:53, 2.45it/s, loss=0.0661, lr=0.0004]\nSteps: 81%|████████▏ | 569/700 [03:55<00:54, 2.41it/s, loss=0.0661, lr=0.0004]\na rendition in the style of <s1><s2>\nSteps: 81%|████████▏ | 569/700 [03:55<00:54, 2.41it/s, loss=0.0364, lr=0.0004]\nSteps: 81%|████████▏ | 570/700 [03:56<00:53, 2.42it/s, loss=0.0364, lr=0.0004]\na bright painting in the style of <s1><s2>\nSteps: 81%|████████▏ | 570/700 [03:56<00:53, 2.42it/s, loss=0.0196, lr=0.0004]\nSteps: 82%|████████▏ | 571/700 [03:56<00:53, 2.40it/s, loss=0.0196, lr=0.0004]\na weird painting in the style of <s1><s2>\nSteps: 82%|████████▏ | 571/700 [03:56<00:53, 2.40it/s, loss=0.0121, lr=0.0004]\nSteps: 82%|████████▏ | 572/700 [03:57<00:52, 2.42it/s, loss=0.0121, lr=0.0004]\na bright painting in the style of <s1><s2>\nSteps: 82%|████████▏ | 572/700 [03:57<00:52, 2.42it/s, loss=0.105, lr=0.0004] \nSteps: 82%|████████▏ | 573/700 [03:57<00:52, 2.41it/s, loss=0.105, lr=0.0004]\nthe painting in the style of <s1><s2>\nSteps: 82%|████████▏ | 573/700 [03:57<00:52, 2.41it/s, loss=0.0554, lr=0.0004]\nSteps: 82%|████████▏ | 574/700 [03:57<00:52, 2.41it/s, loss=0.0554, lr=0.0004]\na picture in the style of <s1><s2>\nSteps: 82%|████████▏ | 574/700 [03:57<00:52, 2.41it/s, loss=0.128, lr=0.0004] \nSteps: 82%|████████▏ | 575/700 [03:58<00:51, 2.44it/s, loss=0.128, lr=0.0004]\na rendition in the style of <s1><s2>\nSteps: 82%|████████▏ | 575/700 [03:58<00:51, 2.44it/s, loss=0.0322, lr=0.0004]\nSteps: 82%|████████▏ | 576/700 [03:58<00:51, 2.42it/s, loss=0.0322, lr=0.0004]\na cool painting in the style of <s1><s2>\nSteps: 82%|████████▏ | 576/700 [03:58<00:51, 2.42it/s, loss=0.121, lr=0.0004] \nSteps: 82%|████████▏ | 577/700 [03:59<00:51, 2.40it/s, loss=0.121, lr=0.0004]\na bright painting in the style of <s1><s2>\nSteps: 82%|████████▏ | 577/700 [03:59<00:51, 2.40it/s, loss=0.0725, lr=0.0004]\nSteps: 83%|████████▎ | 578/700 [03:59<00:50, 2.41it/s, loss=0.0725, lr=0.0004]\nthe painting in the style of <s1><s2>\nSteps: 83%|████████▎ | 578/700 [03:59<00:50, 2.41it/s, loss=0.0906, lr=0.0004]\nSteps: 83%|████████▎ | 579/700 [04:00<00:50, 2.41it/s, loss=0.0906, lr=0.0004]\na bright painting in the style of <s1><s2>\nSteps: 83%|████████▎ | 579/700 [04:00<00:50, 2.41it/s, loss=0.00687, lr=0.0004]\nSteps: 83%|████████▎ | 580/700 [04:00<00:49, 2.41it/s, loss=0.00687, lr=0.0004]\na weird painting in the style of <s1><s2>\nSteps: 83%|████████▎ | 580/700 [04:00<00:49, 2.41it/s, loss=0.0942, lr=0.0004] \nSteps: 83%|████████▎ | 581/700 [04:00<00:49, 2.40it/s, loss=0.0942, lr=0.0004]\na small painting in the style of <s1><s2>\nSteps: 83%|████████▎ | 581/700 [04:00<00:49, 2.40it/s, loss=0.0264, lr=0.0004]\nSteps: 83%|████████▎ | 582/700 [04:01<00:49, 2.40it/s, loss=0.0264, lr=0.0004]\na small painting in the style of <s1><s2>\nSteps: 83%|████████▎ | 582/700 [04:01<00:49, 2.40it/s, loss=0.0432, lr=0.0004]\nSteps: 83%|████████▎ | 583/700 [04:01<00:48, 2.39it/s, loss=0.0432, lr=0.0004]\na clean painting in the style of <s1><s2>\nSteps: 83%|████████▎ | 583/700 [04:01<00:48, 2.39it/s, loss=0.0447, lr=0.0004]\nSteps: 83%|████████▎ | 584/700 [04:02<00:47, 2.43it/s, loss=0.0447, lr=0.0004]\na rendering in the style of <s1><s2>\nSteps: 83%|████████▎ | 584/700 [04:02<00:47, 2.43it/s, loss=0.0291, lr=0.0004]\nSteps: 84%|████████▎ | 585/700 [04:02<00:47, 2.44it/s, loss=0.0291, lr=0.0004]\na picture in the style of <s1><s2>\nSteps: 84%|████████▎ | 585/700 [04:02<00:47, 2.44it/s, loss=0.0959, lr=0.0004]\nSteps: 84%|████████▎ | 586/700 [04:02<00:46, 2.45it/s, loss=0.0959, lr=0.0004]\na large painting in the style of <s1><s2>\nSteps: 84%|████████▎ | 586/700 [04:02<00:46, 2.45it/s, loss=0.249, lr=0.0004] \nSteps: 84%|████████▍ | 587/700 [04:03<00:46, 2.43it/s, loss=0.249, lr=0.0004]\na bright painting in the style of <s1><s2>\nSteps: 84%|████████▍ | 587/700 [04:03<00:46, 2.43it/s, loss=0.261, lr=0.0004]\nSteps: 84%|████████▍ | 588/700 [04:03<00:46, 2.43it/s, loss=0.261, lr=0.0004]\na small painting in the style of <s1><s2>\nSteps: 84%|████████▍ | 588/700 [04:03<00:46, 2.43it/s, loss=0.0122, lr=0.0004]\nSteps: 84%|████████▍ | 589/700 [04:04<00:45, 2.42it/s, loss=0.0122, lr=0.0004]\na cropped painting in the style of <s1><s2>\nSteps: 84%|████████▍ | 589/700 [04:04<00:45, 2.42it/s, loss=0.0262, lr=0.0004]\nSteps: 84%|████████▍ | 590/700 [04:04<00:44, 2.45it/s, loss=0.0262, lr=0.0004]\na rendition in the style of <s1><s2>\nSteps: 84%|████████▍ | 590/700 [04:04<00:44, 2.45it/s, loss=0.157, lr=0.0004] \nSteps: 84%|████████▍ | 591/700 [04:04<00:44, 2.44it/s, loss=0.157, lr=0.0004]\na close-up painting in the style of <s1><s2>\nSteps: 84%|████████▍ | 591/700 [04:04<00:44, 2.44it/s, loss=0.198, lr=0.0004]\nSteps: 85%|████████▍ | 592/700 [04:05<00:44, 2.44it/s, loss=0.198, lr=0.0004]\na good painting in the style of <s1><s2>\nSteps: 85%|████████▍ | 592/700 [04:05<00:44, 2.44it/s, loss=0.101, lr=0.0004]\nSteps: 85%|████████▍ | 593/700 [04:05<00:44, 2.41it/s, loss=0.101, lr=0.0004]\na large painting in the style of <s1><s2>\nSteps: 85%|████████▍ | 593/700 [04:05<00:44, 2.41it/s, loss=0.0419, lr=0.0004]\nSteps: 85%|████████▍ | 594/700 [04:06<00:43, 2.43it/s, loss=0.0419, lr=0.0004]\na close-up painting in the style of <s1><s2>\nSteps: 85%|████████▍ | 594/700 [04:06<00:43, 2.43it/s, loss=0.0389, lr=0.0004]\nSteps: 85%|████████▌ | 595/700 [04:06<00:42, 2.46it/s, loss=0.0389, lr=0.0004]\na rendering in the style of <s1><s2>\nSteps: 85%|████████▌ | 595/700 [04:06<00:42, 2.46it/s, loss=0.09, lr=0.0004] \nSteps: 85%|████████▌ | 596/700 [04:07<00:42, 2.44it/s, loss=0.09, lr=0.0004]\na picture in the style of <s1><s2>\nSteps: 85%|████████▌ | 596/700 [04:07<00:42, 2.44it/s, loss=0.0429, lr=0.0004]\nSteps: 85%|████████▌ | 597/700 [04:07<00:42, 2.44it/s, loss=0.0429, lr=0.0004]\na bright painting in the style of <s1><s2>\nSteps: 85%|████████▌ | 597/700 [04:07<00:42, 2.44it/s, loss=0.0259, lr=0.0004]\nSteps: 85%|████████▌ | 598/700 [04:07<00:42, 2.42it/s, loss=0.0259, lr=0.0004]\na bright painting in the style of <s1><s2>\nSteps: 85%|████████▌ | 598/700 [04:07<00:42, 2.42it/s, loss=0.11, lr=0.0004] \nSteps: 86%|████████▌ | 599/700 [04:08<00:41, 2.44it/s, loss=0.11, lr=0.0004]\na rendering in the style of <s1><s2>\nSteps: 86%|████████▌ | 599/700 [04:08<00:41, 2.44it/s, loss=0.403, lr=0.0004]\nSteps: 86%|████████▌ | 600/700 [04:08<00:40, 2.45it/s, loss=0.403, lr=0.0004]\nCurrent Learned Embeddings for <s1>:, id 49408 tensor([ 0.0086, -0.0055, 0.0080, -0.0141], device='cuda:0')\nCurrent Learned Embeddings for <s2>:, id 49409 tensor([-6.5803e-03, 6.6746e-05, 6.9851e-03, 2.4674e-03], device='cuda:0')\nSaving weights to checkpoints/step_600.safetensors\nLORA Unet Moved 0.0031804852187633514\nLORA CLIP Moved 0.00021310336887836456\na close-up painting in the style of <s1><s2>\nSteps: 86%|████████▌ | 600/700 [04:08<00:40, 2.45it/s, loss=0.0236, lr=0.0004]\nSteps: 86%|████████▌ | 601/700 [04:09<00:43, 2.29it/s, loss=0.0236, lr=0.0004]\na rendering in the style of <s1><s2>\nSteps: 86%|████████▌ | 601/700 [04:09<00:43, 2.29it/s, loss=0.0399, lr=0.0004]\nSteps: 86%|████████▌ | 602/700 [04:09<00:41, 2.36it/s, loss=0.0399, lr=0.0004]\nthe painting in the style of <s1><s2>\nSteps: 86%|████████▌ | 602/700 [04:09<00:41, 2.36it/s, loss=0.107, lr=0.0004] \nSteps: 86%|████████▌ | 603/700 [04:09<00:41, 2.36it/s, loss=0.107, lr=0.0004]\na painting in the style of <s1><s2>\nSteps: 86%|████████▌ | 603/700 [04:09<00:41, 2.36it/s, loss=0.147, lr=0.0004]\nSteps: 86%|████████▋ | 604/700 [04:10<00:40, 2.34it/s, loss=0.147, lr=0.0004]\na painting in the style of <s1><s2>\nSteps: 86%|████████▋ | 604/700 [04:10<00:40, 2.34it/s, loss=0.0342, lr=0.0004]\nSteps: 86%|████████▋ | 605/700 [04:10<00:40, 2.36it/s, loss=0.0342, lr=0.0004]\na cropped painting in the style of <s1><s2>\nSteps: 86%|████████▋ | 605/700 [04:10<00:40, 2.36it/s, loss=0.0183, lr=0.0004]\nSteps: 87%|████████▋ | 606/700 [04:11<00:39, 2.37it/s, loss=0.0183, lr=0.0004]\na picture in the style of <s1><s2>\nSteps: 87%|████████▋ | 606/700 [04:11<00:39, 2.37it/s, loss=0.0181, lr=0.0004]\nSteps: 87%|████████▋ | 607/700 [04:11<00:39, 2.38it/s, loss=0.0181, lr=0.0004]\na close-up painting in the style of <s1><s2>\nSteps: 87%|████████▋ | 607/700 [04:11<00:39, 2.38it/s, loss=0.0275, lr=0.0004]\nSteps: 87%|████████▋ | 608/700 [04:12<00:38, 2.38it/s, loss=0.0275, lr=0.0004]\na dark painting in the style of <s1><s2>\nSteps: 87%|████████▋ | 608/700 [04:12<00:38, 2.38it/s, loss=0.119, lr=0.0004] \nSteps: 87%|████████▋ | 609/700 [04:12<00:38, 2.39it/s, loss=0.119, lr=0.0004]\na weird painting in the style of <s1><s2>\nSteps: 87%|████████▋ | 609/700 [04:12<00:38, 2.39it/s, loss=0.0406, lr=0.0004]\nSteps: 87%|████████▋ | 610/700 [04:12<00:37, 2.39it/s, loss=0.0406, lr=0.0004]\nthe painting in the style of <s1><s2>\nSteps: 87%|████████▋ | 610/700 [04:12<00:37, 2.39it/s, loss=0.024, lr=0.0004] \nSteps: 87%|████████▋ | 611/700 [04:13<00:37, 2.40it/s, loss=0.024, lr=0.0004]\na bright painting in the style of <s1><s2>\nSteps: 87%|████████▋ | 611/700 [04:13<00:37, 2.40it/s, loss=0.0178, lr=0.0004]\nSteps: 87%|████████▋ | 612/700 [04:13<00:36, 2.42it/s, loss=0.0178, lr=0.0004]\na close-up painting in the style of <s1><s2>\nSteps: 87%|████████▋ | 612/700 [04:13<00:36, 2.42it/s, loss=0.088, lr=0.0004] \nSteps: 88%|████████▊ | 613/700 [04:14<00:36, 2.41it/s, loss=0.088, lr=0.0004]\na good painting in the style of <s1><s2>\nSteps: 88%|████████▊ | 613/700 [04:14<00:36, 2.41it/s, loss=0.0757, lr=0.0004]\nSteps: 88%|████████▊ | 614/700 [04:14<00:35, 2.41it/s, loss=0.0757, lr=0.0004]\nthe painting in the style of <s1><s2>\nSteps: 88%|████████▊ | 614/700 [04:14<00:35, 2.41it/s, loss=0.0519, lr=0.0004]\nSteps: 88%|████████▊ | 615/700 [04:14<00:35, 2.40it/s, loss=0.0519, lr=0.0004]\na large painting in the style of <s1><s2>\nSteps: 88%|████████▊ | 615/700 [04:14<00:35, 2.40it/s, loss=0.0344, lr=0.0004]\nSteps: 88%|████████▊ | 616/700 [04:15<00:34, 2.40it/s, loss=0.0344, lr=0.0004]\na close-up painting in the style of <s1><s2>\nSteps: 88%|████████▊ | 616/700 [04:15<00:34, 2.40it/s, loss=0.0614, lr=0.0004]\nSteps: 88%|████████▊ | 617/700 [04:15<00:34, 2.41it/s, loss=0.0614, lr=0.0004]\na nice painting in the style of <s1><s2>\nSteps: 88%|████████▊ | 617/700 [04:15<00:34, 2.41it/s, loss=0.0756, lr=0.0004]\nSteps: 88%|████████▊ | 618/700 [04:16<00:33, 2.42it/s, loss=0.0756, lr=0.0004]\na rendering in the style of <s1><s2>\nSteps: 88%|████████▊ | 618/700 [04:16<00:33, 2.42it/s, loss=0.0596, lr=0.0004]\nSteps: 88%|████████▊ | 619/700 [04:16<00:33, 2.42it/s, loss=0.0596, lr=0.0004]\na nice painting in the style of <s1><s2>\nSteps: 88%|████████▊ | 619/700 [04:16<00:33, 2.42it/s, loss=0.0449, lr=0.0004]\nSteps: 89%|████████▊ | 620/700 [04:17<00:33, 2.41it/s, loss=0.0449, lr=0.0004]\na dark painting in the style of <s1><s2>\nSteps: 89%|████████▊ | 620/700 [04:17<00:33, 2.41it/s, loss=0.0698, lr=0.0004]\nSteps: 89%|████████▊ | 621/700 [04:17<00:32, 2.43it/s, loss=0.0698, lr=0.0004]\na large painting in the style of <s1><s2>\nSteps: 89%|████████▊ | 621/700 [04:17<00:32, 2.43it/s, loss=0.239, lr=0.0004] \nSteps: 89%|████████▉ | 622/700 [04:17<00:32, 2.42it/s, loss=0.239, lr=0.0004]\na nice painting in the style of <s1><s2>\nSteps: 89%|████████▉ | 622/700 [04:17<00:32, 2.42it/s, loss=0.0228, lr=0.0004]\nSteps: 89%|████████▉ | 623/700 [04:18<00:31, 2.43it/s, loss=0.0228, lr=0.0004]\na good painting in the style of <s1><s2>\nSteps: 89%|████████▉ | 623/700 [04:18<00:31, 2.43it/s, loss=0.0789, lr=0.0004]\nSteps: 89%|████████▉ | 624/700 [04:18<00:31, 2.42it/s, loss=0.0789, lr=0.0004]\na cropped painting in the style of <s1><s2>\nSteps: 89%|████████▉ | 624/700 [04:18<00:31, 2.42it/s, loss=0.0178, lr=0.0004]\nSteps: 89%|████████▉ | 625/700 [04:19<00:31, 2.41it/s, loss=0.0178, lr=0.0004]\na picture in the style of <s1><s2>\nSteps: 89%|████████▉ | 625/700 [04:19<00:31, 2.41it/s, loss=0.0252, lr=0.0004]\nSteps: 89%|████████▉ | 626/700 [04:19<00:30, 2.43it/s, loss=0.0252, lr=0.0004]\na cropped painting in the style of <s1><s2>\nSteps: 89%|████████▉ | 626/700 [04:19<00:30, 2.43it/s, loss=0.0291, lr=0.0004]\nSteps: 90%|████████▉ | 627/700 [04:19<00:29, 2.44it/s, loss=0.0291, lr=0.0004]\na bright painting in the style of <s1><s2>\nSteps: 90%|████████▉ | 627/700 [04:19<00:29, 2.44it/s, loss=0.0982, lr=0.0004]\nSteps: 90%|████████▉ | 628/700 [04:20<00:29, 2.45it/s, loss=0.0982, lr=0.0004]\na rendering in the style of <s1><s2>\nSteps: 90%|████████▉ | 628/700 [04:20<00:29, 2.45it/s, loss=0.068, lr=0.0004] \nSteps: 90%|████████▉ | 629/700 [04:20<00:28, 2.46it/s, loss=0.068, lr=0.0004]\na cool painting in the style of <s1><s2>\nSteps: 90%|████████▉ | 629/700 [04:20<00:28, 2.46it/s, loss=0.0426, lr=0.0004]\nSteps: 90%|█████████ | 630/700 [04:21<00:28, 2.44it/s, loss=0.0426, lr=0.0004]\na small painting in the style of <s1><s2>\nSteps: 90%|█████████ | 630/700 [04:21<00:28, 2.44it/s, loss=0.113, lr=0.0004] \nSteps: 90%|█████████ | 631/700 [04:21<00:28, 2.46it/s, loss=0.113, lr=0.0004]\na small painting in the style of <s1><s2>\nSteps: 90%|█████████ | 631/700 [04:21<00:28, 2.46it/s, loss=0.0325, lr=0.0004]\nSteps: 90%|█████████ | 632/700 [04:21<00:27, 2.46it/s, loss=0.0325, lr=0.0004]\na cool painting in the style of <s1><s2>\nSteps: 90%|█████████ | 632/700 [04:21<00:27, 2.46it/s, loss=0.0603, lr=0.0004]\nSteps: 90%|█████████ | 633/700 [04:22<00:27, 2.47it/s, loss=0.0603, lr=0.0004]\na cropped painting in the style of <s1><s2>\nSteps: 90%|█████████ | 633/700 [04:22<00:27, 2.47it/s, loss=0.133, lr=0.0004] \nSteps: 91%|█████████ | 634/700 [04:22<00:26, 2.46it/s, loss=0.133, lr=0.0004]\na large painting in the style of <s1><s2>\nSteps: 91%|█████████ | 634/700 [04:22<00:26, 2.46it/s, loss=0.155, lr=0.0004]\nSteps: 91%|█████████ | 635/700 [04:23<00:26, 2.45it/s, loss=0.155, lr=0.0004]\na picture in the style of <s1><s2>\nSteps: 91%|█████████ | 635/700 [04:23<00:26, 2.45it/s, loss=0.0642, lr=0.0004]\nSteps: 91%|█████████ | 636/700 [04:23<00:25, 2.47it/s, loss=0.0642, lr=0.0004]\na cropped painting in the style of <s1><s2>\nSteps: 91%|█████████ | 636/700 [04:23<00:25, 2.47it/s, loss=0.0182, lr=0.0004]\nSteps: 91%|█████████ | 637/700 [04:23<00:25, 2.43it/s, loss=0.0182, lr=0.0004]\na cropped painting in the style of <s1><s2>\nSteps: 91%|█████████ | 637/700 [04:23<00:25, 2.43it/s, loss=0.0468, lr=0.0004]\nSteps: 91%|█████████ | 638/700 [04:24<00:25, 2.42it/s, loss=0.0468, lr=0.0004]\na good painting in the style of <s1><s2>\nSteps: 91%|█████████ | 638/700 [04:24<00:25, 2.42it/s, loss=0.0586, lr=0.0004]\nSteps: 91%|█████████▏| 639/700 [04:24<00:25, 2.43it/s, loss=0.0586, lr=0.0004]\na clean painting in the style of <s1><s2>\nSteps: 91%|█████████▏| 639/700 [04:24<00:25, 2.43it/s, loss=0.0194, lr=0.0004]\nSteps: 91%|█████████▏| 640/700 [04:25<00:24, 2.43it/s, loss=0.0194, lr=0.0004]\na small painting in the style of <s1><s2>\nSteps: 91%|█████████▏| 640/700 [04:25<00:24, 2.43it/s, loss=0.0383, lr=0.0004]\nSteps: 92%|█████████▏| 641/700 [04:25<00:24, 2.43it/s, loss=0.0383, lr=0.0004]\na cool painting in the style of <s1><s2>\nSteps: 92%|█████████▏| 641/700 [04:25<00:24, 2.43it/s, loss=0.0107, lr=0.0004]\nSteps: 92%|█████████▏| 642/700 [04:26<00:24, 2.39it/s, loss=0.0107, lr=0.0004]\na close-up painting in the style of <s1><s2>\nSteps: 92%|█████████▏| 642/700 [04:26<00:24, 2.39it/s, loss=0.025, lr=0.0004] \nSteps: 92%|█████████▏| 643/700 [04:26<00:23, 2.43it/s, loss=0.025, lr=0.0004]\na bright painting in the style of <s1><s2>\nSteps: 92%|█████████▏| 643/700 [04:26<00:23, 2.43it/s, loss=0.0264, lr=0.0004]\nSteps: 92%|█████████▏| 644/700 [04:26<00:22, 2.44it/s, loss=0.0264, lr=0.0004]\na dirty painting in the style of <s1><s2>\nSteps: 92%|█████████▏| 644/700 [04:26<00:22, 2.44it/s, loss=0.133, lr=0.0004] \nSteps: 92%|█████████▏| 645/700 [04:27<00:22, 2.44it/s, loss=0.133, lr=0.0004]\na good painting in the style of <s1><s2>\nSteps: 92%|█████████▏| 645/700 [04:27<00:22, 2.44it/s, loss=0.064, lr=0.0004]\nSteps: 92%|█████████▏| 646/700 [04:27<00:21, 2.46it/s, loss=0.064, lr=0.0004]\na nice painting in the style of <s1><s2>\nSteps: 92%|█████████▏| 646/700 [04:27<00:21, 2.46it/s, loss=0.0684, lr=0.0004]\nSteps: 92%|█████████▏| 647/700 [04:28<00:21, 2.46it/s, loss=0.0684, lr=0.0004]\na rendering in the style of <s1><s2>\nSteps: 92%|█████████▏| 647/700 [04:28<00:21, 2.46it/s, loss=0.0162, lr=0.0004]\nSteps: 93%|█████████▎| 648/700 [04:28<00:21, 2.47it/s, loss=0.0162, lr=0.0004]\na dirty painting in the style of <s1><s2>\nSteps: 93%|█████████▎| 648/700 [04:28<00:21, 2.47it/s, loss=0.0191, lr=0.0004]\nSteps: 93%|█████████▎| 649/700 [04:28<00:20, 2.45it/s, loss=0.0191, lr=0.0004]\na good painting in the style of <s1><s2>\nSteps: 93%|█████████▎| 649/700 [04:28<00:20, 2.45it/s, loss=0.0599, lr=0.0004]\nSteps: 93%|█████████▎| 650/700 [04:29<00:20, 2.44it/s, loss=0.0599, lr=0.0004]\na close-up painting in the style of <s1><s2>\nSteps: 93%|█████████▎| 650/700 [04:29<00:20, 2.44it/s, loss=0.0209, lr=0.0004]\nSteps: 93%|█████████▎| 651/700 [04:29<00:20, 2.42it/s, loss=0.0209, lr=0.0004]\na picture in the style of <s1><s2>\nSteps: 93%|█████████▎| 651/700 [04:29<00:20, 2.42it/s, loss=0.0146, lr=0.0004]\nSteps: 93%|█████████▎| 652/700 [04:30<00:19, 2.42it/s, loss=0.0146, lr=0.0004]\nthe painting in the style of <s1><s2>\nSteps: 93%|█████████▎| 652/700 [04:30<00:19, 2.42it/s, loss=0.0428, lr=0.0004]\nSteps: 93%|█████████▎| 653/700 [04:30<00:19, 2.42it/s, loss=0.0428, lr=0.0004]\na nice painting in the style of <s1><s2>\nSteps: 93%|█████████▎| 653/700 [04:30<00:19, 2.42it/s, loss=0.284, lr=0.0004] \nSteps: 93%|█████████▎| 654/700 [04:30<00:19, 2.41it/s, loss=0.284, lr=0.0004]\na weird painting in the style of <s1><s2>\nSteps: 93%|█████████▎| 654/700 [04:30<00:19, 2.41it/s, loss=0.14, lr=0.0004] \nSteps: 94%|█████████▎| 655/700 [04:31<00:18, 2.38it/s, loss=0.14, lr=0.0004]\na clean painting in the style of <s1><s2>\nSteps: 94%|█████████▎| 655/700 [04:31<00:18, 2.38it/s, loss=0.014, lr=0.0004]\nSteps: 94%|█████████▎| 656/700 [04:31<00:18, 2.37it/s, loss=0.014, lr=0.0004]\na dark painting in the style of <s1><s2>\nSteps: 94%|█████████▎| 656/700 [04:31<00:18, 2.37it/s, loss=0.0144, lr=0.0004]\nSteps: 94%|█████████▍| 657/700 [04:32<00:17, 2.39it/s, loss=0.0144, lr=0.0004]\na rendition in the style of <s1><s2>\nSteps: 94%|█████████▍| 657/700 [04:32<00:17, 2.39it/s, loss=0.0561, lr=0.0004]\nSteps: 94%|█████████▍| 658/700 [04:32<00:17, 2.41it/s, loss=0.0561, lr=0.0004]\na cropped painting in the style of <s1><s2>\nSteps: 94%|█████████▍| 658/700 [04:32<00:17, 2.41it/s, loss=0.0728, lr=0.0004]\nSteps: 94%|█████████▍| 659/700 [04:33<00:17, 2.41it/s, loss=0.0728, lr=0.0004]\na close-up painting in the style of <s1><s2>\nSteps: 94%|█████████▍| 659/700 [04:33<00:17, 2.41it/s, loss=0.0473, lr=0.0004]\nSteps: 94%|█████████▍| 660/700 [04:33<00:16, 2.43it/s, loss=0.0473, lr=0.0004]\na rendering in the style of <s1><s2>\nSteps: 94%|█████████▍| 660/700 [04:33<00:16, 2.43it/s, loss=0.0142, lr=0.0004]\nSteps: 94%|█████████▍| 661/700 [04:33<00:16, 2.41it/s, loss=0.0142, lr=0.0004]\na rendering in the style of <s1><s2>\nSteps: 94%|█████████▍| 661/700 [04:33<00:16, 2.41it/s, loss=0.0394, lr=0.0004]\nSteps: 95%|█████████▍| 662/700 [04:34<00:15, 2.41it/s, loss=0.0394, lr=0.0004]\na rendition in the style of <s1><s2>\nSteps: 95%|█████████▍| 662/700 [04:34<00:15, 2.41it/s, loss=0.0595, lr=0.0004]\nSteps: 95%|█████████▍| 663/700 [04:34<00:15, 2.43it/s, loss=0.0595, lr=0.0004]\na good painting in the style of <s1><s2>\nSteps: 95%|█████████▍| 663/700 [04:34<00:15, 2.43it/s, loss=0.00735, lr=0.0004]\nSteps: 95%|█████████▍| 664/700 [04:35<00:14, 2.42it/s, loss=0.00735, lr=0.0004]\na dark painting in the style of <s1><s2>\nSteps: 95%|█████████▍| 664/700 [04:35<00:14, 2.42it/s, loss=0.0913, lr=0.0004] \nSteps: 95%|█████████▌| 665/700 [04:35<00:14, 2.42it/s, loss=0.0913, lr=0.0004]\na good painting in the style of <s1><s2>\nSteps: 95%|█████████▌| 665/700 [04:35<00:14, 2.42it/s, loss=0.0173, lr=0.0004]\nSteps: 95%|█████████▌| 666/700 [04:35<00:14, 2.41it/s, loss=0.0173, lr=0.0004]\na nice painting in the style of <s1><s2>\nSteps: 95%|█████████▌| 666/700 [04:35<00:14, 2.41it/s, loss=0.0535, lr=0.0004]\nSteps: 95%|█████████▌| 667/700 [04:36<00:13, 2.40it/s, loss=0.0535, lr=0.0004]\na good painting in the style of <s1><s2>\nSteps: 95%|█████████▌| 667/700 [04:36<00:13, 2.40it/s, loss=0.0202, lr=0.0004]\nSteps: 95%|█████████▌| 668/700 [04:36<00:13, 2.42it/s, loss=0.0202, lr=0.0004]\na nice painting in the style of <s1><s2>\nSteps: 95%|█████████▌| 668/700 [04:36<00:13, 2.42it/s, loss=0.0662, lr=0.0004]\nSteps: 96%|█████████▌| 669/700 [04:37<00:12, 2.42it/s, loss=0.0662, lr=0.0004]\na dark painting in the style of <s1><s2>\nSteps: 96%|█████████▌| 669/700 [04:37<00:12, 2.42it/s, loss=0.0279, lr=0.0004]\nSteps: 96%|█████████▌| 670/700 [04:37<00:12, 2.45it/s, loss=0.0279, lr=0.0004]\na close-up painting in the style of <s1><s2>\nSteps: 96%|█████████▌| 670/700 [04:37<00:12, 2.45it/s, loss=0.0935, lr=0.0004]\nSteps: 96%|█████████▌| 671/700 [04:38<00:11, 2.43it/s, loss=0.0935, lr=0.0004]\na dark painting in the style of <s1><s2>\nSteps: 96%|█████████▌| 671/700 [04:38<00:11, 2.43it/s, loss=0.055, lr=0.0004] \nSteps: 96%|█████████▌| 672/700 [04:38<00:11, 2.45it/s, loss=0.055, lr=0.0004]\na small painting in the style of <s1><s2>\nSteps: 96%|█████████▌| 672/700 [04:38<00:11, 2.45it/s, loss=0.0618, lr=0.0004]\nSteps: 96%|█████████▌| 673/700 [04:38<00:11, 2.44it/s, loss=0.0618, lr=0.0004]\na good painting in the style of <s1><s2>\nSteps: 96%|█████████▌| 673/700 [04:38<00:11, 2.44it/s, loss=0.0502, lr=0.0004]\nSteps: 96%|█████████▋| 674/700 [04:39<00:10, 2.44it/s, loss=0.0502, lr=0.0004]\na cool painting in the style of <s1><s2>\nSteps: 96%|█████████▋| 674/700 [04:39<00:10, 2.44it/s, loss=0.135, lr=0.0004] \nSteps: 96%|█████████▋| 675/700 [04:39<00:10, 2.43it/s, loss=0.135, lr=0.0004]\na small painting in the style of <s1><s2>\nSteps: 96%|█████████▋| 675/700 [04:39<00:10, 2.43it/s, loss=0.192, lr=0.0004]\nSteps: 97%|█████████▋| 676/700 [04:40<00:09, 2.42it/s, loss=0.192, lr=0.0004]\na small painting in the style of <s1><s2>\nSteps: 97%|█████████▋| 676/700 [04:40<00:09, 2.42it/s, loss=0.0474, lr=0.0004]\nSteps: 97%|█████████▋| 677/700 [04:40<00:09, 2.39it/s, loss=0.0474, lr=0.0004]\na weird painting in the style of <s1><s2>\nSteps: 97%|█████████▋| 677/700 [04:40<00:09, 2.39it/s, loss=0.0148, lr=0.0004]\nSteps: 97%|█████████▋| 678/700 [04:40<00:09, 2.40it/s, loss=0.0148, lr=0.0004]\na weird painting in the style of <s1><s2>\nSteps: 97%|█████████▋| 678/700 [04:40<00:09, 2.40it/s, loss=0.0534, lr=0.0004]\nSteps: 97%|█████████▋| 679/700 [04:41<00:08, 2.41it/s, loss=0.0534, lr=0.0004]\na clean painting in the style of <s1><s2>\nSteps: 97%|█████████▋| 679/700 [04:41<00:08, 2.41it/s, loss=0.0655, lr=0.0004]\nSteps: 97%|█████████▋| 680/700 [04:41<00:08, 2.42it/s, loss=0.0655, lr=0.0004]\na dark painting in the style of <s1><s2>\nSteps: 97%|█████████▋| 680/700 [04:41<00:08, 2.42it/s, loss=0.141, lr=0.0004] \nSteps: 97%|█████████▋| 681/700 [04:42<00:07, 2.42it/s, loss=0.141, lr=0.0004]\na rendering in the style of <s1><s2>\nSteps: 97%|█████████▋| 681/700 [04:42<00:07, 2.42it/s, loss=0.0492, lr=0.0004]\nSteps: 97%|█████████▋| 682/700 [04:42<00:07, 2.43it/s, loss=0.0492, lr=0.0004]\na rendition in the style of <s1><s2>\nSteps: 97%|█████████▋| 682/700 [04:42<00:07, 2.43it/s, loss=0.0318, lr=0.0004]\nSteps: 98%|█████████▊| 683/700 [04:42<00:07, 2.42it/s, loss=0.0318, lr=0.0004]\na small painting in the style of <s1><s2>\nSteps: 98%|█████████▊| 683/700 [04:42<00:07, 2.42it/s, loss=0.0203, lr=0.0004]\nSteps: 98%|█████████▊| 684/700 [04:43<00:06, 2.42it/s, loss=0.0203, lr=0.0004]\na rendition in the style of <s1><s2>\nSteps: 98%|█████████▊| 684/700 [04:43<00:06, 2.42it/s, loss=0.0828, lr=0.0004]\nSteps: 98%|█████████▊| 685/700 [04:43<00:06, 2.42it/s, loss=0.0828, lr=0.0004]\na good painting in the style of <s1><s2>\nSteps: 98%|█████████▊| 685/700 [04:43<00:06, 2.42it/s, loss=0.0602, lr=0.0004]\nSteps: 98%|█████████▊| 686/700 [04:44<00:05, 2.44it/s, loss=0.0602, lr=0.0004]\na clean painting in the style of <s1><s2>\nSteps: 98%|█████████▊| 686/700 [04:44<00:05, 2.44it/s, loss=0.0175, lr=0.0004]\nSteps: 98%|█████████▊| 687/700 [04:44<00:05, 2.43it/s, loss=0.0175, lr=0.0004]\na nice painting in the style of <s1><s2>\nSteps: 98%|█████████▊| 687/700 [04:44<00:05, 2.43it/s, loss=0.0238, lr=0.0004]\nSteps: 98%|█████████▊| 688/700 [04:45<00:04, 2.41it/s, loss=0.0238, lr=0.0004]\na bright painting in the style of <s1><s2>\nSteps: 98%|█████████▊| 688/700 [04:45<00:04, 2.41it/s, loss=0.068, lr=0.0004] \nSteps: 98%|█████████▊| 689/700 [04:45<00:04, 2.42it/s, loss=0.068, lr=0.0004]\na close-up painting in the style of <s1><s2>\nSteps: 98%|█████████▊| 689/700 [04:45<00:04, 2.42it/s, loss=0.0295, lr=0.0004]\nSteps: 99%|█████████▊| 690/700 [04:45<00:04, 2.39it/s, loss=0.0295, lr=0.0004]\na close-up painting in the style of <s1><s2>\nSteps: 99%|█████████▊| 690/700 [04:45<00:04, 2.39it/s, loss=0.0272, lr=0.0004]\nSteps: 99%|█████████▊| 691/700 [04:46<00:03, 2.41it/s, loss=0.0272, lr=0.0004]\na picture in the style of <s1><s2>\nSteps: 99%|█████████▊| 691/700 [04:46<00:03, 2.41it/s, loss=0.0105, lr=0.0004]\nSteps: 99%|█████████▉| 692/700 [04:46<00:03, 2.43it/s, loss=0.0105, lr=0.0004]\na cool painting in the style of <s1><s2>\nSteps: 99%|█████████▉| 692/700 [04:46<00:03, 2.43it/s, loss=0.018, lr=0.0004] \nSteps: 99%|█████████▉| 693/700 [04:47<00:02, 2.45it/s, loss=0.018, lr=0.0004]\na cropped painting in the style of <s1><s2>\nSteps: 99%|█████████▉| 693/700 [04:47<00:02, 2.45it/s, loss=0.0478, lr=0.0004]\nSteps: 99%|█████████▉| 694/700 [04:47<00:02, 2.45it/s, loss=0.0478, lr=0.0004]\na rendition in the style of <s1><s2>\nSteps: 99%|█████████▉| 694/700 [04:47<00:02, 2.45it/s, loss=0.0551, lr=0.0004]\nSteps: 99%|█████████▉| 695/700 [04:47<00:02, 2.45it/s, loss=0.0551, lr=0.0004]\na close-up painting in the style of <s1><s2>\nSteps: 99%|█████████▉| 695/700 [04:47<00:02, 2.45it/s, loss=0.141, lr=0.0004] \nSteps: 99%|█████████▉| 696/700 [04:48<00:01, 2.45it/s, loss=0.141, lr=0.0004]\na rendition in the style of <s1><s2>\nSteps: 99%|█████████▉| 696/700 [04:48<00:01, 2.45it/s, loss=0.0715, lr=0.0004]\nSteps: 100%|█████████▉| 697/700 [04:48<00:01, 2.43it/s, loss=0.0715, lr=0.0004]\na nice painting in the style of <s1><s2>\nSteps: 100%|█████████▉| 697/700 [04:48<00:01, 2.43it/s, loss=0.108, lr=0.0004] \nSteps: 100%|█████████▉| 698/700 [04:49<00:00, 2.45it/s, loss=0.108, lr=0.0004]\na cropped painting in the style of <s1><s2>\nSteps: 100%|█████████▉| 698/700 [04:49<00:00, 2.45it/s, loss=0.212, lr=0.0004]\nSteps: 100%|█████████▉| 699/700 [04:49<00:00, 2.46it/s, loss=0.212, lr=0.0004]\na cool painting in the style of <s1><s2>\nSteps: 100%|█████████▉| 699/700 [04:49<00:00, 2.46it/s, loss=0.0322, lr=0.0004]\nSteps: 100%|██████████| 700/700 [04:49<00:00, 2.45it/s, loss=0.0322, lr=0.0004]\nCurrent Learned Embeddings for <s1>:, id 49408 tensor([ 0.0086, -0.0055, 0.0080, -0.0141], device='cuda:0')\nCurrent Learned Embeddings for <s2>:, id 49409 tensor([-6.5803e-03, 6.6746e-05, 6.9851e-03, 2.4674e-03], device='cuda:0')\nSaving weights to checkpoints/step_700.safetensors\nLORA Unet Moved 0.003422068664804101\nLORA CLIP Moved 0.00022867544612381607\nCurrent Learned Embeddings for <s1>:, id 49408 tensor([ 0.0086, -0.0055, 0.0080, -0.0141], device='cuda:0')\nCurrent Learned Embeddings for <s2>:, id 49409 tensor([-6.5803e-03, 6.6746e-05, 6.9851e-03, 2.4674e-03], device='cuda:0')\nSaving weights to checkpoints/final_lora.safetensors\nSteps: 100%|██████████| 700/700 [04:49<00:00, 2.45it/s, loss=0.0926, lr=0.0004]\nSteps: 100%|██████████| 700/700 [04:50<00:00, 2.41it/s, loss=0.0926, lr=0.0004]",
"metrics": {
"predict_time": 475.654687,
"total_time": 653.791245
},
"output": "https://replicate.delivery/pbxt/EdzdCihtoEKJPhsg2m2siciNUxGhy0dwXEyVRalfTmiGHWNIA/tmpc7q6wzxspokemon.safetensors",
"started_at": "2023-02-03T13:44:18.098488Z",
"status": "succeeded",
"urls": {
"get": "https://api.replicate.com/v1/predictions/gsn2nbdlazaepiaag6g46qqqoq",
"cancel": "https://api.replicate.com/v1/predictions/gsn2nbdlazaepiaag6g46qqqoq/cancel"
},
"version": "ac7295c3458f12be1c9d8509ebe3a02d0ea027a691424b58a3aa486fb369459e"
}
Using seed: 25272
PTI : Initializer Tokens not given, doing random inits
PTI : Placeholder Tokens ['<s1>', '<s2>']
PTI : Initializer Tokens ['<rand-0.017>', '<rand-0.017>']
Initialized <s1> with random noise (sigma=0.017), empirically -0.000 +- 0.018
Norm : 0.4884
Initialized <s2> with random noise (sigma=0.017), empirically 0.001 +- 0.017
Norm : 0.4750
/root/.pyenv/versions/3.10.9/lib/python3.10/site-packages/diffusers/configuration_utils.py:195: FutureWarning: It is deprecated to pass a pretrained model name or path to `from_config`.If you were trying to load a scheduler, please use <class 'diffusers.schedulers.scheduling_ddpm.DDPMScheduler'>.from_pretrained(...) instead. Otherwise, please make sure to pass a configuration dictionary instead. This functionality will be removed in v1.0.0.
deprecate("config-passed-as-path", "1.0.0", deprecation_message, standard_warn=False)
0%| | 0/700 [00:00<?, ?it/s]
Steps: 0%| | 0/700 [00:00<?, ?it/s]/root/.pyenv/versions/3.10.9/lib/python3.10/site-packages/PIL/Image.py:996: UserWarning: Palette images with Transparency expressed in bytes should be converted to RGBA images
warnings.warn(
a cool painting in the style of <s1><s2>
tensor([[0.4902],
[0.4755]], device='cuda:0')
Current Norm : tensor([0.4812, 0.4680], device='cuda:0')
Steps: 0%| | 1/700 [00:02<34:02, 2.92s/it]
a cropped painting in the style of <s1><s2>
Steps: 0%| | 1/700 [00:02<34:02, 2.92s/it, loss=0.0264, lr=0.001]
Steps: 0%| | 2/700 [00:03<15:38, 1.34s/it, loss=0.0264, lr=0.001]
a dark painting in the style of <s1><s2>
tensor([[0.4819],
[0.4692]], device='cuda:0')
Current Norm : tensor([0.4738, 0.4623], device='cuda:0')
Steps: 0%| | 2/700 [00:03<15:38, 1.34s/it, loss=0.0227, lr=0.001]
Steps: 0%| | 3/700 [00:03<09:44, 1.19it/s, loss=0.0227, lr=0.001]
a weird painting in the style of <s1><s2>
Steps: 0%| | 3/700 [00:03<09:44, 1.19it/s, loss=0.00307, lr=0.001]
Steps: 1%| | 4/700 [00:03<07:01, 1.65it/s, loss=0.00307, lr=0.001]
a cool painting in the style of <s1><s2>
tensor([[0.4743],
[0.4631]], device='cuda:0')
Current Norm : tensor([0.4668, 0.4568], device='cuda:0')
Steps: 1%| | 4/700 [00:03<07:01, 1.65it/s, loss=0.0101, lr=0.001]
Steps: 1%| | 5/700 [00:03<05:32, 2.09it/s, loss=0.0101, lr=0.001]
a close-up painting in the style of <s1><s2>
Steps: 1%| | 5/700 [00:03<05:32, 2.09it/s, loss=0.0278, lr=0.001]
Steps: 1%| | 6/700 [00:04<04:36, 2.51it/s, loss=0.0278, lr=0.001]
a dirty painting in the style of <s1><s2>
tensor([[0.4674],
[0.4578]], device='cuda:0')
Current Norm : tensor([0.4606, 0.4520], device='cuda:0')
Steps: 1%| | 6/700 [00:04<04:36, 2.51it/s, loss=0.0103, lr=0.001]
Steps: 1%| | 7/700 [00:04<04:01, 2.87it/s, loss=0.0103, lr=0.001]
a rendition in the style of <s1><s2>
Steps: 1%| | 7/700 [00:04<04:01, 2.87it/s, loss=0.00917, lr=0.001]
Steps: 1%| | 8/700 [00:04<03:37, 3.18it/s, loss=0.00917, lr=0.001]
a large painting in the style of <s1><s2>
tensor([[0.4613],
[0.4531]], device='cuda:0')
Current Norm : tensor([0.4552, 0.4478], device='cuda:0')
Steps: 1%| | 8/700 [00:04<03:37, 3.18it/s, loss=0.155, lr=0.001]
Steps: 1%|▏ | 9/700 [00:04<03:23, 3.40it/s, loss=0.155, lr=0.001]
a close-up painting in the style of <s1><s2>
Steps: 1%|▏ | 9/700 [00:04<03:23, 3.40it/s, loss=0.00363, lr=0.001]
Steps: 1%|▏ | 10/700 [00:05<03:09, 3.64it/s, loss=0.00363, lr=0.001]
a small painting in the style of <s1><s2>
tensor([[0.4561],
[0.4490]], device='cuda:0')
Current Norm : tensor([0.4505, 0.4441], device='cuda:0')
Steps: 1%|▏ | 10/700 [00:05<03:09, 3.64it/s, loss=0.00109, lr=0.001]
Steps: 2%|▏ | 11/700 [00:05<03:03, 3.75it/s, loss=0.00109, lr=0.001]
the painting in the style of <s1><s2>
Steps: 2%|▏ | 11/700 [00:05<03:03, 3.75it/s, loss=0.035, lr=0.001]
Steps: 2%|▏ | 12/700 [00:05<02:55, 3.91it/s, loss=0.035, lr=0.001]
a cropped painting in the style of <s1><s2>
tensor([[0.4514],
[0.4454]], device='cuda:0')
Current Norm : tensor([0.4462, 0.4409], device='cuda:0')
Steps: 2%|▏ | 12/700 [00:05<02:55, 3.91it/s, loss=0.0527, lr=0.001]
Steps: 2%|▏ | 13/700 [00:05<02:53, 3.97it/s, loss=0.0527, lr=0.001]
a rendering in the style of <s1><s2>
Steps: 2%|▏ | 13/700 [00:05<02:53, 3.97it/s, loss=0.0116, lr=0.001]
Steps: 2%|▏ | 14/700 [00:06<02:51, 4.01it/s, loss=0.0116, lr=0.001]
a clean painting in the style of <s1><s2>
tensor([[0.4471],
[0.4422]], device='cuda:0')
Current Norm : tensor([0.4424, 0.4380], device='cuda:0')
Steps: 2%|▏ | 14/700 [00:06<02:51, 4.01it/s, loss=0.00755, lr=0.001]
Steps: 2%|▏ | 15/700 [00:06<02:48, 4.07it/s, loss=0.00755, lr=0.001]
a painting in the style of <s1><s2>
Steps: 2%|▏ | 15/700 [00:06<02:48, 4.07it/s, loss=0.00863, lr=0.001]
Steps: 2%|▏ | 16/700 [00:06<02:47, 4.08it/s, loss=0.00863, lr=0.001]
a good painting in the style of <s1><s2>
tensor([[0.4432],
[0.4393]], device='cuda:0')
Current Norm : tensor([0.4389, 0.4354], device='cuda:0')
Steps: 2%|▏ | 16/700 [00:06<02:47, 4.08it/s, loss=0.0247, lr=0.001]
Steps: 2%|▏ | 17/700 [00:06<02:46, 4.09it/s, loss=0.0247, lr=0.001]
a cropped painting in the style of <s1><s2>
Steps: 2%|▏ | 17/700 [00:06<02:46, 4.09it/s, loss=0.00981, lr=0.001]
Steps: 3%|▎ | 18/700 [00:07<02:46, 4.09it/s, loss=0.00981, lr=0.001]
the painting in the style of <s1><s2>
tensor([[0.4399],
[0.4367]], device='cuda:0')
Current Norm : tensor([0.4359, 0.4330], device='cuda:0')
Steps: 3%|▎ | 18/700 [00:07<02:46, 4.09it/s, loss=0.00963, lr=0.001]
Steps: 3%|▎ | 19/700 [00:07<02:48, 4.05it/s, loss=0.00963, lr=0.001]
a large painting in the style of <s1><s2>
Steps: 3%|▎ | 19/700 [00:07<02:48, 4.05it/s, loss=0.0681, lr=0.001]
Steps: 3%|▎ | 20/700 [00:07<02:44, 4.13it/s, loss=0.0681, lr=0.001]
a small painting in the style of <s1><s2>
tensor([[0.4370],
[0.4343]], device='cuda:0')
Current Norm : tensor([0.4333, 0.4308], device='cuda:0')
Steps: 3%|▎ | 20/700 [00:07<02:44, 4.13it/s, loss=0.0431, lr=0.001]
Steps: 3%|▎ | 21/700 [00:07<02:46, 4.08it/s, loss=0.0431, lr=0.001]
a clean painting in the style of <s1><s2>
Steps: 3%|▎ | 21/700 [00:07<02:46, 4.08it/s, loss=0.016, lr=0.001]
Steps: 3%|▎ | 22/700 [00:08<02:45, 4.09it/s, loss=0.016, lr=0.001]
a large painting in the style of <s1><s2>
tensor([[0.4344],
[0.4322]], device='cuda:0')
Current Norm : tensor([0.4309, 0.4289], device='cuda:0')
Steps: 3%|▎ | 22/700 [00:08<02:45, 4.09it/s, loss=0.0254, lr=0.001]
Steps: 3%|▎ | 23/700 [00:08<02:46, 4.07it/s, loss=0.0254, lr=0.001]
a rendering in the style of <s1><s2>
Steps: 3%|▎ | 23/700 [00:08<02:46, 4.07it/s, loss=0.00438, lr=0.001]
Steps: 3%|▎ | 24/700 [00:08<02:43, 4.13it/s, loss=0.00438, lr=0.001]
a small painting in the style of <s1><s2>
tensor([[0.4321],
[0.4303]], device='cuda:0')
Current Norm : tensor([0.4289, 0.4272], device='cuda:0')
Steps: 3%|▎ | 24/700 [00:08<02:43, 4.13it/s, loss=0.00727, lr=0.001]
Steps: 4%|▎ | 25/700 [00:08<02:44, 4.09it/s, loss=0.00727, lr=0.001]
a rendering in the style of <s1><s2>
Steps: 4%|▎ | 25/700 [00:08<02:44, 4.09it/s, loss=0.0646, lr=0.001]
Steps: 4%|▎ | 26/700 [00:08<02:43, 4.12it/s, loss=0.0646, lr=0.001]
a dirty painting in the style of <s1><s2>
tensor([[0.4302],
[0.4285]], device='cuda:0')
Current Norm : tensor([0.4271, 0.4256], device='cuda:0')
Steps: 4%|▎ | 26/700 [00:08<02:43, 4.12it/s, loss=0.00272, lr=0.001]
Steps: 4%|▍ | 27/700 [00:09<02:44, 4.09it/s, loss=0.00272, lr=0.001]
a nice painting in the style of <s1><s2>
Steps: 4%|▍ | 27/700 [00:09<02:44, 4.09it/s, loss=0.0114, lr=0.001]
Steps: 4%|▍ | 28/700 [00:09<02:43, 4.10it/s, loss=0.0114, lr=0.001]
a cool painting in the style of <s1><s2>
tensor([[0.4285],
[0.4269]], device='cuda:0')
Current Norm : tensor([0.4256, 0.4242], device='cuda:0')
Steps: 4%|▍ | 28/700 [00:09<02:43, 4.10it/s, loss=0.0209, lr=0.001]
Steps: 4%|▍ | 29/700 [00:09<02:45, 4.06it/s, loss=0.0209, lr=0.001]
a bright painting in the style of <s1><s2>
Steps: 4%|▍ | 29/700 [00:09<02:45, 4.06it/s, loss=0.0116, lr=0.001]
Steps: 4%|▍ | 30/700 [00:09<02:43, 4.10it/s, loss=0.0116, lr=0.001]
the painting in the style of <s1><s2>
tensor([[0.4271],
[0.4255]], device='cuda:0')
Current Norm : tensor([0.4244, 0.4229], device='cuda:0')
Steps: 4%|▍ | 30/700 [00:09<02:43, 4.10it/s, loss=0.00181, lr=0.001]
Steps: 4%|▍ | 31/700 [00:10<02:41, 4.14it/s, loss=0.00181, lr=0.001]
a painting in the style of <s1><s2>
Steps: 4%|▍ | 31/700 [00:10<02:41, 4.14it/s, loss=0.00399, lr=0.001]
Steps: 5%|▍ | 32/700 [00:10<02:38, 4.20it/s, loss=0.00399, lr=0.001]
the painting in the style of <s1><s2>
tensor([[0.4258],
[0.4241]], device='cuda:0')
Current Norm : tensor([0.4232, 0.4217], device='cuda:0')
Steps: 5%|▍ | 32/700 [00:10<02:38, 4.20it/s, loss=0.16, lr=0.001]
Steps: 5%|▍ | 33/700 [00:10<02:41, 4.14it/s, loss=0.16, lr=0.001]
a clean painting in the style of <s1><s2>
Steps: 5%|▍ | 33/700 [00:10<02:41, 4.14it/s, loss=0.0389, lr=0.001]
Steps: 5%|▍ | 34/700 [00:10<02:41, 4.13it/s, loss=0.0389, lr=0.001]
a rendering in the style of <s1><s2>
tensor([[0.4245],
[0.4229]], device='cuda:0')
Current Norm : tensor([0.4220, 0.4206], device='cuda:0')
Steps: 5%|▍ | 34/700 [00:10<02:41, 4.13it/s, loss=0.038, lr=0.001]
Steps: 5%|▌ | 35/700 [00:11<02:42, 4.08it/s, loss=0.038, lr=0.001]
a good painting in the style of <s1><s2>
Steps: 5%|▌ | 35/700 [00:11<02:42, 4.08it/s, loss=0.0212, lr=0.001]
Steps: 5%|▌ | 36/700 [00:11<02:42, 4.10it/s, loss=0.0212, lr=0.001]
a close-up painting in the style of <s1><s2>
tensor([[0.4233],
[0.4218]], device='cuda:0')
Current Norm : tensor([0.4210, 0.4196], device='cuda:0')
Steps: 5%|▌ | 36/700 [00:11<02:42, 4.10it/s, loss=0.0182, lr=0.001]
Steps: 5%|▌ | 37/700 [00:11<02:41, 4.11it/s, loss=0.0182, lr=0.001]
a nice painting in the style of <s1><s2>
Steps: 5%|▌ | 37/700 [00:11<02:41, 4.11it/s, loss=0.00871, lr=0.001]
Steps: 5%|▌ | 38/700 [00:11<02:39, 4.16it/s, loss=0.00871, lr=0.001]
a cropped painting in the style of <s1><s2>
tensor([[0.4224],
[0.4207]], device='cuda:0')
Current Norm : tensor([0.4201, 0.4187], device='cuda:0')
Steps: 5%|▌ | 38/700 [00:11<02:39, 4.16it/s, loss=0.0073, lr=0.001]
Steps: 6%|▌ | 39/700 [00:12<02:41, 4.10it/s, loss=0.0073, lr=0.001]
a cool painting in the style of <s1><s2>
Steps: 6%|▌ | 39/700 [00:12<02:41, 4.10it/s, loss=0.11, lr=0.001]
Steps: 6%|▌ | 40/700 [00:12<02:37, 4.18it/s, loss=0.11, lr=0.001]
a bright painting in the style of <s1><s2>
tensor([[0.4216],
[0.4198]], device='cuda:0')
Current Norm : tensor([0.4194, 0.4178], device='cuda:0')
Steps: 6%|▌ | 40/700 [00:12<02:37, 4.18it/s, loss=0.00168, lr=0.001]
Steps: 6%|▌ | 41/700 [00:12<02:36, 4.21it/s, loss=0.00168, lr=0.001]
a weird painting in the style of <s1><s2>
Steps: 6%|▌ | 41/700 [00:12<02:36, 4.21it/s, loss=0.0495, lr=0.001]
Steps: 6%|▌ | 42/700 [00:12<02:37, 4.18it/s, loss=0.0495, lr=0.001]
the painting in the style of <s1><s2>
tensor([[0.4209],
[0.4189]], device='cuda:0')
Current Norm : tensor([0.4188, 0.4170], device='cuda:0')
Steps: 6%|▌ | 42/700 [00:12<02:37, 4.18it/s, loss=0.0493, lr=0.001]
Steps: 6%|▌ | 43/700 [00:13<02:39, 4.12it/s, loss=0.0493, lr=0.001]
a clean painting in the style of <s1><s2>
Steps: 6%|▌ | 43/700 [00:13<02:39, 4.12it/s, loss=0.0259, lr=0.001]
Steps: 6%|▋ | 44/700 [00:13<02:37, 4.16it/s, loss=0.0259, lr=0.001]
a dirty painting in the style of <s1><s2>
tensor([[0.4204],
[0.4181]], device='cuda:0')
Current Norm : tensor([0.4183, 0.4163], device='cuda:0')
Steps: 6%|▋ | 44/700 [00:13<02:37, 4.16it/s, loss=0.02, lr=0.001]
Steps: 6%|▋ | 45/700 [00:13<02:39, 4.11it/s, loss=0.02, lr=0.001]
a bright painting in the style of <s1><s2>
Steps: 6%|▋ | 45/700 [00:13<02:39, 4.11it/s, loss=0.0309, lr=0.001]
Steps: 7%|▋ | 46/700 [00:13<02:38, 4.11it/s, loss=0.0309, lr=0.001]
a weird painting in the style of <s1><s2>
tensor([[0.4199],
[0.4173]], device='cuda:0')
Current Norm : tensor([0.4179, 0.4156], device='cuda:0')
Steps: 7%|▋ | 46/700 [00:13<02:38, 4.11it/s, loss=0.0357, lr=0.001]
Steps: 7%|▋ | 47/700 [00:14<02:38, 4.12it/s, loss=0.0357, lr=0.001]
a bright painting in the style of <s1><s2>
Steps: 7%|▋ | 47/700 [00:14<02:38, 4.12it/s, loss=0.155, lr=0.001]
Steps: 7%|▋ | 48/700 [00:14<02:37, 4.13it/s, loss=0.155, lr=0.001]
a large painting in the style of <s1><s2>
tensor([[0.4195],
[0.4167]], device='cuda:0')
Current Norm : tensor([0.4175, 0.4150], device='cuda:0')
Steps: 7%|▋ | 48/700 [00:14<02:37, 4.13it/s, loss=0.0106, lr=0.001]
Steps: 7%|▋ | 49/700 [00:14<02:37, 4.14it/s, loss=0.0106, lr=0.001]
a picture in the style of <s1><s2>
Steps: 7%|▋ | 49/700 [00:14<02:37, 4.14it/s, loss=0.0272, lr=0.001]
Steps: 7%|▋ | 50/700 [00:14<02:35, 4.18it/s, loss=0.0272, lr=0.001]
a close-up painting in the style of <s1><s2>
tensor([[0.4191],
[0.4161]], device='cuda:0')
Current Norm : tensor([0.4172, 0.4145], device='cuda:0')
Steps: 7%|▋ | 50/700 [00:14<02:35, 4.18it/s, loss=0.0393, lr=0.001]
Steps: 7%|▋ | 51/700 [00:15<02:36, 4.16it/s, loss=0.0393, lr=0.001]
a large painting in the style of <s1><s2>
Steps: 7%|▋ | 51/700 [00:15<02:36, 4.16it/s, loss=0.0426, lr=0.001]
Steps: 7%|▋ | 52/700 [00:15<02:35, 4.16it/s, loss=0.0426, lr=0.001]
a dirty painting in the style of <s1><s2>
tensor([[0.4187],
[0.4155]], device='cuda:0')
Current Norm : tensor([0.4169, 0.4140], device='cuda:0')
Steps: 7%|▋ | 52/700 [00:15<02:35, 4.16it/s, loss=0.0422, lr=0.001]
Steps: 8%|▊ | 53/700 [00:15<02:37, 4.10it/s, loss=0.0422, lr=0.001]
a small painting in the style of <s1><s2>
Steps: 8%|▊ | 53/700 [00:15<02:37, 4.10it/s, loss=0.0022, lr=0.001]
Steps: 8%|▊ | 54/700 [00:15<02:37, 4.09it/s, loss=0.0022, lr=0.001]
a weird painting in the style of <s1><s2>
tensor([[0.4184],
[0.4150]], device='cuda:0')
Current Norm : tensor([0.4165, 0.4135], device='cuda:0')
Steps: 8%|▊ | 54/700 [00:15<02:37, 4.09it/s, loss=0.00836, lr=0.001]
Steps: 8%|▊ | 55/700 [00:16<02:39, 4.05it/s, loss=0.00836, lr=0.001]
a rendition in the style of <s1><s2>
Steps: 8%|▊ | 55/700 [00:16<02:39, 4.05it/s, loss=0.00344, lr=0.001]
Steps: 8%|▊ | 56/700 [00:16<02:36, 4.12it/s, loss=0.00344, lr=0.001]
a good painting in the style of <s1><s2>
tensor([[0.4180],
[0.4145]], device='cuda:0')
Current Norm : tensor([0.4162, 0.4131], device='cuda:0')
Steps: 8%|▊ | 56/700 [00:16<02:36, 4.12it/s, loss=0.00544, lr=0.001]
Steps: 8%|▊ | 57/700 [00:16<02:34, 4.15it/s, loss=0.00544, lr=0.001]
a weird painting in the style of <s1><s2>
Steps: 8%|▊ | 57/700 [00:16<02:34, 4.15it/s, loss=0.00138, lr=0.001]
Steps: 8%|▊ | 58/700 [00:16<02:35, 4.14it/s, loss=0.00138, lr=0.001]
the painting in the style of <s1><s2>
tensor([[0.4176],
[0.4141]], device='cuda:0')
Current Norm : tensor([0.4158, 0.4126], device='cuda:0')
Steps: 8%|▊ | 58/700 [00:16<02:35, 4.14it/s, loss=0.025, lr=0.001]
Steps: 8%|▊ | 59/700 [00:16<02:36, 4.08it/s, loss=0.025, lr=0.001]
a cropped painting in the style of <s1><s2>
Steps: 8%|▊ | 59/700 [00:16<02:36, 4.08it/s, loss=0.0437, lr=0.001]
Steps: 9%|▊ | 60/700 [00:17<02:33, 4.16it/s, loss=0.0437, lr=0.001]
a close-up painting in the style of <s1><s2>
tensor([[0.4171],
[0.4136]], device='cuda:0')
Current Norm : tensor([0.4154, 0.4122], device='cuda:0')
Steps: 9%|▊ | 60/700 [00:17<02:33, 4.16it/s, loss=0.144, lr=0.001]
Steps: 9%|▊ | 61/700 [00:17<02:35, 4.11it/s, loss=0.144, lr=0.001]
a bright painting in the style of <s1><s2>
Steps: 9%|▊ | 61/700 [00:17<02:35, 4.11it/s, loss=0.037, lr=0.001]
Steps: 9%|▉ | 62/700 [00:17<02:33, 4.16it/s, loss=0.037, lr=0.001]
a dirty painting in the style of <s1><s2>
tensor([[0.4167],
[0.4132]], device='cuda:0')
Current Norm : tensor([0.4150, 0.4119], device='cuda:0')
Steps: 9%|▉ | 62/700 [00:17<02:33, 4.16it/s, loss=0.00132, lr=0.001]
Steps: 9%|▉ | 63/700 [00:17<02:34, 4.11it/s, loss=0.00132, lr=0.001]
a dirty painting in the style of <s1><s2>
Steps: 9%|▉ | 63/700 [00:17<02:34, 4.11it/s, loss=0.00719, lr=0.001]
Steps: 9%|▉ | 64/700 [00:18<02:34, 4.12it/s, loss=0.00719, lr=0.001]
a cropped painting in the style of <s1><s2>
tensor([[0.4163],
[0.4128]], device='cuda:0')
Current Norm : tensor([0.4146, 0.4115], device='cuda:0')
Steps: 9%|▉ | 64/700 [00:18<02:34, 4.12it/s, loss=0.0519, lr=0.001]
Steps: 9%|▉ | 65/700 [00:18<02:33, 4.14it/s, loss=0.0519, lr=0.001]
a picture in the style of <s1><s2>
Steps: 9%|▉ | 65/700 [00:18<02:33, 4.14it/s, loss=0.00584, lr=0.001]
Steps: 9%|▉ | 66/700 [00:18<02:33, 4.12it/s, loss=0.00584, lr=0.001]
a rendering in the style of <s1><s2>
tensor([[0.4158],
[0.4124]], device='cuda:0')
Current Norm : tensor([0.4142, 0.4112], device='cuda:0')
Steps: 9%|▉ | 66/700 [00:18<02:33, 4.12it/s, loss=0.0267, lr=0.001]
Steps: 10%|▉ | 67/700 [00:18<02:34, 4.09it/s, loss=0.0267, lr=0.001]
a picture in the style of <s1><s2>
Steps: 10%|▉ | 67/700 [00:18<02:34, 4.09it/s, loss=0.0579, lr=0.001]
Steps: 10%|▉ | 68/700 [00:19<02:31, 4.17it/s, loss=0.0579, lr=0.001]
a rendering in the style of <s1><s2>
tensor([[0.4152],
[0.4121]], device='cuda:0')
Current Norm : tensor([0.4137, 0.4109], device='cuda:0')
Steps: 10%|▉ | 68/700 [00:19<02:31, 4.17it/s, loss=0.1, lr=0.001]
Steps: 10%|▉ | 69/700 [00:19<02:30, 4.19it/s, loss=0.1, lr=0.001]
a painting in the style of <s1><s2>
Steps: 10%|▉ | 69/700 [00:19<02:30, 4.19it/s, loss=0.0393, lr=0.001]
Steps: 10%|█ | 70/700 [00:19<02:31, 4.16it/s, loss=0.0393, lr=0.001]
a close-up painting in the style of <s1><s2>
tensor([[0.4147],
[0.4118]], device='cuda:0')
Current Norm : tensor([0.4133, 0.4106], device='cuda:0')
Steps: 10%|█ | 70/700 [00:19<02:31, 4.16it/s, loss=0.0325, lr=0.001]
Steps: 10%|█ | 71/700 [00:19<02:30, 4.17it/s, loss=0.0325, lr=0.001]
a bright painting in the style of <s1><s2>
Steps: 10%|█ | 71/700 [00:19<02:30, 4.17it/s, loss=0.0111, lr=0.001]
Steps: 10%|█ | 72/700 [00:20<02:31, 4.16it/s, loss=0.0111, lr=0.001]
a dirty painting in the style of <s1><s2>
tensor([[0.4144],
[0.4116]], device='cuda:0')
Current Norm : tensor([0.4129, 0.4104], device='cuda:0')
Steps: 10%|█ | 72/700 [00:20<02:31, 4.16it/s, loss=0.0336, lr=0.001]
Steps: 10%|█ | 73/700 [00:20<02:32, 4.10it/s, loss=0.0336, lr=0.001]
a large painting in the style of <s1><s2>
Steps: 10%|█ | 73/700 [00:20<02:32, 4.10it/s, loss=0.00311, lr=0.001]
Steps: 11%|█ | 74/700 [00:20<02:29, 4.17it/s, loss=0.00311, lr=0.001]
the painting in the style of <s1><s2>
tensor([[0.4140],
[0.4114]], device='cuda:0')
Current Norm : tensor([0.4126, 0.4103], device='cuda:0')
Steps: 11%|█ | 74/700 [00:20<02:29, 4.17it/s, loss=0.0527, lr=0.001]
Steps: 11%|█ | 75/700 [00:20<02:31, 4.12it/s, loss=0.0527, lr=0.001]
a dark painting in the style of <s1><s2>
Steps: 11%|█ | 75/700 [00:20<02:31, 4.12it/s, loss=0.0186, lr=0.001]
Steps: 11%|█ | 76/700 [00:21<02:31, 4.13it/s, loss=0.0186, lr=0.001]
a clean painting in the style of <s1><s2>
tensor([[0.4137],
[0.4112]], device='cuda:0')
Current Norm : tensor([0.4123, 0.4101], device='cuda:0')
Steps: 11%|█ | 76/700 [00:21<02:31, 4.13it/s, loss=0.0371, lr=0.001]
Steps: 11%|█ | 77/700 [00:21<02:32, 4.10it/s, loss=0.0371, lr=0.001]
a picture in the style of <s1><s2>
Steps: 11%|█ | 77/700 [00:21<02:32, 4.10it/s, loss=0.0972, lr=0.001]
Steps: 11%|█ | 78/700 [00:21<02:31, 4.11it/s, loss=0.0972, lr=0.001]
a weird painting in the style of <s1><s2>
tensor([[0.4133],
[0.4109]], device='cuda:0')
Current Norm : tensor([0.4119, 0.4099], device='cuda:0')
Steps: 11%|█ | 78/700 [00:21<02:31, 4.11it/s, loss=0.00848, lr=0.001]
Steps: 11%|█▏ | 79/700 [00:21<02:30, 4.14it/s, loss=0.00848, lr=0.001]
a painting in the style of <s1><s2>
Steps: 11%|█▏ | 79/700 [00:21<02:30, 4.14it/s, loss=0.0327, lr=0.001]
Steps: 11%|█▏ | 80/700 [00:22<02:29, 4.14it/s, loss=0.0327, lr=0.001]
a painting in the style of <s1><s2>
tensor([[0.4129],
[0.4107]], device='cuda:0')
Current Norm : tensor([0.4116, 0.4097], device='cuda:0')
Steps: 11%|█▏ | 80/700 [00:22<02:29, 4.14it/s, loss=0.00215, lr=0.001]
Steps: 12%|█▏ | 81/700 [00:22<02:29, 4.14it/s, loss=0.00215, lr=0.001]
a dark painting in the style of <s1><s2>
Steps: 12%|█▏ | 81/700 [00:22<02:29, 4.14it/s, loss=0.052, lr=0.001]
Steps: 12%|█▏ | 82/700 [00:22<02:28, 4.15it/s, loss=0.052, lr=0.001]
a cropped painting in the style of <s1><s2>
tensor([[0.4127],
[0.4105]], device='cuda:0')
Current Norm : tensor([0.4114, 0.4095], device='cuda:0')
Steps: 12%|█▏ | 82/700 [00:22<02:28, 4.15it/s, loss=0.043, lr=0.001]
Steps: 12%|█▏ | 83/700 [00:22<02:28, 4.15it/s, loss=0.043, lr=0.001]
a cropped painting in the style of <s1><s2>
Steps: 12%|█▏ | 83/700 [00:22<02:28, 4.15it/s, loss=0.00834, lr=0.001]
Steps: 12%|█▏ | 84/700 [00:23<02:28, 4.14it/s, loss=0.00834, lr=0.001]
a painting in the style of <s1><s2>
tensor([[0.4125],
[0.4103]], device='cuda:0')
Current Norm : tensor([0.4113, 0.4093], device='cuda:0')
Steps: 12%|█▏ | 84/700 [00:23<02:28, 4.14it/s, loss=0.0242, lr=0.001]
Steps: 12%|█▏ | 85/700 [00:23<02:29, 4.10it/s, loss=0.0242, lr=0.001]
a painting in the style of <s1><s2>
Steps: 12%|█▏ | 85/700 [00:23<02:29, 4.10it/s, loss=0.0225, lr=0.001]
Steps: 12%|█▏ | 86/700 [00:23<02:27, 4.16it/s, loss=0.0225, lr=0.001]
a rendition in the style of <s1><s2>
tensor([[0.4124],
[0.4101]], device='cuda:0')
Current Norm : tensor([0.4111, 0.4091], device='cuda:0')
Steps: 12%|█▏ | 86/700 [00:23<02:27, 4.16it/s, loss=0.00124, lr=0.001]
Steps: 12%|█▏ | 87/700 [00:23<02:29, 4.10it/s, loss=0.00124, lr=0.001]
a close-up painting in the style of <s1><s2>
Steps: 12%|█▏ | 87/700 [00:23<02:29, 4.10it/s, loss=0.0223, lr=0.001]
Steps: 13%|█▎ | 88/700 [00:24<02:28, 4.11it/s, loss=0.0223, lr=0.001]
a cropped painting in the style of <s1><s2>
tensor([[0.4122],
[0.4099]], device='cuda:0')
Current Norm : tensor([0.4110, 0.4089], device='cuda:0')
Steps: 13%|█▎ | 88/700 [00:24<02:28, 4.11it/s, loss=0.0189, lr=0.001]
Steps: 13%|█▎ | 89/700 [00:24<02:29, 4.08it/s, loss=0.0189, lr=0.001]
a large painting in the style of <s1><s2>
Steps: 13%|█▎ | 89/700 [00:24<02:29, 4.08it/s, loss=0.00437, lr=0.001]
Steps: 13%|█▎ | 90/700 [00:24<02:29, 4.08it/s, loss=0.00437, lr=0.001]
a cool painting in the style of <s1><s2>
tensor([[0.4122],
[0.4097]], device='cuda:0')
Current Norm : tensor([0.4109, 0.4088], device='cuda:0')
Steps: 13%|█▎ | 90/700 [00:24<02:29, 4.08it/s, loss=0.00211, lr=0.001]
Steps: 13%|█▎ | 91/700 [00:24<02:30, 4.05it/s, loss=0.00211, lr=0.001]
a large painting in the style of <s1><s2>
Steps: 13%|█▎ | 91/700 [00:24<02:30, 4.05it/s, loss=0.00151, lr=0.001]
Steps: 13%|█▎ | 92/700 [00:24<02:29, 4.06it/s, loss=0.00151, lr=0.001]
a clean painting in the style of <s1><s2>
tensor([[0.4121],
[0.4096]], device='cuda:0')
Current Norm : tensor([0.4109, 0.4086], device='cuda:0')
Steps: 13%|█▎ | 92/700 [00:24<02:29, 4.06it/s, loss=0.0218, lr=0.001]
Steps: 13%|█▎ | 93/700 [00:25<02:28, 4.09it/s, loss=0.0218, lr=0.001]
a clean painting in the style of <s1><s2>
Steps: 13%|█▎ | 93/700 [00:25<02:28, 4.09it/s, loss=0.0547, lr=0.001]
Steps: 13%|█▎ | 94/700 [00:25<02:25, 4.16it/s, loss=0.0547, lr=0.001]
a rendition in the style of <s1><s2>
tensor([[0.4119],
[0.4094]], device='cuda:0')
Current Norm : tensor([0.4107, 0.4085], device='cuda:0')
Steps: 13%|█▎ | 94/700 [00:25<02:25, 4.16it/s, loss=0.0151, lr=0.001]
Steps: 14%|█▎ | 95/700 [00:25<02:27, 4.09it/s, loss=0.0151, lr=0.001]
a cropped painting in the style of <s1><s2>
Steps: 14%|█▎ | 95/700 [00:25<02:27, 4.09it/s, loss=0.0173, lr=0.001]
Steps: 14%|█▎ | 96/700 [00:25<02:27, 4.09it/s, loss=0.0173, lr=0.001]
a rendition in the style of <s1><s2>
tensor([[0.4118],
[0.4092]], device='cuda:0')
Current Norm : tensor([0.4106, 0.4083], device='cuda:0')
Steps: 14%|█▎ | 96/700 [00:25<02:27, 4.09it/s, loss=0.000843, lr=0.001]
Steps: 14%|█▍ | 97/700 [00:26<02:28, 4.07it/s, loss=0.000843, lr=0.001]
a large painting in the style of <s1><s2>
Steps: 14%|█▍ | 97/700 [00:26<02:28, 4.07it/s, loss=0.0303, lr=0.001]
Steps: 14%|█▍ | 98/700 [00:26<02:25, 4.13it/s, loss=0.0303, lr=0.001]
a dark painting in the style of <s1><s2>
tensor([[0.4117],
[0.4090]], device='cuda:0')
Current Norm : tensor([0.4106, 0.4081], device='cuda:0')
Steps: 14%|█▍ | 98/700 [00:26<02:25, 4.13it/s, loss=0.0126, lr=0.001]
Steps: 14%|█▍ | 99/700 [00:26<02:26, 4.11it/s, loss=0.0126, lr=0.001]
a cropped painting in the style of <s1><s2>
Steps: 14%|█▍ | 99/700 [00:26<02:26, 4.11it/s, loss=0.00471, lr=0.001]
Steps: 14%|█▍ | 100/700 [00:26<02:23, 4.19it/s, loss=0.00471, lr=0.001]
Current Learned Embeddings for <s1>:, id 49408 tensor([ 0.0301, -0.0004, -0.0022, 0.0064], device='cuda:0',
grad_fn=<SliceBackward0>)
Current Learned Embeddings for <s2>:, id 49409 tensor([ 0.0204, 0.0126, -0.0193, 0.0041], device='cuda:0',
grad_fn=<SliceBackward0>)
Saving weights to checkpoints/step_inv_100.safetensors
a nice painting in the style of <s1><s2>
tensor([[0.4117],
[0.4089]], device='cuda:0')
Current Norm : tensor([0.4106, 0.4080], device='cuda:0')
Steps: 14%|█▍ | 100/700 [00:26<02:23, 4.19it/s, loss=0.00423, lr=0.001]
Steps: 14%|█▍ | 101/700 [00:27<02:25, 4.12it/s, loss=0.00423, lr=0.001]
a close-up painting in the style of <s1><s2>
Steps: 14%|█▍ | 101/700 [00:27<02:25, 4.12it/s, loss=0.00781, lr=0.001]
Steps: 15%|█▍ | 102/700 [00:27<02:24, 4.13it/s, loss=0.00781, lr=0.001]
a clean painting in the style of <s1><s2>
tensor([[0.4117],
[0.4087]], device='cuda:0')
Current Norm : tensor([0.4105, 0.4078], device='cuda:0')
Steps: 15%|█▍ | 102/700 [00:27<02:24, 4.13it/s, loss=0.00255, lr=0.001]
Steps: 15%|█▍ | 103/700 [00:27<02:26, 4.07it/s, loss=0.00255, lr=0.001]
a cropped painting in the style of <s1><s2>
Steps: 15%|█▍ | 103/700 [00:27<02:26, 4.07it/s, loss=0.0672, lr=0.001]
Steps: 15%|█▍ | 104/700 [00:27<02:26, 4.08it/s, loss=0.0672, lr=0.001]
a rendition in the style of <s1><s2>
tensor([[0.4118],
[0.4085]], device='cuda:0')
Current Norm : tensor([0.4106, 0.4077], device='cuda:0')
Steps: 15%|█▍ | 104/700 [00:27<02:26, 4.08it/s, loss=0.0156, lr=0.001]
Steps: 15%|█▌ | 105/700 [00:28<02:26, 4.06it/s, loss=0.0156, lr=0.001]
a small painting in the style of <s1><s2>
Steps: 15%|█▌ | 105/700 [00:28<02:26, 4.06it/s, loss=0.0182, lr=0.001]
Steps: 15%|█▌ | 106/700 [00:28<02:23, 4.14it/s, loss=0.0182, lr=0.001]
a rendering in the style of <s1><s2>
tensor([[0.4119],
[0.4084]], device='cuda:0')
Current Norm : tensor([0.4107, 0.4076], device='cuda:0')
Steps: 15%|█▌ | 106/700 [00:28<02:23, 4.14it/s, loss=0.0185, lr=0.001]
Steps: 15%|█▌ | 107/700 [00:28<02:24, 4.09it/s, loss=0.0185, lr=0.001]
a close-up painting in the style of <s1><s2>
Steps: 15%|█▌ | 107/700 [00:28<02:24, 4.09it/s, loss=0.00145, lr=0.001]
Steps: 15%|█▌ | 108/700 [00:28<02:24, 4.10it/s, loss=0.00145, lr=0.001]
a good painting in the style of <s1><s2>
tensor([[0.4120],
[0.4084]], device='cuda:0')
Current Norm : tensor([0.4108, 0.4075], device='cuda:0')
Steps: 15%|█▌ | 108/700 [00:28<02:24, 4.10it/s, loss=0.0106, lr=0.001]
Steps: 16%|█▌ | 109/700 [00:29<02:23, 4.12it/s, loss=0.0106, lr=0.001]
a rendition in the style of <s1><s2>
Steps: 16%|█▌ | 109/700 [00:29<02:23, 4.12it/s, loss=0.0407, lr=0.001]
Steps: 16%|█▌ | 110/700 [00:29<02:23, 4.12it/s, loss=0.0407, lr=0.001]
a large painting in the style of <s1><s2>
tensor([[0.4122],
[0.4083]], device='cuda:0')
Current Norm : tensor([0.4110, 0.4074], device='cuda:0')
Steps: 16%|█▌ | 110/700 [00:29<02:23, 4.12it/s, loss=0.032, lr=0.001]
Steps: 16%|█▌ | 111/700 [00:29<02:24, 4.08it/s, loss=0.032, lr=0.001]
a dark painting in the style of <s1><s2>
Steps: 16%|█▌ | 111/700 [00:29<02:24, 4.08it/s, loss=0.017, lr=0.001]
Steps: 16%|█▌ | 112/700 [00:29<02:23, 4.09it/s, loss=0.017, lr=0.001]
the painting in the style of <s1><s2>
tensor([[0.4123],
[0.4082]], device='cuda:0')
Current Norm : tensor([0.4110, 0.4074], device='cuda:0')
Steps: 16%|█▌ | 112/700 [00:29<02:23, 4.09it/s, loss=0.00942, lr=0.001]
Steps: 16%|█▌ | 113/700 [00:30<02:22, 4.12it/s, loss=0.00942, lr=0.001]
a rendering in the style of <s1><s2>
Steps: 16%|█▌ | 113/700 [00:30<02:22, 4.12it/s, loss=0.00149, lr=0.001]
Steps: 16%|█▋ | 114/700 [00:30<02:20, 4.16it/s, loss=0.00149, lr=0.001]
a small painting in the style of <s1><s2>
tensor([[0.4123],
[0.4081]], device='cuda:0')
Current Norm : tensor([0.4110, 0.4073], device='cuda:0')
Steps: 16%|█▋ | 114/700 [00:30<02:20, 4.16it/s, loss=0.0187, lr=0.001]
Steps: 16%|█▋ | 115/700 [00:30<02:22, 4.11it/s, loss=0.0187, lr=0.001]
a cropped painting in the style of <s1><s2>
Steps: 16%|█▋ | 115/700 [00:30<02:22, 4.11it/s, loss=0.0159, lr=0.001]
Steps: 17%|█▋ | 116/700 [00:30<02:22, 4.11it/s, loss=0.0159, lr=0.001]
a rendering in the style of <s1><s2>
tensor([[0.4122],
[0.4081]], device='cuda:0')
Current Norm : tensor([0.4110, 0.4073], device='cuda:0')
Steps: 17%|█▋ | 116/700 [00:30<02:22, 4.11it/s, loss=0.0245, lr=0.001]
Steps: 17%|█▋ | 117/700 [00:31<02:22, 4.09it/s, loss=0.0245, lr=0.001]
a rendition in the style of <s1><s2>
Steps: 17%|█▋ | 117/700 [00:31<02:22, 4.09it/s, loss=0.068, lr=0.001]
Steps: 17%|█▋ | 118/700 [00:31<02:20, 4.13it/s, loss=0.068, lr=0.001]
a close-up painting in the style of <s1><s2>
tensor([[0.4121],
[0.4082]], device='cuda:0')
Current Norm : tensor([0.4109, 0.4073], device='cuda:0')
Steps: 17%|█▋ | 118/700 [00:31<02:20, 4.13it/s, loss=0.00144, lr=0.001]
Steps: 17%|█▋ | 119/700 [00:31<02:22, 4.08it/s, loss=0.00144, lr=0.001]
a close-up painting in the style of <s1><s2>
Steps: 17%|█▋ | 119/700 [00:31<02:22, 4.08it/s, loss=0.0609, lr=0.001]
Steps: 17%|█▋ | 120/700 [00:31<02:19, 4.15it/s, loss=0.0609, lr=0.001]
a good painting in the style of <s1><s2>
tensor([[0.4119],
[0.4081]], device='cuda:0')
Current Norm : tensor([0.4107, 0.4073], device='cuda:0')
Steps: 17%|█▋ | 120/700 [00:31<02:19, 4.15it/s, loss=0.0581, lr=0.001]
Steps: 17%|█▋ | 121/700 [00:32<02:19, 4.15it/s, loss=0.0581, lr=0.001]
a cool painting in the style of <s1><s2>
Steps: 17%|█▋ | 121/700 [00:32<02:19, 4.15it/s, loss=0.0191, lr=0.001]
Steps: 17%|█▋ | 122/700 [00:32<02:18, 4.16it/s, loss=0.0191, lr=0.001]
a painting in the style of <s1><s2>
tensor([[0.4118],
[0.4082]], device='cuda:0')
Current Norm : tensor([0.4106, 0.4074], device='cuda:0')
Steps: 17%|█▋ | 122/700 [00:32<02:18, 4.16it/s, loss=0.0253, lr=0.001]
Steps: 18%|█▊ | 123/700 [00:32<02:20, 4.11it/s, loss=0.0253, lr=0.001]
a weird painting in the style of <s1><s2>
Steps: 18%|█▊ | 123/700 [00:32<02:20, 4.11it/s, loss=0.002, lr=0.001]
Steps: 18%|█▊ | 124/700 [00:32<02:18, 4.17it/s, loss=0.002, lr=0.001]
a close-up painting in the style of <s1><s2>
tensor([[0.4116],
[0.4083]], device='cuda:0')
Current Norm : tensor([0.4104, 0.4075], device='cuda:0')
Steps: 18%|█▊ | 124/700 [00:32<02:18, 4.17it/s, loss=0.00138, lr=0.001]
Steps: 18%|█▊ | 125/700 [00:33<02:19, 4.13it/s, loss=0.00138, lr=0.001]
a painting in the style of <s1><s2>
Steps: 18%|█▊ | 125/700 [00:33<02:19, 4.13it/s, loss=0.0406, lr=0.001]
Steps: 18%|█▊ | 126/700 [00:33<02:17, 4.19it/s, loss=0.0406, lr=0.001]
a clean painting in the style of <s1><s2>
tensor([[0.4114],
[0.4084]], device='cuda:0')
Current Norm : tensor([0.4102, 0.4076], device='cuda:0')
Steps: 18%|█▊ | 126/700 [00:33<02:17, 4.19it/s, loss=0.0112, lr=0.001]
Steps: 18%|█▊ | 127/700 [00:33<02:18, 4.15it/s, loss=0.0112, lr=0.001]
a bright painting in the style of <s1><s2>
Steps: 18%|█▊ | 127/700 [00:33<02:18, 4.15it/s, loss=0.0414, lr=0.001]
Steps: 18%|█▊ | 128/700 [00:33<02:18, 4.14it/s, loss=0.0414, lr=0.001]
a close-up painting in the style of <s1><s2>
tensor([[0.4112],
[0.4085]], device='cuda:0')
Current Norm : tensor([0.4101, 0.4077], device='cuda:0')
Steps: 18%|█▊ | 128/700 [00:33<02:18, 4.14it/s, loss=0.0624, lr=0.001]
Steps: 18%|█▊ | 129/700 [00:33<02:19, 4.11it/s, loss=0.0624, lr=0.001]
a rendition in the style of <s1><s2>
Steps: 18%|█▊ | 129/700 [00:33<02:19, 4.11it/s, loss=0.0234, lr=0.001]
Steps: 19%|█▊ | 130/700 [00:34<02:18, 4.12it/s, loss=0.0234, lr=0.001]
a large painting in the style of <s1><s2>
tensor([[0.4110],
[0.4086]], device='cuda:0')
Current Norm : tensor([0.4099, 0.4078], device='cuda:0')
Steps: 19%|█▊ | 130/700 [00:34<02:18, 4.12it/s, loss=0.0726, lr=0.001]
Steps: 19%|█▊ | 131/700 [00:34<02:19, 4.09it/s, loss=0.0726, lr=0.001]
a good painting in the style of <s1><s2>
Steps: 19%|█▊ | 131/700 [00:34<02:19, 4.09it/s, loss=0.0633, lr=0.001]
Steps: 19%|█▉ | 132/700 [00:34<02:18, 4.09it/s, loss=0.0633, lr=0.001]
a rendition in the style of <s1><s2>
tensor([[0.4108],
[0.4088]], device='cuda:0')
Current Norm : tensor([0.4097, 0.4079], device='cuda:0')
Steps: 19%|█▉ | 132/700 [00:34<02:18, 4.09it/s, loss=0.0144, lr=0.001]
Steps: 19%|█▉ | 133/700 [00:34<02:19, 4.07it/s, loss=0.0144, lr=0.001]
a close-up painting in the style of <s1><s2>
Steps: 19%|█▉ | 133/700 [00:34<02:19, 4.07it/s, loss=0.00209, lr=0.001]
Steps: 19%|█▉ | 134/700 [00:35<02:18, 4.09it/s, loss=0.00209, lr=0.001]
a cropped painting in the style of <s1><s2>
tensor([[0.4106],
[0.4088]], device='cuda:0')
Current Norm : tensor([0.4095, 0.4080], device='cuda:0')
Steps: 19%|█▉ | 134/700 [00:35<02:18, 4.09it/s, loss=0.00292, lr=0.001]
Steps: 19%|█▉ | 135/700 [00:35<02:19, 4.06it/s, loss=0.00292, lr=0.001]
a weird painting in the style of <s1><s2>
Steps: 19%|█▉ | 135/700 [00:35<02:19, 4.06it/s, loss=0.00608, lr=0.001]
Steps: 19%|█▉ | 136/700 [00:35<02:16, 4.13it/s, loss=0.00608, lr=0.001]
a close-up painting in the style of <s1><s2>
tensor([[0.4104],
[0.4089]], device='cuda:0')
Current Norm : tensor([0.4094, 0.4080], device='cuda:0')
Steps: 19%|█▉ | 136/700 [00:35<02:16, 4.13it/s, loss=0.0666, lr=0.001]
Steps: 20%|█▉ | 137/700 [00:35<02:17, 4.10it/s, loss=0.0666, lr=0.001]
a cropped painting in the style of <s1><s2>
Steps: 20%|█▉ | 137/700 [00:35<02:17, 4.10it/s, loss=0.0018, lr=0.001]
Steps: 20%|█▉ | 138/700 [00:36<02:15, 4.14it/s, loss=0.0018, lr=0.001]
a cool painting in the style of <s1><s2>
tensor([[0.4103],
[0.4089]], device='cuda:0')
Current Norm : tensor([0.4092, 0.4080], device='cuda:0')
Steps: 20%|█▉ | 138/700 [00:36<02:15, 4.14it/s, loss=0.0183, lr=0.001]
Steps: 20%|█▉ | 139/700 [00:36<02:14, 4.17it/s, loss=0.0183, lr=0.001]
a close-up painting in the style of <s1><s2>
Steps: 20%|█▉ | 139/700 [00:36<02:14, 4.17it/s, loss=0.0323, lr=0.001]
Steps: 20%|██ | 140/700 [00:36<02:14, 4.16it/s, loss=0.0323, lr=0.001]
a dark painting in the style of <s1><s2>
tensor([[0.4101],
[0.4088]], device='cuda:0')
Current Norm : tensor([0.4091, 0.4080], device='cuda:0')
Steps: 20%|██ | 140/700 [00:36<02:14, 4.16it/s, loss=0.0484, lr=0.001]
Steps: 20%|██ | 141/700 [00:36<02:15, 4.13it/s, loss=0.0484, lr=0.001]
a large painting in the style of <s1><s2>
Steps: 20%|██ | 141/700 [00:36<02:15, 4.13it/s, loss=0.0278, lr=0.001]
Steps: 20%|██ | 142/700 [00:37<02:11, 4.24it/s, loss=0.0278, lr=0.001]
the painting in the style of <s1><s2>
tensor([[0.4099],
[0.4088]], device='cuda:0')
Current Norm : tensor([0.4089, 0.4079], device='cuda:0')
Steps: 20%|██ | 142/700 [00:37<02:11, 4.24it/s, loss=0.0762, lr=0.001]
Steps: 20%|██ | 143/700 [00:37<02:14, 4.14it/s, loss=0.0762, lr=0.001]
a nice painting in the style of <s1><s2>
Steps: 20%|██ | 143/700 [00:37<02:14, 4.14it/s, loss=0.00838, lr=0.001]
Steps: 21%|██ | 144/700 [00:37<02:12, 4.19it/s, loss=0.00838, lr=0.001]
a close-up painting in the style of <s1><s2>
tensor([[0.4097],
[0.4087]], device='cuda:0')
Current Norm : tensor([0.4087, 0.4078], device='cuda:0')
Steps: 21%|██ | 144/700 [00:37<02:12, 4.19it/s, loss=0.00213, lr=0.001]
Steps: 21%|██ | 145/700 [00:37<02:12, 4.19it/s, loss=0.00213, lr=0.001]
a cropped painting in the style of <s1><s2>
Steps: 21%|██ | 145/700 [00:37<02:12, 4.19it/s, loss=0.00828, lr=0.001]
Steps: 21%|██ | 146/700 [00:38<02:11, 4.23it/s, loss=0.00828, lr=0.001]
a good painting in the style of <s1><s2>
tensor([[0.4096],
[0.4086]], device='cuda:0')
Current Norm : tensor([0.4086, 0.4078], device='cuda:0')
Steps: 21%|██ | 146/700 [00:38<02:11, 4.23it/s, loss=0.0128, lr=0.001]
Steps: 21%|██ | 147/700 [00:38<02:11, 4.21it/s, loss=0.0128, lr=0.001]
a cool painting in the style of <s1><s2>
Steps: 21%|██ | 147/700 [00:38<02:11, 4.21it/s, loss=0.0175, lr=0.001]
Steps: 21%|██ | 148/700 [00:38<02:11, 4.19it/s, loss=0.0175, lr=0.001]
a dirty painting in the style of <s1><s2>
tensor([[0.4094],
[0.4085]], device='cuda:0')
Current Norm : tensor([0.4085, 0.4077], device='cuda:0')
Steps: 21%|██ | 148/700 [00:38<02:11, 4.19it/s, loss=0.0386, lr=0.001]
Steps: 21%|██▏ | 149/700 [00:38<02:13, 4.13it/s, loss=0.0386, lr=0.001]
a dirty painting in the style of <s1><s2>
Steps: 21%|██▏ | 149/700 [00:38<02:13, 4.13it/s, loss=0.0562, lr=0.001]
Steps: 21%|██▏ | 150/700 [00:39<02:12, 4.15it/s, loss=0.0562, lr=0.001]
a rendering in the style of <s1><s2>
tensor([[0.4093],
[0.4085]], device='cuda:0')
Current Norm : tensor([0.4084, 0.4076], device='cuda:0')
Steps: 21%|██▏ | 150/700 [00:39<02:12, 4.15it/s, loss=0.0121, lr=0.001]
Steps: 22%|██▏ | 151/700 [00:39<02:11, 4.17it/s, loss=0.0121, lr=0.001]
a large painting in the style of <s1><s2>
Steps: 22%|██▏ | 151/700 [00:39<02:11, 4.17it/s, loss=0.00173, lr=0.001]
Steps: 22%|██▏ | 152/700 [00:39<02:13, 4.12it/s, loss=0.00173, lr=0.001]
a small painting in the style of <s1><s2>
tensor([[0.4092],
[0.4084]], device='cuda:0')
Current Norm : tensor([0.4083, 0.4076], device='cuda:0')
Steps: 22%|██▏ | 152/700 [00:39<02:13, 4.12it/s, loss=0.0204, lr=0.001]
Steps: 22%|██▏ | 153/700 [00:39<02:12, 4.12it/s, loss=0.0204, lr=0.001]
a dark painting in the style of <s1><s2>
Steps: 22%|██▏ | 153/700 [00:39<02:12, 4.12it/s, loss=0.0308, lr=0.001]
Steps: 22%|██▏ | 154/700 [00:40<02:12, 4.12it/s, loss=0.0308, lr=0.001]
a bright painting in the style of <s1><s2>
tensor([[0.4092],
[0.4083]], device='cuda:0')
Current Norm : tensor([0.4083, 0.4075], device='cuda:0')
Steps: 22%|██▏ | 154/700 [00:40<02:12, 4.12it/s, loss=0.0574, lr=0.001]
Steps: 22%|██▏ | 155/700 [00:40<02:12, 4.13it/s, loss=0.0574, lr=0.001]
a close-up painting in the style of <s1><s2>
Steps: 22%|██▏ | 155/700 [00:40<02:12, 4.13it/s, loss=0.0166, lr=0.001]
Steps: 22%|██▏ | 156/700 [00:40<02:10, 4.15it/s, loss=0.0166, lr=0.001]
a good painting in the style of <s1><s2>
tensor([[0.4093],
[0.4083]], device='cuda:0')
Current Norm : tensor([0.4083, 0.4075], device='cuda:0')
Steps: 22%|██▏ | 156/700 [00:40<02:10, 4.15it/s, loss=0.105, lr=0.001]
Steps: 22%|██▏ | 157/700 [00:40<02:12, 4.11it/s, loss=0.105, lr=0.001]
a small painting in the style of <s1><s2>
Steps: 22%|██▏ | 157/700 [00:40<02:12, 4.11it/s, loss=0.0376, lr=0.001]
Steps: 23%|██▎ | 158/700 [00:40<02:11, 4.11it/s, loss=0.0376, lr=0.001]
a dirty painting in the style of <s1><s2>
tensor([[0.4094],
[0.4083]], device='cuda:0')
Current Norm : tensor([0.4084, 0.4075], device='cuda:0')
Steps: 23%|██▎ | 158/700 [00:40<02:11, 4.11it/s, loss=0.0839, lr=0.001]
Steps: 23%|██▎ | 159/700 [00:41<02:12, 4.08it/s, loss=0.0839, lr=0.001]
a close-up painting in the style of <s1><s2>
Steps: 23%|██▎ | 159/700 [00:41<02:12, 4.08it/s, loss=0.0122, lr=0.001]
Steps: 23%|██▎ | 160/700 [00:41<02:10, 4.14it/s, loss=0.0122, lr=0.001]
a large painting in the style of <s1><s2>
tensor([[0.4095],
[0.4083]], device='cuda:0')
Current Norm : tensor([0.4086, 0.4075], device='cuda:0')
Steps: 23%|██▎ | 160/700 [00:41<02:10, 4.14it/s, loss=0.0153, lr=0.001]
Steps: 23%|██▎ | 161/700 [00:41<02:09, 4.16it/s, loss=0.0153, lr=0.001]
a good painting in the style of <s1><s2>
Steps: 23%|██▎ | 161/700 [00:41<02:09, 4.16it/s, loss=0.0509, lr=0.001]
Steps: 23%|██▎ | 162/700 [00:41<02:06, 4.26it/s, loss=0.0509, lr=0.001]
a cropped painting in the style of <s1><s2>
tensor([[0.4097],
[0.4083]], device='cuda:0')
Current Norm : tensor([0.4087, 0.4075], device='cuda:0')
Steps: 23%|██▎ | 162/700 [00:41<02:06, 4.26it/s, loss=0.00474, lr=0.001]
Steps: 23%|██▎ | 163/700 [00:42<02:06, 4.23it/s, loss=0.00474, lr=0.001]
a painting in the style of <s1><s2>
Steps: 23%|██▎ | 163/700 [00:42<02:06, 4.23it/s, loss=0.068, lr=0.001]
Steps: 23%|██▎ | 164/700 [00:42<02:06, 4.25it/s, loss=0.068, lr=0.001]
a dirty painting in the style of <s1><s2>
tensor([[0.4099],
[0.4083]], device='cuda:0')
Current Norm : tensor([0.4089, 0.4075], device='cuda:0')
Steps: 23%|██▎ | 164/700 [00:42<02:06, 4.25it/s, loss=0.0357, lr=0.001]
Steps: 24%|██▎ | 165/700 [00:42<02:08, 4.15it/s, loss=0.0357, lr=0.001]
a painting in the style of <s1><s2>
Steps: 24%|██▎ | 165/700 [00:42<02:08, 4.15it/s, loss=0.00253, lr=0.001]
Steps: 24%|██▎ | 166/700 [00:42<02:08, 4.15it/s, loss=0.00253, lr=0.001]
a cool painting in the style of <s1><s2>
tensor([[0.4101],
[0.4082]], device='cuda:0')
Current Norm : tensor([0.4091, 0.4074], device='cuda:0')
Steps: 24%|██▎ | 166/700 [00:42<02:08, 4.15it/s, loss=0.0118, lr=0.001]
Steps: 24%|██▍ | 167/700 [00:43<02:09, 4.12it/s, loss=0.0118, lr=0.001]
a bright painting in the style of <s1><s2>
Steps: 24%|██▍ | 167/700 [00:43<02:09, 4.12it/s, loss=0.0164, lr=0.001]
Steps: 24%|██▍ | 168/700 [00:43<02:09, 4.12it/s, loss=0.0164, lr=0.001]
a cropped painting in the style of <s1><s2>
tensor([[0.4102],
[0.4082]], device='cuda:0')
Current Norm : tensor([0.4092, 0.4074], device='cuda:0')
Steps: 24%|██▍ | 168/700 [00:43<02:09, 4.12it/s, loss=0.0548, lr=0.001]
Steps: 24%|██▍ | 169/700 [00:43<02:08, 4.13it/s, loss=0.0548, lr=0.001]
a large painting in the style of <s1><s2>
Steps: 24%|██▍ | 169/700 [00:43<02:08, 4.13it/s, loss=0.0309, lr=0.001]
Steps: 24%|██▍ | 170/700 [00:43<02:08, 4.13it/s, loss=0.0309, lr=0.001]
the painting in the style of <s1><s2>
tensor([[0.4103],
[0.4082]], device='cuda:0')
Current Norm : tensor([0.4093, 0.4074], device='cuda:0')
Steps: 24%|██▍ | 170/700 [00:43<02:08, 4.13it/s, loss=0.0743, lr=0.001]
Steps: 24%|██▍ | 171/700 [00:44<02:09, 4.09it/s, loss=0.0743, lr=0.001]
a clean painting in the style of <s1><s2>
Steps: 24%|██▍ | 171/700 [00:44<02:09, 4.09it/s, loss=0.0254, lr=0.001]
Steps: 25%|██▍ | 172/700 [00:44<02:09, 4.09it/s, loss=0.0254, lr=0.001]
a clean painting in the style of <s1><s2>
tensor([[0.4104],
[0.4081]], device='cuda:0')
Current Norm : tensor([0.4094, 0.4073], device='cuda:0')
Steps: 25%|██▍ | 172/700 [00:44<02:09, 4.09it/s, loss=0.0103, lr=0.001]
Steps: 25%|██▍ | 173/700 [00:44<02:07, 4.14it/s, loss=0.0103, lr=0.001]
a close-up painting in the style of <s1><s2>
Steps: 25%|██▍ | 173/700 [00:44<02:07, 4.14it/s, loss=0.0303, lr=0.001]
Steps: 25%|██▍ | 174/700 [00:44<02:05, 4.18it/s, loss=0.0303, lr=0.001]
a dirty painting in the style of <s1><s2>
tensor([[0.4105],
[0.4080]], device='cuda:0')
Current Norm : tensor([0.4095, 0.4072], device='cuda:0')
Steps: 25%|██▍ | 174/700 [00:44<02:05, 4.18it/s, loss=0.012, lr=0.001]
Steps: 25%|██▌ | 175/700 [00:45<02:05, 4.18it/s, loss=0.012, lr=0.001]
a cool painting in the style of <s1><s2>
Steps: 25%|██▌ | 175/700 [00:45<02:05, 4.18it/s, loss=0.0445, lr=0.001]
Steps: 25%|██▌ | 176/700 [00:45<02:04, 4.23it/s, loss=0.0445, lr=0.001]
a small painting in the style of <s1><s2>
tensor([[0.4107],
[0.4080]], device='cuda:0')
Current Norm : tensor([0.4096, 0.4072], device='cuda:0')
Steps: 25%|██▌ | 176/700 [00:45<02:04, 4.23it/s, loss=0.0413, lr=0.001]
Steps: 25%|██▌ | 177/700 [00:45<02:04, 4.21it/s, loss=0.0413, lr=0.001]
a bright painting in the style of <s1><s2>
Steps: 25%|██▌ | 177/700 [00:45<02:04, 4.21it/s, loss=0.02, lr=0.001]
Steps: 25%|██▌ | 178/700 [00:45<02:04, 4.19it/s, loss=0.02, lr=0.001]
a small painting in the style of <s1><s2>
tensor([[0.4108],
[0.4080]], device='cuda:0')
Current Norm : tensor([0.4097, 0.4072], device='cuda:0')
Steps: 25%|██▌ | 178/700 [00:45<02:04, 4.19it/s, loss=0.0194, lr=0.001]
Steps: 26%|██▌ | 179/700 [00:46<02:06, 4.13it/s, loss=0.0194, lr=0.001]
a good painting in the style of <s1><s2>
Steps: 26%|██▌ | 179/700 [00:46<02:06, 4.13it/s, loss=0.0481, lr=0.001]
Steps: 26%|██▌ | 180/700 [00:46<02:05, 4.14it/s, loss=0.0481, lr=0.001]
a close-up painting in the style of <s1><s2>
tensor([[0.4109],
[0.4080]], device='cuda:0')
Current Norm : tensor([0.4098, 0.4072], device='cuda:0')
Steps: 26%|██▌ | 180/700 [00:46<02:05, 4.14it/s, loss=0.00391, lr=0.001]
Steps: 26%|██▌ | 181/700 [00:46<02:04, 4.17it/s, loss=0.00391, lr=0.001]
a close-up painting in the style of <s1><s2>
Steps: 26%|██▌ | 181/700 [00:46<02:04, 4.17it/s, loss=0.00199, lr=0.001]
Steps: 26%|██▌ | 182/700 [00:46<02:03, 4.20it/s, loss=0.00199, lr=0.001]
a bright painting in the style of <s1><s2>
tensor([[0.4111],
[0.4080]], device='cuda:0')
Current Norm : tensor([0.4099, 0.4072], device='cuda:0')
Steps: 26%|██▌ | 182/700 [00:46<02:03, 4.20it/s, loss=0.0262, lr=0.001]
Steps: 26%|██▌ | 183/700 [00:46<02:04, 4.15it/s, loss=0.0262, lr=0.001]
a cropped painting in the style of <s1><s2>
Steps: 26%|██▌ | 183/700 [00:46<02:04, 4.15it/s, loss=0.0355, lr=0.001]
Steps: 26%|██▋ | 184/700 [00:47<02:04, 4.16it/s, loss=0.0355, lr=0.001]
a weird painting in the style of <s1><s2>
tensor([[0.4111],
[0.4080]], device='cuda:0')
Current Norm : tensor([0.4100, 0.4072], device='cuda:0')
Steps: 26%|██▋ | 184/700 [00:47<02:04, 4.16it/s, loss=0.0165, lr=0.001]
Steps: 26%|██▋ | 185/700 [00:47<02:04, 4.15it/s, loss=0.0165, lr=0.001]
a rendering in the style of <s1><s2>
Steps: 26%|██▋ | 185/700 [00:47<02:04, 4.15it/s, loss=0.0353, lr=0.001]
Steps: 27%|██▋ | 186/700 [00:47<02:04, 4.14it/s, loss=0.0353, lr=0.001]
a nice painting in the style of <s1><s2>
tensor([[0.4112],
[0.4080]], device='cuda:0')
Current Norm : tensor([0.4101, 0.4072], device='cuda:0')
Steps: 27%|██▋ | 186/700 [00:47<02:04, 4.14it/s, loss=0.0443, lr=0.001]
Steps: 27%|██▋ | 187/700 [00:47<02:05, 4.10it/s, loss=0.0443, lr=0.001]
a large painting in the style of <s1><s2>
Steps: 27%|██▋ | 187/700 [00:47<02:05, 4.10it/s, loss=0.0131, lr=0.001]
Steps: 27%|██▋ | 188/700 [00:48<02:04, 4.12it/s, loss=0.0131, lr=0.001]
a good painting in the style of <s1><s2>
tensor([[0.4112],
[0.4080]], device='cuda:0')
Current Norm : tensor([0.4101, 0.4072], device='cuda:0')
Steps: 27%|██▋ | 188/700 [00:48<02:04, 4.12it/s, loss=0.0146, lr=0.001]
Steps: 27%|██▋ | 189/700 [00:48<02:02, 4.17it/s, loss=0.0146, lr=0.001]
a weird painting in the style of <s1><s2>
Steps: 27%|██▋ | 189/700 [00:48<02:02, 4.17it/s, loss=0.00639, lr=0.001]
Steps: 27%|██▋ | 190/700 [00:48<02:01, 4.21it/s, loss=0.00639, lr=0.001]
a nice painting in the style of <s1><s2>
tensor([[0.4112],
[0.4081]], device='cuda:0')
Current Norm : tensor([0.4101, 0.4073], device='cuda:0')
Steps: 27%|██▋ | 190/700 [00:48<02:01, 4.21it/s, loss=0.0181, lr=0.001]
Steps: 27%|██▋ | 191/700 [00:48<02:00, 4.22it/s, loss=0.0181, lr=0.001]
a cropped painting in the style of <s1><s2>
Steps: 27%|██▋ | 191/700 [00:48<02:00, 4.22it/s, loss=0.0414, lr=0.001]
Steps: 27%|██▋ | 192/700 [00:49<02:01, 4.20it/s, loss=0.0414, lr=0.001]
a close-up painting in the style of <s1><s2>
tensor([[0.4112],
[0.4082]], device='cuda:0')
Current Norm : tensor([0.4101, 0.4074], device='cuda:0')
Steps: 27%|██▋ | 192/700 [00:49<02:01, 4.20it/s, loss=0.0579, lr=0.001]
Steps: 28%|██▊ | 193/700 [00:49<02:02, 4.14it/s, loss=0.0579, lr=0.001]
a cropped painting in the style of <s1><s2>
Steps: 28%|██▊ | 193/700 [00:49<02:02, 4.14it/s, loss=0.0189, lr=0.001]
Steps: 28%|██▊ | 194/700 [00:49<02:02, 4.13it/s, loss=0.0189, lr=0.001]
a large painting in the style of <s1><s2>
tensor([[0.4113],
[0.4083]], device='cuda:0')
Current Norm : tensor([0.4101, 0.4075], device='cuda:0')
Steps: 28%|██▊ | 194/700 [00:49<02:02, 4.13it/s, loss=0.00792, lr=0.001]
Steps: 28%|██▊ | 195/700 [00:49<02:01, 4.15it/s, loss=0.00792, lr=0.001]
a cool painting in the style of <s1><s2>
Steps: 28%|██▊ | 195/700 [00:49<02:01, 4.15it/s, loss=0.0201, lr=0.001]
Steps: 28%|██▊ | 196/700 [00:50<02:00, 4.19it/s, loss=0.0201, lr=0.001]
the painting in the style of <s1><s2>
tensor([[0.4113],
[0.4084]], device='cuda:0')
Current Norm : tensor([0.4102, 0.4075], device='cuda:0')
Steps: 28%|██▊ | 196/700 [00:50<02:00, 4.19it/s, loss=0.0672, lr=0.001]
Steps: 28%|██▊ | 197/700 [00:50<02:01, 4.14it/s, loss=0.0672, lr=0.001]
a cropped painting in the style of <s1><s2>
Steps: 28%|██▊ | 197/700 [00:50<02:01, 4.14it/s, loss=0.0237, lr=0.001]
Steps: 28%|██▊ | 198/700 [00:50<02:01, 4.15it/s, loss=0.0237, lr=0.001]
a cropped painting in the style of <s1><s2>
tensor([[0.4113],
[0.4084]], device='cuda:0')
Current Norm : tensor([0.4102, 0.4076], device='cuda:0')
Steps: 28%|██▊ | 198/700 [00:50<02:01, 4.15it/s, loss=0.000945, lr=0.001]
Steps: 28%|██▊ | 199/700 [00:50<02:01, 4.13it/s, loss=0.000945, lr=0.001]
a small painting in the style of <s1><s2>
Steps: 28%|██▊ | 199/700 [00:50<02:01, 4.13it/s, loss=0.0611, lr=0.001]
Steps: 29%|██▊ | 200/700 [00:51<02:01, 4.13it/s, loss=0.0611, lr=0.001]
Current Learned Embeddings for <s1>:, id 49408 tensor([ 0.0247, 0.0020, 0.0022, -0.0029], device='cuda:0',
grad_fn=<SliceBackward0>)
Current Learned Embeddings for <s2>:, id 49409 tensor([ 0.0117, 0.0083, -0.0137, 0.0089], device='cuda:0',
grad_fn=<SliceBackward0>)
Saving weights to checkpoints/step_inv_200.safetensors
a dirty painting in the style of <s1><s2>
tensor([[0.4114],
[0.4085]], device='cuda:0')
Current Norm : tensor([0.4103, 0.4076], device='cuda:0')
Steps: 29%|██▊ | 200/700 [00:51<02:01, 4.13it/s, loss=0.034, lr=0.001]
Steps: 29%|██▊ | 201/700 [00:51<02:01, 4.12it/s, loss=0.034, lr=0.001]
a large painting in the style of <s1><s2>
Steps: 29%|██▊ | 201/700 [00:51<02:01, 4.12it/s, loss=0.00165, lr=0.001]
Steps: 29%|██▉ | 202/700 [00:51<02:00, 4.12it/s, loss=0.00165, lr=0.001]
a cool painting in the style of <s1><s2>
tensor([[0.4114],
[0.4085]], device='cuda:0')
Current Norm : tensor([0.4103, 0.4077], device='cuda:0')
Steps: 29%|██▉ | 202/700 [00:51<02:00, 4.12it/s, loss=0.0019, lr=0.001]
Steps: 29%|██▉ | 203/700 [00:51<02:01, 4.09it/s, loss=0.0019, lr=0.001]
a picture in the style of <s1><s2>
Steps: 29%|██▉ | 203/700 [00:51<02:01, 4.09it/s, loss=0.0353, lr=0.001]
Steps: 29%|██▉ | 204/700 [00:52<02:01, 4.08it/s, loss=0.0353, lr=0.001]
a clean painting in the style of <s1><s2>
tensor([[0.4114],
[0.4086]], device='cuda:0')
Current Norm : tensor([0.4103, 0.4077], device='cuda:0')
Steps: 29%|██▉ | 204/700 [00:52<02:01, 4.08it/s, loss=0.142, lr=0.001]
Steps: 29%|██▉ | 205/700 [00:52<02:01, 4.07it/s, loss=0.142, lr=0.001]
a dirty painting in the style of <s1><s2>
Steps: 29%|██▉ | 205/700 [00:52<02:01, 4.07it/s, loss=0.00873, lr=0.001]
Steps: 29%|██▉ | 206/700 [00:52<02:00, 4.08it/s, loss=0.00873, lr=0.001]
a picture in the style of <s1><s2>
tensor([[0.4114],
[0.4086]], device='cuda:0')
Current Norm : tensor([0.4102, 0.4077], device='cuda:0')
Steps: 29%|██▉ | 206/700 [00:52<02:00, 4.08it/s, loss=0.00828, lr=0.001]
Steps: 30%|██▉ | 207/700 [00:52<01:59, 4.11it/s, loss=0.00828, lr=0.001]
a cropped painting in the style of <s1><s2>
Steps: 30%|██▉ | 207/700 [00:52<01:59, 4.11it/s, loss=0.0416, lr=0.001]
Steps: 30%|██▉ | 208/700 [00:53<01:59, 4.11it/s, loss=0.0416, lr=0.001]
a close-up painting in the style of <s1><s2>
tensor([[0.4113],
[0.4085]], device='cuda:0')
Current Norm : tensor([0.4102, 0.4077], device='cuda:0')
Steps: 30%|██▉ | 208/700 [00:53<01:59, 4.11it/s, loss=0.0456, lr=0.001]
Steps: 30%|██▉ | 209/700 [00:53<02:00, 4.08it/s, loss=0.0456, lr=0.001]
a dirty painting in the style of <s1><s2>
Steps: 30%|██▉ | 209/700 [00:53<02:00, 4.08it/s, loss=0.0221, lr=0.001]
Steps: 30%|███ | 210/700 [00:53<01:59, 4.08it/s, loss=0.0221, lr=0.001]
a dirty painting in the style of <s1><s2>
tensor([[0.4113],
[0.4085]], device='cuda:0')
Current Norm : tensor([0.4101, 0.4076], device='cuda:0')
Steps: 30%|███ | 210/700 [00:53<01:59, 4.08it/s, loss=0.00817, lr=0.001]
Steps: 30%|███ | 211/700 [00:53<01:59, 4.10it/s, loss=0.00817, lr=0.001]
a painting in the style of <s1><s2>
Steps: 30%|███ | 211/700 [00:53<01:59, 4.10it/s, loss=0.00339, lr=0.001]
Steps: 30%|███ | 212/700 [00:54<01:59, 4.10it/s, loss=0.00339, lr=0.001]
a dirty painting in the style of <s1><s2>
tensor([[0.4112],
[0.4084]], device='cuda:0')
Current Norm : tensor([0.4101, 0.4076], device='cuda:0')
Steps: 30%|███ | 212/700 [00:54<01:59, 4.10it/s, loss=0.00775, lr=0.001]
Steps: 30%|███ | 213/700 [00:54<01:59, 4.07it/s, loss=0.00775, lr=0.001]
a clean painting in the style of <s1><s2>
Steps: 30%|███ | 213/700 [00:54<01:59, 4.07it/s, loss=0.00568, lr=0.001]
Steps: 31%|███ | 214/700 [00:54<01:57, 4.14it/s, loss=0.00568, lr=0.001]
a bright painting in the style of <s1><s2>
tensor([[0.4111],
[0.4083]], device='cuda:0')
Current Norm : tensor([0.4100, 0.4075], device='cuda:0')
Steps: 31%|███ | 214/700 [00:54<01:57, 4.14it/s, loss=0.0666, lr=0.001]
Steps: 31%|███ | 215/700 [00:54<01:57, 4.12it/s, loss=0.0666, lr=0.001]
a bright painting in the style of <s1><s2>
Steps: 31%|███ | 215/700 [00:54<01:57, 4.12it/s, loss=0.0195, lr=0.001]
Steps: 31%|███ | 216/700 [00:54<01:57, 4.11it/s, loss=0.0195, lr=0.001]
a bright painting in the style of <s1><s2>
tensor([[0.4110],
[0.4083]], device='cuda:0')
Current Norm : tensor([0.4099, 0.4074], device='cuda:0')
Steps: 31%|███ | 216/700 [00:54<01:57, 4.11it/s, loss=0.00129, lr=0.001]
Steps: 31%|███ | 217/700 [00:55<01:58, 4.07it/s, loss=0.00129, lr=0.001]
a large painting in the style of <s1><s2>
Steps: 31%|███ | 217/700 [00:55<01:58, 4.07it/s, loss=0.0084, lr=0.001]
Steps: 31%|███ | 218/700 [00:55<01:56, 4.15it/s, loss=0.0084, lr=0.001]
a bright painting in the style of <s1><s2>
tensor([[0.4110],
[0.4082]], device='cuda:0')
Current Norm : tensor([0.4099, 0.4073], device='cuda:0')
Steps: 31%|███ | 218/700 [00:55<01:56, 4.15it/s, loss=0.0175, lr=0.001]
Steps: 31%|███▏ | 219/700 [00:55<01:56, 4.14it/s, loss=0.0175, lr=0.001]
a dark painting in the style of <s1><s2>
Steps: 31%|███▏ | 219/700 [00:55<01:56, 4.14it/s, loss=0.0253, lr=0.001]
Steps: 31%|███▏ | 220/700 [00:55<01:55, 4.15it/s, loss=0.0253, lr=0.001]
a picture in the style of <s1><s2>
tensor([[0.4109],
[0.4081]], device='cuda:0')
Current Norm : tensor([0.4098, 0.4073], device='cuda:0')
Steps: 31%|███▏ | 220/700 [00:55<01:55, 4.15it/s, loss=0.00846, lr=0.001]
Steps: 32%|███▏ | 221/700 [00:56<01:54, 4.18it/s, loss=0.00846, lr=0.001]
the painting in the style of <s1><s2>
Steps: 32%|███▏ | 221/700 [00:56<01:54, 4.18it/s, loss=0.102, lr=0.001]
Steps: 32%|███▏ | 222/700 [00:56<01:54, 4.17it/s, loss=0.102, lr=0.001]
a bright painting in the style of <s1><s2>
tensor([[0.4108],
[0.4079]], device='cuda:0')
Current Norm : tensor([0.4097, 0.4071], device='cuda:0')
Steps: 32%|███▏ | 222/700 [00:56<01:54, 4.17it/s, loss=0.0364, lr=0.001]
Steps: 32%|███▏ | 223/700 [00:56<01:55, 4.11it/s, loss=0.0364, lr=0.001]
a weird painting in the style of <s1><s2>
Steps: 32%|███▏ | 223/700 [00:56<01:55, 4.11it/s, loss=0.0421, lr=0.001]
Steps: 32%|███▏ | 224/700 [00:56<01:55, 4.12it/s, loss=0.0421, lr=0.001]
a good painting in the style of <s1><s2>
tensor([[0.4108],
[0.4078]], device='cuda:0')
Current Norm : tensor([0.4097, 0.4070], device='cuda:0')
Steps: 32%|███▏ | 224/700 [00:56<01:55, 4.12it/s, loss=0.00379, lr=0.001]
Steps: 32%|███▏ | 225/700 [00:57<01:54, 4.15it/s, loss=0.00379, lr=0.001]
a nice painting in the style of <s1><s2>
Steps: 32%|███▏ | 225/700 [00:57<01:54, 4.15it/s, loss=0.0162, lr=0.001]
Steps: 32%|███▏ | 226/700 [00:57<01:54, 4.15it/s, loss=0.0162, lr=0.001]
a cropped painting in the style of <s1><s2>
tensor([[0.4108],
[0.4077]], device='cuda:0')
Current Norm : tensor([0.4097, 0.4069], device='cuda:0')
Steps: 32%|███▏ | 226/700 [00:57<01:54, 4.15it/s, loss=0.0389, lr=0.001]
Steps: 32%|███▏ | 227/700 [00:57<01:55, 4.08it/s, loss=0.0389, lr=0.001]
a nice painting in the style of <s1><s2>
Steps: 32%|███▏ | 227/700 [00:57<01:55, 4.08it/s, loss=0.00943, lr=0.001]
Steps: 33%|███▎ | 228/700 [00:57<01:54, 4.14it/s, loss=0.00943, lr=0.001]
a dirty painting in the style of <s1><s2>
tensor([[0.4109],
[0.4076]], device='cuda:0')
Current Norm : tensor([0.4098, 0.4068], device='cuda:0')
Steps: 33%|███▎ | 228/700 [00:57<01:54, 4.14it/s, loss=0.061, lr=0.001]
Steps: 33%|███▎ | 229/700 [00:58<01:54, 4.10it/s, loss=0.061, lr=0.001]
a picture in the style of <s1><s2>
Steps: 33%|███▎ | 229/700 [00:58<01:54, 4.10it/s, loss=0.0125, lr=0.001]
Steps: 33%|███▎ | 230/700 [00:58<01:52, 4.17it/s, loss=0.0125, lr=0.001]
a rendition in the style of <s1><s2>
tensor([[0.4112],
[0.4075]], device='cuda:0')
Current Norm : tensor([0.4101, 0.4067], device='cuda:0')
Steps: 33%|███▎ | 230/700 [00:58<01:52, 4.17it/s, loss=0.00796, lr=0.001]
Steps: 33%|███▎ | 231/700 [00:58<01:53, 4.13it/s, loss=0.00796, lr=0.001]
a close-up painting in the style of <s1><s2>
Steps: 33%|███▎ | 231/700 [00:58<01:53, 4.13it/s, loss=0.0345, lr=0.001]
Steps: 33%|███▎ | 232/700 [00:58<01:53, 4.14it/s, loss=0.0345, lr=0.001]
a cool painting in the style of <s1><s2>
tensor([[0.4115],
[0.4074]], device='cuda:0')
Current Norm : tensor([0.4104, 0.4066], device='cuda:0')
Steps: 33%|███▎ | 232/700 [00:58<01:53, 4.14it/s, loss=0.00847, lr=0.001]
Steps: 33%|███▎ | 233/700 [00:59<01:52, 4.17it/s, loss=0.00847, lr=0.001]
a dark painting in the style of <s1><s2>
Steps: 33%|███▎ | 233/700 [00:59<01:52, 4.17it/s, loss=0.00553, lr=0.001]
Steps: 33%|███▎ | 234/700 [00:59<01:51, 4.16it/s, loss=0.00553, lr=0.001]
a painting in the style of <s1><s2>
tensor([[0.4119],
[0.4073]], device='cuda:0')
Current Norm : tensor([0.4107, 0.4066], device='cuda:0')
Steps: 33%|███▎ | 234/700 [00:59<01:51, 4.16it/s, loss=0.02, lr=0.001]
Steps: 34%|███▎ | 235/700 [00:59<01:53, 4.11it/s, loss=0.02, lr=0.001]
a picture in the style of <s1><s2>
Steps: 34%|███▎ | 235/700 [00:59<01:53, 4.11it/s, loss=0.124, lr=0.001]
Steps: 34%|███▎ | 236/700 [00:59<01:52, 4.12it/s, loss=0.124, lr=0.001]
a nice painting in the style of <s1><s2>
tensor([[0.4122],
[0.4072]], device='cuda:0')
Current Norm : tensor([0.4110, 0.4064], device='cuda:0')
Steps: 34%|███▎ | 236/700 [00:59<01:52, 4.12it/s, loss=0.0408, lr=0.001]
Steps: 34%|███▍ | 237/700 [01:00<01:51, 4.14it/s, loss=0.0408, lr=0.001]
a close-up painting in the style of <s1><s2>
Steps: 34%|███▍ | 237/700 [01:00<01:51, 4.14it/s, loss=0.017, lr=0.001]
Steps: 34%|███▍ | 238/700 [01:00<01:51, 4.14it/s, loss=0.017, lr=0.001]
a picture in the style of <s1><s2>
tensor([[0.4124],
[0.4071]], device='cuda:0')
Current Norm : tensor([0.4112, 0.4064], device='cuda:0')
Steps: 34%|███▍ | 238/700 [01:00<01:51, 4.14it/s, loss=0.0113, lr=0.001]
Steps: 34%|███▍ | 239/700 [01:00<01:52, 4.10it/s, loss=0.0113, lr=0.001]
a picture in the style of <s1><s2>
Steps: 34%|███▍ | 239/700 [01:00<01:52, 4.10it/s, loss=0.055, lr=0.001]
Steps: 34%|███▍ | 240/700 [01:00<01:51, 4.11it/s, loss=0.055, lr=0.001]
a cropped painting in the style of <s1><s2>
tensor([[0.4126],
[0.4070]], device='cuda:0')
Current Norm : tensor([0.4113, 0.4063], device='cuda:0')
Steps: 34%|███▍ | 240/700 [01:00<01:51, 4.11it/s, loss=0.0312, lr=0.001]
Steps: 34%|███▍ | 241/700 [01:01<01:51, 4.12it/s, loss=0.0312, lr=0.001]
a good painting in the style of <s1><s2>
Steps: 34%|███▍ | 241/700 [01:01<01:51, 4.12it/s, loss=0.0265, lr=0.001]
Steps: 35%|███▍ | 242/700 [01:01<01:49, 4.18it/s, loss=0.0265, lr=0.001]
a rendering in the style of <s1><s2>
tensor([[0.4127],
[0.4069]], device='cuda:0')
Current Norm : tensor([0.4114, 0.4063], device='cuda:0')
Steps: 35%|███▍ | 242/700 [01:01<01:49, 4.18it/s, loss=0.039, lr=0.001]
Steps: 35%|███▍ | 243/700 [01:01<01:50, 4.14it/s, loss=0.039, lr=0.001]
a rendition in the style of <s1><s2>
Steps: 35%|███▍ | 243/700 [01:01<01:50, 4.14it/s, loss=0.00515, lr=0.001]
Steps: 35%|███▍ | 244/700 [01:01<01:48, 4.19it/s, loss=0.00515, lr=0.001]
a cropped painting in the style of <s1><s2>
tensor([[0.4127],
[0.4070]], device='cuda:0')
Current Norm : tensor([0.4115, 0.4063], device='cuda:0')
Steps: 35%|███▍ | 244/700 [01:01<01:48, 4.19it/s, loss=0.00853, lr=0.001]
Steps: 35%|███▌ | 245/700 [01:01<01:48, 4.19it/s, loss=0.00853, lr=0.001]
a dark painting in the style of <s1><s2>
Steps: 35%|███▌ | 245/700 [01:01<01:48, 4.19it/s, loss=0.0045, lr=0.001]
Steps: 35%|███▌ | 246/700 [01:02<01:48, 4.18it/s, loss=0.0045, lr=0.001]
a close-up painting in the style of <s1><s2>
tensor([[0.4127],
[0.4070]], device='cuda:0')
Current Norm : tensor([0.4114, 0.4063], device='cuda:0')
Steps: 35%|███▌ | 246/700 [01:02<01:48, 4.18it/s, loss=0.0167, lr=0.001]
Steps: 35%|███▌ | 247/700 [01:02<01:47, 4.22it/s, loss=0.0167, lr=0.001]
a cool painting in the style of <s1><s2>
Steps: 35%|███▌ | 247/700 [01:02<01:47, 4.22it/s, loss=0.0264, lr=0.001]
Steps: 35%|███▌ | 248/700 [01:02<01:46, 4.24it/s, loss=0.0264, lr=0.001]
a rendition in the style of <s1><s2>
tensor([[0.4126],
[0.4070]], device='cuda:0')
Current Norm : tensor([0.4113, 0.4063], device='cuda:0')
Steps: 35%|███▌ | 248/700 [01:02<01:46, 4.24it/s, loss=0.0022, lr=0.001]
Steps: 36%|███▌ | 249/700 [01:02<01:46, 4.22it/s, loss=0.0022, lr=0.001]
a rendition in the style of <s1><s2>
Steps: 36%|███▌ | 249/700 [01:02<01:46, 4.22it/s, loss=0.0102, lr=0.001]
Steps: 36%|███▌ | 250/700 [01:03<01:47, 4.20it/s, loss=0.0102, lr=0.001]
a cropped painting in the style of <s1><s2>
tensor([[0.4124],
[0.4071]], device='cuda:0')
Current Norm : tensor([0.4112, 0.4064], device='cuda:0')
Steps: 36%|███▌ | 250/700 [01:03<01:47, 4.20it/s, loss=0.008, lr=0.001]
Steps: 36%|███▌ | 251/700 [01:03<01:48, 4.14it/s, loss=0.008, lr=0.001]
a picture in the style of <s1><s2>
Steps: 36%|███▌ | 251/700 [01:03<01:48, 4.14it/s, loss=0.0575, lr=0.001]
Steps: 36%|███▌ | 252/700 [01:03<01:48, 4.12it/s, loss=0.0575, lr=0.001]
a cropped painting in the style of <s1><s2>
tensor([[0.4124],
[0.4071]], device='cuda:0')
Current Norm : tensor([0.4111, 0.4064], device='cuda:0')
Steps: 36%|███▌ | 252/700 [01:03<01:48, 4.12it/s, loss=0.0495, lr=0.001]
Steps: 36%|███▌ | 253/700 [01:03<01:49, 4.08it/s, loss=0.0495, lr=0.001]
a dark painting in the style of <s1><s2>
Steps: 36%|███▌ | 253/700 [01:03<01:49, 4.08it/s, loss=0.0184, lr=0.001]
Steps: 36%|███▋ | 254/700 [01:04<01:48, 4.09it/s, loss=0.0184, lr=0.001]
a painting in the style of <s1><s2>
tensor([[0.4123],
[0.4073]], device='cuda:0')
Current Norm : tensor([0.4110, 0.4066], device='cuda:0')
Steps: 36%|███▋ | 254/700 [01:04<01:48, 4.09it/s, loss=0.00753, lr=0.001]
Steps: 36%|███▋ | 255/700 [01:04<01:49, 4.05it/s, loss=0.00753, lr=0.001]
a cropped painting in the style of <s1><s2>
Steps: 36%|███▋ | 255/700 [01:04<01:49, 4.05it/s, loss=0.055, lr=0.001]
Steps: 37%|███▋ | 256/700 [01:04<01:47, 4.11it/s, loss=0.055, lr=0.001]
the painting in the style of <s1><s2>
tensor([[0.4122],
[0.4075]], device='cuda:0')
Current Norm : tensor([0.4110, 0.4067], device='cuda:0')
Steps: 37%|███▋ | 256/700 [01:04<01:47, 4.11it/s, loss=0.00957, lr=0.001]
Steps: 37%|███▋ | 257/700 [01:04<01:47, 4.13it/s, loss=0.00957, lr=0.001]
a good painting in the style of <s1><s2>
Steps: 37%|███▋ | 257/700 [01:04<01:47, 4.13it/s, loss=0.00173, lr=0.001]
Steps: 37%|███▋ | 258/700 [01:05<01:47, 4.13it/s, loss=0.00173, lr=0.001]
a painting in the style of <s1><s2>
tensor([[0.4120],
[0.4077]], device='cuda:0')
Current Norm : tensor([0.4108, 0.4070], device='cuda:0')
Steps: 37%|███▋ | 258/700 [01:05<01:47, 4.13it/s, loss=0.0908, lr=0.001]
Steps: 37%|███▋ | 259/700 [01:05<01:47, 4.10it/s, loss=0.0908, lr=0.001]
a cropped painting in the style of <s1><s2>
Steps: 37%|███▋ | 259/700 [01:05<01:47, 4.10it/s, loss=0.0191, lr=0.001]
Steps: 37%|███▋ | 260/700 [01:05<01:47, 4.11it/s, loss=0.0191, lr=0.001]
a close-up painting in the style of <s1><s2>
tensor([[0.4120],
[0.4081]], device='cuda:0')
Current Norm : tensor([0.4108, 0.4073], device='cuda:0')
Steps: 37%|███▋ | 260/700 [01:05<01:47, 4.11it/s, loss=0.00217, lr=0.001]
Steps: 37%|███▋ | 261/700 [01:05<01:46, 4.14it/s, loss=0.00217, lr=0.001]
a rendition in the style of <s1><s2>
Steps: 37%|███▋ | 261/700 [01:05<01:46, 4.14it/s, loss=0.0165, lr=0.001]
Steps: 37%|███▋ | 262/700 [01:06<01:44, 4.20it/s, loss=0.0165, lr=0.001]
a small painting in the style of <s1><s2>
tensor([[0.4119],
[0.4084]], device='cuda:0')
Current Norm : tensor([0.4107, 0.4076], device='cuda:0')
Steps: 37%|███▋ | 262/700 [01:06<01:44, 4.20it/s, loss=0.0299, lr=0.001]
Steps: 38%|███▊ | 263/700 [01:06<01:45, 4.15it/s, loss=0.0299, lr=0.001]
a picture in the style of <s1><s2>
Steps: 38%|███▊ | 263/700 [01:06<01:45, 4.15it/s, loss=0.00152, lr=0.001]
Steps: 38%|███▊ | 264/700 [01:06<01:45, 4.15it/s, loss=0.00152, lr=0.001]
a close-up painting in the style of <s1><s2>
tensor([[0.4118],
[0.4087]], device='cuda:0')
Current Norm : tensor([0.4107, 0.4078], device='cuda:0')
Steps: 38%|███▊ | 264/700 [01:06<01:45, 4.15it/s, loss=0.0303, lr=0.001]
Steps: 38%|███▊ | 265/700 [01:06<01:45, 4.12it/s, loss=0.0303, lr=0.001]
a bright painting in the style of <s1><s2>
Steps: 38%|███▊ | 265/700 [01:06<01:45, 4.12it/s, loss=0.00384, lr=0.001]
Steps: 38%|███▊ | 266/700 [01:07<01:45, 4.13it/s, loss=0.00384, lr=0.001]
a close-up painting in the style of <s1><s2>
tensor([[0.4117],
[0.4089]], device='cuda:0')
Current Norm : tensor([0.4106, 0.4080], device='cuda:0')
Steps: 38%|███▊ | 266/700 [01:07<01:45, 4.13it/s, loss=0.0119, lr=0.001]
Steps: 38%|███▊ | 267/700 [01:07<01:45, 4.10it/s, loss=0.0119, lr=0.001]
a weird painting in the style of <s1><s2>
Steps: 38%|███▊ | 267/700 [01:07<01:45, 4.10it/s, loss=0.00103, lr=0.001]
Steps: 38%|███▊ | 268/700 [01:07<01:44, 4.12it/s, loss=0.00103, lr=0.001]
a close-up painting in the style of <s1><s2>
tensor([[0.4116],
[0.4091]], device='cuda:0')
Current Norm : tensor([0.4104, 0.4082], device='cuda:0')
Steps: 38%|███▊ | 268/700 [01:07<01:44, 4.12it/s, loss=0.00902, lr=0.001]
Steps: 38%|███▊ | 269/700 [01:07<01:43, 4.14it/s, loss=0.00902, lr=0.001]
a rendition in the style of <s1><s2>
Steps: 38%|███▊ | 269/700 [01:07<01:43, 4.14it/s, loss=0.0282, lr=0.001]
Steps: 39%|███▊ | 270/700 [01:08<01:42, 4.18it/s, loss=0.0282, lr=0.001]
a clean painting in the style of <s1><s2>
tensor([[0.4113],
[0.4092]], device='cuda:0')
Current Norm : tensor([0.4102, 0.4083], device='cuda:0')
Steps: 39%|███▊ | 270/700 [01:08<01:42, 4.18it/s, loss=0.00297, lr=0.001]
Steps: 39%|███▊ | 271/700 [01:08<01:43, 4.13it/s, loss=0.00297, lr=0.001]
a cropped painting in the style of <s1><s2>
Steps: 39%|███▊ | 271/700 [01:08<01:43, 4.13it/s, loss=0.0461, lr=0.001]
Steps: 39%|███▉ | 272/700 [01:08<01:42, 4.17it/s, loss=0.0461, lr=0.001]
a rendering in the style of <s1><s2>
tensor([[0.4111],
[0.4093]], device='cuda:0')
Current Norm : tensor([0.4100, 0.4084], device='cuda:0')
Steps: 39%|███▉ | 272/700 [01:08<01:42, 4.17it/s, loss=0.0104, lr=0.001]
Steps: 39%|███▉ | 273/700 [01:08<01:42, 4.16it/s, loss=0.0104, lr=0.001]
a cropped painting in the style of <s1><s2>
Steps: 39%|███▉ | 273/700 [01:08<01:42, 4.16it/s, loss=0.00382, lr=0.001]
Steps: 39%|███▉ | 274/700 [01:08<01:42, 4.15it/s, loss=0.00382, lr=0.001]
a cropped painting in the style of <s1><s2>
tensor([[0.4108],
[0.4095]], device='cuda:0')
Current Norm : tensor([0.4097, 0.4085], device='cuda:0')
Steps: 39%|███▉ | 274/700 [01:08<01:42, 4.15it/s, loss=0.012, lr=0.001]
Steps: 39%|███▉ | 275/700 [01:09<01:43, 4.12it/s, loss=0.012, lr=0.001]
a rendering in the style of <s1><s2>
Steps: 39%|███▉ | 275/700 [01:09<01:43, 4.12it/s, loss=0.0175, lr=0.001]
Steps: 39%|███▉ | 276/700 [01:09<01:41, 4.19it/s, loss=0.0175, lr=0.001]
a close-up painting in the style of <s1><s2>
tensor([[0.4106],
[0.4096]], device='cuda:0')
Current Norm : tensor([0.4095, 0.4086], device='cuda:0')
Steps: 39%|███▉ | 276/700 [01:09<01:41, 4.19it/s, loss=0.033, lr=0.001]
Steps: 40%|███▉ | 277/700 [01:09<01:42, 4.13it/s, loss=0.033, lr=0.001]
a bright painting in the style of <s1><s2>
Steps: 40%|███▉ | 277/700 [01:09<01:42, 4.13it/s, loss=0.0217, lr=0.001]
Steps: 40%|███▉ | 278/700 [01:09<01:42, 4.13it/s, loss=0.0217, lr=0.001]
a close-up painting in the style of <s1><s2>
tensor([[0.4104],
[0.4097]], device='cuda:0')
Current Norm : tensor([0.4094, 0.4087], device='cuda:0')
Steps: 40%|███▉ | 278/700 [01:09<01:42, 4.13it/s, loss=0.0116, lr=0.001]
Steps: 40%|███▉ | 279/700 [01:10<01:42, 4.12it/s, loss=0.0116, lr=0.001]
a rendering in the style of <s1><s2>
Steps: 40%|███▉ | 279/700 [01:10<01:42, 4.12it/s, loss=0.016, lr=0.001]
Steps: 40%|████ | 280/700 [01:10<01:41, 4.14it/s, loss=0.016, lr=0.001]
a small painting in the style of <s1><s2>
tensor([[0.4102],
[0.4098]], device='cuda:0')
Current Norm : tensor([0.4092, 0.4088], device='cuda:0')
Steps: 40%|████ | 280/700 [01:10<01:41, 4.14it/s, loss=0.00878, lr=0.001]
Steps: 40%|████ | 281/700 [01:10<01:42, 4.10it/s, loss=0.00878, lr=0.001]
a weird painting in the style of <s1><s2>
Steps: 40%|████ | 281/700 [01:10<01:42, 4.10it/s, loss=0.00979, lr=0.001]
Steps: 40%|████ | 282/700 [01:10<01:41, 4.12it/s, loss=0.00979, lr=0.001]
a good painting in the style of <s1><s2>
tensor([[0.4101],
[0.4099]], device='cuda:0')
Current Norm : tensor([0.4091, 0.4089], device='cuda:0')
Steps: 40%|████ | 282/700 [01:10<01:41, 4.12it/s, loss=0.0173, lr=0.001]
Steps: 40%|████ | 283/700 [01:11<01:40, 4.14it/s, loss=0.0173, lr=0.001]
a large painting in the style of <s1><s2>
Steps: 40%|████ | 283/700 [01:11<01:40, 4.14it/s, loss=0.0155, lr=0.001]
Steps: 41%|████ | 284/700 [01:11<01:40, 4.13it/s, loss=0.0155, lr=0.001]
a picture in the style of <s1><s2>
tensor([[0.4098],
[0.4099]], device='cuda:0')
Current Norm : tensor([0.4088, 0.4089], device='cuda:0')
Steps: 41%|████ | 284/700 [01:11<01:40, 4.13it/s, loss=0.0407, lr=0.001]
Steps: 41%|████ | 285/700 [01:11<01:41, 4.09it/s, loss=0.0407, lr=0.001]
a picture in the style of <s1><s2>
Steps: 41%|████ | 285/700 [01:11<01:41, 4.09it/s, loss=0.0291, lr=0.001]
Steps: 41%|████ | 286/700 [01:11<01:40, 4.12it/s, loss=0.0291, lr=0.001]
a bright painting in the style of <s1><s2>
tensor([[0.4096],
[0.4100]], device='cuda:0')
Current Norm : tensor([0.4087, 0.4090], device='cuda:0')
Steps: 41%|████ | 286/700 [01:11<01:40, 4.12it/s, loss=0.0249, lr=0.001]
Steps: 41%|████ | 287/700 [01:12<01:39, 4.14it/s, loss=0.0249, lr=0.001]
a close-up painting in the style of <s1><s2>
Steps: 41%|████ | 287/700 [01:12<01:39, 4.14it/s, loss=0.0331, lr=0.001]
Steps: 41%|████ | 288/700 [01:12<01:38, 4.19it/s, loss=0.0331, lr=0.001]
a cropped painting in the style of <s1><s2>
tensor([[0.4095],
[0.4101]], device='cuda:0')
Current Norm : tensor([0.4085, 0.4091], device='cuda:0')
Steps: 41%|████ | 288/700 [01:12<01:38, 4.19it/s, loss=0.00157, lr=0.001]
Steps: 41%|████▏ | 289/700 [01:12<01:39, 4.14it/s, loss=0.00157, lr=0.001]
a close-up painting in the style of <s1><s2>
Steps: 41%|████▏ | 289/700 [01:12<01:39, 4.14it/s, loss=0.0541, lr=0.001]
Steps: 41%|████▏ | 290/700 [01:12<01:37, 4.19it/s, loss=0.0541, lr=0.001]
a large painting in the style of <s1><s2>
tensor([[0.4093],
[0.4103]], device='cuda:0')
Current Norm : tensor([0.4084, 0.4092], device='cuda:0')
Steps: 41%|████▏ | 290/700 [01:12<01:37, 4.19it/s, loss=0.0685, lr=0.001]
Steps: 42%|████▏ | 291/700 [01:13<01:38, 4.15it/s, loss=0.0685, lr=0.001]
a cropped painting in the style of <s1><s2>
Steps: 42%|████▏ | 291/700 [01:13<01:38, 4.15it/s, loss=0.0815, lr=0.001]
Steps: 42%|████▏ | 292/700 [01:13<01:38, 4.16it/s, loss=0.0815, lr=0.001]
a cool painting in the style of <s1><s2>
tensor([[0.4092],
[0.4103]], device='cuda:0')
Current Norm : tensor([0.4083, 0.4092], device='cuda:0')
Steps: 42%|████▏ | 292/700 [01:13<01:38, 4.16it/s, loss=0.012, lr=0.001]
Steps: 42%|████▏ | 293/700 [01:13<01:37, 4.19it/s, loss=0.012, lr=0.001]
a picture in the style of <s1><s2>
Steps: 42%|████▏ | 293/700 [01:13<01:37, 4.19it/s, loss=0.0258, lr=0.001]
Steps: 42%|████▏ | 294/700 [01:13<01:37, 4.18it/s, loss=0.0258, lr=0.001]
a picture in the style of <s1><s2>
tensor([[0.4090],
[0.4102]], device='cuda:0')
Current Norm : tensor([0.4081, 0.4092], device='cuda:0')
Steps: 42%|████▏ | 294/700 [01:13<01:37, 4.18it/s, loss=0.00153, lr=0.001]
Steps: 42%|████▏ | 295/700 [01:14<01:38, 4.13it/s, loss=0.00153, lr=0.001]
a large painting in the style of <s1><s2>
Steps: 42%|████▏ | 295/700 [01:14<01:38, 4.13it/s, loss=0.0248, lr=0.001]
Steps: 42%|████▏ | 296/700 [01:14<01:37, 4.13it/s, loss=0.0248, lr=0.001]
a rendering in the style of <s1><s2>
tensor([[0.4089],
[0.4102]], device='cuda:0')
Current Norm : tensor([0.4080, 0.4092], device='cuda:0')
Steps: 42%|████▏ | 296/700 [01:14<01:37, 4.13it/s, loss=0.0125, lr=0.001]
Steps: 42%|████▏ | 297/700 [01:14<01:36, 4.17it/s, loss=0.0125, lr=0.001]
a painting in the style of <s1><s2>
Steps: 42%|████▏ | 297/700 [01:14<01:36, 4.17it/s, loss=0.0695, lr=0.001]
Steps: 43%|████▎ | 298/700 [01:14<01:36, 4.15it/s, loss=0.0695, lr=0.001]
a large painting in the style of <s1><s2>
tensor([[0.4087],
[0.4102]], device='cuda:0')
Current Norm : tensor([0.4078, 0.4092], device='cuda:0')
Steps: 43%|████▎ | 298/700 [01:14<01:36, 4.15it/s, loss=0.0346, lr=0.001]
Steps: 43%|████▎ | 299/700 [01:15<01:37, 4.10it/s, loss=0.0346, lr=0.001]
a nice painting in the style of <s1><s2>
Steps: 43%|████▎ | 299/700 [01:15<01:37, 4.10it/s, loss=0.0835, lr=0.001]
Steps: 43%|████▎ | 300/700 [01:15<01:36, 4.16it/s, loss=0.0835, lr=0.001]
Current Learned Embeddings for <s1>:, id 49408 tensor([ 0.0235, 0.0005, 0.0061, -0.0127], device='cuda:0',
grad_fn=<SliceBackward0>)
Current Learned Embeddings for <s2>:, id 49409 tensor([ 0.0080, 0.0061, -0.0066, 0.0024], device='cuda:0',
grad_fn=<SliceBackward0>)
Saving weights to checkpoints/step_inv_300.safetensors
a large painting in the style of <s1><s2>
tensor([[0.4086],
[0.4102]], device='cuda:0')
Current Norm : tensor([0.4077, 0.4092], device='cuda:0')
Steps: 43%|████▎ | 300/700 [01:15<01:36, 4.16it/s, loss=0.00423, lr=0.001]
Steps: 43%|████▎ | 301/700 [01:15<01:37, 4.10it/s, loss=0.00423, lr=0.001]
a dirty painting in the style of <s1><s2>
Steps: 43%|████▎ | 301/700 [01:15<01:37, 4.10it/s, loss=0.0148, lr=0.001]
Steps: 43%|████▎ | 302/700 [01:15<01:37, 4.10it/s, loss=0.0148, lr=0.001]
a cropped painting in the style of <s1><s2>
tensor([[0.4085],
[0.4102]], device='cuda:0')
Current Norm : tensor([0.4076, 0.4092], device='cuda:0')
Steps: 43%|████▎ | 302/700 [01:15<01:37, 4.10it/s, loss=0.0417, lr=0.001]
Steps: 43%|████▎ | 303/700 [01:15<01:36, 4.11it/s, loss=0.0417, lr=0.001]
a cropped painting in the style of <s1><s2>
Steps: 43%|████▎ | 303/700 [01:15<01:36, 4.11it/s, loss=0.00458, lr=0.001]
Steps: 43%|████▎ | 304/700 [01:16<01:35, 4.14it/s, loss=0.00458, lr=0.001]
a close-up painting in the style of <s1><s2>
tensor([[0.4083],
[0.4102]], device='cuda:0')
Current Norm : tensor([0.4075, 0.4092], device='cuda:0')
Steps: 43%|████▎ | 304/700 [01:16<01:35, 4.14it/s, loss=0.00157, lr=0.001]
Steps: 44%|████▎ | 305/700 [01:16<01:36, 4.11it/s, loss=0.00157, lr=0.001]
a clean painting in the style of <s1><s2>
Steps: 44%|████▎ | 305/700 [01:16<01:36, 4.11it/s, loss=0.00466, lr=0.001]
Steps: 44%|████▎ | 306/700 [01:16<01:35, 4.11it/s, loss=0.00466, lr=0.001]
a close-up painting in the style of <s1><s2>
tensor([[0.4082],
[0.4101]], device='cuda:0')
Current Norm : tensor([0.4074, 0.4091], device='cuda:0')
Steps: 44%|████▎ | 306/700 [01:16<01:35, 4.11it/s, loss=0.00122, lr=0.001]
Steps: 44%|████▍ | 307/700 [01:16<01:36, 4.08it/s, loss=0.00122, lr=0.001]
a weird painting in the style of <s1><s2>
Steps: 44%|████▍ | 307/700 [01:16<01:36, 4.08it/s, loss=0.003, lr=0.001]
Steps: 44%|████▍ | 308/700 [01:17<01:34, 4.17it/s, loss=0.003, lr=0.001]
a cool painting in the style of <s1><s2>
tensor([[0.4081],
[0.4101]], device='cuda:0')
Current Norm : tensor([0.4073, 0.4091], device='cuda:0')
Steps: 44%|████▍ | 308/700 [01:17<01:34, 4.17it/s, loss=0.0193, lr=0.001]
Steps: 44%|████▍ | 309/700 [01:17<01:33, 4.17it/s, loss=0.0193, lr=0.001]
a rendering in the style of <s1><s2>
Steps: 44%|████▍ | 309/700 [01:17<01:33, 4.17it/s, loss=0.0406, lr=0.001]
Steps: 44%|████▍ | 310/700 [01:17<01:33, 4.16it/s, loss=0.0406, lr=0.001]
a clean painting in the style of <s1><s2>
tensor([[0.4080],
[0.4100]], device='cuda:0')
Current Norm : tensor([0.4072, 0.4090], device='cuda:0')
Steps: 44%|████▍ | 310/700 [01:17<01:33, 4.16it/s, loss=0.0413, lr=0.001]
Steps: 44%|████▍ | 311/700 [01:17<01:34, 4.12it/s, loss=0.0413, lr=0.001]
a small painting in the style of <s1><s2>
Steps: 44%|████▍ | 311/700 [01:17<01:34, 4.12it/s, loss=0.00444, lr=0.001]
Steps: 45%|████▍ | 312/700 [01:18<01:32, 4.20it/s, loss=0.00444, lr=0.001]
a large painting in the style of <s1><s2>
tensor([[0.4080],
[0.4100]], device='cuda:0')
Current Norm : tensor([0.4072, 0.4090], device='cuda:0')
Steps: 45%|████▍ | 312/700 [01:18<01:32, 4.20it/s, loss=0.0251, lr=0.001]
Steps: 45%|████▍ | 313/700 [01:18<01:31, 4.22it/s, loss=0.0251, lr=0.001]
a small painting in the style of <s1><s2>
Steps: 45%|████▍ | 313/700 [01:18<01:31, 4.22it/s, loss=0.0207, lr=0.001]
Steps: 45%|████▍ | 314/700 [01:18<01:30, 4.24it/s, loss=0.0207, lr=0.001]
a cropped painting in the style of <s1><s2>
tensor([[0.4080],
[0.4099]], device='cuda:0')
Current Norm : tensor([0.4072, 0.4089], device='cuda:0')
Steps: 45%|████▍ | 314/700 [01:18<01:30, 4.24it/s, loss=0.029, lr=0.001]
Steps: 45%|████▌ | 315/700 [01:18<01:32, 4.18it/s, loss=0.029, lr=0.001]
a close-up painting in the style of <s1><s2>
Steps: 45%|████▌ | 315/700 [01:18<01:32, 4.18it/s, loss=0.0196, lr=0.001]
Steps: 45%|████▌ | 316/700 [01:19<01:32, 4.17it/s, loss=0.0196, lr=0.001]
a weird painting in the style of <s1><s2>
tensor([[0.4079],
[0.4099]], device='cuda:0')
Current Norm : tensor([0.4071, 0.4089], device='cuda:0')
Steps: 45%|████▌ | 316/700 [01:19<01:32, 4.17it/s, loss=0.0296, lr=0.001]
Steps: 45%|████▌ | 317/700 [01:19<01:32, 4.16it/s, loss=0.0296, lr=0.001]
the painting in the style of <s1><s2>
Steps: 45%|████▌ | 317/700 [01:19<01:32, 4.16it/s, loss=0.0167, lr=0.001]
Steps: 45%|████▌ | 318/700 [01:19<01:31, 4.16it/s, loss=0.0167, lr=0.001]
a dark painting in the style of <s1><s2>
tensor([[0.4079],
[0.4098]], device='cuda:0')
Current Norm : tensor([0.4071, 0.4088], device='cuda:0')
Steps: 45%|████▌ | 318/700 [01:19<01:31, 4.16it/s, loss=0.00307, lr=0.001]
Steps: 46%|████▌ | 319/700 [01:19<01:32, 4.10it/s, loss=0.00307, lr=0.001]
a nice painting in the style of <s1><s2>
Steps: 46%|████▌ | 319/700 [01:19<01:32, 4.10it/s, loss=0.0162, lr=0.001]
Steps: 46%|████▌ | 320/700 [01:20<01:32, 4.12it/s, loss=0.0162, lr=0.001]
a bright painting in the style of <s1><s2>
tensor([[0.4078],
[0.4098]], device='cuda:0')
Current Norm : tensor([0.4070, 0.4088], device='cuda:0')
Steps: 46%|████▌ | 320/700 [01:20<01:32, 4.12it/s, loss=0.0237, lr=0.001]
Steps: 46%|████▌ | 321/700 [01:20<01:32, 4.09it/s, loss=0.0237, lr=0.001]
a cropped painting in the style of <s1><s2>
Steps: 46%|████▌ | 321/700 [01:20<01:32, 4.09it/s, loss=0.00372, lr=0.001]
Steps: 46%|████▌ | 322/700 [01:20<01:30, 4.17it/s, loss=0.00372, lr=0.001]
a clean painting in the style of <s1><s2>
tensor([[0.4077],
[0.4098]], device='cuda:0')
Current Norm : tensor([0.4069, 0.4089], device='cuda:0')
Steps: 46%|████▌ | 322/700 [01:20<01:30, 4.17it/s, loss=0.0193, lr=0.001]
Steps: 46%|████▌ | 323/700 [01:20<01:31, 4.12it/s, loss=0.0193, lr=0.001]
a painting in the style of <s1><s2>
Steps: 46%|████▌ | 323/700 [01:20<01:31, 4.12it/s, loss=0.0362, lr=0.001]
Steps: 46%|████▋ | 324/700 [01:21<01:31, 4.12it/s, loss=0.0362, lr=0.001]
a close-up painting in the style of <s1><s2>
tensor([[0.4077],
[0.4100]], device='cuda:0')
Current Norm : tensor([0.4069, 0.4090], device='cuda:0')
Steps: 46%|████▋ | 324/700 [01:21<01:31, 4.12it/s, loss=0.00147, lr=0.001]
Steps: 46%|████▋ | 325/700 [01:21<01:30, 4.15it/s, loss=0.00147, lr=0.001]
a painting in the style of <s1><s2>
Steps: 46%|████▋ | 325/700 [01:21<01:30, 4.15it/s, loss=0.0334, lr=0.001]
Steps: 47%|████▋ | 326/700 [01:21<01:30, 4.14it/s, loss=0.0334, lr=0.001]
a close-up painting in the style of <s1><s2>
tensor([[0.4077],
[0.4101]], device='cuda:0')
Current Norm : tensor([0.4070, 0.4091], device='cuda:0')
Steps: 47%|████▋ | 326/700 [01:21<01:30, 4.14it/s, loss=0.00586, lr=0.001]
Steps: 47%|████▋ | 327/700 [01:21<01:31, 4.09it/s, loss=0.00586, lr=0.001]
a small painting in the style of <s1><s2>
Steps: 47%|████▋ | 327/700 [01:21<01:31, 4.09it/s, loss=0.0262, lr=0.001]
Steps: 47%|████▋ | 328/700 [01:22<01:30, 4.12it/s, loss=0.0262, lr=0.001]
a nice painting in the style of <s1><s2>
tensor([[0.4078],
[0.4102]], device='cuda:0')
Current Norm : tensor([0.4070, 0.4092], device='cuda:0')
Steps: 47%|████▋ | 328/700 [01:22<01:30, 4.12it/s, loss=0.0121, lr=0.001]
Steps: 47%|████▋ | 329/700 [01:22<01:30, 4.08it/s, loss=0.0121, lr=0.001]
a cropped painting in the style of <s1><s2>
Steps: 47%|████▋ | 329/700 [01:22<01:30, 4.08it/s, loss=0.00564, lr=0.001]
Steps: 47%|████▋ | 330/700 [01:22<01:28, 4.17it/s, loss=0.00564, lr=0.001]
a dirty painting in the style of <s1><s2>
tensor([[0.4079],
[0.4103]], device='cuda:0')
Current Norm : tensor([0.4071, 0.4093], device='cuda:0')
Steps: 47%|████▋ | 330/700 [01:22<01:28, 4.17it/s, loss=0.00756, lr=0.001]
Steps: 47%|████▋ | 331/700 [01:22<01:28, 4.18it/s, loss=0.00756, lr=0.001]
a nice painting in the style of <s1><s2>
Steps: 47%|████▋ | 331/700 [01:22<01:28, 4.18it/s, loss=0.00375, lr=0.001]
Steps: 47%|████▋ | 332/700 [01:22<01:28, 4.16it/s, loss=0.00375, lr=0.001]
a clean painting in the style of <s1><s2>
tensor([[0.4079],
[0.4104]], device='cuda:0')
Current Norm : tensor([0.4071, 0.4094], device='cuda:0')
Steps: 47%|████▋ | 332/700 [01:22<01:28, 4.16it/s, loss=0.0225, lr=0.001]
Steps: 48%|████▊ | 333/700 [01:23<01:29, 4.12it/s, loss=0.0225, lr=0.001]
a bright painting in the style of <s1><s2>
Steps: 48%|████▊ | 333/700 [01:23<01:29, 4.12it/s, loss=0.0337, lr=0.001]
Steps: 48%|████▊ | 334/700 [01:23<01:27, 4.21it/s, loss=0.0337, lr=0.001]
a clean painting in the style of <s1><s2>
tensor([[0.4079],
[0.4105]], device='cuda:0')
Current Norm : tensor([0.4071, 0.4095], device='cuda:0')
Steps: 48%|████▊ | 334/700 [01:23<01:27, 4.21it/s, loss=0.00516, lr=0.001]
Steps: 48%|████▊ | 335/700 [01:23<01:28, 4.14it/s, loss=0.00516, lr=0.001]
a cool painting in the style of <s1><s2>
Steps: 48%|████▊ | 335/700 [01:23<01:28, 4.14it/s, loss=0.0372, lr=0.001]
Steps: 48%|████▊ | 336/700 [01:23<01:26, 4.20it/s, loss=0.0372, lr=0.001]
a cropped painting in the style of <s1><s2>
tensor([[0.4079],
[0.4106]], device='cuda:0')
Current Norm : tensor([0.4071, 0.4095], device='cuda:0')
Steps: 48%|████▊ | 336/700 [01:23<01:26, 4.20it/s, loss=0.0199, lr=0.001]
Steps: 48%|████▊ | 337/700 [01:24<01:27, 4.14it/s, loss=0.0199, lr=0.001]
a close-up painting in the style of <s1><s2>
Steps: 48%|████▊ | 337/700 [01:24<01:27, 4.14it/s, loss=0.176, lr=0.001]
Steps: 48%|████▊ | 338/700 [01:24<01:27, 4.14it/s, loss=0.176, lr=0.001]
a small painting in the style of <s1><s2>
tensor([[0.4079],
[0.4106]], device='cuda:0')
Current Norm : tensor([0.4071, 0.4096], device='cuda:0')
Steps: 48%|████▊ | 338/700 [01:24<01:27, 4.14it/s, loss=0.00933, lr=0.001]
Steps: 48%|████▊ | 339/700 [01:24<01:28, 4.10it/s, loss=0.00933, lr=0.001]
a large painting in the style of <s1><s2>
Steps: 48%|████▊ | 339/700 [01:24<01:28, 4.10it/s, loss=0.00289, lr=0.001]
Steps: 49%|████▊ | 340/700 [01:24<01:26, 4.16it/s, loss=0.00289, lr=0.001]
a close-up painting in the style of <s1><s2>
tensor([[0.4079],
[0.4107]], device='cuda:0')
Current Norm : tensor([0.4071, 0.4096], device='cuda:0')
Steps: 49%|████▊ | 340/700 [01:24<01:26, 4.16it/s, loss=0.00378, lr=0.001]
Steps: 49%|████▊ | 341/700 [01:25<01:25, 4.19it/s, loss=0.00378, lr=0.001]
a dark painting in the style of <s1><s2>
Steps: 49%|████▊ | 341/700 [01:25<01:25, 4.19it/s, loss=0.00368, lr=0.001]
Steps: 49%|████▉ | 342/700 [01:25<01:25, 4.18it/s, loss=0.00368, lr=0.001]
a dirty painting in the style of <s1><s2>
tensor([[0.4079],
[0.4107]], device='cuda:0')
Current Norm : tensor([0.4071, 0.4097], device='cuda:0')
Steps: 49%|████▉ | 342/700 [01:25<01:25, 4.18it/s, loss=0.0132, lr=0.001]
Steps: 49%|████▉ | 343/700 [01:25<01:26, 4.13it/s, loss=0.0132, lr=0.001]
a weird painting in the style of <s1><s2>
Steps: 49%|████▉ | 343/700 [01:25<01:26, 4.13it/s, loss=0.0473, lr=0.001]
Steps: 49%|████▉ | 344/700 [01:25<01:26, 4.14it/s, loss=0.0473, lr=0.001]
a rendition in the style of <s1><s2>
tensor([[0.4078],
[0.4107]], device='cuda:0')
Current Norm : tensor([0.4071, 0.4097], device='cuda:0')
Steps: 49%|████▉ | 344/700 [01:25<01:26, 4.14it/s, loss=0.0152, lr=0.001]
Steps: 49%|████▉ | 345/700 [01:26<01:26, 4.10it/s, loss=0.0152, lr=0.001]
a rendering in the style of <s1><s2>
Steps: 49%|████▉ | 345/700 [01:26<01:26, 4.10it/s, loss=0.0374, lr=0.001]
Steps: 49%|████▉ | 346/700 [01:26<01:24, 4.18it/s, loss=0.0374, lr=0.001]
a large painting in the style of <s1><s2>
tensor([[0.4077],
[0.4107]], device='cuda:0')
Current Norm : tensor([0.4070, 0.4096], device='cuda:0')
Steps: 49%|████▉ | 346/700 [01:26<01:24, 4.18it/s, loss=0.0114, lr=0.001]
Steps: 50%|████▉ | 347/700 [01:26<01:24, 4.18it/s, loss=0.0114, lr=0.001]
a picture in the style of <s1><s2>
Steps: 50%|████▉ | 347/700 [01:26<01:24, 4.18it/s, loss=0.013, lr=0.001]
Steps: 50%|████▉ | 348/700 [01:26<01:23, 4.21it/s, loss=0.013, lr=0.001]
a cropped painting in the style of <s1><s2>
tensor([[0.4076],
[0.4105]], device='cuda:0')
Current Norm : tensor([0.4069, 0.4095], device='cuda:0')
Steps: 50%|████▉ | 348/700 [01:26<01:23, 4.21it/s, loss=0.0111, lr=0.001]
Steps: 50%|████▉ | 349/700 [01:27<01:23, 4.20it/s, loss=0.0111, lr=0.001]
a cropped painting in the style of <s1><s2>
Steps: 50%|████▉ | 349/700 [01:27<01:23, 4.20it/s, loss=0.013, lr=0.001]
Steps: 50%|█████ | 350/700 [01:27<01:23, 4.19it/s, loss=0.013, lr=0.001]
a cool painting in the style of <s1><s2>
tensor([[0.4076],
[0.4104]], device='cuda:0')
Current Norm : tensor([0.4068, 0.4094], device='cuda:0')
Steps: 50%|█████ | 350/700 [01:27<01:23, 4.19it/s, loss=0.00691, lr=0.001]
Steps: 50%|█████ | 351/700 [01:27<01:23, 4.17it/s, loss=0.00691, lr=0.001]
a cropped painting in the style of <s1><s2>
Steps: 50%|█████ | 351/700 [01:27<01:23, 4.17it/s, loss=0.0353, lr=0.001]
Steps: 50%|█████ | 352/700 [01:27<01:22, 4.22it/s, loss=0.0353, lr=0.001]
a clean painting in the style of <s1><s2>
tensor([[0.4076],
[0.4103]], device='cuda:0')
Current Norm : tensor([0.4068, 0.4093], device='cuda:0')
Steps: 50%|█████ | 352/700 [01:27<01:22, 4.22it/s, loss=0.00155, lr=0.001]
Steps: 50%|█████ | 353/700 [01:28<01:23, 4.17it/s, loss=0.00155, lr=0.001]
a cool painting in the style of <s1><s2>
Steps: 50%|█████ | 353/700 [01:28<01:23, 4.17it/s, loss=0.00135, lr=0.001]
Steps: 51%|█████ | 354/700 [01:28<01:23, 4.16it/s, loss=0.00135, lr=0.001]
a close-up painting in the style of <s1><s2>
tensor([[0.4075],
[0.4102]], device='cuda:0')
Current Norm : tensor([0.4068, 0.4092], device='cuda:0')
Steps: 51%|█████ | 354/700 [01:28<01:23, 4.16it/s, loss=0.0241, lr=0.001]
Steps: 51%|█████ | 355/700 [01:28<01:22, 4.18it/s, loss=0.0241, lr=0.001]
a cropped painting in the style of <s1><s2>
Steps: 51%|█████ | 355/700 [01:28<01:22, 4.18it/s, loss=0.00142, lr=0.001]
Steps: 51%|█████ | 356/700 [01:28<01:22, 4.17it/s, loss=0.00142, lr=0.001]
a close-up painting in the style of <s1><s2>
tensor([[0.4075],
[0.4100]], device='cuda:0')
Current Norm : tensor([0.4068, 0.4090], device='cuda:0')
Steps: 51%|█████ | 356/700 [01:28<01:22, 4.17it/s, loss=0.019, lr=0.001]
Steps: 51%|█████ | 357/700 [01:28<01:23, 4.13it/s, loss=0.019, lr=0.001]
a good painting in the style of <s1><s2>
Steps: 51%|█████ | 357/700 [01:28<01:23, 4.13it/s, loss=0.021, lr=0.001]
Steps: 51%|█████ | 358/700 [01:29<01:21, 4.20it/s, loss=0.021, lr=0.001]
a cropped painting in the style of <s1><s2>
tensor([[0.4075],
[0.4099]], device='cuda:0')
Current Norm : tensor([0.4068, 0.4089], device='cuda:0')
Steps: 51%|█████ | 358/700 [01:29<01:21, 4.20it/s, loss=0.00185, lr=0.001]
Steps: 51%|█████▏ | 359/700 [01:29<01:22, 4.15it/s, loss=0.00185, lr=0.001]
a dark painting in the style of <s1><s2>
Steps: 51%|█████▏ | 359/700 [01:29<01:22, 4.15it/s, loss=0.0125, lr=0.001]
Steps: 51%|█████▏ | 360/700 [01:29<01:20, 4.21it/s, loss=0.0125, lr=0.001]
a small painting in the style of <s1><s2>
tensor([[0.4075],
[0.4096]], device='cuda:0')
Current Norm : tensor([0.4068, 0.4087], device='cuda:0')
Steps: 51%|█████▏ | 360/700 [01:29<01:20, 4.21it/s, loss=0.0293, lr=0.001]
Steps: 52%|█████▏ | 361/700 [01:29<01:20, 4.20it/s, loss=0.0293, lr=0.001]
a rendering in the style of <s1><s2>
Steps: 52%|█████▏ | 361/700 [01:29<01:20, 4.20it/s, loss=0.0145, lr=0.001]
Steps: 52%|█████▏ | 362/700 [01:30<01:19, 4.25it/s, loss=0.0145, lr=0.001]
a clean painting in the style of <s1><s2>
tensor([[0.4076],
[0.4094]], device='cuda:0')
Current Norm : tensor([0.4068, 0.4085], device='cuda:0')
Steps: 52%|█████▏ | 362/700 [01:30<01:19, 4.25it/s, loss=0.0196, lr=0.001]
Steps: 52%|█████▏ | 363/700 [01:30<01:19, 4.24it/s, loss=0.0196, lr=0.001]
a large painting in the style of <s1><s2>
Steps: 52%|█████▏ | 363/700 [01:30<01:19, 4.24it/s, loss=0.00983, lr=0.001]
Steps: 52%|█████▏ | 364/700 [01:30<01:18, 4.28it/s, loss=0.00983, lr=0.001]
a small painting in the style of <s1><s2>
tensor([[0.4076],
[0.4092]], device='cuda:0')
Current Norm : tensor([0.4068, 0.4083], device='cuda:0')
Steps: 52%|█████▏ | 364/700 [01:30<01:18, 4.28it/s, loss=0.00659, lr=0.001]
Steps: 52%|█████▏ | 365/700 [01:30<01:19, 4.20it/s, loss=0.00659, lr=0.001]
a painting in the style of <s1><s2>
Steps: 52%|█████▏ | 365/700 [01:30<01:19, 4.20it/s, loss=0.00299, lr=0.001]
Steps: 52%|█████▏ | 366/700 [01:31<01:19, 4.18it/s, loss=0.00299, lr=0.001]
a close-up painting in the style of <s1><s2>
tensor([[0.4076],
[0.4090]], device='cuda:0')
Current Norm : tensor([0.4069, 0.4081], device='cuda:0')
Steps: 52%|█████▏ | 366/700 [01:31<01:19, 4.18it/s, loss=0.0134, lr=0.001]
Steps: 52%|█████▏ | 367/700 [01:31<01:20, 4.13it/s, loss=0.0134, lr=0.001]
a nice painting in the style of <s1><s2>
Steps: 52%|█████▏ | 367/700 [01:31<01:20, 4.13it/s, loss=0.115, lr=0.001]
Steps: 53%|█████▎ | 368/700 [01:31<01:20, 4.13it/s, loss=0.115, lr=0.001]
a close-up painting in the style of <s1><s2>
tensor([[0.4077],
[0.4087]], device='cuda:0')
Current Norm : tensor([0.4069, 0.4079], device='cuda:0')
Steps: 53%|█████▎ | 368/700 [01:31<01:20, 4.13it/s, loss=0.0309, lr=0.001]
Steps: 53%|█████▎ | 369/700 [01:31<01:20, 4.10it/s, loss=0.0309, lr=0.001]
a dirty painting in the style of <s1><s2>
Steps: 53%|█████▎ | 369/700 [01:31<01:20, 4.10it/s, loss=0.0365, lr=0.001]
Steps: 53%|█████▎ | 370/700 [01:32<01:18, 4.21it/s, loss=0.0365, lr=0.001]
a cool painting in the style of <s1><s2>
tensor([[0.4077],
[0.4085]], device='cuda:0')
Current Norm : tensor([0.4069, 0.4077], device='cuda:0')
Steps: 53%|█████▎ | 370/700 [01:32<01:18, 4.21it/s, loss=0.00237, lr=0.001]
Steps: 53%|█████▎ | 371/700 [01:32<01:17, 4.22it/s, loss=0.00237, lr=0.001]
a cropped painting in the style of <s1><s2>
Steps: 53%|█████▎ | 371/700 [01:32<01:17, 4.22it/s, loss=0.0132, lr=0.001]
Steps: 53%|█████▎ | 372/700 [01:32<01:18, 4.20it/s, loss=0.0132, lr=0.001]
a nice painting in the style of <s1><s2>
tensor([[0.4077],
[0.4083]], device='cuda:0')
Current Norm : tensor([0.4070, 0.4075], device='cuda:0')
Steps: 53%|█████▎ | 372/700 [01:32<01:18, 4.20it/s, loss=0.00357, lr=0.001]
Steps: 53%|█████▎ | 373/700 [01:32<01:18, 4.15it/s, loss=0.00357, lr=0.001]
a close-up painting in the style of <s1><s2>
Steps: 53%|█████▎ | 373/700 [01:32<01:18, 4.15it/s, loss=0.0291, lr=0.001]
Steps: 53%|█████▎ | 374/700 [01:33<01:18, 4.15it/s, loss=0.0291, lr=0.001]
a bright painting in the style of <s1><s2>
tensor([[0.4078],
[0.4081]], device='cuda:0')
Current Norm : tensor([0.4070, 0.4073], device='cuda:0')
Steps: 53%|█████▎ | 374/700 [01:33<01:18, 4.15it/s, loss=0.00744, lr=0.001]
Steps: 54%|█████▎ | 375/700 [01:33<01:17, 4.17it/s, loss=0.00744, lr=0.001]
a dirty painting in the style of <s1><s2>
Steps: 54%|█████▎ | 375/700 [01:33<01:17, 4.17it/s, loss=0.0619, lr=0.001]
Steps: 54%|█████▎ | 376/700 [01:33<01:16, 4.24it/s, loss=0.0619, lr=0.001]
a close-up painting in the style of <s1><s2>
tensor([[0.4078],
[0.4079]], device='cuda:0')
Current Norm : tensor([0.4070, 0.4071], device='cuda:0')
Steps: 54%|█████▎ | 376/700 [01:33<01:16, 4.24it/s, loss=0.0191, lr=0.001]
Steps: 54%|█████▍ | 377/700 [01:33<01:17, 4.16it/s, loss=0.0191, lr=0.001]
a small painting in the style of <s1><s2>
Steps: 54%|█████▍ | 377/700 [01:33<01:17, 4.16it/s, loss=0.00542, lr=0.001]
Steps: 54%|█████▍ | 378/700 [01:34<01:17, 4.14it/s, loss=0.00542, lr=0.001]
a small painting in the style of <s1><s2>
tensor([[0.4079],
[0.4077]], device='cuda:0')
Current Norm : tensor([0.4071, 0.4069], device='cuda:0')
Steps: 54%|█████▍ | 378/700 [01:34<01:17, 4.14it/s, loss=0.00374, lr=0.001]
Steps: 54%|█████▍ | 379/700 [01:34<01:18, 4.10it/s, loss=0.00374, lr=0.001]
the painting in the style of <s1><s2>
Steps: 54%|█████▍ | 379/700 [01:34<01:18, 4.10it/s, loss=0.0156, lr=0.001]
Steps: 54%|█████▍ | 380/700 [01:34<01:16, 4.18it/s, loss=0.0156, lr=0.001]
a large painting in the style of <s1><s2>
tensor([[0.4079],
[0.4075]], device='cuda:0')
Current Norm : tensor([0.4071, 0.4068], device='cuda:0')
Steps: 54%|█████▍ | 380/700 [01:34<01:16, 4.18it/s, loss=0.00107, lr=0.001]
Steps: 54%|█████▍ | 381/700 [01:34<01:17, 4.10it/s, loss=0.00107, lr=0.001]
a rendition in the style of <s1><s2>
Steps: 54%|█████▍ | 381/700 [01:34<01:17, 4.10it/s, loss=0.0149, lr=0.001]
Steps: 55%|█████▍ | 382/700 [01:34<01:17, 4.11it/s, loss=0.0149, lr=0.001]
a rendition in the style of <s1><s2>
tensor([[0.4079],
[0.4074]], device='cuda:0')
Current Norm : tensor([0.4072, 0.4067], device='cuda:0')
Steps: 55%|█████▍ | 382/700 [01:34<01:17, 4.11it/s, loss=0.00354, lr=0.001]
Steps: 55%|█████▍ | 383/700 [01:35<01:17, 4.09it/s, loss=0.00354, lr=0.001]
a clean painting in the style of <s1><s2>
Steps: 55%|█████▍ | 383/700 [01:35<01:17, 4.09it/s, loss=0.0411, lr=0.001]
Steps: 55%|█████▍ | 384/700 [01:35<01:16, 4.15it/s, loss=0.0411, lr=0.001]
a nice painting in the style of <s1><s2>
tensor([[0.4079],
[0.4073]], device='cuda:0')
Current Norm : tensor([0.4071, 0.4066], device='cuda:0')
Steps: 55%|█████▍ | 384/700 [01:35<01:16, 4.15it/s, loss=0.0326, lr=0.001]
Steps: 55%|█████▌ | 385/700 [01:35<01:16, 4.11it/s, loss=0.0326, lr=0.001]
a cropped painting in the style of <s1><s2>
Steps: 55%|█████▌ | 385/700 [01:35<01:16, 4.11it/s, loss=0.00619, lr=0.001]
Steps: 55%|█████▌ | 386/700 [01:35<01:16, 4.11it/s, loss=0.00619, lr=0.001]
a painting in the style of <s1><s2>
tensor([[0.4079],
[0.4073]], device='cuda:0')
Current Norm : tensor([0.4071, 0.4065], device='cuda:0')
Steps: 55%|█████▌ | 386/700 [01:35<01:16, 4.11it/s, loss=0.00175, lr=0.001]
Steps: 55%|█████▌ | 387/700 [01:36<01:15, 4.15it/s, loss=0.00175, lr=0.001]
a clean painting in the style of <s1><s2>
Steps: 55%|█████▌ | 387/700 [01:36<01:15, 4.15it/s, loss=0.0188, lr=0.001]
Steps: 55%|█████▌ | 388/700 [01:36<01:14, 4.22it/s, loss=0.0188, lr=0.001]
a picture in the style of <s1><s2>
tensor([[0.4079],
[0.4072]], device='cuda:0')
Current Norm : tensor([0.4071, 0.4064], device='cuda:0')
Steps: 55%|█████▌ | 388/700 [01:36<01:14, 4.22it/s, loss=0.0297, lr=0.001]
Steps: 56%|█████▌ | 389/700 [01:36<01:13, 4.21it/s, loss=0.0297, lr=0.001]
a dark painting in the style of <s1><s2>
Steps: 56%|█████▌ | 389/700 [01:36<01:13, 4.21it/s, loss=0.00901, lr=0.001]
Steps: 56%|█████▌ | 390/700 [01:36<01:13, 4.20it/s, loss=0.00901, lr=0.001]
a dirty painting in the style of <s1><s2>
tensor([[0.4079],
[0.4069]], device='cuda:0')
Current Norm : tensor([0.4071, 0.4062], device='cuda:0')
Steps: 56%|█████▌ | 390/700 [01:36<01:13, 4.20it/s, loss=0.0229, lr=0.001]
Steps: 56%|█████▌ | 391/700 [01:37<01:14, 4.14it/s, loss=0.0229, lr=0.001]
a close-up painting in the style of <s1><s2>
Steps: 56%|█████▌ | 391/700 [01:37<01:14, 4.14it/s, loss=0.0225, lr=0.001]
Steps: 56%|█████▌ | 392/700 [01:37<01:13, 4.20it/s, loss=0.0225, lr=0.001]
a rendering in the style of <s1><s2>
tensor([[0.4078],
[0.4068]], device='cuda:0')
Current Norm : tensor([0.4070, 0.4061], device='cuda:0')
Steps: 56%|█████▌ | 392/700 [01:37<01:13, 4.20it/s, loss=0.0274, lr=0.001]
Steps: 56%|█████▌ | 393/700 [01:37<01:14, 4.14it/s, loss=0.0274, lr=0.001]
a clean painting in the style of <s1><s2>
Steps: 56%|█████▌ | 393/700 [01:37<01:14, 4.14it/s, loss=0.0662, lr=0.001]
Steps: 56%|█████▋ | 394/700 [01:37<01:13, 4.15it/s, loss=0.0662, lr=0.001]
a clean painting in the style of <s1><s2>
tensor([[0.4078],
[0.4067]], device='cuda:0')
Current Norm : tensor([0.4070, 0.4060], device='cuda:0')
Steps: 56%|█████▋ | 394/700 [01:37<01:13, 4.15it/s, loss=0.0221, lr=0.001]
Steps: 56%|█████▋ | 395/700 [01:38<01:13, 4.18it/s, loss=0.0221, lr=0.001]
a rendering in the style of <s1><s2>
Steps: 56%|█████▋ | 395/700 [01:38<01:13, 4.18it/s, loss=0.0177, lr=0.001]
Steps: 57%|█████▋ | 396/700 [01:38<01:11, 4.24it/s, loss=0.0177, lr=0.001]
a good painting in the style of <s1><s2>
tensor([[0.4077],
[0.4067]], device='cuda:0')
Current Norm : tensor([0.4069, 0.4060], device='cuda:0')
Steps: 57%|█████▋ | 396/700 [01:38<01:11, 4.24it/s, loss=0.05, lr=0.001]
Steps: 57%|█████▋ | 397/700 [01:38<01:11, 4.22it/s, loss=0.05, lr=0.001]
a rendering in the style of <s1><s2>
Steps: 57%|█████▋ | 397/700 [01:38<01:11, 4.22it/s, loss=0.0193, lr=0.001]
Steps: 57%|█████▋ | 398/700 [01:38<01:11, 4.20it/s, loss=0.0193, lr=0.001]
a bright painting in the style of <s1><s2>
tensor([[0.4076],
[0.4067]], device='cuda:0')
Current Norm : tensor([0.4069, 0.4060], device='cuda:0')
Steps: 57%|█████▋ | 398/700 [01:38<01:11, 4.20it/s, loss=0.00119, lr=0.001]
Steps: 57%|█████▋ | 399/700 [01:39<01:12, 4.15it/s, loss=0.00119, lr=0.001]
a dirty painting in the style of <s1><s2>
Steps: 57%|█████▋ | 399/700 [01:39<01:12, 4.15it/s, loss=0.0155, lr=0.001]
Steps: 57%|█████▋ | 400/700 [01:39<01:12, 4.14it/s, loss=0.0155, lr=0.001]
Current Learned Embeddings for <s1>:, id 49408 tensor([ 0.0179, -0.0029, 0.0095, -0.0142], device='cuda:0',
grad_fn=<SliceBackward0>)
Current Learned Embeddings for <s2>:, id 49409 tensor([ 0.0002, 0.0054, -0.0020, 0.0006], device='cuda:0',
grad_fn=<SliceBackward0>)
Saving weights to checkpoints/step_inv_400.safetensors
a bright painting in the style of <s1><s2>
tensor([[0.4077],
[0.4068]], device='cuda:0')
Current Norm : tensor([0.4069, 0.4061], device='cuda:0')
Steps: 57%|█████▋ | 400/700 [01:39<01:12, 4.14it/s, loss=0.0561, lr=0.001]
Steps: 57%|█████▋ | 401/700 [01:39<01:14, 4.02it/s, loss=0.0561, lr=0.001]
a good painting in the style of <s1><s2>
Steps: 57%|█████▋ | 401/700 [01:39<01:14, 4.02it/s, loss=0.0384, lr=0.001]
Steps: 57%|█████▋ | 402/700 [01:39<01:12, 4.12it/s, loss=0.0384, lr=0.001]
a weird painting in the style of <s1><s2>
tensor([[0.4077],
[0.4069]], device='cuda:0')
Current Norm : tensor([0.4069, 0.4062], device='cuda:0')
Steps: 57%|█████▋ | 402/700 [01:39<01:12, 4.12it/s, loss=0.108, lr=0.001]
Steps: 58%|█████▊ | 403/700 [01:40<01:12, 4.11it/s, loss=0.108, lr=0.001]
the painting in the style of <s1><s2>
Steps: 58%|█████▊ | 403/700 [01:40<01:12, 4.11it/s, loss=0.02, lr=0.001]
Steps: 58%|█████▊ | 404/700 [01:40<01:11, 4.15it/s, loss=0.02, lr=0.001]
a cropped painting in the style of <s1><s2>
tensor([[0.4077],
[0.4070]], device='cuda:0')
Current Norm : tensor([0.4070, 0.4063], device='cuda:0')
Steps: 58%|█████▊ | 404/700 [01:40<01:11, 4.15it/s, loss=0.00184, lr=0.001]
Steps: 58%|█████▊ | 405/700 [01:40<01:10, 4.16it/s, loss=0.00184, lr=0.001]
a good painting in the style of <s1><s2>
Steps: 58%|█████▊ | 405/700 [01:40<01:10, 4.16it/s, loss=0.167, lr=0.001]
Steps: 58%|█████▊ | 406/700 [01:40<01:10, 4.15it/s, loss=0.167, lr=0.001]
a cool painting in the style of <s1><s2>
tensor([[0.4078],
[0.4070]], device='cuda:0')
Current Norm : tensor([0.4070, 0.4063], device='cuda:0')
Steps: 58%|█████▊ | 406/700 [01:40<01:10, 4.15it/s, loss=0.00187, lr=0.001]
Steps: 58%|█████▊ | 407/700 [01:41<01:11, 4.12it/s, loss=0.00187, lr=0.001]
a clean painting in the style of <s1><s2>
Steps: 58%|█████▊ | 407/700 [01:41<01:11, 4.12it/s, loss=0.0453, lr=0.001]
Steps: 58%|█████▊ | 408/700 [01:41<01:10, 4.13it/s, loss=0.0453, lr=0.001]
a cropped painting in the style of <s1><s2>
tensor([[0.4078],
[0.4071]], device='cuda:0')
Current Norm : tensor([0.4071, 0.4064], device='cuda:0')
Steps: 58%|█████▊ | 408/700 [01:41<01:10, 4.13it/s, loss=0.069, lr=0.001]
Steps: 58%|█████▊ | 409/700 [01:41<01:09, 4.19it/s, loss=0.069, lr=0.001]
a large painting in the style of <s1><s2>
Steps: 58%|█████▊ | 409/700 [01:41<01:09, 4.19it/s, loss=0.0222, lr=0.001]
Steps: 59%|█████▊ | 410/700 [01:41<01:08, 4.24it/s, loss=0.0222, lr=0.001]
a nice painting in the style of <s1><s2>
tensor([[0.4079],
[0.4073]], device='cuda:0')
Current Norm : tensor([0.4071, 0.4065], device='cuda:0')
Steps: 59%|█████▊ | 410/700 [01:41<01:08, 4.24it/s, loss=0.0163, lr=0.001]
Steps: 59%|█████▊ | 411/700 [01:41<01:08, 4.23it/s, loss=0.0163, lr=0.001]
a bright painting in the style of <s1><s2>
Steps: 59%|█████▊ | 411/700 [01:41<01:08, 4.23it/s, loss=0.201, lr=0.001]
Steps: 59%|█████▉ | 412/700 [01:42<01:08, 4.21it/s, loss=0.201, lr=0.001]
a bright painting in the style of <s1><s2>
tensor([[0.4080],
[0.4074]], device='cuda:0')
Current Norm : tensor([0.4072, 0.4067], device='cuda:0')
Steps: 59%|█████▉ | 412/700 [01:42<01:08, 4.21it/s, loss=0.00166, lr=0.001]
Steps: 59%|█████▉ | 413/700 [01:42<01:08, 4.20it/s, loss=0.00166, lr=0.001]
the painting in the style of <s1><s2>
Steps: 59%|█████▉ | 413/700 [01:42<01:08, 4.20it/s, loss=0.0806, lr=0.001]
Steps: 59%|█████▉ | 414/700 [01:42<01:08, 4.16it/s, loss=0.0806, lr=0.001]
a close-up painting in the style of <s1><s2>
tensor([[0.4081],
[0.4076]], device='cuda:0')
Current Norm : tensor([0.4072, 0.4068], device='cuda:0')
Steps: 59%|█████▉ | 414/700 [01:42<01:08, 4.16it/s, loss=0.00367, lr=0.001]
Steps: 59%|█████▉ | 415/700 [01:42<01:08, 4.18it/s, loss=0.00367, lr=0.001]
a weird painting in the style of <s1><s2>
Steps: 59%|█████▉ | 415/700 [01:42<01:08, 4.18it/s, loss=0.0203, lr=0.001]
Steps: 59%|█████▉ | 416/700 [01:43<01:07, 4.24it/s, loss=0.0203, lr=0.001]
a close-up painting in the style of <s1><s2>
tensor([[0.4081],
[0.4077]], device='cuda:0')
Current Norm : tensor([0.4073, 0.4069], device='cuda:0')
Steps: 59%|█████▉ | 416/700 [01:43<01:07, 4.24it/s, loss=0.103, lr=0.001]
Steps: 60%|█████▉ | 417/700 [01:43<01:07, 4.18it/s, loss=0.103, lr=0.001]
a dirty painting in the style of <s1><s2>
Steps: 60%|█████▉ | 417/700 [01:43<01:07, 4.18it/s, loss=0.00267, lr=0.001]
Steps: 60%|█████▉ | 418/700 [01:43<01:07, 4.17it/s, loss=0.00267, lr=0.001]
a picture in the style of <s1><s2>
tensor([[0.4082],
[0.4078]], device='cuda:0')
Current Norm : tensor([0.4074, 0.4070], device='cuda:0')
Steps: 60%|█████▉ | 418/700 [01:43<01:07, 4.17it/s, loss=0.01, lr=0.001]
Steps: 60%|█████▉ | 419/700 [01:43<01:08, 4.12it/s, loss=0.01, lr=0.001]
a cropped painting in the style of <s1><s2>
Steps: 60%|█████▉ | 419/700 [01:43<01:08, 4.12it/s, loss=0.0209, lr=0.001]
Steps: 60%|██████ | 420/700 [01:44<01:07, 4.18it/s, loss=0.0209, lr=0.001]
a small painting in the style of <s1><s2>
tensor([[0.4084],
[0.4079]], device='cuda:0')
Current Norm : tensor([0.4076, 0.4071], device='cuda:0')
Steps: 60%|██████ | 420/700 [01:44<01:07, 4.18it/s, loss=0.0163, lr=0.001]
Steps: 60%|██████ | 421/700 [01:44<01:07, 4.15it/s, loss=0.0163, lr=0.001]
a cropped painting in the style of <s1><s2>
Steps: 60%|██████ | 421/700 [01:44<01:07, 4.15it/s, loss=0.0242, lr=0.001]
Steps: 60%|██████ | 422/700 [01:44<01:07, 4.15it/s, loss=0.0242, lr=0.001]
a bright painting in the style of <s1><s2>
tensor([[0.4087],
[0.4080]], device='cuda:0')
Current Norm : tensor([0.4078, 0.4072], device='cuda:0')
Steps: 60%|██████ | 422/700 [01:44<01:07, 4.15it/s, loss=0.0141, lr=0.001]
Steps: 60%|██████ | 423/700 [01:44<01:07, 4.11it/s, loss=0.0141, lr=0.001]
a rendering in the style of <s1><s2>
Steps: 60%|██████ | 423/700 [01:44<01:07, 4.11it/s, loss=0.0497, lr=0.001]
Steps: 61%|██████ | 424/700 [01:45<01:06, 4.13it/s, loss=0.0497, lr=0.001]
a close-up painting in the style of <s1><s2>
tensor([[0.4089],
[0.4081]], device='cuda:0')
Current Norm : tensor([0.4080, 0.4073], device='cuda:0')
Steps: 61%|██████ | 424/700 [01:45<01:06, 4.13it/s, loss=0.00145, lr=0.001]
Steps: 61%|██████ | 425/700 [01:45<01:06, 4.16it/s, loss=0.00145, lr=0.001]
a cropped painting in the style of <s1><s2>
Steps: 61%|██████ | 425/700 [01:45<01:06, 4.16it/s, loss=0.00225, lr=0.001]
Steps: 61%|██████ | 426/700 [01:45<01:05, 4.16it/s, loss=0.00225, lr=0.001]
a painting in the style of <s1><s2>
tensor([[0.4091],
[0.4081]], device='cuda:0')
Current Norm : tensor([0.4082, 0.4073], device='cuda:0')
Steps: 61%|██████ | 426/700 [01:45<01:05, 4.16it/s, loss=0.0173, lr=0.001]
Steps: 61%|██████ | 427/700 [01:45<01:06, 4.11it/s, loss=0.0173, lr=0.001]
a weird painting in the style of <s1><s2>
Steps: 61%|██████ | 427/700 [01:45<01:06, 4.11it/s, loss=0.00676, lr=0.001]
Steps: 61%|██████ | 428/700 [01:46<01:05, 4.16it/s, loss=0.00676, lr=0.001]
a cropped painting in the style of <s1><s2>
tensor([[0.4092],
[0.4081]], device='cuda:0')
Current Norm : tensor([0.4083, 0.4073], device='cuda:0')
Steps: 61%|██████ | 428/700 [01:46<01:05, 4.16it/s, loss=0.014, lr=0.001]
Steps: 61%|██████▏ | 429/700 [01:46<01:05, 4.12it/s, loss=0.014, lr=0.001]
a cropped painting in the style of <s1><s2>
Steps: 61%|██████▏ | 429/700 [01:46<01:05, 4.12it/s, loss=0.00682, lr=0.001]
Steps: 61%|██████▏ | 430/700 [01:46<01:05, 4.13it/s, loss=0.00682, lr=0.001]
a large painting in the style of <s1><s2>
tensor([[0.4093],
[0.4081]], device='cuda:0')
Current Norm : tensor([0.4083, 0.4073], device='cuda:0')
Steps: 61%|██████▏ | 430/700 [01:46<01:05, 4.13it/s, loss=0.00992, lr=0.001]
Steps: 62%|██████▏ | 431/700 [01:46<01:05, 4.09it/s, loss=0.00992, lr=0.001]
a close-up painting in the style of <s1><s2>
Steps: 62%|██████▏ | 431/700 [01:46<01:05, 4.09it/s, loss=0.00505, lr=0.001]
Steps: 62%|██████▏ | 432/700 [01:47<01:05, 4.10it/s, loss=0.00505, lr=0.001]
a picture in the style of <s1><s2>
tensor([[0.4093],
[0.4080]], device='cuda:0')
Current Norm : tensor([0.4084, 0.4072], device='cuda:0')
Steps: 62%|██████▏ | 432/700 [01:47<01:05, 4.10it/s, loss=0.0158, lr=0.001]
Steps: 62%|██████▏ | 433/700 [01:47<01:05, 4.08it/s, loss=0.0158, lr=0.001]
a good painting in the style of <s1><s2>
Steps: 62%|██████▏ | 433/700 [01:47<01:05, 4.08it/s, loss=0.066, lr=0.001]
Steps: 62%|██████▏ | 434/700 [01:47<01:05, 4.09it/s, loss=0.066, lr=0.001]
a dark painting in the style of <s1><s2>
tensor([[0.4094],
[0.4080]], device='cuda:0')
Current Norm : tensor([0.4084, 0.4072], device='cuda:0')
Steps: 62%|██████▏ | 434/700 [01:47<01:05, 4.09it/s, loss=0.0149, lr=0.001]
Steps: 62%|██████▏ | 435/700 [01:47<01:05, 4.07it/s, loss=0.0149, lr=0.001]
a clean painting in the style of <s1><s2>
Steps: 62%|██████▏ | 435/700 [01:47<01:05, 4.07it/s, loss=0.0144, lr=0.001]
Steps: 62%|██████▏ | 436/700 [01:47<01:03, 4.15it/s, loss=0.0144, lr=0.001]
a dirty painting in the style of <s1><s2>
tensor([[0.4095],
[0.4080]], device='cuda:0')
Current Norm : tensor([0.4085, 0.4072], device='cuda:0')
Steps: 62%|██████▏ | 436/700 [01:47<01:03, 4.15it/s, loss=0.00898, lr=0.001]
Steps: 62%|██████▏ | 437/700 [01:48<01:03, 4.15it/s, loss=0.00898, lr=0.001]
a dark painting in the style of <s1><s2>
Steps: 62%|██████▏ | 437/700 [01:48<01:03, 4.15it/s, loss=0.00915, lr=0.001]
Steps: 63%|██████▎ | 438/700 [01:48<01:03, 4.15it/s, loss=0.00915, lr=0.001]
a cropped painting in the style of <s1><s2>
tensor([[0.4096],
[0.4079]], device='cuda:0')
Current Norm : tensor([0.4086, 0.4071], device='cuda:0')
Steps: 63%|██████▎ | 438/700 [01:48<01:03, 4.15it/s, loss=0.00499, lr=0.001]
Steps: 63%|██████▎ | 439/700 [01:48<01:02, 4.16it/s, loss=0.00499, lr=0.001]
a dark painting in the style of <s1><s2>
Steps: 63%|██████▎ | 439/700 [01:48<01:02, 4.16it/s, loss=0.0121, lr=0.001]
Steps: 63%|██████▎ | 440/700 [01:48<01:02, 4.16it/s, loss=0.0121, lr=0.001]
a weird painting in the style of <s1><s2>
tensor([[0.4097],
[0.4079]], device='cuda:0')
Current Norm : tensor([0.4087, 0.4071], device='cuda:0')
Steps: 63%|██████▎ | 440/700 [01:48<01:02, 4.16it/s, loss=0.00662, lr=0.001]
Steps: 63%|██████▎ | 441/700 [01:49<01:01, 4.19it/s, loss=0.00662, lr=0.001]
a weird painting in the style of <s1><s2>
Steps: 63%|██████▎ | 441/700 [01:49<01:01, 4.19it/s, loss=0.0559, lr=0.001]
Steps: 63%|██████▎ | 442/700 [01:49<01:01, 4.16it/s, loss=0.0559, lr=0.001]
a dark painting in the style of <s1><s2>
tensor([[0.4098],
[0.4080]], device='cuda:0')
Current Norm : tensor([0.4088, 0.4072], device='cuda:0')
Steps: 63%|██████▎ | 442/700 [01:49<01:01, 4.16it/s, loss=0.00157, lr=0.001]
Steps: 63%|██████▎ | 443/700 [01:49<01:02, 4.10it/s, loss=0.00157, lr=0.001]
a small painting in the style of <s1><s2>
Steps: 63%|██████▎ | 443/700 [01:49<01:02, 4.10it/s, loss=0.0547, lr=0.001]
Steps: 63%|██████▎ | 444/700 [01:49<01:01, 4.16it/s, loss=0.0547, lr=0.001]
a dirty painting in the style of <s1><s2>
tensor([[0.4099],
[0.4080]], device='cuda:0')
Current Norm : tensor([0.4089, 0.4072], device='cuda:0')
Steps: 63%|██████▎ | 444/700 [01:49<01:01, 4.16it/s, loss=0.0105, lr=0.001]
Steps: 64%|██████▎ | 445/700 [01:50<01:01, 4.12it/s, loss=0.0105, lr=0.001]
a cool painting in the style of <s1><s2>
Steps: 64%|██████▎ | 445/700 [01:50<01:01, 4.12it/s, loss=0.00767, lr=0.001]
Steps: 64%|██████▎ | 446/700 [01:50<01:00, 4.18it/s, loss=0.00767, lr=0.001]
a picture in the style of <s1><s2>
tensor([[0.4100],
[0.4080]], device='cuda:0')
Current Norm : tensor([0.4090, 0.4072], device='cuda:0')
Steps: 64%|██████▎ | 446/700 [01:50<01:00, 4.18it/s, loss=0.00742, lr=0.001]
Steps: 64%|██████▍ | 447/700 [01:50<01:01, 4.13it/s, loss=0.00742, lr=0.001]
a good painting in the style of <s1><s2>
Steps: 64%|██████▍ | 447/700 [01:50<01:01, 4.13it/s, loss=0.00178, lr=0.001]
Steps: 64%|██████▍ | 448/700 [01:50<01:00, 4.14it/s, loss=0.00178, lr=0.001]
a cropped painting in the style of <s1><s2>
tensor([[0.4100],
[0.4080]], device='cuda:0')
Current Norm : tensor([0.4090, 0.4072], device='cuda:0')
Steps: 64%|██████▍ | 448/700 [01:50<01:00, 4.14it/s, loss=0.0159, lr=0.001]
Steps: 64%|██████▍ | 449/700 [01:51<01:01, 4.10it/s, loss=0.0159, lr=0.001]
a bright painting in the style of <s1><s2>
Steps: 64%|██████▍ | 449/700 [01:51<01:01, 4.10it/s, loss=0.0368, lr=0.001]
Steps: 64%|██████▍ | 450/700 [01:51<01:00, 4.11it/s, loss=0.0368, lr=0.001]
a rendition in the style of <s1><s2>
tensor([[0.4100],
[0.4080]], device='cuda:0')
Current Norm : tensor([0.4090, 0.4072], device='cuda:0')
Steps: 64%|██████▍ | 450/700 [01:51<01:00, 4.11it/s, loss=0.0954, lr=0.001]
Steps: 64%|██████▍ | 451/700 [01:51<01:00, 4.13it/s, loss=0.0954, lr=0.001]
a painting in the style of <s1><s2>
Steps: 64%|██████▍ | 451/700 [01:51<01:00, 4.13it/s, loss=0.031, lr=0.001]
Steps: 65%|██████▍ | 452/700 [01:51<00:58, 4.21it/s, loss=0.031, lr=0.001]
a close-up painting in the style of <s1><s2>
tensor([[0.4100],
[0.4080]], device='cuda:0')
Current Norm : tensor([0.4090, 0.4072], device='cuda:0')
Steps: 65%|██████▍ | 452/700 [01:51<00:58, 4.21it/s, loss=0.00113, lr=0.001]
Steps: 65%|██████▍ | 453/700 [01:52<00:59, 4.15it/s, loss=0.00113, lr=0.001]
a dirty painting in the style of <s1><s2>
Steps: 65%|██████▍ | 453/700 [01:52<00:59, 4.15it/s, loss=0.00417, lr=0.001]
Steps: 65%|██████▍ | 454/700 [01:52<00:58, 4.20it/s, loss=0.00417, lr=0.001]
a rendering in the style of <s1><s2>
tensor([[0.4099],
[0.4080]], device='cuda:0')
Current Norm : tensor([0.4089, 0.4072], device='cuda:0')
Steps: 65%|██████▍ | 454/700 [01:52<00:58, 4.20it/s, loss=0.0278, lr=0.001]
Steps: 65%|██████▌ | 455/700 [01:52<00:59, 4.15it/s, loss=0.0278, lr=0.001]
a dirty painting in the style of <s1><s2>
Steps: 65%|██████▌ | 455/700 [01:52<00:59, 4.15it/s, loss=0.00144, lr=0.001]
Steps: 65%|██████▌ | 456/700 [01:52<00:58, 4.15it/s, loss=0.00144, lr=0.001]
a rendition in the style of <s1><s2>
tensor([[0.4098],
[0.4079]], device='cuda:0')
Current Norm : tensor([0.4088, 0.4071], device='cuda:0')
Steps: 65%|██████▌ | 456/700 [01:52<00:58, 4.15it/s, loss=0.0193, lr=0.001]
Steps: 65%|██████▌ | 457/700 [01:53<00:59, 4.11it/s, loss=0.0193, lr=0.001]
a cool painting in the style of <s1><s2>
Steps: 65%|██████▌ | 457/700 [01:53<00:59, 4.11it/s, loss=0.0163, lr=0.001]
Steps: 65%|██████▌ | 458/700 [01:53<00:58, 4.11it/s, loss=0.0163, lr=0.001]
the painting in the style of <s1><s2>
tensor([[0.4098],
[0.4078]], device='cuda:0')
Current Norm : tensor([0.4088, 0.4071], device='cuda:0')
Steps: 65%|██████▌ | 458/700 [01:53<00:58, 4.11it/s, loss=0.0238, lr=0.001]
Steps: 66%|██████▌ | 459/700 [01:53<00:57, 4.16it/s, loss=0.0238, lr=0.001]
a clean painting in the style of <s1><s2>
Steps: 66%|██████▌ | 459/700 [01:53<00:57, 4.16it/s, loss=0.0221, lr=0.001]
Steps: 66%|██████▌ | 460/700 [01:53<00:57, 4.14it/s, loss=0.0221, lr=0.001]
a rendering in the style of <s1><s2>
tensor([[0.4098],
[0.4079]], device='cuda:0')
Current Norm : tensor([0.4088, 0.4071], device='cuda:0')
Steps: 66%|██████▌ | 460/700 [01:53<00:57, 4.14it/s, loss=0.00288, lr=0.001]
Steps: 66%|██████▌ | 461/700 [01:54<00:58, 4.09it/s, loss=0.00288, lr=0.001]
the painting in the style of <s1><s2>
Steps: 66%|██████▌ | 461/700 [01:54<00:58, 4.09it/s, loss=0.0421, lr=0.001]
Steps: 66%|██████▌ | 462/700 [01:54<00:57, 4.11it/s, loss=0.0421, lr=0.001]
a painting in the style of <s1><s2>
tensor([[0.4099],
[0.4079]], device='cuda:0')
Current Norm : tensor([0.4089, 0.4071], device='cuda:0')
Steps: 66%|██████▌ | 462/700 [01:54<00:57, 4.11it/s, loss=0.00408, lr=0.001]
Steps: 66%|██████▌ | 463/700 [01:54<00:58, 4.09it/s, loss=0.00408, lr=0.001]
a close-up painting in the style of <s1><s2>
Steps: 66%|██████▌ | 463/700 [01:54<00:58, 4.09it/s, loss=0.0179, lr=0.001]
Steps: 66%|██████▋ | 464/700 [01:54<00:56, 4.18it/s, loss=0.0179, lr=0.001]
a weird painting in the style of <s1><s2>
tensor([[0.4099],
[0.4080]], device='cuda:0')
Current Norm : tensor([0.4089, 0.4072], device='cuda:0')
Steps: 66%|██████▋ | 464/700 [01:54<00:56, 4.18it/s, loss=0.0253, lr=0.001]
Steps: 66%|██████▋ | 465/700 [01:54<00:57, 4.12it/s, loss=0.0253, lr=0.001]
a dark painting in the style of <s1><s2>
Steps: 66%|██████▋ | 465/700 [01:54<00:57, 4.12it/s, loss=0.00611, lr=0.001]
Steps: 67%|██████▋ | 466/700 [01:55<00:56, 4.13it/s, loss=0.00611, lr=0.001]
a dark painting in the style of <s1><s2>
tensor([[0.4099],
[0.4080]], device='cuda:0')
Current Norm : tensor([0.4089, 0.4072], device='cuda:0')
Steps: 67%|██████▋ | 466/700 [01:55<00:56, 4.13it/s, loss=0.0305, lr=0.001]
Steps: 67%|██████▋ | 467/700 [01:55<00:56, 4.11it/s, loss=0.0305, lr=0.001]
a rendering in the style of <s1><s2>
Steps: 67%|██████▋ | 467/700 [01:55<00:56, 4.11it/s, loss=0.045, lr=0.001]
Steps: 67%|██████▋ | 468/700 [01:55<00:55, 4.17it/s, loss=0.045, lr=0.001]
a dark painting in the style of <s1><s2>
tensor([[0.4098],
[0.4080]], device='cuda:0')
Current Norm : tensor([0.4088, 0.4072], device='cuda:0')
Steps: 67%|██████▋ | 468/700 [01:55<00:55, 4.17it/s, loss=0.0253, lr=0.001]
Steps: 67%|██████▋ | 469/700 [01:55<00:55, 4.13it/s, loss=0.0253, lr=0.001]
a picture in the style of <s1><s2>
Steps: 67%|██████▋ | 469/700 [01:55<00:55, 4.13it/s, loss=0.0089, lr=0.001]
Steps: 67%|██████▋ | 470/700 [01:56<00:55, 4.15it/s, loss=0.0089, lr=0.001]
a cropped painting in the style of <s1><s2>
tensor([[0.4097],
[0.4080]], device='cuda:0')
Current Norm : tensor([0.4088, 0.4072], device='cuda:0')
Steps: 67%|██████▋ | 470/700 [01:56<00:55, 4.15it/s, loss=0.0624, lr=0.001]
Steps: 67%|██████▋ | 471/700 [01:56<00:55, 4.12it/s, loss=0.0624, lr=0.001]
a clean painting in the style of <s1><s2>
Steps: 67%|██████▋ | 471/700 [01:56<00:55, 4.12it/s, loss=0.0195, lr=0.001]
Steps: 67%|██████▋ | 472/700 [01:56<00:55, 4.12it/s, loss=0.0195, lr=0.001]
a good painting in the style of <s1><s2>
tensor([[0.4096],
[0.4081]], device='cuda:0')
Current Norm : tensor([0.4087, 0.4073], device='cuda:0')
Steps: 67%|██████▋ | 472/700 [01:56<00:55, 4.12it/s, loss=0.0554, lr=0.001]
Steps: 68%|██████▊ | 473/700 [01:56<00:54, 4.14it/s, loss=0.0554, lr=0.001]
a small painting in the style of <s1><s2>
Steps: 68%|██████▊ | 473/700 [01:56<00:54, 4.14it/s, loss=0.0613, lr=0.001]
Steps: 68%|██████▊ | 474/700 [01:57<00:53, 4.19it/s, loss=0.0613, lr=0.001]
a rendering in the style of <s1><s2>
tensor([[0.4096],
[0.4081]], device='cuda:0')
Current Norm : tensor([0.4086, 0.4073], device='cuda:0')
Steps: 68%|██████▊ | 474/700 [01:57<00:53, 4.19it/s, loss=0.0272, lr=0.001]
Steps: 68%|██████▊ | 475/700 [01:57<00:53, 4.19it/s, loss=0.0272, lr=0.001]
a large painting in the style of <s1><s2>
Steps: 68%|██████▊ | 475/700 [01:57<00:53, 4.19it/s, loss=0.0389, lr=0.001]
Steps: 68%|██████▊ | 476/700 [01:57<00:53, 4.21it/s, loss=0.0389, lr=0.001]
a cropped painting in the style of <s1><s2>
tensor([[0.4095],
[0.4081]], device='cuda:0')
Current Norm : tensor([0.4085, 0.4073], device='cuda:0')
Steps: 68%|██████▊ | 476/700 [01:57<00:53, 4.21it/s, loss=0.00154, lr=0.001]
Steps: 68%|██████▊ | 477/700 [01:57<00:53, 4.20it/s, loss=0.00154, lr=0.001]
the painting in the style of <s1><s2>
Steps: 68%|██████▊ | 477/700 [01:57<00:53, 4.20it/s, loss=0.0152, lr=0.001]
Steps: 68%|██████▊ | 478/700 [01:58<00:52, 4.23it/s, loss=0.0152, lr=0.001]
a dirty painting in the style of <s1><s2>
tensor([[0.4094],
[0.4082]], device='cuda:0')
Current Norm : tensor([0.4084, 0.4074], device='cuda:0')
Steps: 68%|██████▊ | 478/700 [01:58<00:52, 4.23it/s, loss=0.0194, lr=0.001]
Steps: 68%|██████▊ | 479/700 [01:58<00:52, 4.17it/s, loss=0.0194, lr=0.001]
a small painting in the style of <s1><s2>
Steps: 68%|██████▊ | 479/700 [01:58<00:52, 4.17it/s, loss=0.0583, lr=0.001]
Steps: 69%|██████▊ | 480/700 [01:58<00:52, 4.16it/s, loss=0.0583, lr=0.001]
a close-up painting in the style of <s1><s2>
tensor([[0.4093],
[0.4084]], device='cuda:0')
Current Norm : tensor([0.4084, 0.4076], device='cuda:0')
Steps: 69%|██████▊ | 480/700 [01:58<00:52, 4.16it/s, loss=0.00557, lr=0.001]
Steps: 69%|██████▊ | 481/700 [01:58<00:52, 4.18it/s, loss=0.00557, lr=0.001]
a nice painting in the style of <s1><s2>
Steps: 69%|██████▊ | 481/700 [01:58<00:52, 4.18it/s, loss=0.0175, lr=0.001]
Steps: 69%|██████▉ | 482/700 [01:59<00:52, 4.18it/s, loss=0.0175, lr=0.001]
a painting in the style of <s1><s2>
tensor([[0.4093],
[0.4087]], device='cuda:0')
Current Norm : tensor([0.4084, 0.4078], device='cuda:0')
Steps: 69%|██████▉ | 482/700 [01:59<00:52, 4.18it/s, loss=0.0381, lr=0.001]
Steps: 69%|██████▉ | 483/700 [01:59<00:52, 4.14it/s, loss=0.0381, lr=0.001]
a cropped painting in the style of <s1><s2>
Steps: 69%|██████▉ | 483/700 [01:59<00:52, 4.14it/s, loss=0.00545, lr=0.001]
Steps: 69%|██████▉ | 484/700 [01:59<00:51, 4.19it/s, loss=0.00545, lr=0.001]
a bright painting in the style of <s1><s2>
tensor([[0.4094],
[0.4088]], device='cuda:0')
Current Norm : tensor([0.4084, 0.4080], device='cuda:0')
Steps: 69%|██████▉ | 484/700 [01:59<00:51, 4.19it/s, loss=0.0133, lr=0.001]
Steps: 69%|██████▉ | 485/700 [01:59<00:51, 4.14it/s, loss=0.0133, lr=0.001]
a dark painting in the style of <s1><s2>
Steps: 69%|██████▉ | 485/700 [01:59<00:51, 4.14it/s, loss=0.0129, lr=0.001]
Steps: 69%|██████▉ | 486/700 [02:00<00:50, 4.21it/s, loss=0.0129, lr=0.001]
a nice painting in the style of <s1><s2>
tensor([[0.4095],
[0.4091]], device='cuda:0')
Current Norm : tensor([0.4085, 0.4082], device='cuda:0')
Steps: 69%|██████▉ | 486/700 [02:00<00:50, 4.21it/s, loss=0.0136, lr=0.001]
Steps: 70%|██████▉ | 487/700 [02:00<00:51, 4.16it/s, loss=0.0136, lr=0.001]
a cropped painting in the style of <s1><s2>
Steps: 70%|██████▉ | 487/700 [02:00<00:51, 4.16it/s, loss=0.00967, lr=0.001]
Steps: 70%|██████▉ | 488/700 [02:00<00:50, 4.22it/s, loss=0.00967, lr=0.001]
a rendering in the style of <s1><s2>
tensor([[0.4096],
[0.4093]], device='cuda:0')
Current Norm : tensor([0.4087, 0.4084], device='cuda:0')
Steps: 70%|██████▉ | 488/700 [02:00<00:50, 4.22it/s, loss=0.00162, lr=0.001]
Steps: 70%|██████▉ | 489/700 [02:00<00:49, 4.23it/s, loss=0.00162, lr=0.001]
a painting in the style of <s1><s2>
Steps: 70%|██████▉ | 489/700 [02:00<00:49, 4.23it/s, loss=0.0293, lr=0.001]
Steps: 70%|███████ | 490/700 [02:00<00:49, 4.20it/s, loss=0.0293, lr=0.001]
a large painting in the style of <s1><s2>
tensor([[0.4098],
[0.4096]], device='cuda:0')
Current Norm : tensor([0.4088, 0.4087], device='cuda:0')
Steps: 70%|███████ | 490/700 [02:00<00:49, 4.20it/s, loss=0.0415, lr=0.001]
Steps: 70%|███████ | 491/700 [02:01<00:50, 4.15it/s, loss=0.0415, lr=0.001]
a close-up painting in the style of <s1><s2>
Steps: 70%|███████ | 491/700 [02:01<00:50, 4.15it/s, loss=0.00629, lr=0.001]
Steps: 70%|███████ | 492/700 [02:01<00:49, 4.22it/s, loss=0.00629, lr=0.001]
a weird painting in the style of <s1><s2>
tensor([[0.4099],
[0.4099]], device='cuda:0')
Current Norm : tensor([0.4089, 0.4089], device='cuda:0')
Steps: 70%|███████ | 492/700 [02:01<00:49, 4.22it/s, loss=0.0359, lr=0.001]
Steps: 70%|███████ | 493/700 [02:01<00:49, 4.22it/s, loss=0.0359, lr=0.001]
a bright painting in the style of <s1><s2>
Steps: 70%|███████ | 493/700 [02:01<00:49, 4.22it/s, loss=0.016, lr=0.001]
Steps: 71%|███████ | 494/700 [02:01<00:48, 4.27it/s, loss=0.016, lr=0.001]
a dark painting in the style of <s1><s2>
tensor([[0.4100],
[0.4102]], device='cuda:0')
Current Norm : tensor([0.4090, 0.4092], device='cuda:0')
Steps: 71%|███████ | 494/700 [02:01<00:48, 4.27it/s, loss=0.00181, lr=0.001]
Steps: 71%|███████ | 495/700 [02:02<00:48, 4.19it/s, loss=0.00181, lr=0.001]
a large painting in the style of <s1><s2>
Steps: 71%|███████ | 495/700 [02:02<00:48, 4.19it/s, loss=0.0202, lr=0.001]
Steps: 71%|███████ | 496/700 [02:02<00:48, 4.17it/s, loss=0.0202, lr=0.001]
a nice painting in the style of <s1><s2>
tensor([[0.4101],
[0.4104]], device='cuda:0')
Current Norm : tensor([0.4091, 0.4093], device='cuda:0')
Steps: 71%|███████ | 496/700 [02:02<00:48, 4.17it/s, loss=0.0119, lr=0.001]
Steps: 71%|███████ | 497/700 [02:02<00:48, 4.18it/s, loss=0.0119, lr=0.001]
a cropped painting in the style of <s1><s2>
Steps: 71%|███████ | 497/700 [02:02<00:48, 4.18it/s, loss=0.0455, lr=0.001]
Steps: 71%|███████ | 498/700 [02:02<00:48, 4.17it/s, loss=0.0455, lr=0.001]
a cropped painting in the style of <s1><s2>
tensor([[0.4102],
[0.4105]], device='cuda:0')
Current Norm : tensor([0.4092, 0.4095], device='cuda:0')
Steps: 71%|███████ | 498/700 [02:02<00:48, 4.17it/s, loss=0.0508, lr=0.001]
Steps: 71%|███████▏ | 499/700 [02:03<00:48, 4.12it/s, loss=0.0508, lr=0.001]
a picture in the style of <s1><s2>
Steps: 71%|███████▏ | 499/700 [02:03<00:48, 4.12it/s, loss=0.028, lr=0.001]
Steps: 71%|███████▏ | 500/700 [02:03<00:47, 4.19it/s, loss=0.028, lr=0.001]
Current Learned Embeddings for <s1>:, id 49408 tensor([ 0.0162, -0.0078, 0.0080, -0.0202], device='cuda:0',
grad_fn=<SliceBackward0>)
Current Learned Embeddings for <s2>:, id 49409 tensor([-0.0044, 0.0030, 0.0058, 0.0029], device='cuda:0',
grad_fn=<SliceBackward0>)
Saving weights to checkpoints/step_inv_500.safetensors
a large painting in the style of <s1><s2>
tensor([[0.4103],
[0.4107]], device='cuda:0')
Current Norm : tensor([0.4093, 0.4096], device='cuda:0')
Steps: 71%|███████▏ | 500/700 [02:03<00:47, 4.19it/s, loss=0.144, lr=0.001]
Steps: 72%|███████▏ | 501/700 [02:03<00:47, 4.19it/s, loss=0.144, lr=0.001]
a large painting in the style of <s1><s2>
Steps: 72%|███████▏ | 501/700 [02:03<00:47, 4.19it/s, loss=0.00875, lr=0.001]
Steps: 72%|███████▏ | 502/700 [02:03<00:47, 4.17it/s, loss=0.00875, lr=0.001]
a close-up painting in the style of <s1><s2>
tensor([[0.4104],
[0.4108]], device='cuda:0')
Current Norm : tensor([0.4094, 0.4098], device='cuda:0')
Steps: 72%|███████▏ | 502/700 [02:03<00:47, 4.17it/s, loss=0.204, lr=0.001]
Steps: 72%|███████▏ | 503/700 [02:04<00:47, 4.15it/s, loss=0.204, lr=0.001]
a bright painting in the style of <s1><s2>
Steps: 72%|███████▏ | 503/700 [02:04<00:47, 4.15it/s, loss=0.0008, lr=0.001]
Steps: 72%|███████▏ | 504/700 [02:04<00:47, 4.15it/s, loss=0.0008, lr=0.001]
a cropped painting in the style of <s1><s2>
tensor([[0.4104],
[0.4110]], device='cuda:0')
Current Norm : tensor([0.4094, 0.4099], device='cuda:0')
Steps: 72%|███████▏ | 504/700 [02:04<00:47, 4.15it/s, loss=0.00792, lr=0.001]
Steps: 72%|███████▏ | 505/700 [02:04<00:46, 4.17it/s, loss=0.00792, lr=0.001]
a close-up painting in the style of <s1><s2>
Steps: 72%|███████▏ | 505/700 [02:04<00:46, 4.17it/s, loss=0.00693, lr=0.001]
Steps: 72%|███████▏ | 506/700 [02:04<00:46, 4.17it/s, loss=0.00693, lr=0.001]
the painting in the style of <s1><s2>
tensor([[0.4105],
[0.4111]], device='cuda:0')
Current Norm : tensor([0.4094, 0.4100], device='cuda:0')
Steps: 72%|███████▏ | 506/700 [02:04<00:46, 4.17it/s, loss=0.0408, lr=0.001]
Steps: 72%|███████▏ | 507/700 [02:05<00:46, 4.13it/s, loss=0.0408, lr=0.001]
the painting in the style of <s1><s2>
Steps: 72%|███████▏ | 507/700 [02:05<00:46, 4.13it/s, loss=0.00297, lr=0.001]
Steps: 73%|███████▎ | 508/700 [02:05<00:46, 4.17it/s, loss=0.00297, lr=0.001]
the painting in the style of <s1><s2>
tensor([[0.4105],
[0.4112]], device='cuda:0')
Current Norm : tensor([0.4094, 0.4100], device='cuda:0')
Steps: 73%|███████▎ | 508/700 [02:05<00:46, 4.17it/s, loss=0.0113, lr=0.001]
Steps: 73%|███████▎ | 509/700 [02:05<00:46, 4.13it/s, loss=0.0113, lr=0.001]
a clean painting in the style of <s1><s2>
Steps: 73%|███████▎ | 509/700 [02:05<00:46, 4.13it/s, loss=0.0356, lr=0.001]
Steps: 73%|███████▎ | 510/700 [02:05<00:46, 4.13it/s, loss=0.0356, lr=0.001]
a rendition in the style of <s1><s2>
tensor([[0.4105],
[0.4112]], device='cuda:0')
Current Norm : tensor([0.4094, 0.4101], device='cuda:0')
Steps: 73%|███████▎ | 510/700 [02:05<00:46, 4.13it/s, loss=0.0331, lr=0.001]
Steps: 73%|███████▎ | 511/700 [02:06<00:45, 4.11it/s, loss=0.0331, lr=0.001]
a good painting in the style of <s1><s2>
Steps: 73%|███████▎ | 511/700 [02:06<00:45, 4.11it/s, loss=0.00742, lr=0.001]
Steps: 73%|███████▎ | 512/700 [02:06<00:45, 4.13it/s, loss=0.00742, lr=0.001]
a painting in the style of <s1><s2>
tensor([[0.4106],
[0.4112]], device='cuda:0')
Current Norm : tensor([0.4095, 0.4101], device='cuda:0')
Steps: 73%|███████▎ | 512/700 [02:06<00:45, 4.13it/s, loss=0.0163, lr=0.001]
Steps: 73%|███████▎ | 513/700 [02:06<00:45, 4.08it/s, loss=0.0163, lr=0.001]
a good painting in the style of <s1><s2>
Steps: 73%|███████▎ | 513/700 [02:06<00:45, 4.08it/s, loss=0.014, lr=0.001]
Steps: 73%|███████▎ | 514/700 [02:06<00:44, 4.17it/s, loss=0.014, lr=0.001]
a painting in the style of <s1><s2>
tensor([[0.4107],
[0.4113]], device='cuda:0')
Current Norm : tensor([0.4096, 0.4101], device='cuda:0')
Steps: 73%|███████▎ | 514/700 [02:06<00:44, 4.17it/s, loss=0.00197, lr=0.001]
Steps: 74%|███████▎ | 515/700 [02:06<00:44, 4.17it/s, loss=0.00197, lr=0.001]
a cool painting in the style of <s1><s2>
Steps: 74%|███████▎ | 515/700 [02:06<00:44, 4.17it/s, loss=0.0186, lr=0.001]
Steps: 74%|███████▎ | 516/700 [02:07<00:43, 4.24it/s, loss=0.0186, lr=0.001]
a painting in the style of <s1><s2>
tensor([[0.4108],
[0.4113]], device='cuda:0')
Current Norm : tensor([0.4097, 0.4102], device='cuda:0')
Steps: 74%|███████▎ | 516/700 [02:07<00:43, 4.24it/s, loss=0.0086, lr=0.001]
Steps: 74%|███████▍ | 517/700 [02:07<00:43, 4.17it/s, loss=0.0086, lr=0.001]
the painting in the style of <s1><s2>
Steps: 74%|███████▍ | 517/700 [02:07<00:43, 4.17it/s, loss=0.0911, lr=0.001]
Steps: 74%|███████▍ | 518/700 [02:07<00:43, 4.15it/s, loss=0.0911, lr=0.001]
a painting in the style of <s1><s2>
tensor([[0.4109],
[0.4115]], device='cuda:0')
Current Norm : tensor([0.4098, 0.4103], device='cuda:0')
Steps: 74%|███████▍ | 518/700 [02:07<00:43, 4.15it/s, loss=0.0608, lr=0.001]
Steps: 74%|███████▍ | 519/700 [02:07<00:43, 4.14it/s, loss=0.0608, lr=0.001]
a nice painting in the style of <s1><s2>
Steps: 74%|███████▍ | 519/700 [02:07<00:43, 4.14it/s, loss=0.0252, lr=0.001]
Steps: 74%|███████▍ | 520/700 [02:08<00:43, 4.15it/s, loss=0.0252, lr=0.001]
a rendition in the style of <s1><s2>
tensor([[0.4111],
[0.4117]], device='cuda:0')
Current Norm : tensor([0.4100, 0.4105], device='cuda:0')
Steps: 74%|███████▍ | 520/700 [02:08<00:43, 4.15it/s, loss=0.00514, lr=0.001]
Steps: 74%|███████▍ | 521/700 [02:08<00:43, 4.12it/s, loss=0.00514, lr=0.001]
a nice painting in the style of <s1><s2>
Steps: 74%|███████▍ | 521/700 [02:08<00:43, 4.12it/s, loss=0.0161, lr=0.001]
Steps: 75%|███████▍ | 522/700 [02:08<00:42, 4.17it/s, loss=0.0161, lr=0.001]
a weird painting in the style of <s1><s2>
tensor([[0.4113],
[0.4120]], device='cuda:0')
Current Norm : tensor([0.4102, 0.4108], device='cuda:0')
Steps: 75%|███████▍ | 522/700 [02:08<00:42, 4.17it/s, loss=0.0605, lr=0.001]
Steps: 75%|███████▍ | 523/700 [02:08<00:42, 4.17it/s, loss=0.0605, lr=0.001]
a cropped painting in the style of <s1><s2>
Steps: 75%|███████▍ | 523/700 [02:08<00:42, 4.17it/s, loss=0.0164, lr=0.001]
Steps: 75%|███████▍ | 524/700 [02:09<00:42, 4.17it/s, loss=0.0164, lr=0.001]
a picture in the style of <s1><s2>
tensor([[0.4115],
[0.4123]], device='cuda:0')
Current Norm : tensor([0.4103, 0.4110], device='cuda:0')
Steps: 75%|███████▍ | 524/700 [02:09<00:42, 4.17it/s, loss=0.00629, lr=0.001]
Steps: 75%|███████▌ | 525/700 [02:09<00:41, 4.19it/s, loss=0.00629, lr=0.001]
a cropped painting in the style of <s1><s2>
Steps: 75%|███████▌ | 525/700 [02:09<00:41, 4.19it/s, loss=0.0461, lr=0.001]
Steps: 75%|███████▌ | 526/700 [02:09<00:41, 4.17it/s, loss=0.0461, lr=0.001]
a picture in the style of <s1><s2>
tensor([[0.4116],
[0.4125]], device='cuda:0')
Current Norm : tensor([0.4104, 0.4113], device='cuda:0')
Steps: 75%|███████▌ | 526/700 [02:09<00:41, 4.17it/s, loss=0.0531, lr=0.001]
Steps: 75%|███████▌ | 527/700 [02:09<00:41, 4.13it/s, loss=0.0531, lr=0.001]
a clean painting in the style of <s1><s2>
Steps: 75%|███████▌ | 527/700 [02:09<00:41, 4.13it/s, loss=0.0507, lr=0.001]
Steps: 75%|███████▌ | 528/700 [02:10<00:41, 4.13it/s, loss=0.0507, lr=0.001]
a close-up painting in the style of <s1><s2>
tensor([[0.4118],
[0.4128]], device='cuda:0')
Current Norm : tensor([0.4106, 0.4115], device='cuda:0')
Steps: 75%|███████▌ | 528/700 [02:10<00:41, 4.13it/s, loss=0.0513, lr=0.001]
Steps: 76%|███████▌ | 529/700 [02:10<00:41, 4.10it/s, loss=0.0513, lr=0.001]
a cropped painting in the style of <s1><s2>
Steps: 76%|███████▌ | 529/700 [02:10<00:41, 4.10it/s, loss=0.0269, lr=0.001]
Steps: 76%|███████▌ | 530/700 [02:10<00:40, 4.19it/s, loss=0.0269, lr=0.001]
a good painting in the style of <s1><s2>
tensor([[0.4120],
[0.4130]], device='cuda:0')
Current Norm : tensor([0.4108, 0.4117], device='cuda:0')
Steps: 76%|███████▌ | 530/700 [02:10<00:40, 4.19it/s, loss=0.0117, lr=0.001]
Steps: 76%|███████▌ | 531/700 [02:10<00:40, 4.15it/s, loss=0.0117, lr=0.001]
a small painting in the style of <s1><s2>
Steps: 76%|███████▌ | 531/700 [02:10<00:40, 4.15it/s, loss=0.153, lr=0.001]
Steps: 76%|███████▌ | 532/700 [02:11<00:40, 4.14it/s, loss=0.153, lr=0.001]
a cool painting in the style of <s1><s2>
tensor([[0.4123],
[0.4131]], device='cuda:0')
Current Norm : tensor([0.4111, 0.4118], device='cuda:0')
Steps: 76%|███████▌ | 532/700 [02:11<00:40, 4.14it/s, loss=0.00888, lr=0.001]
Steps: 76%|███████▌ | 533/700 [02:11<00:40, 4.10it/s, loss=0.00888, lr=0.001]
a cropped painting in the style of <s1><s2>
Steps: 76%|███████▌ | 533/700 [02:11<00:40, 4.10it/s, loss=0.0216, lr=0.001]
Steps: 76%|███████▋ | 534/700 [02:11<00:40, 4.12it/s, loss=0.0216, lr=0.001]
a cool painting in the style of <s1><s2>
tensor([[0.4126],
[0.4132]], device='cuda:0')
Current Norm : tensor([0.4114, 0.4119], device='cuda:0')
Steps: 76%|███████▋ | 534/700 [02:11<00:40, 4.12it/s, loss=0.0213, lr=0.001]
Steps: 76%|███████▋ | 535/700 [02:11<00:40, 4.09it/s, loss=0.0213, lr=0.001]
a painting in the style of <s1><s2>
Steps: 76%|███████▋ | 535/700 [02:11<00:40, 4.09it/s, loss=0.0198, lr=0.001]
Steps: 77%|███████▋ | 536/700 [02:12<00:39, 4.10it/s, loss=0.0198, lr=0.001]
a nice painting in the style of <s1><s2>
tensor([[0.4128],
[0.4132]], device='cuda:0')
Current Norm : tensor([0.4116, 0.4119], device='cuda:0')
Steps: 77%|███████▋ | 536/700 [02:12<00:39, 4.10it/s, loss=0.00601, lr=0.001]
Steps: 77%|███████▋ | 537/700 [02:12<00:39, 4.13it/s, loss=0.00601, lr=0.001]
a dirty painting in the style of <s1><s2>
Steps: 77%|███████▋ | 537/700 [02:12<00:39, 4.13it/s, loss=0.0191, lr=0.001]
Steps: 77%|███████▋ | 538/700 [02:12<00:38, 4.19it/s, loss=0.0191, lr=0.001]
a cropped painting in the style of <s1><s2>
tensor([[0.4131],
[0.4132]], device='cuda:0')
Current Norm : tensor([0.4117, 0.4119], device='cuda:0')
Steps: 77%|███████▋ | 538/700 [02:12<00:38, 4.19it/s, loss=0.00966, lr=0.001]
Steps: 77%|███████▋ | 539/700 [02:12<00:38, 4.20it/s, loss=0.00966, lr=0.001]
a rendition in the style of <s1><s2>
Steps: 77%|███████▋ | 539/700 [02:12<00:38, 4.20it/s, loss=0.0803, lr=0.001]
Steps: 77%|███████▋ | 540/700 [02:12<00:37, 4.24it/s, loss=0.0803, lr=0.001]
a cropped painting in the style of <s1><s2>
tensor([[0.4133],
[0.4132]], device='cuda:0')
Current Norm : tensor([0.4120, 0.4119], device='cuda:0')
Steps: 77%|███████▋ | 540/700 [02:12<00:37, 4.24it/s, loss=0.0296, lr=0.001]
Steps: 77%|███████▋ | 541/700 [02:13<00:37, 4.23it/s, loss=0.0296, lr=0.001]
a cropped painting in the style of <s1><s2>
Steps: 77%|███████▋ | 541/700 [02:13<00:37, 4.23it/s, loss=0.0255, lr=0.001]
Steps: 77%|███████▋ | 542/700 [02:13<00:36, 4.27it/s, loss=0.0255, lr=0.001]
a cropped painting in the style of <s1><s2>
tensor([[0.4135],
[0.4131]], device='cuda:0')
Current Norm : tensor([0.4122, 0.4118], device='cuda:0')
Steps: 77%|███████▋ | 542/700 [02:13<00:36, 4.27it/s, loss=0.00826, lr=0.001]
Steps: 78%|███████▊ | 543/700 [02:13<00:37, 4.22it/s, loss=0.00826, lr=0.001]
a close-up painting in the style of <s1><s2>
Steps: 78%|███████▊ | 543/700 [02:13<00:37, 4.22it/s, loss=0.0207, lr=0.001]
Steps: 78%|███████▊ | 544/700 [02:13<00:36, 4.23it/s, loss=0.0207, lr=0.001]
a small painting in the style of <s1><s2>
tensor([[0.4137],
[0.4131]], device='cuda:0')
Current Norm : tensor([0.4123, 0.4118], device='cuda:0')
Steps: 78%|███████▊ | 544/700 [02:13<00:36, 4.23it/s, loss=0.0811, lr=0.001]
Steps: 78%|███████▊ | 545/700 [02:14<00:37, 4.15it/s, loss=0.0811, lr=0.001]
a bright painting in the style of <s1><s2>
Steps: 78%|███████▊ | 545/700 [02:14<00:37, 4.15it/s, loss=0.0533, lr=0.001]
Steps: 78%|███████▊ | 546/700 [02:14<00:37, 4.15it/s, loss=0.0533, lr=0.001]
the painting in the style of <s1><s2>
tensor([[0.4138],
[0.4130]], device='cuda:0')
Current Norm : tensor([0.4124, 0.4117], device='cuda:0')
Steps: 78%|███████▊ | 546/700 [02:14<00:37, 4.15it/s, loss=0.00611, lr=0.001]
Steps: 78%|███████▊ | 547/700 [02:14<00:37, 4.10it/s, loss=0.00611, lr=0.001]
a close-up painting in the style of <s1><s2>
Steps: 78%|███████▊ | 547/700 [02:14<00:37, 4.10it/s, loss=0.0327, lr=0.001]
Steps: 78%|███████▊ | 548/700 [02:14<00:36, 4.13it/s, loss=0.0327, lr=0.001]
a dark painting in the style of <s1><s2>
tensor([[0.4139],
[0.4129]], device='cuda:0')
Current Norm : tensor([0.4125, 0.4116], device='cuda:0')
Steps: 78%|███████▊ | 548/700 [02:14<00:36, 4.13it/s, loss=0.0115, lr=0.001]
Steps: 78%|███████▊ | 549/700 [02:15<00:36, 4.16it/s, loss=0.0115, lr=0.001]
a cropped painting in the style of <s1><s2>
Steps: 78%|███████▊ | 549/700 [02:15<00:36, 4.16it/s, loss=0.047, lr=0.001]
Steps: 79%|███████▊ | 550/700 [02:15<00:35, 4.22it/s, loss=0.047, lr=0.001]
a good painting in the style of <s1><s2>
tensor([[0.4138],
[0.4128]], device='cuda:0')
Current Norm : tensor([0.4124, 0.4115], device='cuda:0')
Steps: 79%|███████▊ | 550/700 [02:15<00:35, 4.22it/s, loss=0.00898, lr=0.001]
Steps: 79%|███████▊ | 551/700 [02:15<00:35, 4.19it/s, loss=0.00898, lr=0.001]
a clean painting in the style of <s1><s2>
Steps: 79%|███████▊ | 551/700 [02:15<00:35, 4.19it/s, loss=0.0184, lr=0.001]
Steps: 79%|███████▉ | 552/700 [02:15<00:35, 4.18it/s, loss=0.0184, lr=0.001]
a close-up painting in the style of <s1><s2>
tensor([[0.4138],
[0.4127]], device='cuda:0')
Current Norm : tensor([0.4124, 0.4114], device='cuda:0')
Steps: 79%|███████▉ | 552/700 [02:15<00:35, 4.18it/s, loss=0.00131, lr=0.001]
Steps: 79%|███████▉ | 553/700 [02:16<00:35, 4.18it/s, loss=0.00131, lr=0.001]
a cropped painting in the style of <s1><s2>
Steps: 79%|███████▉ | 553/700 [02:16<00:35, 4.18it/s, loss=0.00193, lr=0.001]
Steps: 79%|███████▉ | 554/700 [02:16<00:35, 4.15it/s, loss=0.00193, lr=0.001]
a rendition in the style of <s1><s2>
tensor([[0.4136],
[0.4127]], device='cuda:0')
Current Norm : tensor([0.4123, 0.4114], device='cuda:0')
Steps: 79%|███████▉ | 554/700 [02:16<00:35, 4.15it/s, loss=0.198, lr=0.001]
Steps: 79%|███████▉ | 555/700 [02:16<00:35, 4.10it/s, loss=0.198, lr=0.001]
a cool painting in the style of <s1><s2>
Steps: 79%|███████▉ | 555/700 [02:16<00:35, 4.10it/s, loss=0.118, lr=0.001]
Steps: 79%|███████▉ | 556/700 [02:16<00:35, 4.10it/s, loss=0.118, lr=0.001]
a close-up painting in the style of <s1><s2>
tensor([[0.4134],
[0.4127]], device='cuda:0')
Current Norm : tensor([0.4121, 0.4114], device='cuda:0')
Steps: 79%|███████▉ | 556/700 [02:16<00:35, 4.10it/s, loss=0.00426, lr=0.001]
Steps: 80%|███████▉ | 557/700 [02:17<00:35, 4.08it/s, loss=0.00426, lr=0.001]
a large painting in the style of <s1><s2>
Steps: 80%|███████▉ | 557/700 [02:17<00:35, 4.08it/s, loss=0.0271, lr=0.001]
Steps: 80%|███████▉ | 558/700 [02:17<00:34, 4.15it/s, loss=0.0271, lr=0.001]
a cropped painting in the style of <s1><s2>
tensor([[0.4132],
[0.4127]], device='cuda:0')
Current Norm : tensor([0.4119, 0.4114], device='cuda:0')
Steps: 80%|███████▉ | 558/700 [02:17<00:34, 4.15it/s, loss=0.012, lr=0.001]
Steps: 80%|███████▉ | 559/700 [02:17<00:34, 4.14it/s, loss=0.012, lr=0.001]
a clean painting in the style of <s1><s2>
Steps: 80%|███████▉ | 559/700 [02:17<00:34, 4.14it/s, loss=0.00314, lr=0.001]
Steps: 80%|████████ | 560/700 [02:17<00:33, 4.15it/s, loss=0.00314, lr=0.001]
a clean painting in the style of <s1><s2>
tensor([[0.4131],
[0.4127]], device='cuda:0')
Current Norm : tensor([0.4118, 0.4114], device='cuda:0')
Steps: 80%|████████ | 560/700 [02:17<00:33, 4.15it/s, loss=0.0293, lr=0.001]
Steps: 80%|████████ | 561/700 [02:18<00:33, 4.10it/s, loss=0.0293, lr=0.001]
a dirty painting in the style of <s1><s2>
Steps: 80%|████████ | 561/700 [02:18<00:33, 4.10it/s, loss=0.016, lr=0.001]
Steps: 80%|████████ | 562/700 [02:18<00:33, 4.12it/s, loss=0.016, lr=0.001]
a rendering in the style of <s1><s2>
tensor([[0.4129],
[0.4127]], device='cuda:0')
Current Norm : tensor([0.4116, 0.4114], device='cuda:0')
Steps: 80%|████████ | 562/700 [02:18<00:33, 4.12it/s, loss=0.0146, lr=0.001]
Steps: 80%|████████ | 563/700 [02:18<00:33, 4.15it/s, loss=0.0146, lr=0.001]
a weird painting in the style of <s1><s2>
Steps: 80%|████████ | 563/700 [02:18<00:33, 4.15it/s, loss=0.00341, lr=0.001]
Steps: 81%|████████ | 564/700 [02:18<00:32, 4.19it/s, loss=0.00341, lr=0.001]
a weird painting in the style of <s1><s2>
tensor([[0.4129],
[0.4127]], device='cuda:0')
Current Norm : tensor([0.4116, 0.4115], device='cuda:0')
Steps: 81%|████████ | 564/700 [02:18<00:32, 4.19it/s, loss=0.0662, lr=0.001]
Steps: 81%|████████ | 565/700 [02:19<00:32, 4.19it/s, loss=0.0662, lr=0.001]
the painting in the style of <s1><s2>
Steps: 81%|████████ | 565/700 [02:19<00:32, 4.19it/s, loss=0.0195, lr=0.001]
Steps: 81%|████████ | 566/700 [02:19<00:32, 4.19it/s, loss=0.0195, lr=0.001]
a large painting in the style of <s1><s2>
tensor([[0.4128],
[0.4127]], device='cuda:0')
Current Norm : tensor([0.4115, 0.4115], device='cuda:0')
Steps: 81%|████████ | 566/700 [02:19<00:32, 4.19it/s, loss=0.0307, lr=0.001]
Steps: 81%|████████ | 567/700 [02:19<00:32, 4.13it/s, loss=0.0307, lr=0.001]
a clean painting in the style of <s1><s2>
Steps: 81%|████████ | 567/700 [02:19<00:32, 4.13it/s, loss=0.00939, lr=0.001]
Steps: 81%|████████ | 568/700 [02:19<00:32, 4.12it/s, loss=0.00939, lr=0.001]
a clean painting in the style of <s1><s2>
tensor([[0.4127],
[0.4128]], device='cuda:0')
Current Norm : tensor([0.4115, 0.4115], device='cuda:0')
Steps: 81%|████████ | 568/700 [02:19<00:32, 4.12it/s, loss=0.0396, lr=0.001]
Steps: 81%|████████▏ | 569/700 [02:19<00:31, 4.13it/s, loss=0.0396, lr=0.001]
a close-up painting in the style of <s1><s2>
Steps: 81%|████████▏ | 569/700 [02:19<00:31, 4.13it/s, loss=0.0354, lr=0.001]
Steps: 81%|████████▏ | 570/700 [02:20<00:31, 4.19it/s, loss=0.0354, lr=0.001]
a close-up painting in the style of <s1><s2>
tensor([[0.4127],
[0.4128]], device='cuda:0')
Current Norm : tensor([0.4114, 0.4115], device='cuda:0')
Steps: 81%|████████▏ | 570/700 [02:20<00:31, 4.19it/s, loss=0.0573, lr=0.001]
Steps: 82%|████████▏ | 571/700 [02:20<00:30, 4.20it/s, loss=0.0573, lr=0.001]
a painting in the style of <s1><s2>
Steps: 82%|████████▏ | 571/700 [02:20<00:30, 4.20it/s, loss=0.00151, lr=0.001]
Steps: 82%|████████▏ | 572/700 [02:20<00:30, 4.18it/s, loss=0.00151, lr=0.001]
a large painting in the style of <s1><s2>
tensor([[0.4127],
[0.4129]], device='cuda:0')
Current Norm : tensor([0.4114, 0.4116], device='cuda:0')
Steps: 82%|████████▏ | 572/700 [02:20<00:30, 4.18it/s, loss=0.0433, lr=0.001]
Steps: 82%|████████▏ | 573/700 [02:20<00:30, 4.17it/s, loss=0.0433, lr=0.001]
a nice painting in the style of <s1><s2>
Steps: 82%|████████▏ | 573/700 [02:20<00:30, 4.17it/s, loss=0.0193, lr=0.001]
Steps: 82%|████████▏ | 574/700 [02:21<00:30, 4.15it/s, loss=0.0193, lr=0.001]
a painting in the style of <s1><s2>
tensor([[0.4126],
[0.4129]], device='cuda:0')
Current Norm : tensor([0.4114, 0.4116], device='cuda:0')
Steps: 82%|████████▏ | 574/700 [02:21<00:30, 4.15it/s, loss=0.057, lr=0.001]
Steps: 82%|████████▏ | 575/700 [02:21<00:30, 4.11it/s, loss=0.057, lr=0.001]
a close-up painting in the style of <s1><s2>
Steps: 82%|████████▏ | 575/700 [02:21<00:30, 4.11it/s, loss=0.0838, lr=0.001]
Steps: 82%|████████▏ | 576/700 [02:21<00:30, 4.10it/s, loss=0.0838, lr=0.001]
a bright painting in the style of <s1><s2>
tensor([[0.4126],
[0.4130]], device='cuda:0')
Current Norm : tensor([0.4113, 0.4117], device='cuda:0')
Steps: 82%|████████▏ | 576/700 [02:21<00:30, 4.10it/s, loss=0.015, lr=0.001]
Steps: 82%|████████▏ | 577/700 [02:21<00:30, 4.07it/s, loss=0.015, lr=0.001]
a bright painting in the style of <s1><s2>
Steps: 82%|████████▏ | 577/700 [02:21<00:30, 4.07it/s, loss=0.0012, lr=0.001]
Steps: 83%|████████▎ | 578/700 [02:22<00:29, 4.13it/s, loss=0.0012, lr=0.001]
a small painting in the style of <s1><s2>
tensor([[0.4124],
[0.4130]], device='cuda:0')
Current Norm : tensor([0.4112, 0.4117], device='cuda:0')
Steps: 83%|████████▎ | 578/700 [02:22<00:29, 4.13it/s, loss=0.00955, lr=0.001]
Steps: 83%|████████▎ | 579/700 [02:22<00:29, 4.11it/s, loss=0.00955, lr=0.001]
a rendering in the style of <s1><s2>
Steps: 83%|████████▎ | 579/700 [02:22<00:29, 4.11it/s, loss=0.00345, lr=0.001]
Steps: 83%|████████▎ | 580/700 [02:22<00:28, 4.17it/s, loss=0.00345, lr=0.001]
a painting in the style of <s1><s2>
tensor([[0.4123],
[0.4130]], device='cuda:0')
Current Norm : tensor([0.4111, 0.4117], device='cuda:0')
Steps: 83%|████████▎ | 580/700 [02:22<00:28, 4.17it/s, loss=0.129, lr=0.001]
Steps: 83%|████████▎ | 581/700 [02:22<00:28, 4.13it/s, loss=0.129, lr=0.001]
a rendering in the style of <s1><s2>
Steps: 83%|████████▎ | 581/700 [02:22<00:28, 4.13it/s, loss=0.0132, lr=0.001]
Steps: 83%|████████▎ | 582/700 [02:23<00:28, 4.14it/s, loss=0.0132, lr=0.001]
a bright painting in the style of <s1><s2>
tensor([[0.4122],
[0.4129]], device='cuda:0')
Current Norm : tensor([0.4110, 0.4116], device='cuda:0')
Steps: 83%|████████▎ | 582/700 [02:23<00:28, 4.14it/s, loss=0.0349, lr=0.001]
Steps: 83%|████████▎ | 583/700 [02:23<00:28, 4.16it/s, loss=0.0349, lr=0.001]
a large painting in the style of <s1><s2>
Steps: 83%|████████▎ | 583/700 [02:23<00:28, 4.16it/s, loss=0.0424, lr=0.001]
Steps: 83%|████████▎ | 584/700 [02:23<00:27, 4.22it/s, loss=0.0424, lr=0.001]
a dark painting in the style of <s1><s2>
tensor([[0.4121],
[0.4129]], device='cuda:0')
Current Norm : tensor([0.4109, 0.4116], device='cuda:0')
Steps: 83%|████████▎ | 584/700 [02:23<00:27, 4.22it/s, loss=0.0436, lr=0.001]
Steps: 84%|████████▎ | 585/700 [02:23<00:27, 4.20it/s, loss=0.0436, lr=0.001]
the painting in the style of <s1><s2>
Steps: 84%|████████▎ | 585/700 [02:23<00:27, 4.20it/s, loss=0.00636, lr=0.001]
Steps: 84%|████████▎ | 586/700 [02:24<00:26, 4.24it/s, loss=0.00636, lr=0.001]
a close-up painting in the style of <s1><s2>
tensor([[0.4122],
[0.4130]], device='cuda:0')
Current Norm : tensor([0.4110, 0.4117], device='cuda:0')
Steps: 84%|████████▎ | 586/700 [02:24<00:26, 4.24it/s, loss=0.00238, lr=0.001]
Steps: 84%|████████▍ | 587/700 [02:24<00:27, 4.15it/s, loss=0.00238, lr=0.001]
a picture in the style of <s1><s2>
Steps: 84%|████████▍ | 587/700 [02:24<00:27, 4.15it/s, loss=0.0195, lr=0.001]
Steps: 84%|████████▍ | 588/700 [02:24<00:26, 4.16it/s, loss=0.0195, lr=0.001]
a painting in the style of <s1><s2>
tensor([[0.4122],
[0.4131]], device='cuda:0')
Current Norm : tensor([0.4110, 0.4118], device='cuda:0')
Steps: 84%|████████▍ | 588/700 [02:24<00:26, 4.16it/s, loss=0.0395, lr=0.001]
Steps: 84%|████████▍ | 589/700 [02:24<00:26, 4.16it/s, loss=0.0395, lr=0.001]
a cool painting in the style of <s1><s2>
Steps: 84%|████████▍ | 589/700 [02:24<00:26, 4.16it/s, loss=0.0557, lr=0.001]
Steps: 84%|████████▍ | 590/700 [02:25<00:26, 4.22it/s, loss=0.0557, lr=0.001]
a cool painting in the style of <s1><s2>
tensor([[0.4123],
[0.4131]], device='cuda:0')
Current Norm : tensor([0.4110, 0.4118], device='cuda:0')
Steps: 84%|████████▍ | 590/700 [02:25<00:26, 4.22it/s, loss=0.0589, lr=0.001]
Steps: 84%|████████▍ | 591/700 [02:25<00:26, 4.15it/s, loss=0.0589, lr=0.001]
a picture in the style of <s1><s2>
Steps: 84%|████████▍ | 591/700 [02:25<00:26, 4.15it/s, loss=0.0103, lr=0.001]
Steps: 85%|████████▍ | 592/700 [02:25<00:25, 4.19it/s, loss=0.0103, lr=0.001]
a cropped painting in the style of <s1><s2>
tensor([[0.4123],
[0.4132]], device='cuda:0')
Current Norm : tensor([0.4111, 0.4119], device='cuda:0')
Steps: 85%|████████▍ | 592/700 [02:25<00:25, 4.19it/s, loss=0.119, lr=0.001]
Steps: 85%|████████▍ | 593/700 [02:25<00:25, 4.18it/s, loss=0.119, lr=0.001]
a cropped painting in the style of <s1><s2>
Steps: 85%|████████▍ | 593/700 [02:25<00:25, 4.18it/s, loss=0.00337, lr=0.001]
Steps: 85%|████████▍ | 594/700 [02:25<00:25, 4.20it/s, loss=0.00337, lr=0.001]
a nice painting in the style of <s1><s2>
tensor([[0.4124],
[0.4132]], device='cuda:0')
Current Norm : tensor([0.4112, 0.4119], device='cuda:0')
Steps: 85%|████████▍ | 594/700 [02:25<00:25, 4.20it/s, loss=0.00769, lr=0.001]
Steps: 85%|████████▌ | 595/700 [02:26<00:25, 4.18it/s, loss=0.00769, lr=0.001]
a cropped painting in the style of <s1><s2>
Steps: 85%|████████▌ | 595/700 [02:26<00:25, 4.18it/s, loss=0.000984, lr=0.001]
Steps: 85%|████████▌ | 596/700 [02:26<00:24, 4.16it/s, loss=0.000984, lr=0.001]
a small painting in the style of <s1><s2>
tensor([[0.4125],
[0.4131]], device='cuda:0')
Current Norm : tensor([0.4113, 0.4118], device='cuda:0')
Steps: 85%|████████▌ | 596/700 [02:26<00:24, 4.16it/s, loss=0.0418, lr=0.001]
Steps: 85%|████████▌ | 597/700 [02:26<00:24, 4.15it/s, loss=0.0418, lr=0.001]
a close-up painting in the style of <s1><s2>
Steps: 85%|████████▌ | 597/700 [02:26<00:24, 4.15it/s, loss=0.0124, lr=0.001]
Steps: 85%|████████▌ | 598/700 [02:26<00:24, 4.15it/s, loss=0.0124, lr=0.001]
a small painting in the style of <s1><s2>
tensor([[0.4126],
[0.4131]], device='cuda:0')
Current Norm : tensor([0.4113, 0.4118], device='cuda:0')
Steps: 85%|████████▌ | 598/700 [02:26<00:24, 4.15it/s, loss=0.0292, lr=0.001]
Steps: 86%|████████▌ | 599/700 [02:27<00:24, 4.11it/s, loss=0.0292, lr=0.001]
a close-up painting in the style of <s1><s2>
Steps: 86%|████████▌ | 599/700 [02:27<00:24, 4.11it/s, loss=0.0185, lr=0.001]
Steps: 86%|████████▌ | 600/700 [02:27<00:24, 4.11it/s, loss=0.0185, lr=0.001]
Current Learned Embeddings for <s1>:, id 49408 tensor([ 0.0193, -0.0072, 0.0041, -0.0239], device='cuda:0',
grad_fn=<SliceBackward0>)
Current Learned Embeddings for <s2>:, id 49409 tensor([ 0.0003, 0.0006, 0.0090, -0.0009], device='cuda:0',
grad_fn=<SliceBackward0>)
Saving weights to checkpoints/step_inv_600.safetensors
the painting in the style of <s1><s2>
tensor([[0.4129],
[0.4133]], device='cuda:0')
Current Norm : tensor([0.4116, 0.4120], device='cuda:0')
Steps: 86%|████████▌ | 600/700 [02:27<00:24, 4.11it/s, loss=0.0246, lr=0.001]
Steps: 86%|████████▌ | 601/700 [02:27<00:23, 4.13it/s, loss=0.0246, lr=0.001]
a rendition in the style of <s1><s2>
Steps: 86%|████████▌ | 601/700 [02:27<00:23, 4.13it/s, loss=0.0101, lr=0.001]
Steps: 86%|████████▌ | 602/700 [02:27<00:23, 4.12it/s, loss=0.0101, lr=0.001]
a large painting in the style of <s1><s2>
tensor([[0.4133],
[0.4136]], device='cuda:0')
Current Norm : tensor([0.4120, 0.4123], device='cuda:0')
Steps: 86%|████████▌ | 602/700 [02:27<00:23, 4.12it/s, loss=0.0223, lr=0.001]
Steps: 86%|████████▌ | 603/700 [02:28<00:23, 4.08it/s, loss=0.0223, lr=0.001]
a rendition in the style of <s1><s2>
Steps: 86%|████████▌ | 603/700 [02:28<00:23, 4.08it/s, loss=0.0125, lr=0.001]
Steps: 86%|████████▋ | 604/700 [02:28<00:23, 4.09it/s, loss=0.0125, lr=0.001]
a painting in the style of <s1><s2>
tensor([[0.4138],
[0.4140]], device='cuda:0')
Current Norm : tensor([0.4125, 0.4126], device='cuda:0')
Steps: 86%|████████▋ | 604/700 [02:28<00:23, 4.09it/s, loss=0.0266, lr=0.001]
Steps: 86%|████████▋ | 605/700 [02:28<00:23, 4.06it/s, loss=0.0266, lr=0.001]
a painting in the style of <s1><s2>
Steps: 86%|████████▋ | 605/700 [02:28<00:23, 4.06it/s, loss=0.00295, lr=0.001]
Steps: 87%|████████▋ | 606/700 [02:28<00:23, 4.07it/s, loss=0.00295, lr=0.001]
a close-up painting in the style of <s1><s2>
tensor([[0.4144],
[0.4144]], device='cuda:0')
Current Norm : tensor([0.4130, 0.4129], device='cuda:0')
Steps: 87%|████████▋ | 606/700 [02:28<00:23, 4.07it/s, loss=0.0805, lr=0.001]
Steps: 87%|████████▋ | 607/700 [02:29<00:22, 4.10it/s, loss=0.0805, lr=0.001]
a small painting in the style of <s1><s2>
Steps: 87%|████████▋ | 607/700 [02:29<00:22, 4.10it/s, loss=0.0225, lr=0.001]
Steps: 87%|████████▋ | 608/700 [02:29<00:22, 4.17it/s, loss=0.0225, lr=0.001]
a painting in the style of <s1><s2>
tensor([[0.4150],
[0.4148]], device='cuda:0')
Current Norm : tensor([0.4135, 0.4133], device='cuda:0')
Steps: 87%|████████▋ | 608/700 [02:29<00:22, 4.17it/s, loss=0.05, lr=0.001]
Steps: 87%|████████▋ | 609/700 [02:29<00:21, 4.14it/s, loss=0.05, lr=0.001]
a weird painting in the style of <s1><s2>
Steps: 87%|████████▋ | 609/700 [02:29<00:21, 4.14it/s, loss=0.0352, lr=0.001]
Steps: 87%|████████▋ | 610/700 [02:29<00:21, 4.12it/s, loss=0.0352, lr=0.001]
a dark painting in the style of <s1><s2>
tensor([[0.4155],
[0.4153]], device='cuda:0')
Current Norm : tensor([0.4139, 0.4138], device='cuda:0')
Steps: 87%|████████▋ | 610/700 [02:29<00:21, 4.12it/s, loss=0.0021, lr=0.001]
Steps: 87%|████████▋ | 611/700 [02:30<00:21, 4.09it/s, loss=0.0021, lr=0.001]
a close-up painting in the style of <s1><s2>
Steps: 87%|████████▋ | 611/700 [02:30<00:21, 4.09it/s, loss=0.048, lr=0.001]
Steps: 87%|████████▋ | 612/700 [02:30<00:21, 4.10it/s, loss=0.048, lr=0.001]
a nice painting in the style of <s1><s2>
tensor([[0.4160],
[0.4157]], device='cuda:0')
Current Norm : tensor([0.4144, 0.4141], device='cuda:0')
Steps: 87%|████████▋ | 612/700 [02:30<00:21, 4.10it/s, loss=0.0012, lr=0.001]
Steps: 88%|████████▊ | 613/700 [02:30<00:21, 4.06it/s, loss=0.0012, lr=0.001]
a picture in the style of <s1><s2>
Steps: 88%|████████▊ | 613/700 [02:30<00:21, 4.06it/s, loss=0.0119, lr=0.001]
Steps: 88%|████████▊ | 614/700 [02:30<00:20, 4.15it/s, loss=0.0119, lr=0.001]
a weird painting in the style of <s1><s2>
tensor([[0.4164],
[0.4160]], device='cuda:0')
Current Norm : tensor([0.4148, 0.4144], device='cuda:0')
Steps: 88%|████████▊ | 614/700 [02:30<00:20, 4.15it/s, loss=0.0274, lr=0.001]
Steps: 88%|████████▊ | 615/700 [02:31<00:20, 4.11it/s, loss=0.0274, lr=0.001]
a cropped painting in the style of <s1><s2>
Steps: 88%|████████▊ | 615/700 [02:31<00:20, 4.11it/s, loss=0.069, lr=0.001]
Steps: 88%|████████▊ | 616/700 [02:31<00:20, 4.16it/s, loss=0.069, lr=0.001]
a small painting in the style of <s1><s2>
tensor([[0.4167],
[0.4163]], device='cuda:0')
Current Norm : tensor([0.4150, 0.4147], device='cuda:0')
Steps: 88%|████████▊ | 616/700 [02:31<00:20, 4.16it/s, loss=0.00934, lr=0.001]
Steps: 88%|████████▊ | 617/700 [02:31<00:19, 4.16it/s, loss=0.00934, lr=0.001]
a dirty painting in the style of <s1><s2>
Steps: 88%|████████▊ | 617/700 [02:31<00:19, 4.16it/s, loss=0.0183, lr=0.001]
Steps: 88%|████████▊ | 618/700 [02:31<00:19, 4.18it/s, loss=0.0183, lr=0.001]
a rendering in the style of <s1><s2>
tensor([[0.4170],
[0.4166]], device='cuda:0')
Current Norm : tensor([0.4153, 0.4149], device='cuda:0')
Steps: 88%|████████▊ | 618/700 [02:31<00:19, 4.18it/s, loss=0.00153, lr=0.001]
Steps: 88%|████████▊ | 619/700 [02:32<00:19, 4.19it/s, loss=0.00153, lr=0.001]
a cropped painting in the style of <s1><s2>
Steps: 88%|████████▊ | 619/700 [02:32<00:19, 4.19it/s, loss=0.00389, lr=0.001]
Steps: 89%|████████▊ | 620/700 [02:32<00:18, 4.23it/s, loss=0.00389, lr=0.001]
a close-up painting in the style of <s1><s2>
tensor([[0.4173],
[0.4168]], device='cuda:0')
Current Norm : tensor([0.4155, 0.4151], device='cuda:0')
Steps: 89%|████████▊ | 620/700 [02:32<00:18, 4.23it/s, loss=0.00757, lr=0.001]
Steps: 89%|████████▊ | 621/700 [02:32<00:18, 4.21it/s, loss=0.00757, lr=0.001]
a close-up painting in the style of <s1><s2>
Steps: 89%|████████▊ | 621/700 [02:32<00:18, 4.21it/s, loss=0.0229, lr=0.001]
Steps: 89%|████████▉ | 622/700 [02:32<00:18, 4.19it/s, loss=0.0229, lr=0.001]
a close-up painting in the style of <s1><s2>
tensor([[0.4175],
[0.4170]], device='cuda:0')
Current Norm : tensor([0.4157, 0.4153], device='cuda:0')
Steps: 89%|████████▉ | 622/700 [02:32<00:18, 4.19it/s, loss=0.0201, lr=0.001]
Steps: 89%|████████▉ | 623/700 [02:33<00:18, 4.14it/s, loss=0.0201, lr=0.001]
a bright painting in the style of <s1><s2>
Steps: 89%|████████▉ | 623/700 [02:33<00:18, 4.14it/s, loss=0.0312, lr=0.001]
Steps: 89%|████████▉ | 624/700 [02:33<00:18, 4.13it/s, loss=0.0312, lr=0.001]
a nice painting in the style of <s1><s2>
tensor([[0.4176],
[0.4171]], device='cuda:0')
Current Norm : tensor([0.4159, 0.4154], device='cuda:0')
Steps: 89%|████████▉ | 624/700 [02:33<00:18, 4.13it/s, loss=0.0109, lr=0.001]
Steps: 89%|████████▉ | 625/700 [02:33<00:18, 4.08it/s, loss=0.0109, lr=0.001]
a picture in the style of <s1><s2>
Steps: 89%|████████▉ | 625/700 [02:33<00:18, 4.08it/s, loss=0.0249, lr=0.001]
Steps: 89%|████████▉ | 626/700 [02:33<00:17, 4.15it/s, loss=0.0249, lr=0.001]
a large painting in the style of <s1><s2>
tensor([[0.4177],
[0.4172]], device='cuda:0')
Current Norm : tensor([0.4160, 0.4155], device='cuda:0')
Steps: 89%|████████▉ | 626/700 [02:33<00:17, 4.15it/s, loss=0.0174, lr=0.001]
Steps: 90%|████████▉ | 627/700 [02:33<00:17, 4.17it/s, loss=0.0174, lr=0.001]
a close-up painting in the style of <s1><s2>
Steps: 90%|████████▉ | 627/700 [02:33<00:17, 4.17it/s, loss=0.0138, lr=0.001]
Steps: 90%|████████▉ | 628/700 [02:34<00:17, 4.16it/s, loss=0.0138, lr=0.001]
a rendering in the style of <s1><s2>
tensor([[0.4180],
[0.4173]], device='cuda:0')
Current Norm : tensor([0.4162, 0.4156], device='cuda:0')
Steps: 90%|████████▉ | 628/700 [02:34<00:17, 4.16it/s, loss=0.000998, lr=0.001]
Steps: 90%|████████▉ | 629/700 [02:34<00:17, 4.11it/s, loss=0.000998, lr=0.001]
a dirty painting in the style of <s1><s2>
Steps: 90%|████████▉ | 629/700 [02:34<00:17, 4.11it/s, loss=0.00608, lr=0.001]
Steps: 90%|█████████ | 630/700 [02:34<00:17, 4.10it/s, loss=0.00608, lr=0.001]
a close-up painting in the style of <s1><s2>
tensor([[0.4183],
[0.4174]], device='cuda:0')
Current Norm : tensor([0.4165, 0.4157], device='cuda:0')
Steps: 90%|█████████ | 630/700 [02:34<00:17, 4.10it/s, loss=0.0424, lr=0.001]
Steps: 90%|█████████ | 631/700 [02:34<00:16, 4.07it/s, loss=0.0424, lr=0.001]
a rendition in the style of <s1><s2>
Steps: 90%|█████████ | 631/700 [02:34<00:16, 4.07it/s, loss=0.0118, lr=0.001]
Steps: 90%|█████████ | 632/700 [02:35<00:16, 4.08it/s, loss=0.0118, lr=0.001]
a cropped painting in the style of <s1><s2>
tensor([[0.4185],
[0.4175]], device='cuda:0')
Current Norm : tensor([0.4167, 0.4158], device='cuda:0')
Steps: 90%|█████████ | 632/700 [02:35<00:16, 4.08it/s, loss=0.0115, lr=0.001]
Steps: 90%|█████████ | 633/700 [02:35<00:16, 4.06it/s, loss=0.0115, lr=0.001]
a picture in the style of <s1><s2>
Steps: 90%|█████████ | 633/700 [02:35<00:16, 4.06it/s, loss=0.0451, lr=0.001]
Steps: 91%|█████████ | 634/700 [02:35<00:16, 4.11it/s, loss=0.0451, lr=0.001]
a dirty painting in the style of <s1><s2>
tensor([[0.4186],
[0.4176]], device='cuda:0')
Current Norm : tensor([0.4167, 0.4158], device='cuda:0')
Steps: 91%|█████████ | 634/700 [02:35<00:16, 4.11it/s, loss=0.0144, lr=0.001]
Steps: 91%|█████████ | 635/700 [02:35<00:15, 4.07it/s, loss=0.0144, lr=0.001]
a nice painting in the style of <s1><s2>
Steps: 91%|█████████ | 635/700 [02:35<00:15, 4.07it/s, loss=0.00668, lr=0.001]
Steps: 91%|█████████ | 636/700 [02:36<00:15, 4.09it/s, loss=0.00668, lr=0.001]
a nice painting in the style of <s1><s2>
tensor([[0.4186],
[0.4176]], device='cuda:0')
Current Norm : tensor([0.4168, 0.4158], device='cuda:0')
Steps: 91%|█████████ | 636/700 [02:36<00:15, 4.09it/s, loss=0.00681, lr=0.001]
Steps: 91%|█████████ | 637/700 [02:36<00:15, 4.03it/s, loss=0.00681, lr=0.001]
the painting in the style of <s1><s2>
Steps: 91%|█████████ | 637/700 [02:36<00:15, 4.03it/s, loss=0.0991, lr=0.001]
Steps: 91%|█████████ | 638/700 [02:36<00:15, 4.07it/s, loss=0.0991, lr=0.001]
the painting in the style of <s1><s2>
tensor([[0.4186],
[0.4175]], device='cuda:0')
Current Norm : tensor([0.4168, 0.4158], device='cuda:0')
Steps: 91%|█████████ | 638/700 [02:36<00:15, 4.07it/s, loss=0.0289, lr=0.001]
Steps: 91%|█████████▏| 639/700 [02:36<00:15, 4.04it/s, loss=0.0289, lr=0.001]
a small painting in the style of <s1><s2>
Steps: 91%|█████████▏| 639/700 [02:36<00:15, 4.04it/s, loss=0.0525, lr=0.001]
Steps: 91%|█████████▏| 640/700 [02:37<00:14, 4.05it/s, loss=0.0525, lr=0.001]
a close-up painting in the style of <s1><s2>
tensor([[0.4186],
[0.4174]], device='cuda:0')
Current Norm : tensor([0.4167, 0.4157], device='cuda:0')
Steps: 91%|█████████▏| 640/700 [02:37<00:14, 4.05it/s, loss=0.00237, lr=0.001]
Steps: 92%|█████████▏| 641/700 [02:37<00:14, 4.08it/s, loss=0.00237, lr=0.001]
a cool painting in the style of <s1><s2>
Steps: 92%|█████████▏| 641/700 [02:37<00:14, 4.08it/s, loss=0.03, lr=0.001]
Steps: 92%|█████████▏| 642/700 [02:37<00:14, 4.07it/s, loss=0.03, lr=0.001]
a small painting in the style of <s1><s2>
tensor([[0.4185],
[0.4172]], device='cuda:0')
Current Norm : tensor([0.4166, 0.4155], device='cuda:0')
Steps: 92%|█████████▏| 642/700 [02:37<00:14, 4.07it/s, loss=0.00904, lr=0.001]
Steps: 92%|█████████▏| 643/700 [02:37<00:14, 4.04it/s, loss=0.00904, lr=0.001]
a close-up painting in the style of <s1><s2>
Steps: 92%|█████████▏| 643/700 [02:37<00:14, 4.04it/s, loss=0.00345, lr=0.001]
Steps: 92%|█████████▏| 644/700 [02:38<00:13, 4.08it/s, loss=0.00345, lr=0.001]
a rendition in the style of <s1><s2>
tensor([[0.4183],
[0.4170]], device='cuda:0')
Current Norm : tensor([0.4165, 0.4153], device='cuda:0')
Steps: 92%|█████████▏| 644/700 [02:38<00:13, 4.08it/s, loss=0.0129, lr=0.001]
Steps: 92%|█████████▏| 645/700 [02:38<00:13, 4.03it/s, loss=0.0129, lr=0.001]
a dirty painting in the style of <s1><s2>
Steps: 92%|█████████▏| 645/700 [02:38<00:13, 4.03it/s, loss=0.0472, lr=0.001]
Steps: 92%|█████████▏| 646/700 [02:38<00:13, 4.11it/s, loss=0.0472, lr=0.001]
a cropped painting in the style of <s1><s2>
tensor([[0.4180],
[0.4166]], device='cuda:0')
Current Norm : tensor([0.4162, 0.4150], device='cuda:0')
Steps: 92%|█████████▏| 646/700 [02:38<00:13, 4.11it/s, loss=0.00686, lr=0.001]
Steps: 92%|█████████▏| 647/700 [02:38<00:13, 4.05it/s, loss=0.00686, lr=0.001]
a small painting in the style of <s1><s2>
Steps: 92%|█████████▏| 647/700 [02:38<00:13, 4.05it/s, loss=0.0669, lr=0.001]
Steps: 93%|█████████▎| 648/700 [02:39<00:12, 4.14it/s, loss=0.0669, lr=0.001]
a cropped painting in the style of <s1><s2>
tensor([[0.4178],
[0.4163]], device='cuda:0')
Current Norm : tensor([0.4160, 0.4147], device='cuda:0')
Steps: 93%|█████████▎| 648/700 [02:39<00:12, 4.14it/s, loss=0.0537, lr=0.001]
Steps: 93%|█████████▎| 649/700 [02:39<00:12, 4.09it/s, loss=0.0537, lr=0.001]
a rendition in the style of <s1><s2>
Steps: 93%|█████████▎| 649/700 [02:39<00:12, 4.09it/s, loss=0.00195, lr=0.001]
Steps: 93%|█████████▎| 650/700 [02:39<00:12, 4.12it/s, loss=0.00195, lr=0.001]
a bright painting in the style of <s1><s2>
tensor([[0.4175],
[0.4161]], device='cuda:0')
Current Norm : tensor([0.4158, 0.4145], device='cuda:0')
Steps: 93%|█████████▎| 650/700 [02:39<00:12, 4.12it/s, loss=0.0175, lr=0.001]
Steps: 93%|█████████▎| 651/700 [02:39<00:12, 4.07it/s, loss=0.0175, lr=0.001]
a dirty painting in the style of <s1><s2>
Steps: 93%|█████████▎| 651/700 [02:39<00:12, 4.07it/s, loss=0.0278, lr=0.001]
Steps: 93%|█████████▎| 652/700 [02:40<00:11, 4.09it/s, loss=0.0278, lr=0.001]
a nice painting in the style of <s1><s2>
tensor([[0.4173],
[0.4159]], device='cuda:0')
Current Norm : tensor([0.4156, 0.4143], device='cuda:0')
Steps: 93%|█████████▎| 652/700 [02:40<00:11, 4.09it/s, loss=0.0964, lr=0.001]
Steps: 93%|█████████▎| 653/700 [02:40<00:11, 4.11it/s, loss=0.0964, lr=0.001]
a rendering in the style of <s1><s2>
Steps: 93%|█████████▎| 653/700 [02:40<00:11, 4.11it/s, loss=0.0724, lr=0.001]
Steps: 93%|█████████▎| 654/700 [02:40<00:11, 4.15it/s, loss=0.0724, lr=0.001]
a cropped painting in the style of <s1><s2>
tensor([[0.4171],
[0.4158]], device='cuda:0')
Current Norm : tensor([0.4154, 0.4142], device='cuda:0')
Steps: 93%|█████████▎| 654/700 [02:40<00:11, 4.15it/s, loss=0.0249, lr=0.001]
Steps: 94%|█████████▎| 655/700 [02:40<00:10, 4.14it/s, loss=0.0249, lr=0.001]
a small painting in the style of <s1><s2>
Steps: 94%|█████████▎| 655/700 [02:40<00:10, 4.14it/s, loss=0.0328, lr=0.001]
Steps: 94%|█████████▎| 656/700 [02:41<00:10, 4.22it/s, loss=0.0328, lr=0.001]
a cropped painting in the style of <s1><s2>
tensor([[0.4169],
[0.4158]], device='cuda:0')
Current Norm : tensor([0.4152, 0.4142], device='cuda:0')
Steps: 94%|█████████▎| 656/700 [02:41<00:10, 4.22it/s, loss=0.0154, lr=0.001]
Steps: 94%|█████████▍| 657/700 [02:41<00:10, 4.19it/s, loss=0.0154, lr=0.001]
a clean painting in the style of <s1><s2>
Steps: 94%|█████████▍| 657/700 [02:41<00:10, 4.19it/s, loss=0.0301, lr=0.001]
Steps: 94%|█████████▍| 658/700 [02:41<00:09, 4.25it/s, loss=0.0301, lr=0.001]
a dark painting in the style of <s1><s2>
tensor([[0.4168],
[0.4155]], device='cuda:0')
Current Norm : tensor([0.4151, 0.4140], device='cuda:0')
Steps: 94%|█████████▍| 658/700 [02:41<00:09, 4.25it/s, loss=0.0272, lr=0.001]
Steps: 94%|█████████▍| 659/700 [02:41<00:09, 4.16it/s, loss=0.0272, lr=0.001]
a weird painting in the style of <s1><s2>
Steps: 94%|█████████▍| 659/700 [02:41<00:09, 4.16it/s, loss=0.0436, lr=0.001]
Steps: 94%|█████████▍| 660/700 [02:42<00:09, 4.16it/s, loss=0.0436, lr=0.001]
a clean painting in the style of <s1><s2>
tensor([[0.4167],
[0.4154]], device='cuda:0')
Current Norm : tensor([0.4151, 0.4138], device='cuda:0')
Steps: 94%|█████████▍| 660/700 [02:42<00:09, 4.16it/s, loss=0.0345, lr=0.001]
Steps: 94%|█████████▍| 661/700 [02:42<00:09, 4.11it/s, loss=0.0345, lr=0.001]
a cropped painting in the style of <s1><s2>
Steps: 94%|█████████▍| 661/700 [02:42<00:09, 4.11it/s, loss=0.00774, lr=0.001]
Steps: 95%|█████████▍| 662/700 [02:42<00:09, 4.10it/s, loss=0.00774, lr=0.001]
a cropped painting in the style of <s1><s2>
tensor([[0.4168],
[0.4154]], device='cuda:0')
Current Norm : tensor([0.4151, 0.4138], device='cuda:0')
Steps: 95%|█████████▍| 662/700 [02:42<00:09, 4.10it/s, loss=0.0417, lr=0.001]
Steps: 95%|█████████▍| 663/700 [02:42<00:09, 4.05it/s, loss=0.0417, lr=0.001]
a close-up painting in the style of <s1><s2>
Steps: 95%|█████████▍| 663/700 [02:42<00:09, 4.05it/s, loss=0.0155, lr=0.001]
Steps: 95%|█████████▍| 664/700 [02:43<00:08, 4.10it/s, loss=0.0155, lr=0.001]
a rendering in the style of <s1><s2>
tensor([[0.4169],
[0.4153]], device='cuda:0')
Current Norm : tensor([0.4152, 0.4138], device='cuda:0')
Steps: 95%|█████████▍| 664/700 [02:43<00:08, 4.10it/s, loss=0.00842, lr=0.001]
Steps: 95%|█████████▌| 665/700 [02:43<00:08, 4.06it/s, loss=0.00842, lr=0.001]
a good painting in the style of <s1><s2>
Steps: 95%|█████████▌| 665/700 [02:43<00:08, 4.06it/s, loss=0.0123, lr=0.001]
Steps: 95%|█████████▌| 666/700 [02:43<00:08, 4.07it/s, loss=0.0123, lr=0.001]
a cropped painting in the style of <s1><s2>
tensor([[0.4169],
[0.4153]], device='cuda:0')
Current Norm : tensor([0.4152, 0.4138], device='cuda:0')
Steps: 95%|█████████▌| 666/700 [02:43<00:08, 4.07it/s, loss=0.108, lr=0.001]
Steps: 95%|█████████▌| 667/700 [02:43<00:08, 4.01it/s, loss=0.108, lr=0.001]
a dirty painting in the style of <s1><s2>
Steps: 95%|█████████▌| 667/700 [02:43<00:08, 4.01it/s, loss=0.00285, lr=0.001]
Steps: 95%|█████████▌| 668/700 [02:43<00:07, 4.12it/s, loss=0.00285, lr=0.001]
a rendition in the style of <s1><s2>
tensor([[0.4169],
[0.4153]], device='cuda:0')
Current Norm : tensor([0.4152, 0.4137], device='cuda:0')
Steps: 95%|█████████▌| 668/700 [02:43<00:07, 4.12it/s, loss=0.00336, lr=0.001]
Steps: 96%|█████████▌| 669/700 [02:44<00:07, 4.08it/s, loss=0.00336, lr=0.001]
a small painting in the style of <s1><s2>
Steps: 96%|█████████▌| 669/700 [02:44<00:07, 4.08it/s, loss=0.00201, lr=0.001]
Steps: 96%|█████████▌| 670/700 [02:44<00:07, 4.14it/s, loss=0.00201, lr=0.001]
a close-up painting in the style of <s1><s2>
tensor([[0.4168],
[0.4151]], device='cuda:0')
Current Norm : tensor([0.4151, 0.4136], device='cuda:0')
Steps: 96%|█████████▌| 670/700 [02:44<00:07, 4.14it/s, loss=0.0162, lr=0.001]
Steps: 96%|█████████▌| 671/700 [02:44<00:07, 4.05it/s, loss=0.0162, lr=0.001]
a cool painting in the style of <s1><s2>
Steps: 96%|█████████▌| 671/700 [02:44<00:07, 4.05it/s, loss=0.005, lr=0.001]
Steps: 96%|█████████▌| 672/700 [02:44<00:06, 4.13it/s, loss=0.005, lr=0.001]
the painting in the style of <s1><s2>
tensor([[0.4167],
[0.4150]], device='cuda:0')
Current Norm : tensor([0.4150, 0.4135], device='cuda:0')
Steps: 96%|█████████▌| 672/700 [02:44<00:06, 4.13it/s, loss=0.025, lr=0.001]
Steps: 96%|█████████▌| 673/700 [02:45<00:06, 4.09it/s, loss=0.025, lr=0.001]
a dark painting in the style of <s1><s2>
Steps: 96%|█████████▌| 673/700 [02:45<00:06, 4.09it/s, loss=0.0202, lr=0.001]
Steps: 96%|█████████▋| 674/700 [02:45<00:06, 4.15it/s, loss=0.0202, lr=0.001]
a good painting in the style of <s1><s2>
tensor([[0.4165],
[0.4148]], device='cuda:0')
Current Norm : tensor([0.4149, 0.4133], device='cuda:0')
Steps: 96%|█████████▋| 674/700 [02:45<00:06, 4.15it/s, loss=0.00455, lr=0.001]
Steps: 96%|█████████▋| 675/700 [02:45<00:06, 4.08it/s, loss=0.00455, lr=0.001]
a dark painting in the style of <s1><s2>
Steps: 96%|█████████▋| 675/700 [02:45<00:06, 4.08it/s, loss=0.0143, lr=0.001]
Steps: 97%|█████████▋| 676/700 [02:45<00:05, 4.07it/s, loss=0.0143, lr=0.001]
a picture in the style of <s1><s2>
tensor([[0.4163],
[0.4146]], device='cuda:0')
Current Norm : tensor([0.4147, 0.4131], device='cuda:0')
Steps: 97%|█████████▋| 676/700 [02:45<00:05, 4.07it/s, loss=0.0204, lr=0.001]
Steps: 97%|█████████▋| 677/700 [02:46<00:05, 4.08it/s, loss=0.0204, lr=0.001]
a bright painting in the style of <s1><s2>
Steps: 97%|█████████▋| 677/700 [02:46<00:05, 4.08it/s, loss=0.0011, lr=0.001]
Steps: 97%|█████████▋| 678/700 [02:46<00:05, 4.18it/s, loss=0.0011, lr=0.001]
a nice painting in the style of <s1><s2>
tensor([[0.4161],
[0.4143]], device='cuda:0')
Current Norm : tensor([0.4145, 0.4129], device='cuda:0')
Steps: 97%|█████████▋| 678/700 [02:46<00:05, 4.18it/s, loss=0.0778, lr=0.001]
Steps: 97%|█████████▋| 679/700 [02:46<00:05, 4.17it/s, loss=0.0778, lr=0.001]
a rendition in the style of <s1><s2>
Steps: 97%|█████████▋| 679/700 [02:46<00:05, 4.17it/s, loss=0.0111, lr=0.001]
Steps: 97%|█████████▋| 680/700 [02:46<00:04, 4.21it/s, loss=0.0111, lr=0.001]
a dark painting in the style of <s1><s2>
tensor([[0.4158],
[0.4140]], device='cuda:0')
Current Norm : tensor([0.4142, 0.4126], device='cuda:0')
Steps: 97%|█████████▋| 680/700 [02:46<00:04, 4.21it/s, loss=0.0139, lr=0.001]
Steps: 97%|█████████▋| 681/700 [02:47<00:04, 4.20it/s, loss=0.0139, lr=0.001]
a cropped painting in the style of <s1><s2>
Steps: 97%|█████████▋| 681/700 [02:47<00:04, 4.20it/s, loss=0.0345, lr=0.001]
Steps: 97%|█████████▋| 682/700 [02:47<00:04, 4.19it/s, loss=0.0345, lr=0.001]
a cool painting in the style of <s1><s2>
tensor([[0.4154],
[0.4138]], device='cuda:0')
Current Norm : tensor([0.4138, 0.4124], device='cuda:0')
Steps: 97%|█████████▋| 682/700 [02:47<00:04, 4.19it/s, loss=0.0131, lr=0.001]
Steps: 98%|█████████▊| 683/700 [02:47<00:04, 4.12it/s, loss=0.0131, lr=0.001]
a cropped painting in the style of <s1><s2>
Steps: 98%|█████████▊| 683/700 [02:47<00:04, 4.12it/s, loss=0.0517, lr=0.001]
Steps: 98%|█████████▊| 684/700 [02:47<00:03, 4.12it/s, loss=0.0517, lr=0.001]
a cool painting in the style of <s1><s2>
tensor([[0.4150],
[0.4134]], device='cuda:0')
Current Norm : tensor([0.4135, 0.4121], device='cuda:0')
Steps: 98%|█████████▊| 684/700 [02:47<00:03, 4.12it/s, loss=0.0168, lr=0.001]
Steps: 98%|█████████▊| 685/700 [02:48<00:03, 4.02it/s, loss=0.0168, lr=0.001]
a cool painting in the style of <s1><s2>
Steps: 98%|█████████▊| 685/700 [02:48<00:03, 4.02it/s, loss=0.00174, lr=0.001]
Steps: 98%|█████████▊| 686/700 [02:48<00:03, 4.06it/s, loss=0.00174, lr=0.001]
a dark painting in the style of <s1><s2>
tensor([[0.4146],
[0.4130]], device='cuda:0')
Current Norm : tensor([0.4131, 0.4117], device='cuda:0')
Steps: 98%|█████████▊| 686/700 [02:48<00:03, 4.06it/s, loss=0.0144, lr=0.001]
Steps: 98%|█████████▊| 687/700 [02:48<00:03, 4.08it/s, loss=0.0144, lr=0.001]
a cropped painting in the style of <s1><s2>
Steps: 98%|█████████▊| 687/700 [02:48<00:03, 4.08it/s, loss=0.028, lr=0.001]
Steps: 98%|█████████▊| 688/700 [02:48<00:02, 4.16it/s, loss=0.028, lr=0.001]
a nice painting in the style of <s1><s2>
tensor([[0.4141],
[0.4127]], device='cuda:0')
Current Norm : tensor([0.4127, 0.4114], device='cuda:0')
Steps: 98%|█████████▊| 688/700 [02:48<00:02, 4.16it/s, loss=0.0324, lr=0.001]
Steps: 98%|█████████▊| 689/700 [02:49<00:02, 4.12it/s, loss=0.0324, lr=0.001]
a close-up painting in the style of <s1><s2>
Steps: 98%|█████████▊| 689/700 [02:49<00:02, 4.12it/s, loss=0.00536, lr=0.001]
Steps: 99%|█████████▊| 690/700 [02:49<00:02, 4.17it/s, loss=0.00536, lr=0.001]
a bright painting in the style of <s1><s2>
tensor([[0.4137],
[0.4123]], device='cuda:0')
Current Norm : tensor([0.4123, 0.4111], device='cuda:0')
Steps: 99%|█████████▊| 690/700 [02:49<00:02, 4.17it/s, loss=0.00177, lr=0.001]
Steps: 99%|█████████▊| 691/700 [02:49<00:02, 4.19it/s, loss=0.00177, lr=0.001]
a bright painting in the style of <s1><s2>
Steps: 99%|█████████▊| 691/700 [02:49<00:02, 4.19it/s, loss=0.00181, lr=0.001]
Steps: 99%|█████████▉| 692/700 [02:49<00:01, 4.16it/s, loss=0.00181, lr=0.001]
a painting in the style of <s1><s2>
tensor([[0.4133],
[0.4120]], device='cuda:0')
Current Norm : tensor([0.4119, 0.4108], device='cuda:0')
Steps: 99%|█████████▉| 692/700 [02:49<00:01, 4.16it/s, loss=0.0222, lr=0.001]
Steps: 99%|█████████▉| 693/700 [02:50<00:01, 4.16it/s, loss=0.0222, lr=0.001]
a rendering in the style of <s1><s2>
Steps: 99%|█████████▉| 693/700 [02:50<00:01, 4.16it/s, loss=0.0833, lr=0.001]
Steps: 99%|█████████▉| 694/700 [02:50<00:01, 4.14it/s, loss=0.0833, lr=0.001]
a dark painting in the style of <s1><s2>
tensor([[0.4129],
[0.4116]], device='cuda:0')
Current Norm : tensor([0.4116, 0.4105], device='cuda:0')
Steps: 99%|█████████▉| 694/700 [02:50<00:01, 4.14it/s, loss=0.00321, lr=0.001]
Steps: 99%|█████████▉| 695/700 [02:50<00:01, 4.09it/s, loss=0.00321, lr=0.001]
a rendering in the style of <s1><s2>
Steps: 99%|█████████▉| 695/700 [02:50<00:01, 4.09it/s, loss=0.00595, lr=0.001]
Steps: 99%|█████████▉| 696/700 [02:50<00:00, 4.08it/s, loss=0.00595, lr=0.001]
a close-up painting in the style of <s1><s2>
tensor([[0.4125],
[0.4113]], device='cuda:0')
Current Norm : tensor([0.4113, 0.4102], device='cuda:0')
Steps: 99%|█████████▉| 696/700 [02:50<00:00, 4.08it/s, loss=0.0258, lr=0.001]
Steps: 100%|█████████▉| 697/700 [02:51<00:00, 4.09it/s, loss=0.0258, lr=0.001]
a painting in the style of <s1><s2>
Steps: 100%|█████████▉| 697/700 [02:51<00:00, 4.09it/s, loss=0.0199, lr=0.001]
Steps: 100%|█████████▉| 698/700 [02:51<00:00, 4.08it/s, loss=0.0199, lr=0.001]
a close-up painting in the style of <s1><s2>
tensor([[0.4122],
[0.4109]], device='cuda:0')
Current Norm : tensor([0.4110, 0.4098], device='cuda:0')
Steps: 100%|█████████▉| 698/700 [02:51<00:00, 4.08it/s, loss=0.0183, lr=0.001]
Steps: 100%|█████████▉| 699/700 [02:51<00:00, 4.08it/s, loss=0.0183, lr=0.001]
a cool painting in the style of <s1><s2>
Steps: 100%|█████████▉| 699/700 [02:51<00:00, 4.08it/s, loss=0.00327, lr=0.001]
Steps: 100%|██████████| 700/700 [02:51<00:00, 4.07it/s, loss=0.00327, lr=0.001]
Current Learned Embeddings for <s1>:, id 49408 tensor([ 0.0086, -0.0055, 0.0080, -0.0141], device='cuda:0',
grad_fn=<SliceBackward0>)
Current Learned Embeddings for <s2>:, id 49409 tensor([-6.5803e-03, 6.6746e-05, 6.9851e-03, 2.4674e-03], device='cuda:0',
grad_fn=<SliceBackward0>)
Saving weights to checkpoints/step_inv_700.safetensors
Steps: 100%|██████████| 700/700 [02:51<00:00, 4.07it/s, loss=0.0319, lr=0.001]
Steps: 100%|██████████| 700/700 [02:51<00:00, 4.08it/s, loss=0.0319, lr=0.001]
PTI : has 288 lora
PTI : Before training:
0%| | 0/700 [00:00<?, ?it/s]
a cropped painting in the style of <s1><s2>
Steps: 0%| | 0/700 [00:00<?, ?it/s]
Steps: 0%| | 1/700 [00:00<05:50, 2.00it/s]
a cropped painting in the style of <s1><s2>
Steps: 0%| | 1/700 [00:00<05:50, 2.00it/s, loss=0.0923, lr=0.0004]
Steps: 0%| | 2/700 [00:00<05:21, 2.17it/s, loss=0.0923, lr=0.0004]
a rendition in the style of <s1><s2>
Steps: 0%| | 2/700 [00:00<05:21, 2.17it/s, loss=0.0234, lr=0.0004]
Steps: 0%| | 3/700 [00:01<05:08, 2.26it/s, loss=0.0234, lr=0.0004]
a good painting in the style of <s1><s2>
Steps: 0%| | 3/700 [00:01<05:08, 2.26it/s, loss=0.0655, lr=0.0004]
Steps: 1%| | 4/700 [00:01<05:01, 2.31it/s, loss=0.0655, lr=0.0004]
a close-up painting in the style of <s1><s2>
Steps: 1%| | 4/700 [00:01<05:01, 2.31it/s, loss=0.0184, lr=0.0004]
Steps: 1%| | 5/700 [00:02<05:00, 2.31it/s, loss=0.0184, lr=0.0004]
a rendering in the style of <s1><s2>
Steps: 1%| | 5/700 [00:02<05:00, 2.31it/s, loss=0.0164, lr=0.0004]
Steps: 1%| | 6/700 [00:02<04:55, 2.35it/s, loss=0.0164, lr=0.0004]
a cropped painting in the style of <s1><s2>
Steps: 1%| | 6/700 [00:02<04:55, 2.35it/s, loss=0.115, lr=0.0004]
Steps: 1%| | 7/700 [00:03<04:56, 2.34it/s, loss=0.115, lr=0.0004]
the painting in the style of <s1><s2>
Steps: 1%| | 7/700 [00:03<04:56, 2.34it/s, loss=0.0294, lr=0.0004]
Steps: 1%| | 8/700 [00:03<04:53, 2.36it/s, loss=0.0294, lr=0.0004]
a close-up painting in the style of <s1><s2>
Steps: 1%| | 8/700 [00:03<04:53, 2.36it/s, loss=0.0399, lr=0.0004]
Steps: 1%|▏ | 9/700 [00:03<04:52, 2.36it/s, loss=0.0399, lr=0.0004]
a painting in the style of <s1><s2>
Steps: 1%|▏ | 9/700 [00:03<04:52, 2.36it/s, loss=0.186, lr=0.0004]
Steps: 1%|▏ | 10/700 [00:04<04:55, 2.34it/s, loss=0.186, lr=0.0004]
a dark painting in the style of <s1><s2>
Steps: 1%|▏ | 10/700 [00:04<04:55, 2.34it/s, loss=0.0175, lr=0.0004]
Steps: 2%|▏ | 11/700 [00:04<04:52, 2.35it/s, loss=0.0175, lr=0.0004]
a close-up painting in the style of <s1><s2>
Steps: 2%|▏ | 11/700 [00:04<04:52, 2.35it/s, loss=0.0874, lr=0.0004]
Steps: 2%|▏ | 12/700 [00:05<04:53, 2.34it/s, loss=0.0874, lr=0.0004]
a rendition in the style of <s1><s2>
Steps: 2%|▏ | 12/700 [00:05<04:53, 2.34it/s, loss=0.236, lr=0.0004]
Steps: 2%|▏ | 13/700 [00:05<04:50, 2.36it/s, loss=0.236, lr=0.0004]
a rendition in the style of <s1><s2>
Steps: 2%|▏ | 13/700 [00:05<04:50, 2.36it/s, loss=0.0608, lr=0.0004]
Steps: 2%|▏ | 14/700 [00:06<04:51, 2.36it/s, loss=0.0608, lr=0.0004]
a close-up painting in the style of <s1><s2>
Steps: 2%|▏ | 14/700 [00:06<04:51, 2.36it/s, loss=0.0355, lr=0.0004]
Steps: 2%|▏ | 15/700 [00:06<04:50, 2.36it/s, loss=0.0355, lr=0.0004]
a large painting in the style of <s1><s2>
Steps: 2%|▏ | 15/700 [00:06<04:50, 2.36it/s, loss=0.0323, lr=0.0004]
Steps: 2%|▏ | 16/700 [00:06<04:47, 2.38it/s, loss=0.0323, lr=0.0004]
a painting in the style of <s1><s2>
Steps: 2%|▏ | 16/700 [00:06<04:47, 2.38it/s, loss=0.0454, lr=0.0004]
Steps: 2%|▏ | 17/700 [00:07<04:46, 2.38it/s, loss=0.0454, lr=0.0004]
the painting in the style of <s1><s2>
Steps: 2%|▏ | 17/700 [00:07<04:46, 2.38it/s, loss=0.0731, lr=0.0004]
Steps: 3%|▎ | 18/700 [00:07<04:47, 2.37it/s, loss=0.0731, lr=0.0004]
a nice painting in the style of <s1><s2>
Steps: 3%|▎ | 18/700 [00:07<04:47, 2.37it/s, loss=0.0551, lr=0.0004]
Steps: 3%|▎ | 19/700 [00:08<04:47, 2.37it/s, loss=0.0551, lr=0.0004]
a small painting in the style of <s1><s2>
Steps: 3%|▎ | 19/700 [00:08<04:47, 2.37it/s, loss=0.0353, lr=0.0004]
Steps: 3%|▎ | 20/700 [00:08<04:47, 2.37it/s, loss=0.0353, lr=0.0004]
a nice painting in the style of <s1><s2>
Steps: 3%|▎ | 20/700 [00:08<04:47, 2.37it/s, loss=0.155, lr=0.0004]
Steps: 3%|▎ | 21/700 [00:08<04:47, 2.37it/s, loss=0.155, lr=0.0004]
a small painting in the style of <s1><s2>
Steps: 3%|▎ | 21/700 [00:08<04:47, 2.37it/s, loss=0.0115, lr=0.0004]
Steps: 3%|▎ | 22/700 [00:09<04:46, 2.37it/s, loss=0.0115, lr=0.0004]
a cropped painting in the style of <s1><s2>
Steps: 3%|▎ | 22/700 [00:09<04:46, 2.37it/s, loss=0.0176, lr=0.0004]
Steps: 3%|▎ | 23/700 [00:09<04:43, 2.39it/s, loss=0.0176, lr=0.0004]
a good painting in the style of <s1><s2>
Steps: 3%|▎ | 23/700 [00:09<04:43, 2.39it/s, loss=0.0536, lr=0.0004]
Steps: 3%|▎ | 24/700 [00:10<04:45, 2.37it/s, loss=0.0536, lr=0.0004]
a cropped painting in the style of <s1><s2>
Steps: 3%|▎ | 24/700 [00:10<04:45, 2.37it/s, loss=0.0389, lr=0.0004]
Steps: 4%|▎ | 25/700 [00:10<04:43, 2.38it/s, loss=0.0389, lr=0.0004]
a dark painting in the style of <s1><s2>
Steps: 4%|▎ | 25/700 [00:10<04:43, 2.38it/s, loss=0.0227, lr=0.0004]
Steps: 4%|▎ | 26/700 [00:11<04:42, 2.39it/s, loss=0.0227, lr=0.0004]
a clean painting in the style of <s1><s2>
Steps: 4%|▎ | 26/700 [00:11<04:42, 2.39it/s, loss=0.0245, lr=0.0004]
Steps: 4%|▍ | 27/700 [00:11<04:38, 2.42it/s, loss=0.0245, lr=0.0004]
a rendition in the style of <s1><s2>
Steps: 4%|▍ | 27/700 [00:11<04:38, 2.42it/s, loss=0.0797, lr=0.0004]
Steps: 4%|▍ | 28/700 [00:11<04:36, 2.43it/s, loss=0.0797, lr=0.0004]
a close-up painting in the style of <s1><s2>
Steps: 4%|▍ | 28/700 [00:11<04:36, 2.43it/s, loss=0.0116, lr=0.0004]
Steps: 4%|▍ | 29/700 [00:12<04:38, 2.41it/s, loss=0.0116, lr=0.0004]
a dirty painting in the style of <s1><s2>
Steps: 4%|▍ | 29/700 [00:12<04:38, 2.41it/s, loss=0.105, lr=0.0004]
Steps: 4%|▍ | 30/700 [00:12<04:37, 2.41it/s, loss=0.105, lr=0.0004]
a painting in the style of <s1><s2>
Steps: 4%|▍ | 30/700 [00:12<04:37, 2.41it/s, loss=0.0748, lr=0.0004]
Steps: 4%|▍ | 31/700 [00:13<04:36, 2.42it/s, loss=0.0748, lr=0.0004]
a cropped painting in the style of <s1><s2>
Steps: 4%|▍ | 31/700 [00:13<04:36, 2.42it/s, loss=0.0264, lr=0.0004]
Steps: 5%|▍ | 32/700 [00:13<04:33, 2.45it/s, loss=0.0264, lr=0.0004]
a cool painting in the style of <s1><s2>
Steps: 5%|▍ | 32/700 [00:13<04:33, 2.45it/s, loss=0.032, lr=0.0004]
Steps: 5%|▍ | 33/700 [00:13<04:32, 2.45it/s, loss=0.032, lr=0.0004]
a bright painting in the style of <s1><s2>
Steps: 5%|▍ | 33/700 [00:13<04:32, 2.45it/s, loss=0.0241, lr=0.0004]
Steps: 5%|▍ | 34/700 [00:14<04:34, 2.43it/s, loss=0.0241, lr=0.0004]
a painting in the style of <s1><s2>
Steps: 5%|▍ | 34/700 [00:14<04:34, 2.43it/s, loss=0.0428, lr=0.0004]
Steps: 5%|▌ | 35/700 [00:14<04:35, 2.41it/s, loss=0.0428, lr=0.0004]
a cool painting in the style of <s1><s2>
Steps: 5%|▌ | 35/700 [00:14<04:35, 2.41it/s, loss=0.062, lr=0.0004]
Steps: 5%|▌ | 36/700 [00:15<04:33, 2.42it/s, loss=0.062, lr=0.0004]
a close-up painting in the style of <s1><s2>
Steps: 5%|▌ | 36/700 [00:15<04:33, 2.42it/s, loss=0.016, lr=0.0004]
Steps: 5%|▌ | 37/700 [00:15<04:34, 2.42it/s, loss=0.016, lr=0.0004]
a rendition in the style of <s1><s2>
Steps: 5%|▌ | 37/700 [00:15<04:34, 2.42it/s, loss=0.0265, lr=0.0004]
Steps: 5%|▌ | 38/700 [00:15<04:33, 2.42it/s, loss=0.0265, lr=0.0004]
a cropped painting in the style of <s1><s2>
Steps: 5%|▌ | 38/700 [00:15<04:33, 2.42it/s, loss=0.131, lr=0.0004]
Steps: 6%|▌ | 39/700 [00:16<04:38, 2.38it/s, loss=0.131, lr=0.0004]
a cool painting in the style of <s1><s2>
Steps: 6%|▌ | 39/700 [00:16<04:38, 2.38it/s, loss=0.0429, lr=0.0004]
Steps: 6%|▌ | 40/700 [00:16<04:37, 2.37it/s, loss=0.0429, lr=0.0004]
a close-up painting in the style of <s1><s2>
Steps: 6%|▌ | 40/700 [00:16<04:37, 2.37it/s, loss=0.106, lr=0.0004]
Steps: 6%|▌ | 41/700 [00:17<04:37, 2.38it/s, loss=0.106, lr=0.0004]
the painting in the style of <s1><s2>
Steps: 6%|▌ | 41/700 [00:17<04:37, 2.38it/s, loss=0.177, lr=0.0004]
Steps: 6%|▌ | 42/700 [00:17<04:38, 2.36it/s, loss=0.177, lr=0.0004]
a dark painting in the style of <s1><s2>
Steps: 6%|▌ | 42/700 [00:17<04:38, 2.36it/s, loss=0.0445, lr=0.0004]
Steps: 6%|▌ | 43/700 [00:18<04:35, 2.38it/s, loss=0.0445, lr=0.0004]
a small painting in the style of <s1><s2>
Steps: 6%|▌ | 43/700 [00:18<04:35, 2.38it/s, loss=0.0199, lr=0.0004]
Steps: 6%|▋ | 44/700 [00:18<04:33, 2.40it/s, loss=0.0199, lr=0.0004]
a weird painting in the style of <s1><s2>
Steps: 6%|▋ | 44/700 [00:18<04:33, 2.40it/s, loss=0.0173, lr=0.0004]
Steps: 6%|▋ | 45/700 [00:18<04:34, 2.38it/s, loss=0.0173, lr=0.0004]
a good painting in the style of <s1><s2>
Steps: 6%|▋ | 45/700 [00:18<04:34, 2.38it/s, loss=0.052, lr=0.0004]
Steps: 7%|▋ | 46/700 [00:19<04:34, 2.39it/s, loss=0.052, lr=0.0004]
a weird painting in the style of <s1><s2>
Steps: 7%|▋ | 46/700 [00:19<04:34, 2.39it/s, loss=0.0303, lr=0.0004]
Steps: 7%|▋ | 47/700 [00:19<04:33, 2.39it/s, loss=0.0303, lr=0.0004]
a weird painting in the style of <s1><s2>
Steps: 7%|▋ | 47/700 [00:19<04:33, 2.39it/s, loss=0.0562, lr=0.0004]
Steps: 7%|▋ | 48/700 [00:20<04:32, 2.39it/s, loss=0.0562, lr=0.0004]
a close-up painting in the style of <s1><s2>
Steps: 7%|▋ | 48/700 [00:20<04:32, 2.39it/s, loss=0.0512, lr=0.0004]
Steps: 7%|▋ | 49/700 [00:20<04:32, 2.39it/s, loss=0.0512, lr=0.0004]
a rendering in the style of <s1><s2>
Steps: 7%|▋ | 49/700 [00:20<04:32, 2.39it/s, loss=0.0457, lr=0.0004]
Steps: 7%|▋ | 50/700 [00:21<04:30, 2.41it/s, loss=0.0457, lr=0.0004]
a close-up painting in the style of <s1><s2>
Steps: 7%|▋ | 50/700 [00:21<04:30, 2.41it/s, loss=0.0143, lr=0.0004]
Steps: 7%|▋ | 51/700 [00:21<04:29, 2.41it/s, loss=0.0143, lr=0.0004]
a cropped painting in the style of <s1><s2>
Steps: 7%|▋ | 51/700 [00:21<04:29, 2.41it/s, loss=0.2, lr=0.0004]
Steps: 7%|▋ | 52/700 [00:21<04:27, 2.42it/s, loss=0.2, lr=0.0004]
a cropped painting in the style of <s1><s2>
Steps: 7%|▋ | 52/700 [00:21<04:27, 2.42it/s, loss=0.0454, lr=0.0004]
Steps: 8%|▊ | 53/700 [00:22<04:26, 2.43it/s, loss=0.0454, lr=0.0004]
a close-up painting in the style of <s1><s2>
Steps: 8%|▊ | 53/700 [00:22<04:26, 2.43it/s, loss=0.0673, lr=0.0004]
Steps: 8%|▊ | 54/700 [00:22<04:24, 2.44it/s, loss=0.0673, lr=0.0004]
a weird painting in the style of <s1><s2>
Steps: 8%|▊ | 54/700 [00:22<04:24, 2.44it/s, loss=0.0704, lr=0.0004]
Steps: 8%|▊ | 55/700 [00:23<04:25, 2.43it/s, loss=0.0704, lr=0.0004]
a close-up painting in the style of <s1><s2>
Steps: 8%|▊ | 55/700 [00:23<04:25, 2.43it/s, loss=0.0383, lr=0.0004]
Steps: 8%|▊ | 56/700 [00:23<04:25, 2.42it/s, loss=0.0383, lr=0.0004]
a close-up painting in the style of <s1><s2>
Steps: 8%|▊ | 56/700 [00:23<04:25, 2.42it/s, loss=0.0282, lr=0.0004]
Steps: 8%|▊ | 57/700 [00:23<04:24, 2.43it/s, loss=0.0282, lr=0.0004]
a close-up painting in the style of <s1><s2>
Steps: 8%|▊ | 57/700 [00:23<04:24, 2.43it/s, loss=0.0429, lr=0.0004]
Steps: 8%|▊ | 58/700 [00:24<04:26, 2.41it/s, loss=0.0429, lr=0.0004]
a large painting in the style of <s1><s2>
Steps: 8%|▊ | 58/700 [00:24<04:26, 2.41it/s, loss=0.0159, lr=0.0004]
Steps: 8%|▊ | 59/700 [00:24<04:27, 2.40it/s, loss=0.0159, lr=0.0004]
a dark painting in the style of <s1><s2>
Steps: 8%|▊ | 59/700 [00:24<04:27, 2.40it/s, loss=0.0365, lr=0.0004]
Steps: 9%|▊ | 60/700 [00:25<04:27, 2.39it/s, loss=0.0365, lr=0.0004]
a cropped painting in the style of <s1><s2>
Steps: 9%|▊ | 60/700 [00:25<04:27, 2.39it/s, loss=0.0785, lr=0.0004]
Steps: 9%|▊ | 61/700 [00:25<04:25, 2.41it/s, loss=0.0785, lr=0.0004]
a cool painting in the style of <s1><s2>
Steps: 9%|▊ | 61/700 [00:25<04:25, 2.41it/s, loss=0.0338, lr=0.0004]
Steps: 9%|▉ | 62/700 [00:26<04:27, 2.39it/s, loss=0.0338, lr=0.0004]
a nice painting in the style of <s1><s2>
Steps: 9%|▉ | 62/700 [00:26<04:27, 2.39it/s, loss=0.0568, lr=0.0004]
Steps: 9%|▉ | 63/700 [00:26<04:25, 2.40it/s, loss=0.0568, lr=0.0004]
a close-up painting in the style of <s1><s2>
Steps: 9%|▉ | 63/700 [00:26<04:25, 2.40it/s, loss=0.0285, lr=0.0004]
Steps: 9%|▉ | 64/700 [00:26<04:25, 2.40it/s, loss=0.0285, lr=0.0004]
a painting in the style of <s1><s2>
Steps: 9%|▉ | 64/700 [00:26<04:25, 2.40it/s, loss=0.0117, lr=0.0004]
Steps: 9%|▉ | 65/700 [00:27<04:23, 2.41it/s, loss=0.0117, lr=0.0004]
a small painting in the style of <s1><s2>
Steps: 9%|▉ | 65/700 [00:27<04:23, 2.41it/s, loss=0.0413, lr=0.0004]
Steps: 9%|▉ | 66/700 [00:27<04:24, 2.40it/s, loss=0.0413, lr=0.0004]
a small painting in the style of <s1><s2>
Steps: 9%|▉ | 66/700 [00:27<04:24, 2.40it/s, loss=0.0677, lr=0.0004]
Steps: 10%|▉ | 67/700 [00:28<04:23, 2.40it/s, loss=0.0677, lr=0.0004]
a nice painting in the style of <s1><s2>
Steps: 10%|▉ | 67/700 [00:28<04:23, 2.40it/s, loss=0.0346, lr=0.0004]
Steps: 10%|▉ | 68/700 [00:28<04:21, 2.41it/s, loss=0.0346, lr=0.0004]
a good painting in the style of <s1><s2>
Steps: 10%|▉ | 68/700 [00:28<04:21, 2.41it/s, loss=0.0521, lr=0.0004]
Steps: 10%|▉ | 69/700 [00:28<04:21, 2.41it/s, loss=0.0521, lr=0.0004]
a nice painting in the style of <s1><s2>
Steps: 10%|▉ | 69/700 [00:28<04:21, 2.41it/s, loss=0.0218, lr=0.0004]
Steps: 10%|█ | 70/700 [00:29<04:22, 2.40it/s, loss=0.0218, lr=0.0004]
a small painting in the style of <s1><s2>
Steps: 10%|█ | 70/700 [00:29<04:22, 2.40it/s, loss=0.0648, lr=0.0004]
Steps: 10%|█ | 71/700 [00:29<04:20, 2.42it/s, loss=0.0648, lr=0.0004]
a cropped painting in the style of <s1><s2>
Steps: 10%|█ | 71/700 [00:29<04:20, 2.42it/s, loss=0.0141, lr=0.0004]
Steps: 10%|█ | 72/700 [00:30<04:18, 2.43it/s, loss=0.0141, lr=0.0004]
a dirty painting in the style of <s1><s2>
Steps: 10%|█ | 72/700 [00:30<04:18, 2.43it/s, loss=0.119, lr=0.0004]
Steps: 10%|█ | 73/700 [00:30<04:17, 2.43it/s, loss=0.119, lr=0.0004]
a bright painting in the style of <s1><s2>
Steps: 10%|█ | 73/700 [00:30<04:17, 2.43it/s, loss=0.0111, lr=0.0004]
Steps: 11%|█ | 74/700 [00:30<04:18, 2.42it/s, loss=0.0111, lr=0.0004]
a weird painting in the style of <s1><s2>
Steps: 11%|█ | 74/700 [00:30<04:18, 2.42it/s, loss=0.052, lr=0.0004]
Steps: 11%|█ | 75/700 [00:31<04:18, 2.42it/s, loss=0.052, lr=0.0004]
a painting in the style of <s1><s2>
Steps: 11%|█ | 75/700 [00:31<04:18, 2.42it/s, loss=0.0815, lr=0.0004]
Steps: 11%|█ | 76/700 [00:31<04:19, 2.40it/s, loss=0.0815, lr=0.0004]
a rendering in the style of <s1><s2>
Steps: 11%|█ | 76/700 [00:31<04:19, 2.40it/s, loss=0.0248, lr=0.0004]
Steps: 11%|█ | 77/700 [00:32<04:15, 2.43it/s, loss=0.0248, lr=0.0004]
a close-up painting in the style of <s1><s2>
Steps: 11%|█ | 77/700 [00:32<04:15, 2.43it/s, loss=0.0323, lr=0.0004]
Steps: 11%|█ | 78/700 [00:32<04:14, 2.44it/s, loss=0.0323, lr=0.0004]
a nice painting in the style of <s1><s2>
Steps: 11%|█ | 78/700 [00:32<04:14, 2.44it/s, loss=0.0837, lr=0.0004]
Steps: 11%|█▏ | 79/700 [00:33<04:16, 2.42it/s, loss=0.0837, lr=0.0004]
a cool painting in the style of <s1><s2>
Steps: 11%|█▏ | 79/700 [00:33<04:16, 2.42it/s, loss=0.0473, lr=0.0004]
Steps: 11%|█▏ | 80/700 [00:33<04:15, 2.42it/s, loss=0.0473, lr=0.0004]
a rendering in the style of <s1><s2>
Steps: 11%|█▏ | 80/700 [00:33<04:15, 2.42it/s, loss=0.0216, lr=0.0004]
Steps: 12%|█▏ | 81/700 [00:33<04:17, 2.40it/s, loss=0.0216, lr=0.0004]
a nice painting in the style of <s1><s2>
Steps: 12%|█▏ | 81/700 [00:33<04:17, 2.40it/s, loss=0.0177, lr=0.0004]
Steps: 12%|█▏ | 82/700 [00:34<04:18, 2.39it/s, loss=0.0177, lr=0.0004]
a clean painting in the style of <s1><s2>
Steps: 12%|█▏ | 82/700 [00:34<04:18, 2.39it/s, loss=0.0233, lr=0.0004]
Steps: 12%|█▏ | 83/700 [00:34<04:16, 2.41it/s, loss=0.0233, lr=0.0004]
a good painting in the style of <s1><s2>
Steps: 12%|█▏ | 83/700 [00:34<04:16, 2.41it/s, loss=0.0778, lr=0.0004]
Steps: 12%|█▏ | 84/700 [00:35<04:16, 2.41it/s, loss=0.0778, lr=0.0004]
a painting in the style of <s1><s2>
Steps: 12%|█▏ | 84/700 [00:35<04:16, 2.41it/s, loss=0.0162, lr=0.0004]
Steps: 12%|█▏ | 85/700 [00:35<04:16, 2.40it/s, loss=0.0162, lr=0.0004]
a large painting in the style of <s1><s2>
Steps: 12%|█▏ | 85/700 [00:35<04:16, 2.40it/s, loss=0.0434, lr=0.0004]
Steps: 12%|█▏ | 86/700 [00:35<04:14, 2.42it/s, loss=0.0434, lr=0.0004]
a close-up painting in the style of <s1><s2>
Steps: 12%|█▏ | 86/700 [00:35<04:14, 2.42it/s, loss=0.0473, lr=0.0004]
Steps: 12%|█▏ | 87/700 [00:36<04:12, 2.43it/s, loss=0.0473, lr=0.0004]
a cropped painting in the style of <s1><s2>
Steps: 12%|█▏ | 87/700 [00:36<04:12, 2.43it/s, loss=0.205, lr=0.0004]
Steps: 13%|█▎ | 88/700 [00:36<04:12, 2.43it/s, loss=0.205, lr=0.0004]
a large painting in the style of <s1><s2>
Steps: 13%|█▎ | 88/700 [00:36<04:12, 2.43it/s, loss=0.0238, lr=0.0004]
Steps: 13%|█▎ | 89/700 [00:37<04:09, 2.45it/s, loss=0.0238, lr=0.0004]
a close-up painting in the style of <s1><s2>
Steps: 13%|█▎ | 89/700 [00:37<04:09, 2.45it/s, loss=0.0912, lr=0.0004]
Steps: 13%|█▎ | 90/700 [00:37<04:10, 2.44it/s, loss=0.0912, lr=0.0004]
the painting in the style of <s1><s2>
Steps: 13%|█▎ | 90/700 [00:37<04:10, 2.44it/s, loss=0.132, lr=0.0004]
Steps: 13%|█▎ | 91/700 [00:38<04:11, 2.42it/s, loss=0.132, lr=0.0004]
a bright painting in the style of <s1><s2>
Steps: 13%|█▎ | 91/700 [00:38<04:11, 2.42it/s, loss=0.0101, lr=0.0004]
Steps: 13%|█▎ | 92/700 [00:38<04:11, 2.42it/s, loss=0.0101, lr=0.0004]
a close-up painting in the style of <s1><s2>
Steps: 13%|█▎ | 92/700 [00:38<04:11, 2.42it/s, loss=0.0138, lr=0.0004]
Steps: 13%|█▎ | 93/700 [00:38<04:11, 2.41it/s, loss=0.0138, lr=0.0004]
a picture in the style of <s1><s2>
Steps: 13%|█▎ | 93/700 [00:38<04:11, 2.41it/s, loss=0.0264, lr=0.0004]
Steps: 13%|█▎ | 94/700 [00:39<04:13, 2.39it/s, loss=0.0264, lr=0.0004]
a good painting in the style of <s1><s2>
Steps: 13%|█▎ | 94/700 [00:39<04:13, 2.39it/s, loss=0.0327, lr=0.0004]
Steps: 14%|█▎ | 95/700 [00:39<04:14, 2.38it/s, loss=0.0327, lr=0.0004]
a clean painting in the style of <s1><s2>
Steps: 14%|█▎ | 95/700 [00:39<04:14, 2.38it/s, loss=0.133, lr=0.0004]
Steps: 14%|█▎ | 96/700 [00:40<04:13, 2.38it/s, loss=0.133, lr=0.0004]
the painting in the style of <s1><s2>
Steps: 14%|█▎ | 96/700 [00:40<04:13, 2.38it/s, loss=0.0748, lr=0.0004]
Steps: 14%|█▍ | 97/700 [00:40<04:12, 2.39it/s, loss=0.0748, lr=0.0004]
a cropped painting in the style of <s1><s2>
Steps: 14%|█▍ | 97/700 [00:40<04:12, 2.39it/s, loss=0.0133, lr=0.0004]
Steps: 14%|█▍ | 98/700 [00:40<04:08, 2.42it/s, loss=0.0133, lr=0.0004]
a rendering in the style of <s1><s2>
Steps: 14%|█▍ | 98/700 [00:40<04:08, 2.42it/s, loss=0.0256, lr=0.0004]
Steps: 14%|█▍ | 99/700 [00:41<04:09, 2.41it/s, loss=0.0256, lr=0.0004]
a close-up painting in the style of <s1><s2>
Steps: 14%|█▍ | 99/700 [00:41<04:09, 2.41it/s, loss=0.0501, lr=0.0004]
Steps: 14%|█▍ | 100/700 [00:41<04:10, 2.39it/s, loss=0.0501, lr=0.0004]
Current Learned Embeddings for <s1>:, id 49408 tensor([ 0.0086, -0.0055, 0.0080, -0.0141], device='cuda:0')
Current Learned Embeddings for <s2>:, id 49409 tensor([-6.5803e-03, 6.6746e-05, 6.9851e-03, 2.4674e-03], device='cuda:0')
Saving weights to checkpoints/step_100.safetensors
LORA Unet Moved 0.0013575224438682199
LORA CLIP Moved 8.594147948315367e-05
a close-up painting in the style of <s1><s2>
Steps: 14%|█▍ | 100/700 [00:41<04:10, 2.39it/s, loss=0.0731, lr=0.0004]
Steps: 14%|█▍ | 101/700 [00:42<04:27, 2.24it/s, loss=0.0731, lr=0.0004]
the painting in the style of <s1><s2>
Steps: 14%|█▍ | 101/700 [00:42<04:27, 2.24it/s, loss=0.158, lr=0.0004]
Steps: 15%|█▍ | 102/700 [00:42<04:22, 2.28it/s, loss=0.158, lr=0.0004]
a bright painting in the style of <s1><s2>
Steps: 15%|█▍ | 102/700 [00:42<04:22, 2.28it/s, loss=0.0312, lr=0.0004]
Steps: 15%|█▍ | 103/700 [00:43<04:19, 2.30it/s, loss=0.0312, lr=0.0004]
a dirty painting in the style of <s1><s2>
Steps: 15%|█▍ | 103/700 [00:43<04:19, 2.30it/s, loss=0.0443, lr=0.0004]
Steps: 15%|█▍ | 104/700 [00:43<04:15, 2.34it/s, loss=0.0443, lr=0.0004]
a good painting in the style of <s1><s2>
Steps: 15%|█▍ | 104/700 [00:43<04:15, 2.34it/s, loss=0.0907, lr=0.0004]
Steps: 15%|█▌ | 105/700 [00:43<04:14, 2.34it/s, loss=0.0907, lr=0.0004]
a bright painting in the style of <s1><s2>
Steps: 15%|█▌ | 105/700 [00:43<04:14, 2.34it/s, loss=0.125, lr=0.0004]
Steps: 15%|█▌ | 106/700 [00:44<04:10, 2.37it/s, loss=0.125, lr=0.0004]
a large painting in the style of <s1><s2>
Steps: 15%|█▌ | 106/700 [00:44<04:10, 2.37it/s, loss=0.0901, lr=0.0004]
Steps: 15%|█▌ | 107/700 [00:44<04:11, 2.36it/s, loss=0.0901, lr=0.0004]
a cropped painting in the style of <s1><s2>
Steps: 15%|█▌ | 107/700 [00:44<04:11, 2.36it/s, loss=0.0408, lr=0.0004]
Steps: 15%|█▌ | 108/700 [00:45<04:08, 2.38it/s, loss=0.0408, lr=0.0004]
a weird painting in the style of <s1><s2>
Steps: 15%|█▌ | 108/700 [00:45<04:08, 2.38it/s, loss=0.0412, lr=0.0004]
Steps: 16%|█▌ | 109/700 [00:45<04:05, 2.40it/s, loss=0.0412, lr=0.0004]
a painting in the style of <s1><s2>
Steps: 16%|█▌ | 109/700 [00:45<04:05, 2.40it/s, loss=0.0391, lr=0.0004]
Steps: 16%|█▌ | 110/700 [00:46<04:07, 2.39it/s, loss=0.0391, lr=0.0004]
a good painting in the style of <s1><s2>
Steps: 16%|█▌ | 110/700 [00:46<04:07, 2.39it/s, loss=0.0625, lr=0.0004]
Steps: 16%|█▌ | 111/700 [00:46<04:05, 2.40it/s, loss=0.0625, lr=0.0004]
a picture in the style of <s1><s2>
Steps: 16%|█▌ | 111/700 [00:46<04:05, 2.40it/s, loss=0.0257, lr=0.0004]
Steps: 16%|█▌ | 112/700 [00:46<04:04, 2.40it/s, loss=0.0257, lr=0.0004]
a clean painting in the style of <s1><s2>
Steps: 16%|█▌ | 112/700 [00:46<04:04, 2.40it/s, loss=0.0631, lr=0.0004]
Steps: 16%|█▌ | 113/700 [00:47<04:03, 2.42it/s, loss=0.0631, lr=0.0004]
a clean painting in the style of <s1><s2>
Steps: 16%|█▌ | 113/700 [00:47<04:03, 2.42it/s, loss=0.136, lr=0.0004]
Steps: 16%|█▋ | 114/700 [00:47<04:02, 2.42it/s, loss=0.136, lr=0.0004]
a rendition in the style of <s1><s2>
Steps: 16%|█▋ | 114/700 [00:47<04:02, 2.42it/s, loss=0.0793, lr=0.0004]
Steps: 16%|█▋ | 115/700 [00:48<04:01, 2.42it/s, loss=0.0793, lr=0.0004]
a painting in the style of <s1><s2>
Steps: 16%|█▋ | 115/700 [00:48<04:01, 2.42it/s, loss=0.065, lr=0.0004]
Steps: 17%|█▋ | 116/700 [00:48<04:00, 2.43it/s, loss=0.065, lr=0.0004]
a rendering in the style of <s1><s2>
Steps: 17%|█▋ | 116/700 [00:48<04:00, 2.43it/s, loss=0.145, lr=0.0004]
Steps: 17%|█▋ | 117/700 [00:48<04:00, 2.42it/s, loss=0.145, lr=0.0004]
a close-up painting in the style of <s1><s2>
Steps: 17%|█▋ | 117/700 [00:48<04:00, 2.42it/s, loss=0.138, lr=0.0004]
Steps: 17%|█▋ | 118/700 [00:49<03:58, 2.44it/s, loss=0.138, lr=0.0004]
a picture in the style of <s1><s2>
Steps: 17%|█▋ | 118/700 [00:49<03:58, 2.44it/s, loss=0.0726, lr=0.0004]
Steps: 17%|█▋ | 119/700 [00:49<03:59, 2.43it/s, loss=0.0726, lr=0.0004]
a dark painting in the style of <s1><s2>
Steps: 17%|█▋ | 119/700 [00:49<03:59, 2.43it/s, loss=0.0265, lr=0.0004]
Steps: 17%|█▋ | 120/700 [00:50<03:59, 2.42it/s, loss=0.0265, lr=0.0004]
a small painting in the style of <s1><s2>
Steps: 17%|█▋ | 120/700 [00:50<03:59, 2.42it/s, loss=0.101, lr=0.0004]
Steps: 17%|█▋ | 121/700 [00:50<03:58, 2.43it/s, loss=0.101, lr=0.0004]
a painting in the style of <s1><s2>
Steps: 17%|█▋ | 121/700 [00:50<03:58, 2.43it/s, loss=0.0558, lr=0.0004]
Steps: 17%|█▋ | 122/700 [00:50<03:58, 2.43it/s, loss=0.0558, lr=0.0004]
a rendition in the style of <s1><s2>
Steps: 17%|█▋ | 122/700 [00:50<03:58, 2.43it/s, loss=0.0113, lr=0.0004]
Steps: 18%|█▊ | 123/700 [00:51<03:59, 2.41it/s, loss=0.0113, lr=0.0004]
a cool painting in the style of <s1><s2>
Steps: 18%|█▊ | 123/700 [00:51<03:59, 2.41it/s, loss=0.0847, lr=0.0004]
Steps: 18%|█▊ | 124/700 [00:51<03:58, 2.42it/s, loss=0.0847, lr=0.0004]
a picture in the style of <s1><s2>
Steps: 18%|█▊ | 124/700 [00:51<03:58, 2.42it/s, loss=0.0432, lr=0.0004]
Steps: 18%|█▊ | 125/700 [00:52<03:57, 2.42it/s, loss=0.0432, lr=0.0004]
a rendering in the style of <s1><s2>
Steps: 18%|█▊ | 125/700 [00:52<03:57, 2.42it/s, loss=0.014, lr=0.0004]
Steps: 18%|█▊ | 126/700 [00:52<03:55, 2.44it/s, loss=0.014, lr=0.0004]
a small painting in the style of <s1><s2>
Steps: 18%|█▊ | 126/700 [00:52<03:55, 2.44it/s, loss=0.011, lr=0.0004]
Steps: 18%|█▊ | 127/700 [00:53<03:56, 2.43it/s, loss=0.011, lr=0.0004]
a good painting in the style of <s1><s2>
Steps: 18%|█▊ | 127/700 [00:53<03:56, 2.43it/s, loss=0.0676, lr=0.0004]
Steps: 18%|█▊ | 128/700 [00:53<03:55, 2.43it/s, loss=0.0676, lr=0.0004]
a cropped painting in the style of <s1><s2>
Steps: 18%|█▊ | 128/700 [00:53<03:55, 2.43it/s, loss=0.0532, lr=0.0004]
Steps: 18%|█▊ | 129/700 [00:53<03:53, 2.44it/s, loss=0.0532, lr=0.0004]
a cropped painting in the style of <s1><s2>
Steps: 18%|█▊ | 129/700 [00:53<03:53, 2.44it/s, loss=0.13, lr=0.0004]
Steps: 19%|█▊ | 130/700 [00:54<03:54, 2.43it/s, loss=0.13, lr=0.0004]
a clean painting in the style of <s1><s2>
Steps: 19%|█▊ | 130/700 [00:54<03:54, 2.43it/s, loss=0.097, lr=0.0004]
Steps: 19%|█▊ | 131/700 [00:54<03:54, 2.43it/s, loss=0.097, lr=0.0004]
a dirty painting in the style of <s1><s2>
Steps: 19%|█▊ | 131/700 [00:54<03:54, 2.43it/s, loss=0.0482, lr=0.0004]
Steps: 19%|█▉ | 132/700 [00:55<03:54, 2.42it/s, loss=0.0482, lr=0.0004]
a painting in the style of <s1><s2>
Steps: 19%|█▉ | 132/700 [00:55<03:54, 2.42it/s, loss=0.07, lr=0.0004]
Steps: 19%|█▉ | 133/700 [00:55<03:52, 2.44it/s, loss=0.07, lr=0.0004]
a clean painting in the style of <s1><s2>
Steps: 19%|█▉ | 133/700 [00:55<03:52, 2.44it/s, loss=0.0471, lr=0.0004]
Steps: 19%|█▉ | 134/700 [00:55<03:51, 2.44it/s, loss=0.0471, lr=0.0004]
a rendering in the style of <s1><s2>
Steps: 19%|█▉ | 134/700 [00:55<03:51, 2.44it/s, loss=0.0455, lr=0.0004]
Steps: 19%|█▉ | 135/700 [00:56<03:50, 2.46it/s, loss=0.0455, lr=0.0004]
a clean painting in the style of <s1><s2>
Steps: 19%|█▉ | 135/700 [00:56<03:50, 2.46it/s, loss=0.0172, lr=0.0004]
Steps: 19%|█▉ | 136/700 [00:56<03:51, 2.44it/s, loss=0.0172, lr=0.0004]
a good painting in the style of <s1><s2>
Steps: 19%|█▉ | 136/700 [00:56<03:51, 2.44it/s, loss=0.0992, lr=0.0004]
Steps: 20%|█▉ | 137/700 [00:57<03:52, 2.43it/s, loss=0.0992, lr=0.0004]
a nice painting in the style of <s1><s2>
Steps: 20%|█▉ | 137/700 [00:57<03:52, 2.43it/s, loss=0.0182, lr=0.0004]
Steps: 20%|█▉ | 138/700 [00:57<03:51, 2.43it/s, loss=0.0182, lr=0.0004]
a cropped painting in the style of <s1><s2>
Steps: 20%|█▉ | 138/700 [00:57<03:51, 2.43it/s, loss=0.0835, lr=0.0004]
Steps: 20%|█▉ | 139/700 [00:57<03:50, 2.44it/s, loss=0.0835, lr=0.0004]
a good painting in the style of <s1><s2>
Steps: 20%|█▉ | 139/700 [00:57<03:50, 2.44it/s, loss=0.0148, lr=0.0004]
Steps: 20%|██ | 140/700 [00:58<03:49, 2.44it/s, loss=0.0148, lr=0.0004]
a cropped painting in the style of <s1><s2>
Steps: 20%|██ | 140/700 [00:58<03:49, 2.44it/s, loss=0.0555, lr=0.0004]
Steps: 20%|██ | 141/700 [00:58<03:50, 2.42it/s, loss=0.0555, lr=0.0004]
a rendering in the style of <s1><s2>
Steps: 20%|██ | 141/700 [00:58<03:50, 2.42it/s, loss=0.0191, lr=0.0004]
Steps: 20%|██ | 142/700 [00:59<03:50, 2.42it/s, loss=0.0191, lr=0.0004]
a close-up painting in the style of <s1><s2>
Steps: 20%|██ | 142/700 [00:59<03:50, 2.42it/s, loss=0.146, lr=0.0004]
Steps: 20%|██ | 143/700 [00:59<03:48, 2.44it/s, loss=0.146, lr=0.0004]
a picture in the style of <s1><s2>
Steps: 20%|██ | 143/700 [00:59<03:48, 2.44it/s, loss=0.0325, lr=0.0004]
Steps: 21%|██ | 144/700 [01:00<03:49, 2.42it/s, loss=0.0325, lr=0.0004]
a dirty painting in the style of <s1><s2>
Steps: 21%|██ | 144/700 [01:00<03:49, 2.42it/s, loss=0.0737, lr=0.0004]
Steps: 21%|██ | 145/700 [01:00<03:48, 2.43it/s, loss=0.0737, lr=0.0004]
a cool painting in the style of <s1><s2>
Steps: 21%|██ | 145/700 [01:00<03:48, 2.43it/s, loss=0.0665, lr=0.0004]
Steps: 21%|██ | 146/700 [01:00<03:48, 2.43it/s, loss=0.0665, lr=0.0004]
a cropped painting in the style of <s1><s2>
Steps: 21%|██ | 146/700 [01:00<03:48, 2.43it/s, loss=0.137, lr=0.0004]
Steps: 21%|██ | 147/700 [01:01<03:47, 2.43it/s, loss=0.137, lr=0.0004]
a close-up painting in the style of <s1><s2>
Steps: 21%|██ | 147/700 [01:01<03:47, 2.43it/s, loss=0.0188, lr=0.0004]
Steps: 21%|██ | 148/700 [01:01<03:46, 2.43it/s, loss=0.0188, lr=0.0004]
a good painting in the style of <s1><s2>
Steps: 21%|██ | 148/700 [01:01<03:46, 2.43it/s, loss=0.0298, lr=0.0004]
Steps: 21%|██▏ | 149/700 [01:02<03:47, 2.42it/s, loss=0.0298, lr=0.0004]
a painting in the style of <s1><s2>
Steps: 21%|██▏ | 149/700 [01:02<03:47, 2.42it/s, loss=0.0926, lr=0.0004]
Steps: 21%|██▏ | 150/700 [01:02<03:47, 2.42it/s, loss=0.0926, lr=0.0004]
a dark painting in the style of <s1><s2>
Steps: 21%|██▏ | 150/700 [01:02<03:47, 2.42it/s, loss=0.0168, lr=0.0004]
Steps: 22%|██▏ | 151/700 [01:02<03:46, 2.42it/s, loss=0.0168, lr=0.0004]
a small painting in the style of <s1><s2>
Steps: 22%|██▏ | 151/700 [01:02<03:46, 2.42it/s, loss=0.058, lr=0.0004]
Steps: 22%|██▏ | 152/700 [01:03<03:45, 2.44it/s, loss=0.058, lr=0.0004]
a rendering in the style of <s1><s2>
Steps: 22%|██▏ | 152/700 [01:03<03:45, 2.44it/s, loss=0.0194, lr=0.0004]
Steps: 22%|██▏ | 153/700 [01:03<03:46, 2.42it/s, loss=0.0194, lr=0.0004]
a cropped painting in the style of <s1><s2>
Steps: 22%|██▏ | 153/700 [01:03<03:46, 2.42it/s, loss=0.0628, lr=0.0004]
Steps: 22%|██▏ | 154/700 [01:04<03:47, 2.40it/s, loss=0.0628, lr=0.0004]
a picture in the style of <s1><s2>
Steps: 22%|██▏ | 154/700 [01:04<03:47, 2.40it/s, loss=0.0289, lr=0.0004]
Steps: 22%|██▏ | 155/700 [01:04<03:47, 2.39it/s, loss=0.0289, lr=0.0004]
the painting in the style of <s1><s2>
Steps: 22%|██▏ | 155/700 [01:04<03:47, 2.39it/s, loss=0.0197, lr=0.0004]
Steps: 22%|██▏ | 156/700 [01:05<03:45, 2.42it/s, loss=0.0197, lr=0.0004]
a close-up painting in the style of <s1><s2>
Steps: 22%|██▏ | 156/700 [01:05<03:45, 2.42it/s, loss=0.582, lr=0.0004]
Steps: 22%|██▏ | 157/700 [01:05<03:44, 2.42it/s, loss=0.582, lr=0.0004]
a picture in the style of <s1><s2>
Steps: 22%|██▏ | 157/700 [01:05<03:44, 2.42it/s, loss=0.0896, lr=0.0004]
Steps: 23%|██▎ | 158/700 [01:05<03:44, 2.42it/s, loss=0.0896, lr=0.0004]
a close-up painting in the style of <s1><s2>
Steps: 23%|██▎ | 158/700 [01:05<03:44, 2.42it/s, loss=0.179, lr=0.0004]
Steps: 23%|██▎ | 159/700 [01:06<03:43, 2.42it/s, loss=0.179, lr=0.0004]
a cropped painting in the style of <s1><s2>
Steps: 23%|██▎ | 159/700 [01:06<03:43, 2.42it/s, loss=0.0174, lr=0.0004]
Steps: 23%|██▎ | 160/700 [01:06<03:43, 2.42it/s, loss=0.0174, lr=0.0004]
a cool painting in the style of <s1><s2>
Steps: 23%|██▎ | 160/700 [01:06<03:43, 2.42it/s, loss=0.0748, lr=0.0004]
Steps: 23%|██▎ | 161/700 [01:07<03:43, 2.41it/s, loss=0.0748, lr=0.0004]
a cropped painting in the style of <s1><s2>
Steps: 23%|██▎ | 161/700 [01:07<03:43, 2.41it/s, loss=0.0265, lr=0.0004]
Steps: 23%|██▎ | 162/700 [01:07<03:42, 2.42it/s, loss=0.0265, lr=0.0004]
a small painting in the style of <s1><s2>
Steps: 23%|██▎ | 162/700 [01:07<03:42, 2.42it/s, loss=0.0692, lr=0.0004]
Steps: 23%|██▎ | 163/700 [01:07<03:43, 2.40it/s, loss=0.0692, lr=0.0004]
a weird painting in the style of <s1><s2>
Steps: 23%|██▎ | 163/700 [01:07<03:43, 2.40it/s, loss=0.0822, lr=0.0004]
Steps: 23%|██▎ | 164/700 [01:08<03:42, 2.41it/s, loss=0.0822, lr=0.0004]
a dark painting in the style of <s1><s2>
Steps: 23%|██▎ | 164/700 [01:08<03:42, 2.41it/s, loss=0.0149, lr=0.0004]
Steps: 24%|██▎ | 165/700 [01:08<03:41, 2.41it/s, loss=0.0149, lr=0.0004]
a cropped painting in the style of <s1><s2>
Steps: 24%|██▎ | 165/700 [01:08<03:41, 2.41it/s, loss=0.0275, lr=0.0004]
Steps: 24%|██▎ | 166/700 [01:09<03:41, 2.41it/s, loss=0.0275, lr=0.0004]
a weird painting in the style of <s1><s2>
Steps: 24%|██▎ | 166/700 [01:09<03:41, 2.41it/s, loss=0.0209, lr=0.0004]
Steps: 24%|██▍ | 167/700 [01:09<03:40, 2.42it/s, loss=0.0209, lr=0.0004]
a close-up painting in the style of <s1><s2>
Steps: 24%|██▍ | 167/700 [01:09<03:40, 2.42it/s, loss=0.0377, lr=0.0004]
Steps: 24%|██▍ | 168/700 [01:09<03:39, 2.42it/s, loss=0.0377, lr=0.0004]
a cropped painting in the style of <s1><s2>
Steps: 24%|██▍ | 168/700 [01:09<03:39, 2.42it/s, loss=0.0529, lr=0.0004]
Steps: 24%|██▍ | 169/700 [01:10<03:40, 2.41it/s, loss=0.0529, lr=0.0004]
a bright painting in the style of <s1><s2>
Steps: 24%|██▍ | 169/700 [01:10<03:40, 2.41it/s, loss=0.0295, lr=0.0004]
Steps: 24%|██▍ | 170/700 [01:10<03:40, 2.40it/s, loss=0.0295, lr=0.0004]
the painting in the style of <s1><s2>
Steps: 24%|██▍ | 170/700 [01:10<03:40, 2.40it/s, loss=0.0433, lr=0.0004]
Steps: 24%|██▍ | 171/700 [01:11<03:39, 2.41it/s, loss=0.0433, lr=0.0004]
a nice painting in the style of <s1><s2>
Steps: 24%|██▍ | 171/700 [01:11<03:39, 2.41it/s, loss=0.0119, lr=0.0004]
Steps: 25%|██▍ | 172/700 [01:11<03:38, 2.42it/s, loss=0.0119, lr=0.0004]
a close-up painting in the style of <s1><s2>
Steps: 25%|██▍ | 172/700 [01:11<03:38, 2.42it/s, loss=0.058, lr=0.0004]
Steps: 25%|██▍ | 173/700 [01:12<03:38, 2.42it/s, loss=0.058, lr=0.0004]
a dirty painting in the style of <s1><s2>
Steps: 25%|██▍ | 173/700 [01:12<03:38, 2.42it/s, loss=0.0469, lr=0.0004]
Steps: 25%|██▍ | 174/700 [01:12<03:37, 2.42it/s, loss=0.0469, lr=0.0004]
a cropped painting in the style of <s1><s2>
Steps: 25%|██▍ | 174/700 [01:12<03:37, 2.42it/s, loss=0.0846, lr=0.0004]
Steps: 25%|██▌ | 175/700 [01:12<03:38, 2.41it/s, loss=0.0846, lr=0.0004]
a weird painting in the style of <s1><s2>
Steps: 25%|██▌ | 175/700 [01:12<03:38, 2.41it/s, loss=0.0185, lr=0.0004]
Steps: 25%|██▌ | 176/700 [01:13<03:36, 2.42it/s, loss=0.0185, lr=0.0004]
a good painting in the style of <s1><s2>
Steps: 25%|██▌ | 176/700 [01:13<03:36, 2.42it/s, loss=0.0174, lr=0.0004]
Steps: 25%|██▌ | 177/700 [01:13<03:36, 2.41it/s, loss=0.0174, lr=0.0004]
a cool painting in the style of <s1><s2>
Steps: 25%|██▌ | 177/700 [01:13<03:36, 2.41it/s, loss=0.0295, lr=0.0004]
Steps: 25%|██▌ | 178/700 [01:14<03:35, 2.42it/s, loss=0.0295, lr=0.0004]
a rendering in the style of <s1><s2>
Steps: 25%|██▌ | 178/700 [01:14<03:35, 2.42it/s, loss=0.0197, lr=0.0004]
Steps: 26%|██▌ | 179/700 [01:14<03:36, 2.41it/s, loss=0.0197, lr=0.0004]
a bright painting in the style of <s1><s2>
Steps: 26%|██▌ | 179/700 [01:14<03:36, 2.41it/s, loss=0.054, lr=0.0004]
Steps: 26%|██▌ | 180/700 [01:14<03:36, 2.40it/s, loss=0.054, lr=0.0004]
a close-up painting in the style of <s1><s2>
Steps: 26%|██▌ | 180/700 [01:14<03:36, 2.40it/s, loss=0.126, lr=0.0004]
Steps: 26%|██▌ | 181/700 [01:15<03:34, 2.42it/s, loss=0.126, lr=0.0004]
a cool painting in the style of <s1><s2>
Steps: 26%|██▌ | 181/700 [01:15<03:34, 2.42it/s, loss=0.103, lr=0.0004]
Steps: 26%|██▌ | 182/700 [01:15<03:35, 2.40it/s, loss=0.103, lr=0.0004]
a weird painting in the style of <s1><s2>
Steps: 26%|██▌ | 182/700 [01:15<03:35, 2.40it/s, loss=0.0553, lr=0.0004]
Steps: 26%|██▌ | 183/700 [01:16<03:34, 2.41it/s, loss=0.0553, lr=0.0004]
a bright painting in the style of <s1><s2>
Steps: 26%|██▌ | 183/700 [01:16<03:34, 2.41it/s, loss=0.145, lr=0.0004]
Steps: 26%|██▋ | 184/700 [01:16<03:34, 2.41it/s, loss=0.145, lr=0.0004]
a weird painting in the style of <s1><s2>
Steps: 26%|██▋ | 184/700 [01:16<03:34, 2.41it/s, loss=0.197, lr=0.0004]
Steps: 26%|██▋ | 185/700 [01:17<03:34, 2.41it/s, loss=0.197, lr=0.0004]
a rendering in the style of <s1><s2>
Steps: 26%|██▋ | 185/700 [01:17<03:34, 2.41it/s, loss=0.0637, lr=0.0004]
Steps: 27%|██▋ | 186/700 [01:17<03:33, 2.41it/s, loss=0.0637, lr=0.0004]
a cool painting in the style of <s1><s2>
Steps: 27%|██▋ | 186/700 [01:17<03:33, 2.41it/s, loss=0.0781, lr=0.0004]
Steps: 27%|██▋ | 187/700 [01:17<03:32, 2.41it/s, loss=0.0781, lr=0.0004]
a painting in the style of <s1><s2>
Steps: 27%|██▋ | 187/700 [01:17<03:32, 2.41it/s, loss=0.0285, lr=0.0004]
Steps: 27%|██▋ | 188/700 [01:18<03:32, 2.41it/s, loss=0.0285, lr=0.0004]
a weird painting in the style of <s1><s2>
Steps: 27%|██▋ | 188/700 [01:18<03:32, 2.41it/s, loss=0.0347, lr=0.0004]
Steps: 27%|██▋ | 189/700 [01:18<03:32, 2.40it/s, loss=0.0347, lr=0.0004]
a clean painting in the style of <s1><s2>
Steps: 27%|██▋ | 189/700 [01:18<03:32, 2.40it/s, loss=0.106, lr=0.0004]
Steps: 27%|██▋ | 190/700 [01:19<03:32, 2.40it/s, loss=0.106, lr=0.0004]
a picture in the style of <s1><s2>
Steps: 27%|██▋ | 190/700 [01:19<03:32, 2.40it/s, loss=0.116, lr=0.0004]
Steps: 27%|██▋ | 191/700 [01:19<03:30, 2.41it/s, loss=0.116, lr=0.0004]
a close-up painting in the style of <s1><s2>
Steps: 27%|██▋ | 191/700 [01:19<03:30, 2.41it/s, loss=0.00449, lr=0.0004]
Steps: 27%|██▋ | 192/700 [01:19<03:29, 2.42it/s, loss=0.00449, lr=0.0004]
a picture in the style of <s1><s2>
Steps: 27%|██▋ | 192/700 [01:19<03:29, 2.42it/s, loss=0.29, lr=0.0004]
Steps: 28%|██▊ | 193/700 [01:20<03:29, 2.42it/s, loss=0.29, lr=0.0004]
a dirty painting in the style of <s1><s2>
Steps: 28%|██▊ | 193/700 [01:20<03:29, 2.42it/s, loss=0.0151, lr=0.0004]
Steps: 28%|██▊ | 194/700 [01:20<03:28, 2.43it/s, loss=0.0151, lr=0.0004]
a close-up painting in the style of <s1><s2>
Steps: 28%|██▊ | 194/700 [01:20<03:28, 2.43it/s, loss=0.0433, lr=0.0004]
Steps: 28%|██▊ | 195/700 [01:21<03:29, 2.42it/s, loss=0.0433, lr=0.0004]
a bright painting in the style of <s1><s2>
Steps: 28%|██▊ | 195/700 [01:21<03:29, 2.42it/s, loss=0.317, lr=0.0004]
Steps: 28%|██▊ | 196/700 [01:21<03:26, 2.44it/s, loss=0.317, lr=0.0004]
a painting in the style of <s1><s2>
Steps: 28%|██▊ | 196/700 [01:21<03:26, 2.44it/s, loss=0.0721, lr=0.0004]
Steps: 28%|██▊ | 197/700 [01:21<03:26, 2.44it/s, loss=0.0721, lr=0.0004]
a good painting in the style of <s1><s2>
Steps: 28%|██▊ | 197/700 [01:21<03:26, 2.44it/s, loss=0.023, lr=0.0004]
Steps: 28%|██▊ | 198/700 [01:22<03:24, 2.45it/s, loss=0.023, lr=0.0004]
a good painting in the style of <s1><s2>
Steps: 28%|██▊ | 198/700 [01:22<03:24, 2.45it/s, loss=0.115, lr=0.0004]
Steps: 28%|██▊ | 199/700 [01:22<03:23, 2.46it/s, loss=0.115, lr=0.0004]
a dirty painting in the style of <s1><s2>
Steps: 28%|██▊ | 199/700 [01:22<03:23, 2.46it/s, loss=0.0467, lr=0.0004]
Steps: 29%|██▊ | 200/700 [01:23<03:24, 2.44it/s, loss=0.0467, lr=0.0004]
Current Learned Embeddings for <s1>:, id 49408 tensor([ 0.0086, -0.0055, 0.0080, -0.0141], device='cuda:0')
Current Learned Embeddings for <s2>:, id 49409 tensor([-6.5803e-03, 6.6746e-05, 6.9851e-03, 2.4674e-03], device='cuda:0')
Saving weights to checkpoints/step_200.safetensors
LORA Unet Moved 0.0019202211406081915
LORA CLIP Moved 0.00012273881293367594
a bright painting in the style of <s1><s2>
Steps: 29%|██▊ | 200/700 [01:23<03:24, 2.44it/s, loss=0.0296, lr=0.0004]
Steps: 29%|██▊ | 201/700 [01:23<03:37, 2.29it/s, loss=0.0296, lr=0.0004]
a good painting in the style of <s1><s2>
Steps: 29%|██▊ | 201/700 [01:23<03:37, 2.29it/s, loss=0.028, lr=0.0004]
Steps: 29%|██▉ | 202/700 [01:24<03:32, 2.35it/s, loss=0.028, lr=0.0004]
a dirty painting in the style of <s1><s2>
Steps: 29%|██▉ | 202/700 [01:24<03:32, 2.35it/s, loss=0.0601, lr=0.0004]
Steps: 29%|██▉ | 203/700 [01:24<03:30, 2.36it/s, loss=0.0601, lr=0.0004]
a dark painting in the style of <s1><s2>
Steps: 29%|██▉ | 203/700 [01:24<03:30, 2.36it/s, loss=0.0252, lr=0.0004]
Steps: 29%|██▉ | 204/700 [01:24<03:30, 2.36it/s, loss=0.0252, lr=0.0004]
a cropped painting in the style of <s1><s2>
Steps: 29%|██▉ | 204/700 [01:24<03:30, 2.36it/s, loss=0.0399, lr=0.0004]
Steps: 29%|██▉ | 205/700 [01:25<03:26, 2.40it/s, loss=0.0399, lr=0.0004]
the painting in the style of <s1><s2>
Steps: 29%|██▉ | 205/700 [01:25<03:26, 2.40it/s, loss=0.0706, lr=0.0004]
Steps: 29%|██▉ | 206/700 [01:25<03:24, 2.41it/s, loss=0.0706, lr=0.0004]
a large painting in the style of <s1><s2>
Steps: 29%|██▉ | 206/700 [01:25<03:24, 2.41it/s, loss=0.0343, lr=0.0004]
Steps: 30%|██▉ | 207/700 [01:26<03:24, 2.41it/s, loss=0.0343, lr=0.0004]
a small painting in the style of <s1><s2>
Steps: 30%|██▉ | 207/700 [01:26<03:24, 2.41it/s, loss=0.0514, lr=0.0004]
Steps: 30%|██▉ | 208/700 [01:26<03:21, 2.44it/s, loss=0.0514, lr=0.0004]
a nice painting in the style of <s1><s2>
Steps: 30%|██▉ | 208/700 [01:26<03:21, 2.44it/s, loss=0.119, lr=0.0004]
Steps: 30%|██▉ | 209/700 [01:26<03:22, 2.42it/s, loss=0.119, lr=0.0004]
a bright painting in the style of <s1><s2>
Steps: 30%|██▉ | 209/700 [01:26<03:22, 2.42it/s, loss=0.0556, lr=0.0004]
Steps: 30%|███ | 210/700 [01:27<03:22, 2.42it/s, loss=0.0556, lr=0.0004]
a painting in the style of <s1><s2>
Steps: 30%|███ | 210/700 [01:27<03:22, 2.42it/s, loss=0.0926, lr=0.0004]
Steps: 30%|███ | 211/700 [01:27<03:23, 2.41it/s, loss=0.0926, lr=0.0004]
a dark painting in the style of <s1><s2>
Steps: 30%|███ | 211/700 [01:27<03:23, 2.41it/s, loss=0.0379, lr=0.0004]
Steps: 30%|███ | 212/700 [01:28<03:21, 2.42it/s, loss=0.0379, lr=0.0004]
a small painting in the style of <s1><s2>
Steps: 30%|███ | 212/700 [01:28<03:21, 2.42it/s, loss=0.0276, lr=0.0004]
Steps: 30%|███ | 213/700 [01:28<03:19, 2.44it/s, loss=0.0276, lr=0.0004]
a large painting in the style of <s1><s2>
Steps: 30%|███ | 213/700 [01:28<03:19, 2.44it/s, loss=0.0116, lr=0.0004]
Steps: 31%|███ | 214/700 [01:29<03:21, 2.41it/s, loss=0.0116, lr=0.0004]
a dark painting in the style of <s1><s2>
Steps: 31%|███ | 214/700 [01:29<03:21, 2.41it/s, loss=0.0675, lr=0.0004]
Steps: 31%|███ | 215/700 [01:29<03:19, 2.43it/s, loss=0.0675, lr=0.0004]
a cropped painting in the style of <s1><s2>
Steps: 31%|███ | 215/700 [01:29<03:19, 2.43it/s, loss=0.0249, lr=0.0004]
Steps: 31%|███ | 216/700 [01:29<03:18, 2.44it/s, loss=0.0249, lr=0.0004]
a dirty painting in the style of <s1><s2>
Steps: 31%|███ | 216/700 [01:29<03:18, 2.44it/s, loss=0.0648, lr=0.0004]
Steps: 31%|███ | 217/700 [01:30<03:18, 2.43it/s, loss=0.0648, lr=0.0004]
a cropped painting in the style of <s1><s2>
Steps: 31%|███ | 217/700 [01:30<03:18, 2.43it/s, loss=0.066, lr=0.0004]
Steps: 31%|███ | 218/700 [01:30<03:19, 2.42it/s, loss=0.066, lr=0.0004]
a weird painting in the style of <s1><s2>
Steps: 31%|███ | 218/700 [01:30<03:19, 2.42it/s, loss=0.0562, lr=0.0004]
Steps: 31%|███▏ | 219/700 [01:31<03:19, 2.41it/s, loss=0.0562, lr=0.0004]
a cropped painting in the style of <s1><s2>
Steps: 31%|███▏ | 219/700 [01:31<03:19, 2.41it/s, loss=0.0151, lr=0.0004]
Steps: 31%|███▏ | 220/700 [01:31<03:19, 2.41it/s, loss=0.0151, lr=0.0004]
a painting in the style of <s1><s2>
Steps: 31%|███▏ | 220/700 [01:31<03:19, 2.41it/s, loss=0.107, lr=0.0004]
Steps: 32%|███▏ | 221/700 [01:31<03:19, 2.41it/s, loss=0.107, lr=0.0004]
a cool painting in the style of <s1><s2>
Steps: 32%|███▏ | 221/700 [01:31<03:19, 2.41it/s, loss=0.0343, lr=0.0004]
Steps: 32%|███▏ | 222/700 [01:32<03:19, 2.39it/s, loss=0.0343, lr=0.0004]
a dark painting in the style of <s1><s2>
Steps: 32%|███▏ | 222/700 [01:32<03:19, 2.39it/s, loss=0.0167, lr=0.0004]
Steps: 32%|███▏ | 223/700 [01:32<03:20, 2.38it/s, loss=0.0167, lr=0.0004]
a bright painting in the style of <s1><s2>
Steps: 32%|███▏ | 223/700 [01:32<03:20, 2.38it/s, loss=0.0297, lr=0.0004]
Steps: 32%|███▏ | 224/700 [01:33<03:20, 2.37it/s, loss=0.0297, lr=0.0004]
a dark painting in the style of <s1><s2>
Steps: 32%|███▏ | 224/700 [01:33<03:20, 2.37it/s, loss=0.0858, lr=0.0004]
Steps: 32%|███▏ | 225/700 [01:33<03:18, 2.39it/s, loss=0.0858, lr=0.0004]
a painting in the style of <s1><s2>
Steps: 32%|███▏ | 225/700 [01:33<03:18, 2.39it/s, loss=0.0386, lr=0.0004]
Steps: 32%|███▏ | 226/700 [01:34<03:18, 2.39it/s, loss=0.0386, lr=0.0004]
a rendition in the style of <s1><s2>
Steps: 32%|███▏ | 226/700 [01:34<03:18, 2.39it/s, loss=0.156, lr=0.0004]
Steps: 32%|███▏ | 227/700 [01:34<03:17, 2.40it/s, loss=0.156, lr=0.0004]
a bright painting in the style of <s1><s2>
Steps: 32%|███▏ | 227/700 [01:34<03:17, 2.40it/s, loss=0.0615, lr=0.0004]
Steps: 33%|███▎ | 228/700 [01:34<03:16, 2.40it/s, loss=0.0615, lr=0.0004]
a large painting in the style of <s1><s2>
Steps: 33%|███▎ | 228/700 [01:34<03:16, 2.40it/s, loss=0.078, lr=0.0004]
Steps: 33%|███▎ | 229/700 [01:35<03:16, 2.40it/s, loss=0.078, lr=0.0004]
a bright painting in the style of <s1><s2>
Steps: 33%|███▎ | 229/700 [01:35<03:16, 2.40it/s, loss=0.0668, lr=0.0004]
Steps: 33%|███▎ | 230/700 [01:35<03:17, 2.38it/s, loss=0.0668, lr=0.0004]
a dark painting in the style of <s1><s2>
Steps: 33%|███▎ | 230/700 [01:35<03:17, 2.38it/s, loss=0.112, lr=0.0004]
Steps: 33%|███▎ | 231/700 [01:36<03:16, 2.38it/s, loss=0.112, lr=0.0004]
a close-up painting in the style of <s1><s2>
Steps: 33%|███▎ | 231/700 [01:36<03:16, 2.38it/s, loss=0.0868, lr=0.0004]
Steps: 33%|███▎ | 232/700 [01:36<03:15, 2.40it/s, loss=0.0868, lr=0.0004]
a dark painting in the style of <s1><s2>
Steps: 33%|███▎ | 232/700 [01:36<03:15, 2.40it/s, loss=0.0401, lr=0.0004]
Steps: 33%|███▎ | 233/700 [01:36<03:13, 2.42it/s, loss=0.0401, lr=0.0004]
a dark painting in the style of <s1><s2>
Steps: 33%|███▎ | 233/700 [01:36<03:13, 2.42it/s, loss=0.0883, lr=0.0004]
Steps: 33%|███▎ | 234/700 [01:37<03:13, 2.41it/s, loss=0.0883, lr=0.0004]
a bright painting in the style of <s1><s2>
Steps: 33%|███▎ | 234/700 [01:37<03:13, 2.41it/s, loss=0.0301, lr=0.0004]
Steps: 34%|███▎ | 235/700 [01:37<03:13, 2.40it/s, loss=0.0301, lr=0.0004]
a painting in the style of <s1><s2>
Steps: 34%|███▎ | 235/700 [01:37<03:13, 2.40it/s, loss=0.0232, lr=0.0004]
Steps: 34%|███▎ | 236/700 [01:38<03:13, 2.40it/s, loss=0.0232, lr=0.0004]
a weird painting in the style of <s1><s2>
Steps: 34%|███▎ | 236/700 [01:38<03:13, 2.40it/s, loss=0.0727, lr=0.0004]
Steps: 34%|███▍ | 237/700 [01:38<03:10, 2.43it/s, loss=0.0727, lr=0.0004]
a cropped painting in the style of <s1><s2>
Steps: 34%|███▍ | 237/700 [01:38<03:10, 2.43it/s, loss=0.029, lr=0.0004]
Steps: 34%|███▍ | 238/700 [01:39<03:11, 2.41it/s, loss=0.029, lr=0.0004]
a dirty painting in the style of <s1><s2>
Steps: 34%|███▍ | 238/700 [01:39<03:11, 2.41it/s, loss=0.0177, lr=0.0004]
Steps: 34%|███▍ | 239/700 [01:39<03:12, 2.40it/s, loss=0.0177, lr=0.0004]
a cropped painting in the style of <s1><s2>
Steps: 34%|███▍ | 239/700 [01:39<03:12, 2.40it/s, loss=0.0244, lr=0.0004]
Steps: 34%|███▍ | 240/700 [01:39<03:12, 2.39it/s, loss=0.0244, lr=0.0004]
a painting in the style of <s1><s2>
Steps: 34%|███▍ | 240/700 [01:39<03:12, 2.39it/s, loss=0.0622, lr=0.0004]
Steps: 34%|███▍ | 241/700 [01:40<03:13, 2.37it/s, loss=0.0622, lr=0.0004]
a cropped painting in the style of <s1><s2>
Steps: 34%|███▍ | 241/700 [01:40<03:13, 2.37it/s, loss=0.0546, lr=0.0004]
Steps: 35%|███▍ | 242/700 [01:40<03:14, 2.36it/s, loss=0.0546, lr=0.0004]
a close-up painting in the style of <s1><s2>
Steps: 35%|███▍ | 242/700 [01:40<03:14, 2.36it/s, loss=0.0356, lr=0.0004]
Steps: 35%|███▍ | 243/700 [01:41<03:11, 2.38it/s, loss=0.0356, lr=0.0004]
a dirty painting in the style of <s1><s2>
Steps: 35%|███▍ | 243/700 [01:41<03:11, 2.38it/s, loss=0.0104, lr=0.0004]
Steps: 35%|███▍ | 244/700 [01:41<03:10, 2.40it/s, loss=0.0104, lr=0.0004]
a dirty painting in the style of <s1><s2>
Steps: 35%|███▍ | 244/700 [01:41<03:10, 2.40it/s, loss=0.0192, lr=0.0004]
Steps: 35%|███▌ | 245/700 [01:41<03:09, 2.40it/s, loss=0.0192, lr=0.0004]
a dark painting in the style of <s1><s2>
Steps: 35%|███▌ | 245/700 [01:41<03:09, 2.40it/s, loss=0.0117, lr=0.0004]
Steps: 35%|███▌ | 246/700 [01:42<03:08, 2.40it/s, loss=0.0117, lr=0.0004]
a dirty painting in the style of <s1><s2>
Steps: 35%|███▌ | 246/700 [01:42<03:08, 2.40it/s, loss=0.0406, lr=0.0004]
Steps: 35%|███▌ | 247/700 [01:42<03:07, 2.41it/s, loss=0.0406, lr=0.0004]
a close-up painting in the style of <s1><s2>
Steps: 35%|███▌ | 247/700 [01:42<03:07, 2.41it/s, loss=0.101, lr=0.0004]
Steps: 35%|███▌ | 248/700 [01:43<03:07, 2.41it/s, loss=0.101, lr=0.0004]
the painting in the style of <s1><s2>
Steps: 35%|███▌ | 248/700 [01:43<03:07, 2.41it/s, loss=0.0156, lr=0.0004]
Steps: 36%|███▌ | 249/700 [01:43<03:07, 2.41it/s, loss=0.0156, lr=0.0004]
a clean painting in the style of <s1><s2>
Steps: 36%|███▌ | 249/700 [01:43<03:07, 2.41it/s, loss=0.0304, lr=0.0004]
Steps: 36%|███▌ | 250/700 [01:44<03:08, 2.39it/s, loss=0.0304, lr=0.0004]
a close-up painting in the style of <s1><s2>
Steps: 36%|███▌ | 250/700 [01:44<03:08, 2.39it/s, loss=0.118, lr=0.0004]
Steps: 36%|███▌ | 251/700 [01:44<03:07, 2.40it/s, loss=0.118, lr=0.0004]
a rendering in the style of <s1><s2>
Steps: 36%|███▌ | 251/700 [01:44<03:07, 2.40it/s, loss=0.0362, lr=0.0004]
Steps: 36%|███▌ | 252/700 [01:44<03:07, 2.39it/s, loss=0.0362, lr=0.0004]
a rendition in the style of <s1><s2>
Steps: 36%|███▌ | 252/700 [01:44<03:07, 2.39it/s, loss=0.0338, lr=0.0004]
Steps: 36%|███▌ | 253/700 [01:45<03:05, 2.41it/s, loss=0.0338, lr=0.0004]
a weird painting in the style of <s1><s2>
Steps: 36%|███▌ | 253/700 [01:45<03:05, 2.41it/s, loss=0.228, lr=0.0004]
Steps: 36%|███▋ | 254/700 [01:45<03:07, 2.39it/s, loss=0.228, lr=0.0004]
a dark painting in the style of <s1><s2>
Steps: 36%|███▋ | 254/700 [01:45<03:07, 2.39it/s, loss=0.0336, lr=0.0004]
Steps: 36%|███▋ | 255/700 [01:46<03:03, 2.42it/s, loss=0.0336, lr=0.0004]
a painting in the style of <s1><s2>
Steps: 36%|███▋ | 255/700 [01:46<03:03, 2.42it/s, loss=0.0204, lr=0.0004]
Steps: 37%|███▋ | 256/700 [01:46<03:02, 2.44it/s, loss=0.0204, lr=0.0004]
a picture in the style of <s1><s2>
Steps: 37%|███▋ | 256/700 [01:46<03:02, 2.44it/s, loss=0.0187, lr=0.0004]
Steps: 37%|███▋ | 257/700 [01:46<03:01, 2.43it/s, loss=0.0187, lr=0.0004]
a rendering in the style of <s1><s2>
Steps: 37%|███▋ | 257/700 [01:46<03:01, 2.43it/s, loss=0.0657, lr=0.0004]
Steps: 37%|███▋ | 258/700 [01:47<03:03, 2.41it/s, loss=0.0657, lr=0.0004]
a cropped painting in the style of <s1><s2>
Steps: 37%|███▋ | 258/700 [01:47<03:03, 2.41it/s, loss=0.0175, lr=0.0004]
Steps: 37%|███▋ | 259/700 [01:47<03:04, 2.39it/s, loss=0.0175, lr=0.0004]
a clean painting in the style of <s1><s2>
Steps: 37%|███▋ | 259/700 [01:47<03:04, 2.39it/s, loss=0.12, lr=0.0004]
Steps: 37%|███▋ | 260/700 [01:48<03:04, 2.38it/s, loss=0.12, lr=0.0004]
the painting in the style of <s1><s2>
Steps: 37%|███▋ | 260/700 [01:48<03:04, 2.38it/s, loss=0.0111, lr=0.0004]
Steps: 37%|███▋ | 261/700 [01:48<03:04, 2.38it/s, loss=0.0111, lr=0.0004]
a nice painting in the style of <s1><s2>
Steps: 37%|███▋ | 261/700 [01:48<03:04, 2.38it/s, loss=0.0348, lr=0.0004]
Steps: 37%|███▋ | 262/700 [01:49<03:02, 2.40it/s, loss=0.0348, lr=0.0004]
a painting in the style of <s1><s2>
Steps: 37%|███▋ | 262/700 [01:49<03:02, 2.40it/s, loss=0.0338, lr=0.0004]
Steps: 38%|███▊ | 263/700 [01:49<03:02, 2.40it/s, loss=0.0338, lr=0.0004]
a dark painting in the style of <s1><s2>
Steps: 38%|███▊ | 263/700 [01:49<03:02, 2.40it/s, loss=0.0428, lr=0.0004]
Steps: 38%|███▊ | 264/700 [01:49<03:02, 2.38it/s, loss=0.0428, lr=0.0004]
a nice painting in the style of <s1><s2>
Steps: 38%|███▊ | 264/700 [01:49<03:02, 2.38it/s, loss=0.0176, lr=0.0004]
Steps: 38%|███▊ | 265/700 [01:50<03:02, 2.38it/s, loss=0.0176, lr=0.0004]
a bright painting in the style of <s1><s2>
Steps: 38%|███▊ | 265/700 [01:50<03:02, 2.38it/s, loss=0.0109, lr=0.0004]
Steps: 38%|███▊ | 266/700 [01:50<03:01, 2.38it/s, loss=0.0109, lr=0.0004]
a picture in the style of <s1><s2>
Steps: 38%|███▊ | 266/700 [01:50<03:01, 2.38it/s, loss=0.0547, lr=0.0004]
Steps: 38%|███▊ | 267/700 [01:51<02:59, 2.41it/s, loss=0.0547, lr=0.0004]
a bright painting in the style of <s1><s2>
Steps: 38%|███▊ | 267/700 [01:51<02:59, 2.41it/s, loss=0.0436, lr=0.0004]
Steps: 38%|███▊ | 268/700 [01:51<02:58, 2.42it/s, loss=0.0436, lr=0.0004]
the painting in the style of <s1><s2>
Steps: 38%|███▊ | 268/700 [01:51<02:58, 2.42it/s, loss=0.0536, lr=0.0004]
Steps: 38%|███▊ | 269/700 [01:51<02:59, 2.41it/s, loss=0.0536, lr=0.0004]
the painting in the style of <s1><s2>
Steps: 38%|███▊ | 269/700 [01:51<02:59, 2.41it/s, loss=0.0473, lr=0.0004]
Steps: 39%|███▊ | 270/700 [01:52<02:59, 2.40it/s, loss=0.0473, lr=0.0004]
a cropped painting in the style of <s1><s2>
Steps: 39%|███▊ | 270/700 [01:52<02:59, 2.40it/s, loss=0.0736, lr=0.0004]
Steps: 39%|███▊ | 271/700 [01:52<02:58, 2.41it/s, loss=0.0736, lr=0.0004]
a dark painting in the style of <s1><s2>
Steps: 39%|███▊ | 271/700 [01:52<02:58, 2.41it/s, loss=0.0348, lr=0.0004]
Steps: 39%|███▉ | 272/700 [01:53<02:58, 2.40it/s, loss=0.0348, lr=0.0004]
a cropped painting in the style of <s1><s2>
Steps: 39%|███▉ | 272/700 [01:53<02:58, 2.40it/s, loss=0.134, lr=0.0004]
Steps: 39%|███▉ | 273/700 [01:53<02:58, 2.39it/s, loss=0.134, lr=0.0004]
a cool painting in the style of <s1><s2>
Steps: 39%|███▉ | 273/700 [01:53<02:58, 2.39it/s, loss=0.0854, lr=0.0004]
Steps: 39%|███▉ | 274/700 [01:54<02:58, 2.38it/s, loss=0.0854, lr=0.0004]
a dark painting in the style of <s1><s2>
Steps: 39%|███▉ | 274/700 [01:54<02:58, 2.38it/s, loss=0.0555, lr=0.0004]
Steps: 39%|███▉ | 275/700 [01:54<02:58, 2.38it/s, loss=0.0555, lr=0.0004]
a close-up painting in the style of <s1><s2>
Steps: 39%|███▉ | 275/700 [01:54<02:58, 2.38it/s, loss=0.0448, lr=0.0004]
Steps: 39%|███▉ | 276/700 [01:54<02:58, 2.37it/s, loss=0.0448, lr=0.0004]
a clean painting in the style of <s1><s2>
Steps: 39%|███▉ | 276/700 [01:54<02:58, 2.37it/s, loss=0.0167, lr=0.0004]
Steps: 40%|███▉ | 277/700 [01:55<02:56, 2.40it/s, loss=0.0167, lr=0.0004]
a clean painting in the style of <s1><s2>
Steps: 40%|███▉ | 277/700 [01:55<02:56, 2.40it/s, loss=0.082, lr=0.0004]
Steps: 40%|███▉ | 278/700 [01:55<02:54, 2.41it/s, loss=0.082, lr=0.0004]
a close-up painting in the style of <s1><s2>
Steps: 40%|███▉ | 278/700 [01:55<02:54, 2.41it/s, loss=0.252, lr=0.0004]
Steps: 40%|███▉ | 279/700 [01:56<02:55, 2.40it/s, loss=0.252, lr=0.0004]
a picture in the style of <s1><s2>
Steps: 40%|███▉ | 279/700 [01:56<02:55, 2.40it/s, loss=0.0475, lr=0.0004]
Steps: 40%|████ | 280/700 [01:56<02:53, 2.42it/s, loss=0.0475, lr=0.0004]
a painting in the style of <s1><s2>
Steps: 40%|████ | 280/700 [01:56<02:53, 2.42it/s, loss=0.0507, lr=0.0004]
Steps: 40%|████ | 281/700 [01:56<02:52, 2.43it/s, loss=0.0507, lr=0.0004]
the painting in the style of <s1><s2>
Steps: 40%|████ | 281/700 [01:56<02:52, 2.43it/s, loss=0.225, lr=0.0004]
Steps: 40%|████ | 282/700 [01:57<02:52, 2.42it/s, loss=0.225, lr=0.0004]
a dark painting in the style of <s1><s2>
Steps: 40%|████ | 282/700 [01:57<02:52, 2.42it/s, loss=0.0162, lr=0.0004]
Steps: 40%|████ | 283/700 [01:57<02:52, 2.41it/s, loss=0.0162, lr=0.0004]
a cool painting in the style of <s1><s2>
Steps: 40%|████ | 283/700 [01:57<02:52, 2.41it/s, loss=0.0581, lr=0.0004]
Steps: 41%|████ | 284/700 [01:58<02:51, 2.43it/s, loss=0.0581, lr=0.0004]
a small painting in the style of <s1><s2>
Steps: 41%|████ | 284/700 [01:58<02:51, 2.43it/s, loss=0.111, lr=0.0004]
Steps: 41%|████ | 285/700 [01:58<02:50, 2.44it/s, loss=0.111, lr=0.0004]
a nice painting in the style of <s1><s2>
Steps: 41%|████ | 285/700 [01:58<02:50, 2.44it/s, loss=0.00822, lr=0.0004]
Steps: 41%|████ | 286/700 [01:59<02:50, 2.43it/s, loss=0.00822, lr=0.0004]
a clean painting in the style of <s1><s2>
Steps: 41%|████ | 286/700 [01:59<02:50, 2.43it/s, loss=0.0625, lr=0.0004]
Steps: 41%|████ | 287/700 [01:59<02:48, 2.45it/s, loss=0.0625, lr=0.0004]
a large painting in the style of <s1><s2>
Steps: 41%|████ | 287/700 [01:59<02:48, 2.45it/s, loss=0.0646, lr=0.0004]
Steps: 41%|████ | 288/700 [01:59<02:48, 2.45it/s, loss=0.0646, lr=0.0004]
a painting in the style of <s1><s2>
Steps: 41%|████ | 288/700 [01:59<02:48, 2.45it/s, loss=0.0373, lr=0.0004]
Steps: 41%|████▏ | 289/700 [02:00<02:47, 2.45it/s, loss=0.0373, lr=0.0004]
a clean painting in the style of <s1><s2>
Steps: 41%|████▏ | 289/700 [02:00<02:47, 2.45it/s, loss=0.0354, lr=0.0004]
Steps: 41%|████▏ | 290/700 [02:00<02:48, 2.44it/s, loss=0.0354, lr=0.0004]
a bright painting in the style of <s1><s2>
Steps: 41%|████▏ | 290/700 [02:00<02:48, 2.44it/s, loss=0.0677, lr=0.0004]
Steps: 42%|████▏ | 291/700 [02:01<02:49, 2.42it/s, loss=0.0677, lr=0.0004]
a close-up painting in the style of <s1><s2>
Steps: 42%|████▏ | 291/700 [02:01<02:49, 2.42it/s, loss=0.113, lr=0.0004]
Steps: 42%|████▏ | 292/700 [02:01<02:49, 2.41it/s, loss=0.113, lr=0.0004]
a rendering in the style of <s1><s2>
Steps: 42%|████▏ | 292/700 [02:01<02:49, 2.41it/s, loss=0.318, lr=0.0004]
Steps: 42%|████▏ | 293/700 [02:01<02:49, 2.40it/s, loss=0.318, lr=0.0004]
a good painting in the style of <s1><s2>
Steps: 42%|████▏ | 293/700 [02:01<02:49, 2.40it/s, loss=0.0307, lr=0.0004]
Steps: 42%|████▏ | 294/700 [02:02<02:49, 2.39it/s, loss=0.0307, lr=0.0004]
a rendering in the style of <s1><s2>
Steps: 42%|████▏ | 294/700 [02:02<02:49, 2.39it/s, loss=0.0634, lr=0.0004]
Steps: 42%|████▏ | 295/700 [02:02<02:48, 2.40it/s, loss=0.0634, lr=0.0004]
a bright painting in the style of <s1><s2>
Steps: 42%|████▏ | 295/700 [02:02<02:48, 2.40it/s, loss=0.113, lr=0.0004]
Steps: 42%|████▏ | 296/700 [02:03<02:47, 2.41it/s, loss=0.113, lr=0.0004]
a nice painting in the style of <s1><s2>
Steps: 42%|████▏ | 296/700 [02:03<02:47, 2.41it/s, loss=0.0184, lr=0.0004]
Steps: 42%|████▏ | 297/700 [02:03<02:48, 2.40it/s, loss=0.0184, lr=0.0004]
a nice painting in the style of <s1><s2>
Steps: 42%|████▏ | 297/700 [02:03<02:48, 2.40it/s, loss=0.0296, lr=0.0004]
Steps: 43%|████▎ | 298/700 [02:03<02:46, 2.42it/s, loss=0.0296, lr=0.0004]
a painting in the style of <s1><s2>
Steps: 43%|████▎ | 298/700 [02:03<02:46, 2.42it/s, loss=0.0165, lr=0.0004]
Steps: 43%|████▎ | 299/700 [02:04<02:44, 2.44it/s, loss=0.0165, lr=0.0004]
the painting in the style of <s1><s2>
Steps: 43%|████▎ | 299/700 [02:04<02:44, 2.44it/s, loss=0.0349, lr=0.0004]
Steps: 43%|████▎ | 300/700 [02:04<02:44, 2.43it/s, loss=0.0349, lr=0.0004]
Current Learned Embeddings for <s1>:, id 49408 tensor([ 0.0086, -0.0055, 0.0080, -0.0141], device='cuda:0')
Current Learned Embeddings for <s2>:, id 49409 tensor([-6.5803e-03, 6.6746e-05, 6.9851e-03, 2.4674e-03], device='cuda:0')
Saving weights to checkpoints/step_300.safetensors
LORA Unet Moved 0.002274360042065382
LORA CLIP Moved 0.0001400147011736408
a close-up painting in the style of <s1><s2>
Steps: 43%|████▎ | 300/700 [02:04<02:44, 2.43it/s, loss=0.0208, lr=0.0004]
Steps: 43%|████▎ | 301/700 [02:05<02:56, 2.26it/s, loss=0.0208, lr=0.0004]
a clean painting in the style of <s1><s2>
Steps: 43%|████▎ | 301/700 [02:05<02:56, 2.26it/s, loss=0.0289, lr=0.0004]
Steps: 43%|████▎ | 302/700 [02:05<02:53, 2.30it/s, loss=0.0289, lr=0.0004]
a small painting in the style of <s1><s2>
Steps: 43%|████▎ | 302/700 [02:05<02:53, 2.30it/s, loss=0.0201, lr=0.0004]
Steps: 43%|████▎ | 303/700 [02:06<02:49, 2.34it/s, loss=0.0201, lr=0.0004]
a cool painting in the style of <s1><s2>
Steps: 43%|████▎ | 303/700 [02:06<02:49, 2.34it/s, loss=0.0318, lr=0.0004]
Steps: 43%|████▎ | 304/700 [02:06<02:46, 2.37it/s, loss=0.0318, lr=0.0004]
a bright painting in the style of <s1><s2>
Steps: 43%|████▎ | 304/700 [02:06<02:46, 2.37it/s, loss=0.0197, lr=0.0004]
Steps: 44%|████▎ | 305/700 [02:06<02:44, 2.39it/s, loss=0.0197, lr=0.0004]
a rendering in the style of <s1><s2>
Steps: 44%|████▎ | 305/700 [02:06<02:44, 2.39it/s, loss=0.0285, lr=0.0004]
Steps: 44%|████▎ | 306/700 [02:07<02:44, 2.39it/s, loss=0.0285, lr=0.0004]
a cropped painting in the style of <s1><s2>
Steps: 44%|████▎ | 306/700 [02:07<02:44, 2.39it/s, loss=0.093, lr=0.0004]
Steps: 44%|████▍ | 307/700 [02:07<02:44, 2.39it/s, loss=0.093, lr=0.0004]
a nice painting in the style of <s1><s2>
Steps: 44%|████▍ | 307/700 [02:07<02:44, 2.39it/s, loss=0.0449, lr=0.0004]
Steps: 44%|████▍ | 308/700 [02:08<02:42, 2.42it/s, loss=0.0449, lr=0.0004]
a dirty painting in the style of <s1><s2>
Steps: 44%|████▍ | 308/700 [02:08<02:42, 2.42it/s, loss=0.048, lr=0.0004]
Steps: 44%|████▍ | 309/700 [02:08<02:41, 2.42it/s, loss=0.048, lr=0.0004]
the painting in the style of <s1><s2>
Steps: 44%|████▍ | 309/700 [02:08<02:41, 2.42it/s, loss=0.0709, lr=0.0004]
Steps: 44%|████▍ | 310/700 [02:09<02:41, 2.41it/s, loss=0.0709, lr=0.0004]
a cool painting in the style of <s1><s2>
Steps: 44%|████▍ | 310/700 [02:09<02:41, 2.41it/s, loss=0.0945, lr=0.0004]
Steps: 44%|████▍ | 311/700 [02:09<02:41, 2.40it/s, loss=0.0945, lr=0.0004]
the painting in the style of <s1><s2>
Steps: 44%|████▍ | 311/700 [02:09<02:41, 2.40it/s, loss=0.07, lr=0.0004]
Steps: 45%|████▍ | 312/700 [02:09<02:41, 2.40it/s, loss=0.07, lr=0.0004]
the painting in the style of <s1><s2>
Steps: 45%|████▍ | 312/700 [02:09<02:41, 2.40it/s, loss=0.0195, lr=0.0004]
Steps: 45%|████▍ | 313/700 [02:10<02:39, 2.42it/s, loss=0.0195, lr=0.0004]
a dark painting in the style of <s1><s2>
Steps: 45%|████▍ | 313/700 [02:10<02:39, 2.42it/s, loss=0.0152, lr=0.0004]
Steps: 45%|████▍ | 314/700 [02:10<02:39, 2.42it/s, loss=0.0152, lr=0.0004]
a close-up painting in the style of <s1><s2>
Steps: 45%|████▍ | 314/700 [02:10<02:39, 2.42it/s, loss=0.0168, lr=0.0004]
Steps: 45%|████▌ | 315/700 [02:11<02:39, 2.42it/s, loss=0.0168, lr=0.0004]
a cool painting in the style of <s1><s2>
Steps: 45%|████▌ | 315/700 [02:11<02:39, 2.42it/s, loss=0.029, lr=0.0004]
Steps: 45%|████▌ | 316/700 [02:11<02:37, 2.44it/s, loss=0.029, lr=0.0004]
a small painting in the style of <s1><s2>
Steps: 45%|████▌ | 316/700 [02:11<02:37, 2.44it/s, loss=0.0909, lr=0.0004]
Steps: 45%|████▌ | 317/700 [02:11<02:37, 2.43it/s, loss=0.0909, lr=0.0004]
a weird painting in the style of <s1><s2>
Steps: 45%|████▌ | 317/700 [02:11<02:37, 2.43it/s, loss=0.0366, lr=0.0004]
Steps: 45%|████▌ | 318/700 [02:12<02:36, 2.45it/s, loss=0.0366, lr=0.0004]
a small painting in the style of <s1><s2>
Steps: 45%|████▌ | 318/700 [02:12<02:36, 2.45it/s, loss=0.152, lr=0.0004]
Steps: 46%|████▌ | 319/700 [02:12<02:36, 2.44it/s, loss=0.152, lr=0.0004]
a rendition in the style of <s1><s2>
Steps: 46%|████▌ | 319/700 [02:12<02:36, 2.44it/s, loss=0.03, lr=0.0004]
Steps: 46%|████▌ | 320/700 [02:13<02:36, 2.43it/s, loss=0.03, lr=0.0004]
a weird painting in the style of <s1><s2>
Steps: 46%|████▌ | 320/700 [02:13<02:36, 2.43it/s, loss=0.152, lr=0.0004]
Steps: 46%|████▌ | 321/700 [02:13<02:34, 2.46it/s, loss=0.152, lr=0.0004]
a large painting in the style of <s1><s2>
Steps: 46%|████▌ | 321/700 [02:13<02:34, 2.46it/s, loss=0.0552, lr=0.0004]
Steps: 46%|████▌ | 322/700 [02:13<02:33, 2.46it/s, loss=0.0552, lr=0.0004]
a cool painting in the style of <s1><s2>
Steps: 46%|████▌ | 322/700 [02:13<02:33, 2.46it/s, loss=0.0163, lr=0.0004]
Steps: 46%|████▌ | 323/700 [02:14<02:32, 2.47it/s, loss=0.0163, lr=0.0004]
the painting in the style of <s1><s2>
Steps: 46%|████▌ | 323/700 [02:14<02:32, 2.47it/s, loss=0.0252, lr=0.0004]
Steps: 46%|████▋ | 324/700 [02:14<02:32, 2.47it/s, loss=0.0252, lr=0.0004]
a painting in the style of <s1><s2>
Steps: 46%|████▋ | 324/700 [02:14<02:32, 2.47it/s, loss=0.0903, lr=0.0004]
Steps: 46%|████▋ | 325/700 [02:15<02:33, 2.44it/s, loss=0.0903, lr=0.0004]
a painting in the style of <s1><s2>
Steps: 46%|████▋ | 325/700 [02:15<02:33, 2.44it/s, loss=0.0168, lr=0.0004]
Steps: 47%|████▋ | 326/700 [02:15<02:33, 2.44it/s, loss=0.0168, lr=0.0004]
a cropped painting in the style of <s1><s2>
Steps: 47%|████▋ | 326/700 [02:15<02:33, 2.44it/s, loss=0.144, lr=0.0004]
Steps: 47%|████▋ | 327/700 [02:16<02:33, 2.44it/s, loss=0.144, lr=0.0004]
a picture in the style of <s1><s2>
Steps: 47%|████▋ | 327/700 [02:16<02:33, 2.44it/s, loss=0.0451, lr=0.0004]
Steps: 47%|████▋ | 328/700 [02:16<02:33, 2.43it/s, loss=0.0451, lr=0.0004]
a clean painting in the style of <s1><s2>
Steps: 47%|████▋ | 328/700 [02:16<02:33, 2.43it/s, loss=0.0153, lr=0.0004]
Steps: 47%|████▋ | 329/700 [02:16<02:34, 2.40it/s, loss=0.0153, lr=0.0004]
a dirty painting in the style of <s1><s2>
Steps: 47%|████▋ | 329/700 [02:16<02:34, 2.40it/s, loss=0.0477, lr=0.0004]
Steps: 47%|████▋ | 330/700 [02:17<02:32, 2.42it/s, loss=0.0477, lr=0.0004]
a close-up painting in the style of <s1><s2>
Steps: 47%|████▋ | 330/700 [02:17<02:32, 2.42it/s, loss=0.188, lr=0.0004]
Steps: 47%|████▋ | 331/700 [02:17<02:32, 2.43it/s, loss=0.188, lr=0.0004]
a good painting in the style of <s1><s2>
Steps: 47%|████▋ | 331/700 [02:17<02:32, 2.43it/s, loss=0.011, lr=0.0004]
Steps: 47%|████▋ | 332/700 [02:18<02:32, 2.42it/s, loss=0.011, lr=0.0004]
a rendering in the style of <s1><s2>
Steps: 47%|████▋ | 332/700 [02:18<02:32, 2.42it/s, loss=0.0752, lr=0.0004]
Steps: 48%|████▊ | 333/700 [02:18<02:32, 2.41it/s, loss=0.0752, lr=0.0004]
a small painting in the style of <s1><s2>
Steps: 48%|████▊ | 333/700 [02:18<02:32, 2.41it/s, loss=0.0475, lr=0.0004]
Steps: 48%|████▊ | 334/700 [02:18<02:31, 2.41it/s, loss=0.0475, lr=0.0004]
a painting in the style of <s1><s2>
Steps: 48%|████▊ | 334/700 [02:18<02:31, 2.41it/s, loss=0.0564, lr=0.0004]
Steps: 48%|████▊ | 335/700 [02:19<02:30, 2.42it/s, loss=0.0564, lr=0.0004]
a bright painting in the style of <s1><s2>
Steps: 48%|████▊ | 335/700 [02:19<02:30, 2.42it/s, loss=0.0475, lr=0.0004]
Steps: 48%|████▊ | 336/700 [02:19<02:30, 2.42it/s, loss=0.0475, lr=0.0004]
a cool painting in the style of <s1><s2>
Steps: 48%|████▊ | 336/700 [02:19<02:30, 2.42it/s, loss=0.0145, lr=0.0004]
Steps: 48%|████▊ | 337/700 [02:20<02:29, 2.43it/s, loss=0.0145, lr=0.0004]
a close-up painting in the style of <s1><s2>
Steps: 48%|████▊ | 337/700 [02:20<02:29, 2.43it/s, loss=0.065, lr=0.0004]
Steps: 48%|████▊ | 338/700 [02:20<02:29, 2.42it/s, loss=0.065, lr=0.0004]
a small painting in the style of <s1><s2>
Steps: 48%|████▊ | 338/700 [02:20<02:29, 2.42it/s, loss=0.116, lr=0.0004]
Steps: 48%|████▊ | 339/700 [02:20<02:28, 2.43it/s, loss=0.116, lr=0.0004]
a rendering in the style of <s1><s2>
Steps: 48%|████▊ | 339/700 [02:20<02:28, 2.43it/s, loss=0.0815, lr=0.0004]
Steps: 49%|████▊ | 340/700 [02:21<02:26, 2.46it/s, loss=0.0815, lr=0.0004]
a rendering in the style of <s1><s2>
Steps: 49%|████▊ | 340/700 [02:21<02:26, 2.46it/s, loss=0.0279, lr=0.0004]
Steps: 49%|████▊ | 341/700 [02:21<02:25, 2.46it/s, loss=0.0279, lr=0.0004]
a cropped painting in the style of <s1><s2>
Steps: 49%|████▊ | 341/700 [02:21<02:25, 2.46it/s, loss=0.0568, lr=0.0004]
Steps: 49%|████▉ | 342/700 [02:22<02:26, 2.45it/s, loss=0.0568, lr=0.0004]
a cropped painting in the style of <s1><s2>
Steps: 49%|████▉ | 342/700 [02:22<02:26, 2.45it/s, loss=0.0894, lr=0.0004]
Steps: 49%|████▉ | 343/700 [02:22<02:25, 2.46it/s, loss=0.0894, lr=0.0004]
a close-up painting in the style of <s1><s2>
Steps: 49%|████▉ | 343/700 [02:22<02:25, 2.46it/s, loss=0.0197, lr=0.0004]
Steps: 49%|████▉ | 344/700 [02:23<02:25, 2.44it/s, loss=0.0197, lr=0.0004]
a dark painting in the style of <s1><s2>
Steps: 49%|████▉ | 344/700 [02:23<02:25, 2.44it/s, loss=0.0512, lr=0.0004]
Steps: 49%|████▉ | 345/700 [02:23<02:24, 2.45it/s, loss=0.0512, lr=0.0004]
a cool painting in the style of <s1><s2>
Steps: 49%|████▉ | 345/700 [02:23<02:24, 2.45it/s, loss=0.0202, lr=0.0004]
Steps: 49%|████▉ | 346/700 [02:23<02:24, 2.44it/s, loss=0.0202, lr=0.0004]
a nice painting in the style of <s1><s2>
Steps: 49%|████▉ | 346/700 [02:23<02:24, 2.44it/s, loss=0.0598, lr=0.0004]
Steps: 50%|████▉ | 347/700 [02:24<02:24, 2.44it/s, loss=0.0598, lr=0.0004]
a cropped painting in the style of <s1><s2>
Steps: 50%|████▉ | 347/700 [02:24<02:24, 2.44it/s, loss=0.0159, lr=0.0004]
Steps: 50%|████▉ | 348/700 [02:24<02:25, 2.42it/s, loss=0.0159, lr=0.0004]
a cool painting in the style of <s1><s2>
Steps: 50%|████▉ | 348/700 [02:24<02:25, 2.42it/s, loss=0.0507, lr=0.0004]
Steps: 50%|████▉ | 349/700 [02:25<02:26, 2.40it/s, loss=0.0507, lr=0.0004]
a dark painting in the style of <s1><s2>
Steps: 50%|████▉ | 349/700 [02:25<02:26, 2.40it/s, loss=0.0311, lr=0.0004]
Steps: 50%|█████ | 350/700 [02:25<02:25, 2.41it/s, loss=0.0311, lr=0.0004]
a picture in the style of <s1><s2>
Steps: 50%|█████ | 350/700 [02:25<02:25, 2.41it/s, loss=0.012, lr=0.0004]
Steps: 50%|█████ | 351/700 [02:25<02:23, 2.43it/s, loss=0.012, lr=0.0004]
a good painting in the style of <s1><s2>
Steps: 50%|█████ | 351/700 [02:25<02:23, 2.43it/s, loss=0.0284, lr=0.0004]
Steps: 50%|█████ | 352/700 [02:26<02:23, 2.43it/s, loss=0.0284, lr=0.0004]
a rendering in the style of <s1><s2>
Steps: 50%|█████ | 352/700 [02:26<02:23, 2.43it/s, loss=0.108, lr=0.0004]
Steps: 50%|█████ | 353/700 [02:26<02:23, 2.42it/s, loss=0.108, lr=0.0004]
a close-up painting in the style of <s1><s2>
Steps: 50%|█████ | 353/700 [02:26<02:23, 2.42it/s, loss=0.0362, lr=0.0004]
Steps: 51%|█████ | 354/700 [02:27<02:21, 2.44it/s, loss=0.0362, lr=0.0004]
a picture in the style of <s1><s2>
Steps: 51%|█████ | 354/700 [02:27<02:21, 2.44it/s, loss=0.0203, lr=0.0004]
Steps: 51%|█████ | 355/700 [02:27<02:22, 2.43it/s, loss=0.0203, lr=0.0004]
a good painting in the style of <s1><s2>
Steps: 51%|█████ | 355/700 [02:27<02:22, 2.43it/s, loss=0.0565, lr=0.0004]
Steps: 51%|█████ | 356/700 [02:27<02:22, 2.42it/s, loss=0.0565, lr=0.0004]
a weird painting in the style of <s1><s2>
Steps: 51%|█████ | 356/700 [02:27<02:22, 2.42it/s, loss=0.0354, lr=0.0004]
Steps: 51%|█████ | 357/700 [02:28<02:21, 2.43it/s, loss=0.0354, lr=0.0004]
a cropped painting in the style of <s1><s2>
Steps: 51%|█████ | 357/700 [02:28<02:21, 2.43it/s, loss=0.0466, lr=0.0004]
Steps: 51%|█████ | 358/700 [02:28<02:20, 2.43it/s, loss=0.0466, lr=0.0004]
a rendering in the style of <s1><s2>
Steps: 51%|█████ | 358/700 [02:28<02:20, 2.43it/s, loss=0.0294, lr=0.0004]
Steps: 51%|█████▏ | 359/700 [02:29<02:20, 2.42it/s, loss=0.0294, lr=0.0004]
the painting in the style of <s1><s2>
Steps: 51%|█████▏ | 359/700 [02:29<02:20, 2.42it/s, loss=0.0497, lr=0.0004]
Steps: 51%|█████▏ | 360/700 [02:29<02:20, 2.42it/s, loss=0.0497, lr=0.0004]
a small painting in the style of <s1><s2>
Steps: 51%|█████▏ | 360/700 [02:29<02:20, 2.42it/s, loss=0.0657, lr=0.0004]
Steps: 52%|█████▏ | 361/700 [02:30<02:20, 2.42it/s, loss=0.0657, lr=0.0004]
the painting in the style of <s1><s2>
Steps: 52%|█████▏ | 361/700 [02:30<02:20, 2.42it/s, loss=0.0109, lr=0.0004]
Steps: 52%|█████▏ | 362/700 [02:30<02:20, 2.41it/s, loss=0.0109, lr=0.0004]
a close-up painting in the style of <s1><s2>
Steps: 52%|█████▏ | 362/700 [02:30<02:20, 2.41it/s, loss=0.0117, lr=0.0004]
Steps: 52%|█████▏ | 363/700 [02:30<02:18, 2.43it/s, loss=0.0117, lr=0.0004]
a small painting in the style of <s1><s2>
Steps: 52%|█████▏ | 363/700 [02:30<02:18, 2.43it/s, loss=0.153, lr=0.0004]
Steps: 52%|█████▏ | 364/700 [02:31<02:18, 2.43it/s, loss=0.153, lr=0.0004]
a weird painting in the style of <s1><s2>
Steps: 52%|█████▏ | 364/700 [02:31<02:18, 2.43it/s, loss=0.0416, lr=0.0004]
Steps: 52%|█████▏ | 365/700 [02:31<02:17, 2.43it/s, loss=0.0416, lr=0.0004]
a rendition in the style of <s1><s2>
Steps: 52%|█████▏ | 365/700 [02:31<02:17, 2.43it/s, loss=0.19, lr=0.0004]
Steps: 52%|█████▏ | 366/700 [02:32<02:17, 2.43it/s, loss=0.19, lr=0.0004]
a cropped painting in the style of <s1><s2>
Steps: 52%|█████▏ | 366/700 [02:32<02:17, 2.43it/s, loss=0.0438, lr=0.0004]
Steps: 52%|█████▏ | 367/700 [02:32<02:16, 2.44it/s, loss=0.0438, lr=0.0004]
a cropped painting in the style of <s1><s2>
Steps: 52%|█████▏ | 367/700 [02:32<02:16, 2.44it/s, loss=0.0705, lr=0.0004]
Steps: 53%|█████▎ | 368/700 [02:32<02:16, 2.42it/s, loss=0.0705, lr=0.0004]
a picture in the style of <s1><s2>
Steps: 53%|█████▎ | 368/700 [02:32<02:16, 2.42it/s, loss=0.349, lr=0.0004]
Steps: 53%|█████▎ | 369/700 [02:33<02:16, 2.43it/s, loss=0.349, lr=0.0004]
a picture in the style of <s1><s2>
Steps: 53%|█████▎ | 369/700 [02:33<02:16, 2.43it/s, loss=0.0201, lr=0.0004]
Steps: 53%|█████▎ | 370/700 [02:33<02:17, 2.39it/s, loss=0.0201, lr=0.0004]
a dark painting in the style of <s1><s2>
Steps: 53%|█████▎ | 370/700 [02:33<02:17, 2.39it/s, loss=0.116, lr=0.0004]
Steps: 53%|█████▎ | 371/700 [02:34<02:17, 2.40it/s, loss=0.116, lr=0.0004]
a rendering in the style of <s1><s2>
Steps: 53%|█████▎ | 371/700 [02:34<02:17, 2.40it/s, loss=0.0282, lr=0.0004]
Steps: 53%|█████▎ | 372/700 [02:34<02:15, 2.43it/s, loss=0.0282, lr=0.0004]
a cool painting in the style of <s1><s2>
Steps: 53%|█████▎ | 372/700 [02:34<02:15, 2.43it/s, loss=0.281, lr=0.0004]
Steps: 53%|█████▎ | 373/700 [02:34<02:15, 2.41it/s, loss=0.281, lr=0.0004]
a picture in the style of <s1><s2>
Steps: 53%|█████▎ | 373/700 [02:34<02:15, 2.41it/s, loss=0.0761, lr=0.0004]
Steps: 53%|█████▎ | 374/700 [02:35<02:13, 2.43it/s, loss=0.0761, lr=0.0004]
a weird painting in the style of <s1><s2>
Steps: 53%|█████▎ | 374/700 [02:35<02:13, 2.43it/s, loss=0.11, lr=0.0004]
Steps: 54%|█████▎ | 375/700 [02:35<02:12, 2.45it/s, loss=0.11, lr=0.0004]
a clean painting in the style of <s1><s2>
Steps: 54%|█████▎ | 375/700 [02:35<02:12, 2.45it/s, loss=0.0885, lr=0.0004]
Steps: 54%|█████▎ | 376/700 [02:36<02:13, 2.43it/s, loss=0.0885, lr=0.0004]
a painting in the style of <s1><s2>
Steps: 54%|█████▎ | 376/700 [02:36<02:13, 2.43it/s, loss=0.0699, lr=0.0004]
Steps: 54%|█████▍ | 377/700 [02:36<02:12, 2.44it/s, loss=0.0699, lr=0.0004]
a dirty painting in the style of <s1><s2>
Steps: 54%|█████▍ | 377/700 [02:36<02:12, 2.44it/s, loss=0.0163, lr=0.0004]
Steps: 54%|█████▍ | 378/700 [02:37<02:12, 2.43it/s, loss=0.0163, lr=0.0004]
a large painting in the style of <s1><s2>
Steps: 54%|█████▍ | 378/700 [02:37<02:12, 2.43it/s, loss=0.103, lr=0.0004]
Steps: 54%|█████▍ | 379/700 [02:37<02:12, 2.43it/s, loss=0.103, lr=0.0004]
a dirty painting in the style of <s1><s2>
Steps: 54%|█████▍ | 379/700 [02:37<02:12, 2.43it/s, loss=0.153, lr=0.0004]
Steps: 54%|█████▍ | 380/700 [02:37<02:12, 2.42it/s, loss=0.153, lr=0.0004]
a cropped painting in the style of <s1><s2>
Steps: 54%|█████▍ | 380/700 [02:37<02:12, 2.42it/s, loss=0.0503, lr=0.0004]
Steps: 54%|█████▍ | 381/700 [02:38<02:11, 2.43it/s, loss=0.0503, lr=0.0004]
a cropped painting in the style of <s1><s2>
Steps: 54%|█████▍ | 381/700 [02:38<02:11, 2.43it/s, loss=0.0394, lr=0.0004]
Steps: 55%|█████▍ | 382/700 [02:38<02:10, 2.45it/s, loss=0.0394, lr=0.0004]
a good painting in the style of <s1><s2>
Steps: 55%|█████▍ | 382/700 [02:38<02:10, 2.45it/s, loss=0.0753, lr=0.0004]
Steps: 55%|█████▍ | 383/700 [02:39<02:09, 2.44it/s, loss=0.0753, lr=0.0004]
a close-up painting in the style of <s1><s2>
Steps: 55%|█████▍ | 383/700 [02:39<02:09, 2.44it/s, loss=0.22, lr=0.0004]
Steps: 55%|█████▍ | 384/700 [02:39<02:10, 2.43it/s, loss=0.22, lr=0.0004]
the painting in the style of <s1><s2>
Steps: 55%|█████▍ | 384/700 [02:39<02:10, 2.43it/s, loss=0.0375, lr=0.0004]
Steps: 55%|█████▌ | 385/700 [02:39<02:10, 2.42it/s, loss=0.0375, lr=0.0004]
a nice painting in the style of <s1><s2>
Steps: 55%|█████▌ | 385/700 [02:39<02:10, 2.42it/s, loss=0.0476, lr=0.0004]
Steps: 55%|█████▌ | 386/700 [02:40<02:09, 2.42it/s, loss=0.0476, lr=0.0004]
a rendering in the style of <s1><s2>
Steps: 55%|█████▌ | 386/700 [02:40<02:09, 2.42it/s, loss=0.0811, lr=0.0004]
Steps: 55%|█████▌ | 387/700 [02:40<02:09, 2.41it/s, loss=0.0811, lr=0.0004]
a good painting in the style of <s1><s2>
Steps: 55%|█████▌ | 387/700 [02:40<02:09, 2.41it/s, loss=0.0118, lr=0.0004]
Steps: 55%|█████▌ | 388/700 [02:41<02:08, 2.42it/s, loss=0.0118, lr=0.0004]
a cool painting in the style of <s1><s2>
Steps: 55%|█████▌ | 388/700 [02:41<02:08, 2.42it/s, loss=0.0359, lr=0.0004]
Steps: 56%|█████▌ | 389/700 [02:41<02:11, 2.37it/s, loss=0.0359, lr=0.0004]
a clean painting in the style of <s1><s2>
Steps: 56%|█████▌ | 389/700 [02:41<02:11, 2.37it/s, loss=0.0492, lr=0.0004]
Steps: 56%|█████▌ | 390/700 [02:42<02:10, 2.37it/s, loss=0.0492, lr=0.0004]
a picture in the style of <s1><s2>
Steps: 56%|█████▌ | 390/700 [02:42<02:10, 2.37it/s, loss=0.0463, lr=0.0004]
Steps: 56%|█████▌ | 391/700 [02:42<02:08, 2.40it/s, loss=0.0463, lr=0.0004]
a rendering in the style of <s1><s2>
Steps: 56%|█████▌ | 391/700 [02:42<02:08, 2.40it/s, loss=0.321, lr=0.0004]
Steps: 56%|█████▌ | 392/700 [02:42<02:07, 2.41it/s, loss=0.321, lr=0.0004]
a close-up painting in the style of <s1><s2>
Steps: 56%|█████▌ | 392/700 [02:42<02:07, 2.41it/s, loss=0.017, lr=0.0004]
Steps: 56%|█████▌ | 393/700 [02:43<02:08, 2.40it/s, loss=0.017, lr=0.0004]
a small painting in the style of <s1><s2>
Steps: 56%|█████▌ | 393/700 [02:43<02:08, 2.40it/s, loss=0.02, lr=0.0004]
Steps: 56%|█████▋ | 394/700 [02:43<02:07, 2.39it/s, loss=0.02, lr=0.0004]
a rendition in the style of <s1><s2>
Steps: 56%|█████▋ | 394/700 [02:43<02:07, 2.39it/s, loss=0.0423, lr=0.0004]
Steps: 56%|█████▋ | 395/700 [02:44<02:07, 2.39it/s, loss=0.0423, lr=0.0004]
a close-up painting in the style of <s1><s2>
Steps: 56%|█████▋ | 395/700 [02:44<02:07, 2.39it/s, loss=0.0209, lr=0.0004]
Steps: 57%|█████▋ | 396/700 [02:44<02:07, 2.38it/s, loss=0.0209, lr=0.0004]
a dirty painting in the style of <s1><s2>
Steps: 57%|█████▋ | 396/700 [02:44<02:07, 2.38it/s, loss=0.0235, lr=0.0004]
Steps: 57%|█████▋ | 397/700 [02:44<02:07, 2.38it/s, loss=0.0235, lr=0.0004]
a dirty painting in the style of <s1><s2>
Steps: 57%|█████▋ | 397/700 [02:44<02:07, 2.38it/s, loss=0.0578, lr=0.0004]
Steps: 57%|█████▋ | 398/700 [02:45<02:08, 2.36it/s, loss=0.0578, lr=0.0004]
a close-up painting in the style of <s1><s2>
Steps: 57%|█████▋ | 398/700 [02:45<02:08, 2.36it/s, loss=0.0436, lr=0.0004]
Steps: 57%|█████▋ | 399/700 [02:45<02:08, 2.34it/s, loss=0.0436, lr=0.0004]
a good painting in the style of <s1><s2>
Steps: 57%|█████▋ | 399/700 [02:45<02:08, 2.34it/s, loss=0.0576, lr=0.0004]
Steps: 57%|█████▋ | 400/700 [02:46<02:08, 2.34it/s, loss=0.0576, lr=0.0004]
Current Learned Embeddings for <s1>:, id 49408 tensor([ 0.0086, -0.0055, 0.0080, -0.0141], device='cuda:0')
Current Learned Embeddings for <s2>:, id 49409 tensor([-6.5803e-03, 6.6746e-05, 6.9851e-03, 2.4674e-03], device='cuda:0')
Saving weights to checkpoints/step_400.safetensors
LORA Unet Moved 0.0025785251054912806
LORA CLIP Moved 0.0001599749957676977
a painting in the style of <s1><s2>
Steps: 57%|█████▋ | 400/700 [02:46<02:08, 2.34it/s, loss=0.091, lr=0.0004]
Steps: 57%|█████▋ | 401/700 [02:46<02:16, 2.20it/s, loss=0.091, lr=0.0004]
a clean painting in the style of <s1><s2>
Steps: 57%|█████▋ | 401/700 [02:46<02:16, 2.20it/s, loss=0.0775, lr=0.0004]
Steps: 57%|█████▋ | 402/700 [02:47<02:12, 2.24it/s, loss=0.0775, lr=0.0004]
a dark painting in the style of <s1><s2>
Steps: 57%|█████▋ | 402/700 [02:47<02:12, 2.24it/s, loss=0.0191, lr=0.0004]
Steps: 58%|█████▊ | 403/700 [02:47<02:09, 2.29it/s, loss=0.0191, lr=0.0004]
a nice painting in the style of <s1><s2>
Steps: 58%|█████▊ | 403/700 [02:47<02:09, 2.29it/s, loss=0.014, lr=0.0004]
Steps: 58%|█████▊ | 404/700 [02:48<02:08, 2.31it/s, loss=0.014, lr=0.0004]
a large painting in the style of <s1><s2>
Steps: 58%|█████▊ | 404/700 [02:48<02:08, 2.31it/s, loss=0.0546, lr=0.0004]
Steps: 58%|█████▊ | 405/700 [02:48<02:06, 2.32it/s, loss=0.0546, lr=0.0004]
a cool painting in the style of <s1><s2>
Steps: 58%|█████▊ | 405/700 [02:48<02:06, 2.32it/s, loss=0.0146, lr=0.0004]
Steps: 58%|█████▊ | 406/700 [02:48<02:06, 2.32it/s, loss=0.0146, lr=0.0004]
a large painting in the style of <s1><s2>
Steps: 58%|█████▊ | 406/700 [02:48<02:06, 2.32it/s, loss=0.194, lr=0.0004]
Steps: 58%|█████▊ | 407/700 [02:49<02:06, 2.32it/s, loss=0.194, lr=0.0004]
a painting in the style of <s1><s2>
Steps: 58%|█████▊ | 407/700 [02:49<02:06, 2.32it/s, loss=0.134, lr=0.0004]
Steps: 58%|█████▊ | 408/700 [02:49<02:06, 2.32it/s, loss=0.134, lr=0.0004]
a rendition in the style of <s1><s2>
Steps: 58%|█████▊ | 408/700 [02:49<02:06, 2.32it/s, loss=0.0168, lr=0.0004]
Steps: 58%|█████▊ | 409/700 [02:50<02:05, 2.32it/s, loss=0.0168, lr=0.0004]
a large painting in the style of <s1><s2>
Steps: 58%|█████▊ | 409/700 [02:50<02:05, 2.32it/s, loss=0.0253, lr=0.0004]
Steps: 59%|█████▊ | 410/700 [02:50<02:03, 2.35it/s, loss=0.0253, lr=0.0004]
a rendition in the style of <s1><s2>
Steps: 59%|█████▊ | 410/700 [02:50<02:03, 2.35it/s, loss=0.0205, lr=0.0004]
Steps: 59%|█████▊ | 411/700 [02:50<02:02, 2.36it/s, loss=0.0205, lr=0.0004]
the painting in the style of <s1><s2>
Steps: 59%|█████▊ | 411/700 [02:50<02:02, 2.36it/s, loss=0.0136, lr=0.0004]
Steps: 59%|█████▉ | 412/700 [02:51<02:01, 2.36it/s, loss=0.0136, lr=0.0004]
a picture in the style of <s1><s2>
Steps: 59%|█████▉ | 412/700 [02:51<02:01, 2.36it/s, loss=0.0765, lr=0.0004]
Steps: 59%|█████▉ | 413/700 [02:51<02:02, 2.35it/s, loss=0.0765, lr=0.0004]
a clean painting in the style of <s1><s2>
Steps: 59%|█████▉ | 413/700 [02:51<02:02, 2.35it/s, loss=0.06, lr=0.0004]
Steps: 59%|█████▉ | 414/700 [02:52<02:00, 2.38it/s, loss=0.06, lr=0.0004]
a picture in the style of <s1><s2>
Steps: 59%|█████▉ | 414/700 [02:52<02:00, 2.38it/s, loss=0.0381, lr=0.0004]
Steps: 59%|█████▉ | 415/700 [02:52<01:58, 2.40it/s, loss=0.0381, lr=0.0004]
a cool painting in the style of <s1><s2>
Steps: 59%|█████▉ | 415/700 [02:52<01:58, 2.40it/s, loss=0.0414, lr=0.0004]
Steps: 59%|█████▉ | 416/700 [02:53<01:59, 2.38it/s, loss=0.0414, lr=0.0004]
a cropped painting in the style of <s1><s2>
Steps: 59%|█████▉ | 416/700 [02:53<01:59, 2.38it/s, loss=0.0801, lr=0.0004]
Steps: 60%|█████▉ | 417/700 [02:53<01:58, 2.39it/s, loss=0.0801, lr=0.0004]
a nice painting in the style of <s1><s2>
Steps: 60%|█████▉ | 417/700 [02:53<01:58, 2.39it/s, loss=0.0423, lr=0.0004]
Steps: 60%|█████▉ | 418/700 [02:53<01:58, 2.38it/s, loss=0.0423, lr=0.0004]
a dirty painting in the style of <s1><s2>
Steps: 60%|█████▉ | 418/700 [02:53<01:58, 2.38it/s, loss=0.0624, lr=0.0004]
Steps: 60%|█████▉ | 419/700 [02:54<01:56, 2.40it/s, loss=0.0624, lr=0.0004]
a painting in the style of <s1><s2>
Steps: 60%|█████▉ | 419/700 [02:54<01:56, 2.40it/s, loss=0.0189, lr=0.0004]
Steps: 60%|██████ | 420/700 [02:54<01:57, 2.39it/s, loss=0.0189, lr=0.0004]
a cool painting in the style of <s1><s2>
Steps: 60%|██████ | 420/700 [02:54<01:57, 2.39it/s, loss=0.0572, lr=0.0004]
Steps: 60%|██████ | 421/700 [02:55<01:56, 2.40it/s, loss=0.0572, lr=0.0004]
a painting in the style of <s1><s2>
Steps: 60%|██████ | 421/700 [02:55<01:56, 2.40it/s, loss=0.0225, lr=0.0004]
Steps: 60%|██████ | 422/700 [02:55<01:56, 2.39it/s, loss=0.0225, lr=0.0004]
a small painting in the style of <s1><s2>
Steps: 60%|██████ | 422/700 [02:55<01:56, 2.39it/s, loss=0.0374, lr=0.0004]
Steps: 60%|██████ | 423/700 [02:56<01:56, 2.38it/s, loss=0.0374, lr=0.0004]
a rendition in the style of <s1><s2>
Steps: 60%|██████ | 423/700 [02:56<01:56, 2.38it/s, loss=0.291, lr=0.0004]
Steps: 61%|██████ | 424/700 [02:56<01:54, 2.42it/s, loss=0.291, lr=0.0004]
a cool painting in the style of <s1><s2>
Steps: 61%|██████ | 424/700 [02:56<01:54, 2.42it/s, loss=0.134, lr=0.0004]
Steps: 61%|██████ | 425/700 [02:56<01:53, 2.43it/s, loss=0.134, lr=0.0004]
a dark painting in the style of <s1><s2>
Steps: 61%|██████ | 425/700 [02:56<01:53, 2.43it/s, loss=0.0679, lr=0.0004]
Steps: 61%|██████ | 426/700 [02:57<01:53, 2.41it/s, loss=0.0679, lr=0.0004]
a dirty painting in the style of <s1><s2>
Steps: 61%|██████ | 426/700 [02:57<01:53, 2.41it/s, loss=0.121, lr=0.0004]
Steps: 61%|██████ | 427/700 [02:57<01:53, 2.41it/s, loss=0.121, lr=0.0004]
a rendering in the style of <s1><s2>
Steps: 61%|██████ | 427/700 [02:57<01:53, 2.41it/s, loss=0.16, lr=0.0004]
Steps: 61%|██████ | 428/700 [02:58<01:53, 2.39it/s, loss=0.16, lr=0.0004]
a dirty painting in the style of <s1><s2>
Steps: 61%|██████ | 428/700 [02:58<01:53, 2.39it/s, loss=0.069, lr=0.0004]
Steps: 61%|██████▏ | 429/700 [02:58<01:53, 2.39it/s, loss=0.069, lr=0.0004]
a cropped painting in the style of <s1><s2>
Steps: 61%|██████▏ | 429/700 [02:58<01:53, 2.39it/s, loss=0.128, lr=0.0004]
Steps: 61%|██████▏ | 430/700 [02:58<01:51, 2.41it/s, loss=0.128, lr=0.0004]
a rendition in the style of <s1><s2>
Steps: 61%|██████▏ | 430/700 [02:58<01:51, 2.41it/s, loss=0.135, lr=0.0004]
Steps: 62%|██████▏ | 431/700 [02:59<01:51, 2.42it/s, loss=0.135, lr=0.0004]
a close-up painting in the style of <s1><s2>
Steps: 62%|██████▏ | 431/700 [02:59<01:51, 2.42it/s, loss=0.0445, lr=0.0004]
Steps: 62%|██████▏ | 432/700 [02:59<01:50, 2.43it/s, loss=0.0445, lr=0.0004]
a large painting in the style of <s1><s2>
Steps: 62%|██████▏ | 432/700 [02:59<01:50, 2.43it/s, loss=0.0341, lr=0.0004]
Steps: 62%|██████▏ | 433/700 [03:00<01:50, 2.43it/s, loss=0.0341, lr=0.0004]
a rendition in the style of <s1><s2>
Steps: 62%|██████▏ | 433/700 [03:00<01:50, 2.43it/s, loss=0.0448, lr=0.0004]
Steps: 62%|██████▏ | 434/700 [03:00<01:50, 2.42it/s, loss=0.0448, lr=0.0004]
a small painting in the style of <s1><s2>
Steps: 62%|██████▏ | 434/700 [03:00<01:50, 2.42it/s, loss=0.0189, lr=0.0004]
Steps: 62%|██████▏ | 435/700 [03:00<01:50, 2.41it/s, loss=0.0189, lr=0.0004]
a large painting in the style of <s1><s2>
Steps: 62%|██████▏ | 435/700 [03:00<01:50, 2.41it/s, loss=0.0717, lr=0.0004]
Steps: 62%|██████▏ | 436/700 [03:01<01:50, 2.40it/s, loss=0.0717, lr=0.0004]
a cropped painting in the style of <s1><s2>
Steps: 62%|██████▏ | 436/700 [03:01<01:50, 2.40it/s, loss=0.0206, lr=0.0004]
Steps: 62%|██████▏ | 437/700 [03:01<01:49, 2.41it/s, loss=0.0206, lr=0.0004]
a dirty painting in the style of <s1><s2>
Steps: 62%|██████▏ | 437/700 [03:01<01:49, 2.41it/s, loss=0.0503, lr=0.0004]
Steps: 63%|██████▎ | 438/700 [03:02<01:48, 2.42it/s, loss=0.0503, lr=0.0004]
a weird painting in the style of <s1><s2>
Steps: 63%|██████▎ | 438/700 [03:02<01:48, 2.42it/s, loss=0.0512, lr=0.0004]
Steps: 63%|██████▎ | 439/700 [03:02<01:47, 2.43it/s, loss=0.0512, lr=0.0004]
a dirty painting in the style of <s1><s2>
Steps: 63%|██████▎ | 439/700 [03:02<01:47, 2.43it/s, loss=0.0407, lr=0.0004]
Steps: 63%|██████▎ | 440/700 [03:03<01:46, 2.44it/s, loss=0.0407, lr=0.0004]
a rendering in the style of <s1><s2>
Steps: 63%|██████▎ | 440/700 [03:03<01:46, 2.44it/s, loss=0.0565, lr=0.0004]
Steps: 63%|██████▎ | 441/700 [03:03<01:45, 2.47it/s, loss=0.0565, lr=0.0004]
a nice painting in the style of <s1><s2>
Steps: 63%|██████▎ | 441/700 [03:03<01:45, 2.47it/s, loss=0.0186, lr=0.0004]
Steps: 63%|██████▎ | 442/700 [03:03<01:45, 2.45it/s, loss=0.0186, lr=0.0004]
the painting in the style of <s1><s2>
Steps: 63%|██████▎ | 442/700 [03:03<01:45, 2.45it/s, loss=0.0437, lr=0.0004]
Steps: 63%|██████▎ | 443/700 [03:04<01:44, 2.46it/s, loss=0.0437, lr=0.0004]
a large painting in the style of <s1><s2>
Steps: 63%|██████▎ | 443/700 [03:04<01:44, 2.46it/s, loss=0.0143, lr=0.0004]
Steps: 63%|██████▎ | 444/700 [03:04<01:43, 2.47it/s, loss=0.0143, lr=0.0004]
a painting in the style of <s1><s2>
Steps: 63%|██████▎ | 444/700 [03:04<01:43, 2.47it/s, loss=0.029, lr=0.0004]
Steps: 64%|██████▎ | 445/700 [03:05<01:43, 2.46it/s, loss=0.029, lr=0.0004]
a small painting in the style of <s1><s2>
Steps: 64%|██████▎ | 445/700 [03:05<01:43, 2.46it/s, loss=0.0421, lr=0.0004]
Steps: 64%|██████▎ | 446/700 [03:05<01:42, 2.47it/s, loss=0.0421, lr=0.0004]
a painting in the style of <s1><s2>
Steps: 64%|██████▎ | 446/700 [03:05<01:42, 2.47it/s, loss=0.067, lr=0.0004]
Steps: 64%|██████▍ | 447/700 [03:05<01:44, 2.43it/s, loss=0.067, lr=0.0004]
a clean painting in the style of <s1><s2>
Steps: 64%|██████▍ | 447/700 [03:05<01:44, 2.43it/s, loss=0.035, lr=0.0004]
Steps: 64%|██████▍ | 448/700 [03:06<01:45, 2.39it/s, loss=0.035, lr=0.0004]
a rendition in the style of <s1><s2>
Steps: 64%|██████▍ | 448/700 [03:06<01:45, 2.39it/s, loss=0.145, lr=0.0004]
Steps: 64%|██████▍ | 449/700 [03:06<01:44, 2.40it/s, loss=0.145, lr=0.0004]
a weird painting in the style of <s1><s2>
Steps: 64%|██████▍ | 449/700 [03:06<01:44, 2.40it/s, loss=0.052, lr=0.0004]
Steps: 64%|██████▍ | 450/700 [03:07<01:43, 2.40it/s, loss=0.052, lr=0.0004]
a cropped painting in the style of <s1><s2>
Steps: 64%|██████▍ | 450/700 [03:07<01:43, 2.40it/s, loss=0.0238, lr=0.0004]
Steps: 64%|██████▍ | 451/700 [03:07<01:43, 2.41it/s, loss=0.0238, lr=0.0004]
a dirty painting in the style of <s1><s2>
Steps: 64%|██████▍ | 451/700 [03:07<01:43, 2.41it/s, loss=0.0386, lr=0.0004]
Steps: 65%|██████▍ | 452/700 [03:07<01:41, 2.43it/s, loss=0.0386, lr=0.0004]
a small painting in the style of <s1><s2>
Steps: 65%|██████▍ | 452/700 [03:07<01:41, 2.43it/s, loss=0.0263, lr=0.0004]
Steps: 65%|██████▍ | 453/700 [03:08<01:40, 2.45it/s, loss=0.0263, lr=0.0004]
a cropped painting in the style of <s1><s2>
Steps: 65%|██████▍ | 453/700 [03:08<01:40, 2.45it/s, loss=0.0213, lr=0.0004]
Steps: 65%|██████▍ | 454/700 [03:08<01:39, 2.46it/s, loss=0.0213, lr=0.0004]
a rendition in the style of <s1><s2>
Steps: 65%|██████▍ | 454/700 [03:08<01:39, 2.46it/s, loss=0.0415, lr=0.0004]
Steps: 65%|██████▌ | 455/700 [03:09<01:39, 2.47it/s, loss=0.0415, lr=0.0004]
a weird painting in the style of <s1><s2>
Steps: 65%|██████▌ | 455/700 [03:09<01:39, 2.47it/s, loss=0.134, lr=0.0004]
Steps: 65%|██████▌ | 456/700 [03:09<01:40, 2.43it/s, loss=0.134, lr=0.0004]
a close-up painting in the style of <s1><s2>
Steps: 65%|██████▌ | 456/700 [03:09<01:40, 2.43it/s, loss=0.0565, lr=0.0004]
Steps: 65%|██████▌ | 457/700 [03:10<01:39, 2.44it/s, loss=0.0565, lr=0.0004]
a large painting in the style of <s1><s2>
Steps: 65%|██████▌ | 457/700 [03:10<01:39, 2.44it/s, loss=0.148, lr=0.0004]
Steps: 65%|██████▌ | 458/700 [03:10<01:39, 2.43it/s, loss=0.148, lr=0.0004]
a good painting in the style of <s1><s2>
Steps: 65%|██████▌ | 458/700 [03:10<01:39, 2.43it/s, loss=0.0281, lr=0.0004]
Steps: 66%|██████▌ | 459/700 [03:10<01:38, 2.44it/s, loss=0.0281, lr=0.0004]
a dark painting in the style of <s1><s2>
Steps: 66%|██████▌ | 459/700 [03:10<01:38, 2.44it/s, loss=0.118, lr=0.0004]
Steps: 66%|██████▌ | 460/700 [03:11<01:38, 2.44it/s, loss=0.118, lr=0.0004]
a large painting in the style of <s1><s2>
Steps: 66%|██████▌ | 460/700 [03:11<01:38, 2.44it/s, loss=0.0864, lr=0.0004]
Steps: 66%|██████▌ | 461/700 [03:11<01:36, 2.47it/s, loss=0.0864, lr=0.0004]
a good painting in the style of <s1><s2>
Steps: 66%|██████▌ | 461/700 [03:11<01:36, 2.47it/s, loss=0.0503, lr=0.0004]
Steps: 66%|██████▌ | 462/700 [03:12<01:35, 2.48it/s, loss=0.0503, lr=0.0004]
a picture in the style of <s1><s2>
Steps: 66%|██████▌ | 462/700 [03:12<01:35, 2.48it/s, loss=0.106, lr=0.0004]
Steps: 66%|██████▌ | 463/700 [03:12<01:35, 2.47it/s, loss=0.106, lr=0.0004]
a cropped painting in the style of <s1><s2>
Steps: 66%|██████▌ | 463/700 [03:12<01:35, 2.47it/s, loss=0.0379, lr=0.0004]
Steps: 66%|██████▋ | 464/700 [03:12<01:35, 2.48it/s, loss=0.0379, lr=0.0004]
a painting in the style of <s1><s2>
Steps: 66%|██████▋ | 464/700 [03:12<01:35, 2.48it/s, loss=0.0219, lr=0.0004]
Steps: 66%|██████▋ | 465/700 [03:13<01:35, 2.47it/s, loss=0.0219, lr=0.0004]
the painting in the style of <s1><s2>
Steps: 66%|██████▋ | 465/700 [03:13<01:35, 2.47it/s, loss=0.0262, lr=0.0004]
Steps: 67%|██████▋ | 466/700 [03:13<01:34, 2.48it/s, loss=0.0262, lr=0.0004]
a bright painting in the style of <s1><s2>
Steps: 67%|██████▋ | 466/700 [03:13<01:34, 2.48it/s, loss=0.019, lr=0.0004]
Steps: 67%|██████▋ | 467/700 [03:14<01:33, 2.48it/s, loss=0.019, lr=0.0004]
a dirty painting in the style of <s1><s2>
Steps: 67%|██████▋ | 467/700 [03:14<01:33, 2.48it/s, loss=0.34, lr=0.0004]
Steps: 67%|██████▋ | 468/700 [03:14<01:33, 2.48it/s, loss=0.34, lr=0.0004]
a dark painting in the style of <s1><s2>
Steps: 67%|██████▋ | 468/700 [03:14<01:33, 2.48it/s, loss=0.0701, lr=0.0004]
Steps: 67%|██████▋ | 469/700 [03:14<01:32, 2.49it/s, loss=0.0701, lr=0.0004]
a dark painting in the style of <s1><s2>
Steps: 67%|██████▋ | 469/700 [03:14<01:32, 2.49it/s, loss=0.0369, lr=0.0004]
Steps: 67%|██████▋ | 470/700 [03:15<01:32, 2.48it/s, loss=0.0369, lr=0.0004]
a rendering in the style of <s1><s2>
Steps: 67%|██████▋ | 470/700 [03:15<01:32, 2.48it/s, loss=0.163, lr=0.0004]
Steps: 67%|██████▋ | 471/700 [03:15<01:32, 2.48it/s, loss=0.163, lr=0.0004]
a dark painting in the style of <s1><s2>
Steps: 67%|██████▋ | 471/700 [03:15<01:32, 2.48it/s, loss=0.0519, lr=0.0004]
Steps: 67%|██████▋ | 472/700 [03:16<01:32, 2.48it/s, loss=0.0519, lr=0.0004]
a dirty painting in the style of <s1><s2>
Steps: 67%|██████▋ | 472/700 [03:16<01:32, 2.48it/s, loss=0.114, lr=0.0004]
Steps: 68%|██████▊ | 473/700 [03:16<01:32, 2.46it/s, loss=0.114, lr=0.0004]
a bright painting in the style of <s1><s2>
Steps: 68%|██████▊ | 473/700 [03:16<01:32, 2.46it/s, loss=0.0125, lr=0.0004]
Steps: 68%|██████▊ | 474/700 [03:16<01:31, 2.46it/s, loss=0.0125, lr=0.0004]
a rendition in the style of <s1><s2>
Steps: 68%|██████▊ | 474/700 [03:16<01:31, 2.46it/s, loss=0.0733, lr=0.0004]
Steps: 68%|██████▊ | 475/700 [03:17<01:32, 2.44it/s, loss=0.0733, lr=0.0004]
a small painting in the style of <s1><s2>
Steps: 68%|██████▊ | 475/700 [03:17<01:32, 2.44it/s, loss=0.0684, lr=0.0004]
Steps: 68%|██████▊ | 476/700 [03:17<01:32, 2.43it/s, loss=0.0684, lr=0.0004]
a painting in the style of <s1><s2>
Steps: 68%|██████▊ | 476/700 [03:17<01:32, 2.43it/s, loss=0.0109, lr=0.0004]
Steps: 68%|██████▊ | 477/700 [03:18<01:31, 2.45it/s, loss=0.0109, lr=0.0004]
a picture in the style of <s1><s2>
Steps: 68%|██████▊ | 477/700 [03:18<01:31, 2.45it/s, loss=0.044, lr=0.0004]
Steps: 68%|██████▊ | 478/700 [03:18<01:29, 2.47it/s, loss=0.044, lr=0.0004]
a small painting in the style of <s1><s2>
Steps: 68%|██████▊ | 478/700 [03:18<01:29, 2.47it/s, loss=0.0351, lr=0.0004]
Steps: 68%|██████▊ | 479/700 [03:18<01:29, 2.47it/s, loss=0.0351, lr=0.0004]
a rendition in the style of <s1><s2>
Steps: 68%|██████▊ | 479/700 [03:18<01:29, 2.47it/s, loss=0.0484, lr=0.0004]
Steps: 69%|██████▊ | 480/700 [03:19<01:28, 2.49it/s, loss=0.0484, lr=0.0004]
a painting in the style of <s1><s2>
Steps: 69%|██████▊ | 480/700 [03:19<01:28, 2.49it/s, loss=0.229, lr=0.0004]
Steps: 69%|██████▊ | 481/700 [03:19<01:28, 2.47it/s, loss=0.229, lr=0.0004]
a painting in the style of <s1><s2>
Steps: 69%|██████▊ | 481/700 [03:19<01:28, 2.47it/s, loss=0.0299, lr=0.0004]
Steps: 69%|██████▉ | 482/700 [03:20<01:28, 2.47it/s, loss=0.0299, lr=0.0004]
a painting in the style of <s1><s2>
Steps: 69%|██████▉ | 482/700 [03:20<01:28, 2.47it/s, loss=0.133, lr=0.0004]
Steps: 69%|██████▉ | 483/700 [03:20<01:28, 2.46it/s, loss=0.133, lr=0.0004]
a picture in the style of <s1><s2>
Steps: 69%|██████▉ | 483/700 [03:20<01:28, 2.46it/s, loss=0.139, lr=0.0004]
Steps: 69%|██████▉ | 484/700 [03:20<01:27, 2.46it/s, loss=0.139, lr=0.0004]
a close-up painting in the style of <s1><s2>
Steps: 69%|██████▉ | 484/700 [03:20<01:27, 2.46it/s, loss=0.269, lr=0.0004]
Steps: 69%|██████▉ | 485/700 [03:21<01:26, 2.47it/s, loss=0.269, lr=0.0004]
a cool painting in the style of <s1><s2>
Steps: 69%|██████▉ | 485/700 [03:21<01:26, 2.47it/s, loss=0.0539, lr=0.0004]
Steps: 69%|██████▉ | 486/700 [03:21<01:27, 2.45it/s, loss=0.0539, lr=0.0004]
a close-up painting in the style of <s1><s2>
Steps: 69%|██████▉ | 486/700 [03:21<01:27, 2.45it/s, loss=0.039, lr=0.0004]
Steps: 70%|██████▉ | 487/700 [03:22<01:26, 2.46it/s, loss=0.039, lr=0.0004]
a weird painting in the style of <s1><s2>
Steps: 70%|██████▉ | 487/700 [03:22<01:26, 2.46it/s, loss=0.0574, lr=0.0004]
Steps: 70%|██████▉ | 488/700 [03:22<01:26, 2.45it/s, loss=0.0574, lr=0.0004]
a painting in the style of <s1><s2>
Steps: 70%|██████▉ | 488/700 [03:22<01:26, 2.45it/s, loss=0.0626, lr=0.0004]
Steps: 70%|██████▉ | 489/700 [03:22<01:26, 2.43it/s, loss=0.0626, lr=0.0004]
a close-up painting in the style of <s1><s2>
Steps: 70%|██████▉ | 489/700 [03:22<01:26, 2.43it/s, loss=0.143, lr=0.0004]
Steps: 70%|███████ | 490/700 [03:23<01:25, 2.45it/s, loss=0.143, lr=0.0004]
a painting in the style of <s1><s2>
Steps: 70%|███████ | 490/700 [03:23<01:25, 2.45it/s, loss=0.0134, lr=0.0004]
Steps: 70%|███████ | 491/700 [03:23<01:25, 2.44it/s, loss=0.0134, lr=0.0004]
a rendition in the style of <s1><s2>
Steps: 70%|███████ | 491/700 [03:23<01:25, 2.44it/s, loss=0.0675, lr=0.0004]
Steps: 70%|███████ | 492/700 [03:24<01:24, 2.46it/s, loss=0.0675, lr=0.0004]
a rendition in the style of <s1><s2>
Steps: 70%|███████ | 492/700 [03:24<01:24, 2.46it/s, loss=0.0873, lr=0.0004]
Steps: 70%|███████ | 493/700 [03:24<01:23, 2.48it/s, loss=0.0873, lr=0.0004]
a weird painting in the style of <s1><s2>
Steps: 70%|███████ | 493/700 [03:24<01:23, 2.48it/s, loss=0.0194, lr=0.0004]
Steps: 71%|███████ | 494/700 [03:25<01:23, 2.46it/s, loss=0.0194, lr=0.0004]
a weird painting in the style of <s1><s2>
Steps: 71%|███████ | 494/700 [03:25<01:23, 2.46it/s, loss=0.0319, lr=0.0004]
Steps: 71%|███████ | 495/700 [03:25<01:24, 2.44it/s, loss=0.0319, lr=0.0004]
a picture in the style of <s1><s2>
Steps: 71%|███████ | 495/700 [03:25<01:24, 2.44it/s, loss=0.0969, lr=0.0004]
Steps: 71%|███████ | 496/700 [03:25<01:23, 2.45it/s, loss=0.0969, lr=0.0004]
a bright painting in the style of <s1><s2>
Steps: 71%|███████ | 496/700 [03:25<01:23, 2.45it/s, loss=0.0649, lr=0.0004]
Steps: 71%|███████ | 497/700 [03:26<01:22, 2.46it/s, loss=0.0649, lr=0.0004]
a good painting in the style of <s1><s2>
Steps: 71%|███████ | 497/700 [03:26<01:22, 2.46it/s, loss=0.0318, lr=0.0004]
Steps: 71%|███████ | 498/700 [03:26<01:22, 2.45it/s, loss=0.0318, lr=0.0004]
a small painting in the style of <s1><s2>
Steps: 71%|███████ | 498/700 [03:26<01:22, 2.45it/s, loss=0.0792, lr=0.0004]
Steps: 71%|███████▏ | 499/700 [03:27<01:22, 2.45it/s, loss=0.0792, lr=0.0004]
a small painting in the style of <s1><s2>
Steps: 71%|███████▏ | 499/700 [03:27<01:22, 2.45it/s, loss=0.0466, lr=0.0004]
Steps: 71%|███████▏ | 500/700 [03:27<01:22, 2.43it/s, loss=0.0466, lr=0.0004]
Current Learned Embeddings for <s1>:, id 49408 tensor([ 0.0086, -0.0055, 0.0080, -0.0141], device='cuda:0')
Current Learned Embeddings for <s2>:, id 49409 tensor([-6.5803e-03, 6.6746e-05, 6.9851e-03, 2.4674e-03], device='cuda:0')
Saving weights to checkpoints/step_500.safetensors
LORA Unet Moved 0.002903697080910206
LORA CLIP Moved 0.00019171273743268102
the painting in the style of <s1><s2>
Steps: 71%|███████▏ | 500/700 [03:27<01:22, 2.43it/s, loss=0.0171, lr=0.0004]
Steps: 72%|███████▏ | 501/700 [03:27<01:27, 2.28it/s, loss=0.0171, lr=0.0004]
a dirty painting in the style of <s1><s2>
Steps: 72%|███████▏ | 501/700 [03:27<01:27, 2.28it/s, loss=0.145, lr=0.0004]
Steps: 72%|███████▏ | 502/700 [03:28<01:24, 2.35it/s, loss=0.145, lr=0.0004]
a dirty painting in the style of <s1><s2>
Steps: 72%|███████▏ | 502/700 [03:28<01:24, 2.35it/s, loss=0.0294, lr=0.0004]
Steps: 72%|███████▏ | 503/700 [03:28<01:23, 2.37it/s, loss=0.0294, lr=0.0004]
a dark painting in the style of <s1><s2>
Steps: 72%|███████▏ | 503/700 [03:28<01:23, 2.37it/s, loss=0.0378, lr=0.0004]
Steps: 72%|███████▏ | 504/700 [03:29<01:22, 2.38it/s, loss=0.0378, lr=0.0004]
a good painting in the style of <s1><s2>
Steps: 72%|███████▏ | 504/700 [03:29<01:22, 2.38it/s, loss=0.271, lr=0.0004]
Steps: 72%|███████▏ | 505/700 [03:29<01:20, 2.41it/s, loss=0.271, lr=0.0004]
a small painting in the style of <s1><s2>
Steps: 72%|███████▏ | 505/700 [03:29<01:20, 2.41it/s, loss=0.0311, lr=0.0004]
Steps: 72%|███████▏ | 506/700 [03:30<01:20, 2.41it/s, loss=0.0311, lr=0.0004]
a cropped painting in the style of <s1><s2>
Steps: 72%|███████▏ | 506/700 [03:30<01:20, 2.41it/s, loss=0.108, lr=0.0004]
Steps: 72%|███████▏ | 507/700 [03:30<01:19, 2.42it/s, loss=0.108, lr=0.0004]
a rendering in the style of <s1><s2>
Steps: 72%|███████▏ | 507/700 [03:30<01:19, 2.42it/s, loss=0.0197, lr=0.0004]
Steps: 73%|███████▎ | 508/700 [03:30<01:19, 2.42it/s, loss=0.0197, lr=0.0004]
a cool painting in the style of <s1><s2>
Steps: 73%|███████▎ | 508/700 [03:30<01:19, 2.42it/s, loss=0.0428, lr=0.0004]
Steps: 73%|███████▎ | 509/700 [03:31<01:18, 2.43it/s, loss=0.0428, lr=0.0004]
a painting in the style of <s1><s2>
Steps: 73%|███████▎ | 509/700 [03:31<01:18, 2.43it/s, loss=0.0458, lr=0.0004]
Steps: 73%|███████▎ | 510/700 [03:31<01:18, 2.43it/s, loss=0.0458, lr=0.0004]
a dirty painting in the style of <s1><s2>
Steps: 73%|███████▎ | 510/700 [03:31<01:18, 2.43it/s, loss=0.157, lr=0.0004]
Steps: 73%|███████▎ | 511/700 [03:32<01:18, 2.42it/s, loss=0.157, lr=0.0004]
a dark painting in the style of <s1><s2>
Steps: 73%|███████▎ | 511/700 [03:32<01:18, 2.42it/s, loss=0.0204, lr=0.0004]
Steps: 73%|███████▎ | 512/700 [03:32<01:17, 2.42it/s, loss=0.0204, lr=0.0004]
a dirty painting in the style of <s1><s2>
Steps: 73%|███████▎ | 512/700 [03:32<01:17, 2.42it/s, loss=0.053, lr=0.0004]
Steps: 73%|███████▎ | 513/700 [03:32<01:17, 2.41it/s, loss=0.053, lr=0.0004]
a dirty painting in the style of <s1><s2>
Steps: 73%|███████▎ | 513/700 [03:32<01:17, 2.41it/s, loss=0.0269, lr=0.0004]
Steps: 73%|███████▎ | 514/700 [03:33<01:17, 2.41it/s, loss=0.0269, lr=0.0004]
a bright painting in the style of <s1><s2>
Steps: 73%|███████▎ | 514/700 [03:33<01:17, 2.41it/s, loss=0.0426, lr=0.0004]
Steps: 74%|███████▎ | 515/700 [03:33<01:17, 2.40it/s, loss=0.0426, lr=0.0004]
a clean painting in the style of <s1><s2>
Steps: 74%|███████▎ | 515/700 [03:33<01:17, 2.40it/s, loss=0.0155, lr=0.0004]
Steps: 74%|███████▎ | 516/700 [03:34<01:16, 2.41it/s, loss=0.0155, lr=0.0004]
a clean painting in the style of <s1><s2>
Steps: 74%|███████▎ | 516/700 [03:34<01:16, 2.41it/s, loss=0.298, lr=0.0004]
Steps: 74%|███████▍ | 517/700 [03:34<01:15, 2.44it/s, loss=0.298, lr=0.0004]
a cropped painting in the style of <s1><s2>
Steps: 74%|███████▍ | 517/700 [03:34<01:15, 2.44it/s, loss=0.161, lr=0.0004]
Steps: 74%|███████▍ | 518/700 [03:34<01:14, 2.44it/s, loss=0.161, lr=0.0004]
a bright painting in the style of <s1><s2>
Steps: 74%|███████▍ | 518/700 [03:34<01:14, 2.44it/s, loss=0.015, lr=0.0004]
Steps: 74%|███████▍ | 519/700 [03:35<01:14, 2.44it/s, loss=0.015, lr=0.0004]
a cropped painting in the style of <s1><s2>
Steps: 74%|███████▍ | 519/700 [03:35<01:14, 2.44it/s, loss=0.06, lr=0.0004]
Steps: 74%|███████▍ | 520/700 [03:35<01:13, 2.45it/s, loss=0.06, lr=0.0004]
a rendition in the style of <s1><s2>
Steps: 74%|███████▍ | 520/700 [03:35<01:13, 2.45it/s, loss=0.095, lr=0.0004]
Steps: 74%|███████▍ | 521/700 [03:36<01:13, 2.45it/s, loss=0.095, lr=0.0004]
a cool painting in the style of <s1><s2>
Steps: 74%|███████▍ | 521/700 [03:36<01:13, 2.45it/s, loss=0.0472, lr=0.0004]
Steps: 75%|███████▍ | 522/700 [03:36<01:13, 2.44it/s, loss=0.0472, lr=0.0004]
a bright painting in the style of <s1><s2>
Steps: 75%|███████▍ | 522/700 [03:36<01:13, 2.44it/s, loss=0.0617, lr=0.0004]
Steps: 75%|███████▍ | 523/700 [03:37<01:12, 2.43it/s, loss=0.0617, lr=0.0004]
a dirty painting in the style of <s1><s2>
Steps: 75%|███████▍ | 523/700 [03:37<01:12, 2.43it/s, loss=0.0361, lr=0.0004]
Steps: 75%|███████▍ | 524/700 [03:37<01:11, 2.45it/s, loss=0.0361, lr=0.0004]
a picture in the style of <s1><s2>
Steps: 75%|███████▍ | 524/700 [03:37<01:11, 2.45it/s, loss=0.0965, lr=0.0004]
Steps: 75%|███████▌ | 525/700 [03:37<01:11, 2.44it/s, loss=0.0965, lr=0.0004]
a painting in the style of <s1><s2>
Steps: 75%|███████▌ | 525/700 [03:37<01:11, 2.44it/s, loss=0.0199, lr=0.0004]
Steps: 75%|███████▌ | 526/700 [03:38<01:10, 2.46it/s, loss=0.0199, lr=0.0004]
a close-up painting in the style of <s1><s2>
Steps: 75%|███████▌ | 526/700 [03:38<01:10, 2.46it/s, loss=0.0926, lr=0.0004]
Steps: 75%|███████▌ | 527/700 [03:38<01:10, 2.44it/s, loss=0.0926, lr=0.0004]
a nice painting in the style of <s1><s2>
Steps: 75%|███████▌ | 527/700 [03:38<01:10, 2.44it/s, loss=0.0157, lr=0.0004]
Steps: 75%|███████▌ | 528/700 [03:39<01:10, 2.45it/s, loss=0.0157, lr=0.0004]
a close-up painting in the style of <s1><s2>
Steps: 75%|███████▌ | 528/700 [03:39<01:10, 2.45it/s, loss=0.0334, lr=0.0004]
Steps: 76%|███████▌ | 529/700 [03:39<01:09, 2.46it/s, loss=0.0334, lr=0.0004]
a weird painting in the style of <s1><s2>
Steps: 76%|███████▌ | 529/700 [03:39<01:09, 2.46it/s, loss=0.1, lr=0.0004]
Steps: 76%|███████▌ | 530/700 [03:39<01:09, 2.44it/s, loss=0.1, lr=0.0004]
a large painting in the style of <s1><s2>
Steps: 76%|███████▌ | 530/700 [03:39<01:09, 2.44it/s, loss=0.0306, lr=0.0004]
Steps: 76%|███████▌ | 531/700 [03:40<01:09, 2.43it/s, loss=0.0306, lr=0.0004]
a dark painting in the style of <s1><s2>
Steps: 76%|███████▌ | 531/700 [03:40<01:09, 2.43it/s, loss=0.097, lr=0.0004]
Steps: 76%|███████▌ | 532/700 [03:40<01:08, 2.47it/s, loss=0.097, lr=0.0004]
a dark painting in the style of <s1><s2>
Steps: 76%|███████▌ | 532/700 [03:40<01:08, 2.47it/s, loss=0.187, lr=0.0004]
Steps: 76%|███████▌ | 533/700 [03:41<01:08, 2.44it/s, loss=0.187, lr=0.0004]
a close-up painting in the style of <s1><s2>
Steps: 76%|███████▌ | 533/700 [03:41<01:08, 2.44it/s, loss=0.146, lr=0.0004]
Steps: 76%|███████▋ | 534/700 [03:41<01:07, 2.45it/s, loss=0.146, lr=0.0004]
a cropped painting in the style of <s1><s2>
Steps: 76%|███████▋ | 534/700 [03:41<01:07, 2.45it/s, loss=0.018, lr=0.0004]
Steps: 76%|███████▋ | 535/700 [03:41<01:07, 2.46it/s, loss=0.018, lr=0.0004]
a rendition in the style of <s1><s2>
Steps: 76%|███████▋ | 535/700 [03:41<01:07, 2.46it/s, loss=0.0397, lr=0.0004]
Steps: 77%|███████▋ | 536/700 [03:42<01:07, 2.44it/s, loss=0.0397, lr=0.0004]
a painting in the style of <s1><s2>
Steps: 77%|███████▋ | 536/700 [03:42<01:07, 2.44it/s, loss=0.0854, lr=0.0004]
Steps: 77%|███████▋ | 537/700 [03:42<01:06, 2.44it/s, loss=0.0854, lr=0.0004]
a good painting in the style of <s1><s2>
Steps: 77%|███████▋ | 537/700 [03:42<01:06, 2.44it/s, loss=0.035, lr=0.0004]
Steps: 77%|███████▋ | 538/700 [03:43<01:06, 2.44it/s, loss=0.035, lr=0.0004]
a cropped painting in the style of <s1><s2>
Steps: 77%|███████▋ | 538/700 [03:43<01:06, 2.44it/s, loss=0.0349, lr=0.0004]
Steps: 77%|███████▋ | 539/700 [03:43<01:05, 2.46it/s, loss=0.0349, lr=0.0004]
a rendition in the style of <s1><s2>
Steps: 77%|███████▋ | 539/700 [03:43<01:05, 2.46it/s, loss=0.0643, lr=0.0004]
Steps: 77%|███████▋ | 540/700 [03:43<01:05, 2.44it/s, loss=0.0643, lr=0.0004]
a rendition in the style of <s1><s2>
Steps: 77%|███████▋ | 540/700 [03:43<01:05, 2.44it/s, loss=0.0718, lr=0.0004]
Steps: 77%|███████▋ | 541/700 [03:44<01:04, 2.46it/s, loss=0.0718, lr=0.0004]
a good painting in the style of <s1><s2>
Steps: 77%|███████▋ | 541/700 [03:44<01:04, 2.46it/s, loss=0.318, lr=0.0004]
Steps: 77%|███████▋ | 542/700 [03:44<01:03, 2.48it/s, loss=0.318, lr=0.0004]
a nice painting in the style of <s1><s2>
Steps: 77%|███████▋ | 542/700 [03:44<01:03, 2.48it/s, loss=0.101, lr=0.0004]
Steps: 78%|███████▊ | 543/700 [03:45<01:03, 2.49it/s, loss=0.101, lr=0.0004]
a bright painting in the style of <s1><s2>
Steps: 78%|███████▊ | 543/700 [03:45<01:03, 2.49it/s, loss=0.0915, lr=0.0004]
Steps: 78%|███████▊ | 544/700 [03:45<01:03, 2.45it/s, loss=0.0915, lr=0.0004]
a rendering in the style of <s1><s2>
Steps: 78%|███████▊ | 544/700 [03:45<01:03, 2.45it/s, loss=0.0499, lr=0.0004]
Steps: 78%|███████▊ | 545/700 [03:45<01:03, 2.44it/s, loss=0.0499, lr=0.0004]
the painting in the style of <s1><s2>
Steps: 78%|███████▊ | 545/700 [03:45<01:03, 2.44it/s, loss=0.0374, lr=0.0004]
Steps: 78%|███████▊ | 546/700 [03:46<01:03, 2.44it/s, loss=0.0374, lr=0.0004]
a bright painting in the style of <s1><s2>
Steps: 78%|███████▊ | 546/700 [03:46<01:03, 2.44it/s, loss=0.0328, lr=0.0004]
Steps: 78%|███████▊ | 547/700 [03:46<01:03, 2.43it/s, loss=0.0328, lr=0.0004]
a close-up painting in the style of <s1><s2>
Steps: 78%|███████▊ | 547/700 [03:46<01:03, 2.43it/s, loss=0.105, lr=0.0004]
Steps: 78%|███████▊ | 548/700 [03:47<01:02, 2.43it/s, loss=0.105, lr=0.0004]
a bright painting in the style of <s1><s2>
Steps: 78%|███████▊ | 548/700 [03:47<01:02, 2.43it/s, loss=0.0257, lr=0.0004]
Steps: 78%|███████▊ | 549/700 [03:47<01:02, 2.41it/s, loss=0.0257, lr=0.0004]
a rendition in the style of <s1><s2>
Steps: 78%|███████▊ | 549/700 [03:47<01:02, 2.41it/s, loss=0.0784, lr=0.0004]
Steps: 79%|███████▊ | 550/700 [03:48<01:02, 2.41it/s, loss=0.0784, lr=0.0004]
a cropped painting in the style of <s1><s2>
Steps: 79%|███████▊ | 550/700 [03:48<01:02, 2.41it/s, loss=0.0404, lr=0.0004]
Steps: 79%|███████▊ | 551/700 [03:48<01:01, 2.41it/s, loss=0.0404, lr=0.0004]
a clean painting in the style of <s1><s2>
Steps: 79%|███████▊ | 551/700 [03:48<01:01, 2.41it/s, loss=0.0394, lr=0.0004]
Steps: 79%|███████▉ | 552/700 [03:48<01:01, 2.39it/s, loss=0.0394, lr=0.0004]
a weird painting in the style of <s1><s2>
Steps: 79%|███████▉ | 552/700 [03:48<01:01, 2.39it/s, loss=0.0311, lr=0.0004]
Steps: 79%|███████▉ | 553/700 [03:49<01:00, 2.42it/s, loss=0.0311, lr=0.0004]
a nice painting in the style of <s1><s2>
Steps: 79%|███████▉ | 553/700 [03:49<01:00, 2.42it/s, loss=0.0323, lr=0.0004]
Steps: 79%|███████▉ | 554/700 [03:49<00:59, 2.44it/s, loss=0.0323, lr=0.0004]
a good painting in the style of <s1><s2>
Steps: 79%|███████▉ | 554/700 [03:49<00:59, 2.44it/s, loss=0.0512, lr=0.0004]
Steps: 79%|███████▉ | 555/700 [03:50<00:59, 2.45it/s, loss=0.0512, lr=0.0004]
a bright painting in the style of <s1><s2>
Steps: 79%|███████▉ | 555/700 [03:50<00:59, 2.45it/s, loss=0.0573, lr=0.0004]
Steps: 79%|███████▉ | 556/700 [03:50<00:58, 2.47it/s, loss=0.0573, lr=0.0004]
a rendering in the style of <s1><s2>
Steps: 79%|███████▉ | 556/700 [03:50<00:58, 2.47it/s, loss=0.0198, lr=0.0004]
Steps: 80%|███████▉ | 557/700 [03:50<00:58, 2.44it/s, loss=0.0198, lr=0.0004]
a painting in the style of <s1><s2>
Steps: 80%|███████▉ | 557/700 [03:50<00:58, 2.44it/s, loss=0.0551, lr=0.0004]
Steps: 80%|███████▉ | 558/700 [03:51<00:57, 2.45it/s, loss=0.0551, lr=0.0004]
a painting in the style of <s1><s2>
Steps: 80%|███████▉ | 558/700 [03:51<00:57, 2.45it/s, loss=0.0562, lr=0.0004]
Steps: 80%|███████▉ | 559/700 [03:51<00:57, 2.43it/s, loss=0.0562, lr=0.0004]
a weird painting in the style of <s1><s2>
Steps: 80%|███████▉ | 559/700 [03:51<00:57, 2.43it/s, loss=0.146, lr=0.0004]
Steps: 80%|████████ | 560/700 [03:52<00:57, 2.45it/s, loss=0.146, lr=0.0004]
a weird painting in the style of <s1><s2>
Steps: 80%|████████ | 560/700 [03:52<00:57, 2.45it/s, loss=0.138, lr=0.0004]
Steps: 80%|████████ | 561/700 [03:52<00:56, 2.44it/s, loss=0.138, lr=0.0004]
a nice painting in the style of <s1><s2>
Steps: 80%|████████ | 561/700 [03:52<00:56, 2.44it/s, loss=0.0355, lr=0.0004]
Steps: 80%|████████ | 562/700 [03:52<00:57, 2.42it/s, loss=0.0355, lr=0.0004]
a nice painting in the style of <s1><s2>
Steps: 80%|████████ | 562/700 [03:52<00:57, 2.42it/s, loss=0.0471, lr=0.0004]
Steps: 80%|████████ | 563/700 [03:53<00:56, 2.44it/s, loss=0.0471, lr=0.0004]
a clean painting in the style of <s1><s2>
Steps: 80%|████████ | 563/700 [03:53<00:56, 2.44it/s, loss=0.32, lr=0.0004]
Steps: 81%|████████ | 564/700 [03:53<00:56, 2.43it/s, loss=0.32, lr=0.0004]
a cropped painting in the style of <s1><s2>
Steps: 81%|████████ | 564/700 [03:53<00:56, 2.43it/s, loss=0.119, lr=0.0004]
Steps: 81%|████████ | 565/700 [03:54<00:55, 2.43it/s, loss=0.119, lr=0.0004]
a dark painting in the style of <s1><s2>
Steps: 81%|████████ | 565/700 [03:54<00:55, 2.43it/s, loss=0.0221, lr=0.0004]
Steps: 81%|████████ | 566/700 [03:54<00:54, 2.45it/s, loss=0.0221, lr=0.0004]
a rendition in the style of <s1><s2>
Steps: 81%|████████ | 566/700 [03:54<00:54, 2.45it/s, loss=0.135, lr=0.0004]
Steps: 81%|████████ | 567/700 [03:55<00:54, 2.43it/s, loss=0.135, lr=0.0004]
a picture in the style of <s1><s2>
Steps: 81%|████████ | 567/700 [03:55<00:54, 2.43it/s, loss=0.0233, lr=0.0004]
Steps: 81%|████████ | 568/700 [03:55<00:53, 2.45it/s, loss=0.0233, lr=0.0004]
a good painting in the style of <s1><s2>
Steps: 81%|████████ | 568/700 [03:55<00:53, 2.45it/s, loss=0.0661, lr=0.0004]
Steps: 81%|████████▏ | 569/700 [03:55<00:54, 2.41it/s, loss=0.0661, lr=0.0004]
a rendition in the style of <s1><s2>
Steps: 81%|████████▏ | 569/700 [03:55<00:54, 2.41it/s, loss=0.0364, lr=0.0004]
Steps: 81%|████████▏ | 570/700 [03:56<00:53, 2.42it/s, loss=0.0364, lr=0.0004]
a bright painting in the style of <s1><s2>
Steps: 81%|████████▏ | 570/700 [03:56<00:53, 2.42it/s, loss=0.0196, lr=0.0004]
Steps: 82%|████████▏ | 571/700 [03:56<00:53, 2.40it/s, loss=0.0196, lr=0.0004]
a weird painting in the style of <s1><s2>
Steps: 82%|████████▏ | 571/700 [03:56<00:53, 2.40it/s, loss=0.0121, lr=0.0004]
Steps: 82%|████████▏ | 572/700 [03:57<00:52, 2.42it/s, loss=0.0121, lr=0.0004]
a bright painting in the style of <s1><s2>
Steps: 82%|████████▏ | 572/700 [03:57<00:52, 2.42it/s, loss=0.105, lr=0.0004]
Steps: 82%|████████▏ | 573/700 [03:57<00:52, 2.41it/s, loss=0.105, lr=0.0004]
the painting in the style of <s1><s2>
Steps: 82%|████████▏ | 573/700 [03:57<00:52, 2.41it/s, loss=0.0554, lr=0.0004]
Steps: 82%|████████▏ | 574/700 [03:57<00:52, 2.41it/s, loss=0.0554, lr=0.0004]
a picture in the style of <s1><s2>
Steps: 82%|████████▏ | 574/700 [03:57<00:52, 2.41it/s, loss=0.128, lr=0.0004]
Steps: 82%|████████▏ | 575/700 [03:58<00:51, 2.44it/s, loss=0.128, lr=0.0004]
a rendition in the style of <s1><s2>
Steps: 82%|████████▏ | 575/700 [03:58<00:51, 2.44it/s, loss=0.0322, lr=0.0004]
Steps: 82%|████████▏ | 576/700 [03:58<00:51, 2.42it/s, loss=0.0322, lr=0.0004]
a cool painting in the style of <s1><s2>
Steps: 82%|████████▏ | 576/700 [03:58<00:51, 2.42it/s, loss=0.121, lr=0.0004]
Steps: 82%|████████▏ | 577/700 [03:59<00:51, 2.40it/s, loss=0.121, lr=0.0004]
a bright painting in the style of <s1><s2>
Steps: 82%|████████▏ | 577/700 [03:59<00:51, 2.40it/s, loss=0.0725, lr=0.0004]
Steps: 83%|████████▎ | 578/700 [03:59<00:50, 2.41it/s, loss=0.0725, lr=0.0004]
the painting in the style of <s1><s2>
Steps: 83%|████████▎ | 578/700 [03:59<00:50, 2.41it/s, loss=0.0906, lr=0.0004]
Steps: 83%|████████▎ | 579/700 [04:00<00:50, 2.41it/s, loss=0.0906, lr=0.0004]
a bright painting in the style of <s1><s2>
Steps: 83%|████████▎ | 579/700 [04:00<00:50, 2.41it/s, loss=0.00687, lr=0.0004]
Steps: 83%|████████▎ | 580/700 [04:00<00:49, 2.41it/s, loss=0.00687, lr=0.0004]
a weird painting in the style of <s1><s2>
Steps: 83%|████████▎ | 580/700 [04:00<00:49, 2.41it/s, loss=0.0942, lr=0.0004]
Steps: 83%|████████▎ | 581/700 [04:00<00:49, 2.40it/s, loss=0.0942, lr=0.0004]
a small painting in the style of <s1><s2>
Steps: 83%|████████▎ | 581/700 [04:00<00:49, 2.40it/s, loss=0.0264, lr=0.0004]
Steps: 83%|████████▎ | 582/700 [04:01<00:49, 2.40it/s, loss=0.0264, lr=0.0004]
a small painting in the style of <s1><s2>
Steps: 83%|████████▎ | 582/700 [04:01<00:49, 2.40it/s, loss=0.0432, lr=0.0004]
Steps: 83%|████████▎ | 583/700 [04:01<00:48, 2.39it/s, loss=0.0432, lr=0.0004]
a clean painting in the style of <s1><s2>
Steps: 83%|████████▎ | 583/700 [04:01<00:48, 2.39it/s, loss=0.0447, lr=0.0004]
Steps: 83%|████████▎ | 584/700 [04:02<00:47, 2.43it/s, loss=0.0447, lr=0.0004]
a rendering in the style of <s1><s2>
Steps: 83%|████████▎ | 584/700 [04:02<00:47, 2.43it/s, loss=0.0291, lr=0.0004]
Steps: 84%|████████▎ | 585/700 [04:02<00:47, 2.44it/s, loss=0.0291, lr=0.0004]
a picture in the style of <s1><s2>
Steps: 84%|████████▎ | 585/700 [04:02<00:47, 2.44it/s, loss=0.0959, lr=0.0004]
Steps: 84%|████████▎ | 586/700 [04:02<00:46, 2.45it/s, loss=0.0959, lr=0.0004]
a large painting in the style of <s1><s2>
Steps: 84%|████████▎ | 586/700 [04:02<00:46, 2.45it/s, loss=0.249, lr=0.0004]
Steps: 84%|████████▍ | 587/700 [04:03<00:46, 2.43it/s, loss=0.249, lr=0.0004]
a bright painting in the style of <s1><s2>
Steps: 84%|████████▍ | 587/700 [04:03<00:46, 2.43it/s, loss=0.261, lr=0.0004]
Steps: 84%|████████▍ | 588/700 [04:03<00:46, 2.43it/s, loss=0.261, lr=0.0004]
a small painting in the style of <s1><s2>
Steps: 84%|████████▍ | 588/700 [04:03<00:46, 2.43it/s, loss=0.0122, lr=0.0004]
Steps: 84%|████████▍ | 589/700 [04:04<00:45, 2.42it/s, loss=0.0122, lr=0.0004]
a cropped painting in the style of <s1><s2>
Steps: 84%|████████▍ | 589/700 [04:04<00:45, 2.42it/s, loss=0.0262, lr=0.0004]
Steps: 84%|████████▍ | 590/700 [04:04<00:44, 2.45it/s, loss=0.0262, lr=0.0004]
a rendition in the style of <s1><s2>
Steps: 84%|████████▍ | 590/700 [04:04<00:44, 2.45it/s, loss=0.157, lr=0.0004]
Steps: 84%|████████▍ | 591/700 [04:04<00:44, 2.44it/s, loss=0.157, lr=0.0004]
a close-up painting in the style of <s1><s2>
Steps: 84%|████████▍ | 591/700 [04:04<00:44, 2.44it/s, loss=0.198, lr=0.0004]
Steps: 85%|████████▍ | 592/700 [04:05<00:44, 2.44it/s, loss=0.198, lr=0.0004]
a good painting in the style of <s1><s2>
Steps: 85%|████████▍ | 592/700 [04:05<00:44, 2.44it/s, loss=0.101, lr=0.0004]
Steps: 85%|████████▍ | 593/700 [04:05<00:44, 2.41it/s, loss=0.101, lr=0.0004]
a large painting in the style of <s1><s2>
Steps: 85%|████████▍ | 593/700 [04:05<00:44, 2.41it/s, loss=0.0419, lr=0.0004]
Steps: 85%|████████▍ | 594/700 [04:06<00:43, 2.43it/s, loss=0.0419, lr=0.0004]
a close-up painting in the style of <s1><s2>
Steps: 85%|████████▍ | 594/700 [04:06<00:43, 2.43it/s, loss=0.0389, lr=0.0004]
Steps: 85%|████████▌ | 595/700 [04:06<00:42, 2.46it/s, loss=0.0389, lr=0.0004]
a rendering in the style of <s1><s2>
Steps: 85%|████████▌ | 595/700 [04:06<00:42, 2.46it/s, loss=0.09, lr=0.0004]
Steps: 85%|████████▌ | 596/700 [04:07<00:42, 2.44it/s, loss=0.09, lr=0.0004]
a picture in the style of <s1><s2>
Steps: 85%|████████▌ | 596/700 [04:07<00:42, 2.44it/s, loss=0.0429, lr=0.0004]
Steps: 85%|████████▌ | 597/700 [04:07<00:42, 2.44it/s, loss=0.0429, lr=0.0004]
a bright painting in the style of <s1><s2>
Steps: 85%|████████▌ | 597/700 [04:07<00:42, 2.44it/s, loss=0.0259, lr=0.0004]
Steps: 85%|████████▌ | 598/700 [04:07<00:42, 2.42it/s, loss=0.0259, lr=0.0004]
a bright painting in the style of <s1><s2>
Steps: 85%|████████▌ | 598/700 [04:07<00:42, 2.42it/s, loss=0.11, lr=0.0004]
Steps: 86%|████████▌ | 599/700 [04:08<00:41, 2.44it/s, loss=0.11, lr=0.0004]
a rendering in the style of <s1><s2>
Steps: 86%|████████▌ | 599/700 [04:08<00:41, 2.44it/s, loss=0.403, lr=0.0004]
Steps: 86%|████████▌ | 600/700 [04:08<00:40, 2.45it/s, loss=0.403, lr=0.0004]
Current Learned Embeddings for <s1>:, id 49408 tensor([ 0.0086, -0.0055, 0.0080, -0.0141], device='cuda:0')
Current Learned Embeddings for <s2>:, id 49409 tensor([-6.5803e-03, 6.6746e-05, 6.9851e-03, 2.4674e-03], device='cuda:0')
Saving weights to checkpoints/step_600.safetensors
LORA Unet Moved 0.0031804852187633514
LORA CLIP Moved 0.00021310336887836456
a close-up painting in the style of <s1><s2>
Steps: 86%|████████▌ | 600/700 [04:08<00:40, 2.45it/s, loss=0.0236, lr=0.0004]
Steps: 86%|████████▌ | 601/700 [04:09<00:43, 2.29it/s, loss=0.0236, lr=0.0004]
a rendering in the style of <s1><s2>
Steps: 86%|████████▌ | 601/700 [04:09<00:43, 2.29it/s, loss=0.0399, lr=0.0004]
Steps: 86%|████████▌ | 602/700 [04:09<00:41, 2.36it/s, loss=0.0399, lr=0.0004]
the painting in the style of <s1><s2>
Steps: 86%|████████▌ | 602/700 [04:09<00:41, 2.36it/s, loss=0.107, lr=0.0004]
Steps: 86%|████████▌ | 603/700 [04:09<00:41, 2.36it/s, loss=0.107, lr=0.0004]
a painting in the style of <s1><s2>
Steps: 86%|████████▌ | 603/700 [04:09<00:41, 2.36it/s, loss=0.147, lr=0.0004]
Steps: 86%|████████▋ | 604/700 [04:10<00:40, 2.34it/s, loss=0.147, lr=0.0004]
a painting in the style of <s1><s2>
Steps: 86%|████████▋ | 604/700 [04:10<00:40, 2.34it/s, loss=0.0342, lr=0.0004]
Steps: 86%|████████▋ | 605/700 [04:10<00:40, 2.36it/s, loss=0.0342, lr=0.0004]
a cropped painting in the style of <s1><s2>
Steps: 86%|████████▋ | 605/700 [04:10<00:40, 2.36it/s, loss=0.0183, lr=0.0004]
Steps: 87%|████████▋ | 606/700 [04:11<00:39, 2.37it/s, loss=0.0183, lr=0.0004]
a picture in the style of <s1><s2>
Steps: 87%|████████▋ | 606/700 [04:11<00:39, 2.37it/s, loss=0.0181, lr=0.0004]
Steps: 87%|████████▋ | 607/700 [04:11<00:39, 2.38it/s, loss=0.0181, lr=0.0004]
a close-up painting in the style of <s1><s2>
Steps: 87%|████████▋ | 607/700 [04:11<00:39, 2.38it/s, loss=0.0275, lr=0.0004]
Steps: 87%|████████▋ | 608/700 [04:12<00:38, 2.38it/s, loss=0.0275, lr=0.0004]
a dark painting in the style of <s1><s2>
Steps: 87%|████████▋ | 608/700 [04:12<00:38, 2.38it/s, loss=0.119, lr=0.0004]
Steps: 87%|████████▋ | 609/700 [04:12<00:38, 2.39it/s, loss=0.119, lr=0.0004]
a weird painting in the style of <s1><s2>
Steps: 87%|████████▋ | 609/700 [04:12<00:38, 2.39it/s, loss=0.0406, lr=0.0004]
Steps: 87%|████████▋ | 610/700 [04:12<00:37, 2.39it/s, loss=0.0406, lr=0.0004]
the painting in the style of <s1><s2>
Steps: 87%|████████▋ | 610/700 [04:12<00:37, 2.39it/s, loss=0.024, lr=0.0004]
Steps: 87%|████████▋ | 611/700 [04:13<00:37, 2.40it/s, loss=0.024, lr=0.0004]
a bright painting in the style of <s1><s2>
Steps: 87%|████████▋ | 611/700 [04:13<00:37, 2.40it/s, loss=0.0178, lr=0.0004]
Steps: 87%|████████▋ | 612/700 [04:13<00:36, 2.42it/s, loss=0.0178, lr=0.0004]
a close-up painting in the style of <s1><s2>
Steps: 87%|████████▋ | 612/700 [04:13<00:36, 2.42it/s, loss=0.088, lr=0.0004]
Steps: 88%|████████▊ | 613/700 [04:14<00:36, 2.41it/s, loss=0.088, lr=0.0004]
a good painting in the style of <s1><s2>
Steps: 88%|████████▊ | 613/700 [04:14<00:36, 2.41it/s, loss=0.0757, lr=0.0004]
Steps: 88%|████████▊ | 614/700 [04:14<00:35, 2.41it/s, loss=0.0757, lr=0.0004]
the painting in the style of <s1><s2>
Steps: 88%|████████▊ | 614/700 [04:14<00:35, 2.41it/s, loss=0.0519, lr=0.0004]
Steps: 88%|████████▊ | 615/700 [04:14<00:35, 2.40it/s, loss=0.0519, lr=0.0004]
a large painting in the style of <s1><s2>
Steps: 88%|████████▊ | 615/700 [04:14<00:35, 2.40it/s, loss=0.0344, lr=0.0004]
Steps: 88%|████████▊ | 616/700 [04:15<00:34, 2.40it/s, loss=0.0344, lr=0.0004]
a close-up painting in the style of <s1><s2>
Steps: 88%|████████▊ | 616/700 [04:15<00:34, 2.40it/s, loss=0.0614, lr=0.0004]
Steps: 88%|████████▊ | 617/700 [04:15<00:34, 2.41it/s, loss=0.0614, lr=0.0004]
a nice painting in the style of <s1><s2>
Steps: 88%|████████▊ | 617/700 [04:15<00:34, 2.41it/s, loss=0.0756, lr=0.0004]
Steps: 88%|████████▊ | 618/700 [04:16<00:33, 2.42it/s, loss=0.0756, lr=0.0004]
a rendering in the style of <s1><s2>
Steps: 88%|████████▊ | 618/700 [04:16<00:33, 2.42it/s, loss=0.0596, lr=0.0004]
Steps: 88%|████████▊ | 619/700 [04:16<00:33, 2.42it/s, loss=0.0596, lr=0.0004]
a nice painting in the style of <s1><s2>
Steps: 88%|████████▊ | 619/700 [04:16<00:33, 2.42it/s, loss=0.0449, lr=0.0004]
Steps: 89%|████████▊ | 620/700 [04:17<00:33, 2.41it/s, loss=0.0449, lr=0.0004]
a dark painting in the style of <s1><s2>
Steps: 89%|████████▊ | 620/700 [04:17<00:33, 2.41it/s, loss=0.0698, lr=0.0004]
Steps: 89%|████████▊ | 621/700 [04:17<00:32, 2.43it/s, loss=0.0698, lr=0.0004]
a large painting in the style of <s1><s2>
Steps: 89%|████████▊ | 621/700 [04:17<00:32, 2.43it/s, loss=0.239, lr=0.0004]
Steps: 89%|████████▉ | 622/700 [04:17<00:32, 2.42it/s, loss=0.239, lr=0.0004]
a nice painting in the style of <s1><s2>
Steps: 89%|████████▉ | 622/700 [04:17<00:32, 2.42it/s, loss=0.0228, lr=0.0004]
Steps: 89%|████████▉ | 623/700 [04:18<00:31, 2.43it/s, loss=0.0228, lr=0.0004]
a good painting in the style of <s1><s2>
Steps: 89%|████████▉ | 623/700 [04:18<00:31, 2.43it/s, loss=0.0789, lr=0.0004]
Steps: 89%|████████▉ | 624/700 [04:18<00:31, 2.42it/s, loss=0.0789, lr=0.0004]
a cropped painting in the style of <s1><s2>
Steps: 89%|████████▉ | 624/700 [04:18<00:31, 2.42it/s, loss=0.0178, lr=0.0004]
Steps: 89%|████████▉ | 625/700 [04:19<00:31, 2.41it/s, loss=0.0178, lr=0.0004]
a picture in the style of <s1><s2>
Steps: 89%|████████▉ | 625/700 [04:19<00:31, 2.41it/s, loss=0.0252, lr=0.0004]
Steps: 89%|████████▉ | 626/700 [04:19<00:30, 2.43it/s, loss=0.0252, lr=0.0004]
a cropped painting in the style of <s1><s2>
Steps: 89%|████████▉ | 626/700 [04:19<00:30, 2.43it/s, loss=0.0291, lr=0.0004]
Steps: 90%|████████▉ | 627/700 [04:19<00:29, 2.44it/s, loss=0.0291, lr=0.0004]
a bright painting in the style of <s1><s2>
Steps: 90%|████████▉ | 627/700 [04:19<00:29, 2.44it/s, loss=0.0982, lr=0.0004]
Steps: 90%|████████▉ | 628/700 [04:20<00:29, 2.45it/s, loss=0.0982, lr=0.0004]
a rendering in the style of <s1><s2>
Steps: 90%|████████▉ | 628/700 [04:20<00:29, 2.45it/s, loss=0.068, lr=0.0004]
Steps: 90%|████████▉ | 629/700 [04:20<00:28, 2.46it/s, loss=0.068, lr=0.0004]
a cool painting in the style of <s1><s2>
Steps: 90%|████████▉ | 629/700 [04:20<00:28, 2.46it/s, loss=0.0426, lr=0.0004]
Steps: 90%|█████████ | 630/700 [04:21<00:28, 2.44it/s, loss=0.0426, lr=0.0004]
a small painting in the style of <s1><s2>
Steps: 90%|█████████ | 630/700 [04:21<00:28, 2.44it/s, loss=0.113, lr=0.0004]
Steps: 90%|█████████ | 631/700 [04:21<00:28, 2.46it/s, loss=0.113, lr=0.0004]
a small painting in the style of <s1><s2>
Steps: 90%|█████████ | 631/700 [04:21<00:28, 2.46it/s, loss=0.0325, lr=0.0004]
Steps: 90%|█████████ | 632/700 [04:21<00:27, 2.46it/s, loss=0.0325, lr=0.0004]
a cool painting in the style of <s1><s2>
Steps: 90%|█████████ | 632/700 [04:21<00:27, 2.46it/s, loss=0.0603, lr=0.0004]
Steps: 90%|█████████ | 633/700 [04:22<00:27, 2.47it/s, loss=0.0603, lr=0.0004]
a cropped painting in the style of <s1><s2>
Steps: 90%|█████████ | 633/700 [04:22<00:27, 2.47it/s, loss=0.133, lr=0.0004]
Steps: 91%|█████████ | 634/700 [04:22<00:26, 2.46it/s, loss=0.133, lr=0.0004]
a large painting in the style of <s1><s2>
Steps: 91%|█████████ | 634/700 [04:22<00:26, 2.46it/s, loss=0.155, lr=0.0004]
Steps: 91%|█████████ | 635/700 [04:23<00:26, 2.45it/s, loss=0.155, lr=0.0004]
a picture in the style of <s1><s2>
Steps: 91%|█████████ | 635/700 [04:23<00:26, 2.45it/s, loss=0.0642, lr=0.0004]
Steps: 91%|█████████ | 636/700 [04:23<00:25, 2.47it/s, loss=0.0642, lr=0.0004]
a cropped painting in the style of <s1><s2>
Steps: 91%|█████████ | 636/700 [04:23<00:25, 2.47it/s, loss=0.0182, lr=0.0004]
Steps: 91%|█████████ | 637/700 [04:23<00:25, 2.43it/s, loss=0.0182, lr=0.0004]
a cropped painting in the style of <s1><s2>
Steps: 91%|█████████ | 637/700 [04:23<00:25, 2.43it/s, loss=0.0468, lr=0.0004]
Steps: 91%|█████████ | 638/700 [04:24<00:25, 2.42it/s, loss=0.0468, lr=0.0004]
a good painting in the style of <s1><s2>
Steps: 91%|█████████ | 638/700 [04:24<00:25, 2.42it/s, loss=0.0586, lr=0.0004]
Steps: 91%|█████████▏| 639/700 [04:24<00:25, 2.43it/s, loss=0.0586, lr=0.0004]
a clean painting in the style of <s1><s2>
Steps: 91%|█████████▏| 639/700 [04:24<00:25, 2.43it/s, loss=0.0194, lr=0.0004]
Steps: 91%|█████████▏| 640/700 [04:25<00:24, 2.43it/s, loss=0.0194, lr=0.0004]
a small painting in the style of <s1><s2>
Steps: 91%|█████████▏| 640/700 [04:25<00:24, 2.43it/s, loss=0.0383, lr=0.0004]
Steps: 92%|█████████▏| 641/700 [04:25<00:24, 2.43it/s, loss=0.0383, lr=0.0004]
a cool painting in the style of <s1><s2>
Steps: 92%|█████████▏| 641/700 [04:25<00:24, 2.43it/s, loss=0.0107, lr=0.0004]
Steps: 92%|█████████▏| 642/700 [04:26<00:24, 2.39it/s, loss=0.0107, lr=0.0004]
a close-up painting in the style of <s1><s2>
Steps: 92%|█████████▏| 642/700 [04:26<00:24, 2.39it/s, loss=0.025, lr=0.0004]
Steps: 92%|█████████▏| 643/700 [04:26<00:23, 2.43it/s, loss=0.025, lr=0.0004]
a bright painting in the style of <s1><s2>
Steps: 92%|█████████▏| 643/700 [04:26<00:23, 2.43it/s, loss=0.0264, lr=0.0004]
Steps: 92%|█████████▏| 644/700 [04:26<00:22, 2.44it/s, loss=0.0264, lr=0.0004]
a dirty painting in the style of <s1><s2>
Steps: 92%|█████████▏| 644/700 [04:26<00:22, 2.44it/s, loss=0.133, lr=0.0004]
Steps: 92%|█████████▏| 645/700 [04:27<00:22, 2.44it/s, loss=0.133, lr=0.0004]
a good painting in the style of <s1><s2>
Steps: 92%|█████████▏| 645/700 [04:27<00:22, 2.44it/s, loss=0.064, lr=0.0004]
Steps: 92%|█████████▏| 646/700 [04:27<00:21, 2.46it/s, loss=0.064, lr=0.0004]
a nice painting in the style of <s1><s2>
Steps: 92%|█████████▏| 646/700 [04:27<00:21, 2.46it/s, loss=0.0684, lr=0.0004]
Steps: 92%|█████████▏| 647/700 [04:28<00:21, 2.46it/s, loss=0.0684, lr=0.0004]
a rendering in the style of <s1><s2>
Steps: 92%|█████████▏| 647/700 [04:28<00:21, 2.46it/s, loss=0.0162, lr=0.0004]
Steps: 93%|█████████▎| 648/700 [04:28<00:21, 2.47it/s, loss=0.0162, lr=0.0004]
a dirty painting in the style of <s1><s2>
Steps: 93%|█████████▎| 648/700 [04:28<00:21, 2.47it/s, loss=0.0191, lr=0.0004]
Steps: 93%|█████████▎| 649/700 [04:28<00:20, 2.45it/s, loss=0.0191, lr=0.0004]
a good painting in the style of <s1><s2>
Steps: 93%|█████████▎| 649/700 [04:28<00:20, 2.45it/s, loss=0.0599, lr=0.0004]
Steps: 93%|█████████▎| 650/700 [04:29<00:20, 2.44it/s, loss=0.0599, lr=0.0004]
a close-up painting in the style of <s1><s2>
Steps: 93%|█████████▎| 650/700 [04:29<00:20, 2.44it/s, loss=0.0209, lr=0.0004]
Steps: 93%|█████████▎| 651/700 [04:29<00:20, 2.42it/s, loss=0.0209, lr=0.0004]
a picture in the style of <s1><s2>
Steps: 93%|█████████▎| 651/700 [04:29<00:20, 2.42it/s, loss=0.0146, lr=0.0004]
Steps: 93%|█████████▎| 652/700 [04:30<00:19, 2.42it/s, loss=0.0146, lr=0.0004]
the painting in the style of <s1><s2>
Steps: 93%|█████████▎| 652/700 [04:30<00:19, 2.42it/s, loss=0.0428, lr=0.0004]
Steps: 93%|█████████▎| 653/700 [04:30<00:19, 2.42it/s, loss=0.0428, lr=0.0004]
a nice painting in the style of <s1><s2>
Steps: 93%|█████████▎| 653/700 [04:30<00:19, 2.42it/s, loss=0.284, lr=0.0004]
Steps: 93%|█████████▎| 654/700 [04:30<00:19, 2.41it/s, loss=0.284, lr=0.0004]
a weird painting in the style of <s1><s2>
Steps: 93%|█████████▎| 654/700 [04:30<00:19, 2.41it/s, loss=0.14, lr=0.0004]
Steps: 94%|█████████▎| 655/700 [04:31<00:18, 2.38it/s, loss=0.14, lr=0.0004]
a clean painting in the style of <s1><s2>
Steps: 94%|█████████▎| 655/700 [04:31<00:18, 2.38it/s, loss=0.014, lr=0.0004]
Steps: 94%|█████████▎| 656/700 [04:31<00:18, 2.37it/s, loss=0.014, lr=0.0004]
a dark painting in the style of <s1><s2>
Steps: 94%|█████████▎| 656/700 [04:31<00:18, 2.37it/s, loss=0.0144, lr=0.0004]
Steps: 94%|█████████▍| 657/700 [04:32<00:17, 2.39it/s, loss=0.0144, lr=0.0004]
a rendition in the style of <s1><s2>
Steps: 94%|█████████▍| 657/700 [04:32<00:17, 2.39it/s, loss=0.0561, lr=0.0004]
Steps: 94%|█████████▍| 658/700 [04:32<00:17, 2.41it/s, loss=0.0561, lr=0.0004]
a cropped painting in the style of <s1><s2>
Steps: 94%|█████████▍| 658/700 [04:32<00:17, 2.41it/s, loss=0.0728, lr=0.0004]
Steps: 94%|█████████▍| 659/700 [04:33<00:17, 2.41it/s, loss=0.0728, lr=0.0004]
a close-up painting in the style of <s1><s2>
Steps: 94%|█████████▍| 659/700 [04:33<00:17, 2.41it/s, loss=0.0473, lr=0.0004]
Steps: 94%|█████████▍| 660/700 [04:33<00:16, 2.43it/s, loss=0.0473, lr=0.0004]
a rendering in the style of <s1><s2>
Steps: 94%|█████████▍| 660/700 [04:33<00:16, 2.43it/s, loss=0.0142, lr=0.0004]
Steps: 94%|█████████▍| 661/700 [04:33<00:16, 2.41it/s, loss=0.0142, lr=0.0004]
a rendering in the style of <s1><s2>
Steps: 94%|█████████▍| 661/700 [04:33<00:16, 2.41it/s, loss=0.0394, lr=0.0004]
Steps: 95%|█████████▍| 662/700 [04:34<00:15, 2.41it/s, loss=0.0394, lr=0.0004]
a rendition in the style of <s1><s2>
Steps: 95%|█████████▍| 662/700 [04:34<00:15, 2.41it/s, loss=0.0595, lr=0.0004]
Steps: 95%|█████████▍| 663/700 [04:34<00:15, 2.43it/s, loss=0.0595, lr=0.0004]
a good painting in the style of <s1><s2>
Steps: 95%|█████████▍| 663/700 [04:34<00:15, 2.43it/s, loss=0.00735, lr=0.0004]
Steps: 95%|█████████▍| 664/700 [04:35<00:14, 2.42it/s, loss=0.00735, lr=0.0004]
a dark painting in the style of <s1><s2>
Steps: 95%|█████████▍| 664/700 [04:35<00:14, 2.42it/s, loss=0.0913, lr=0.0004]
Steps: 95%|█████████▌| 665/700 [04:35<00:14, 2.42it/s, loss=0.0913, lr=0.0004]
a good painting in the style of <s1><s2>
Steps: 95%|█████████▌| 665/700 [04:35<00:14, 2.42it/s, loss=0.0173, lr=0.0004]
Steps: 95%|█████████▌| 666/700 [04:35<00:14, 2.41it/s, loss=0.0173, lr=0.0004]
a nice painting in the style of <s1><s2>
Steps: 95%|█████████▌| 666/700 [04:35<00:14, 2.41it/s, loss=0.0535, lr=0.0004]
Steps: 95%|█████████▌| 667/700 [04:36<00:13, 2.40it/s, loss=0.0535, lr=0.0004]
a good painting in the style of <s1><s2>
Steps: 95%|█████████▌| 667/700 [04:36<00:13, 2.40it/s, loss=0.0202, lr=0.0004]
Steps: 95%|█████████▌| 668/700 [04:36<00:13, 2.42it/s, loss=0.0202, lr=0.0004]
a nice painting in the style of <s1><s2>
Steps: 95%|█████████▌| 668/700 [04:36<00:13, 2.42it/s, loss=0.0662, lr=0.0004]
Steps: 96%|█████████▌| 669/700 [04:37<00:12, 2.42it/s, loss=0.0662, lr=0.0004]
a dark painting in the style of <s1><s2>
Steps: 96%|█████████▌| 669/700 [04:37<00:12, 2.42it/s, loss=0.0279, lr=0.0004]
Steps: 96%|█████████▌| 670/700 [04:37<00:12, 2.45it/s, loss=0.0279, lr=0.0004]
a close-up painting in the style of <s1><s2>
Steps: 96%|█████████▌| 670/700 [04:37<00:12, 2.45it/s, loss=0.0935, lr=0.0004]
Steps: 96%|█████████▌| 671/700 [04:38<00:11, 2.43it/s, loss=0.0935, lr=0.0004]
a dark painting in the style of <s1><s2>
Steps: 96%|█████████▌| 671/700 [04:38<00:11, 2.43it/s, loss=0.055, lr=0.0004]
Steps: 96%|█████████▌| 672/700 [04:38<00:11, 2.45it/s, loss=0.055, lr=0.0004]
a small painting in the style of <s1><s2>
Steps: 96%|█████████▌| 672/700 [04:38<00:11, 2.45it/s, loss=0.0618, lr=0.0004]
Steps: 96%|█████████▌| 673/700 [04:38<00:11, 2.44it/s, loss=0.0618, lr=0.0004]
a good painting in the style of <s1><s2>
Steps: 96%|█████████▌| 673/700 [04:38<00:11, 2.44it/s, loss=0.0502, lr=0.0004]
Steps: 96%|█████████▋| 674/700 [04:39<00:10, 2.44it/s, loss=0.0502, lr=0.0004]
a cool painting in the style of <s1><s2>
Steps: 96%|█████████▋| 674/700 [04:39<00:10, 2.44it/s, loss=0.135, lr=0.0004]
Steps: 96%|█████████▋| 675/700 [04:39<00:10, 2.43it/s, loss=0.135, lr=0.0004]
a small painting in the style of <s1><s2>
Steps: 96%|█████████▋| 675/700 [04:39<00:10, 2.43it/s, loss=0.192, lr=0.0004]
Steps: 97%|█████████▋| 676/700 [04:40<00:09, 2.42it/s, loss=0.192, lr=0.0004]
a small painting in the style of <s1><s2>
Steps: 97%|█████████▋| 676/700 [04:40<00:09, 2.42it/s, loss=0.0474, lr=0.0004]
Steps: 97%|█████████▋| 677/700 [04:40<00:09, 2.39it/s, loss=0.0474, lr=0.0004]
a weird painting in the style of <s1><s2>
Steps: 97%|█████████▋| 677/700 [04:40<00:09, 2.39it/s, loss=0.0148, lr=0.0004]
Steps: 97%|█████████▋| 678/700 [04:40<00:09, 2.40it/s, loss=0.0148, lr=0.0004]
a weird painting in the style of <s1><s2>
Steps: 97%|█████████▋| 678/700 [04:40<00:09, 2.40it/s, loss=0.0534, lr=0.0004]
Steps: 97%|█████████▋| 679/700 [04:41<00:08, 2.41it/s, loss=0.0534, lr=0.0004]
a clean painting in the style of <s1><s2>
Steps: 97%|█████████▋| 679/700 [04:41<00:08, 2.41it/s, loss=0.0655, lr=0.0004]
Steps: 97%|█████████▋| 680/700 [04:41<00:08, 2.42it/s, loss=0.0655, lr=0.0004]
a dark painting in the style of <s1><s2>
Steps: 97%|█████████▋| 680/700 [04:41<00:08, 2.42it/s, loss=0.141, lr=0.0004]
Steps: 97%|█████████▋| 681/700 [04:42<00:07, 2.42it/s, loss=0.141, lr=0.0004]
a rendering in the style of <s1><s2>
Steps: 97%|█████████▋| 681/700 [04:42<00:07, 2.42it/s, loss=0.0492, lr=0.0004]
Steps: 97%|█████████▋| 682/700 [04:42<00:07, 2.43it/s, loss=0.0492, lr=0.0004]
a rendition in the style of <s1><s2>
Steps: 97%|█████████▋| 682/700 [04:42<00:07, 2.43it/s, loss=0.0318, lr=0.0004]
Steps: 98%|█████████▊| 683/700 [04:42<00:07, 2.42it/s, loss=0.0318, lr=0.0004]
a small painting in the style of <s1><s2>
Steps: 98%|█████████▊| 683/700 [04:42<00:07, 2.42it/s, loss=0.0203, lr=0.0004]
Steps: 98%|█████████▊| 684/700 [04:43<00:06, 2.42it/s, loss=0.0203, lr=0.0004]
a rendition in the style of <s1><s2>
Steps: 98%|█████████▊| 684/700 [04:43<00:06, 2.42it/s, loss=0.0828, lr=0.0004]
Steps: 98%|█████████▊| 685/700 [04:43<00:06, 2.42it/s, loss=0.0828, lr=0.0004]
a good painting in the style of <s1><s2>
Steps: 98%|█████████▊| 685/700 [04:43<00:06, 2.42it/s, loss=0.0602, lr=0.0004]
Steps: 98%|█████████▊| 686/700 [04:44<00:05, 2.44it/s, loss=0.0602, lr=0.0004]
a clean painting in the style of <s1><s2>
Steps: 98%|█████████▊| 686/700 [04:44<00:05, 2.44it/s, loss=0.0175, lr=0.0004]
Steps: 98%|█████████▊| 687/700 [04:44<00:05, 2.43it/s, loss=0.0175, lr=0.0004]
a nice painting in the style of <s1><s2>
Steps: 98%|█████████▊| 687/700 [04:44<00:05, 2.43it/s, loss=0.0238, lr=0.0004]
Steps: 98%|█████████▊| 688/700 [04:45<00:04, 2.41it/s, loss=0.0238, lr=0.0004]
a bright painting in the style of <s1><s2>
Steps: 98%|█████████▊| 688/700 [04:45<00:04, 2.41it/s, loss=0.068, lr=0.0004]
Steps: 98%|█████████▊| 689/700 [04:45<00:04, 2.42it/s, loss=0.068, lr=0.0004]
a close-up painting in the style of <s1><s2>
Steps: 98%|█████████▊| 689/700 [04:45<00:04, 2.42it/s, loss=0.0295, lr=0.0004]
Steps: 99%|█████████▊| 690/700 [04:45<00:04, 2.39it/s, loss=0.0295, lr=0.0004]
a close-up painting in the style of <s1><s2>
Steps: 99%|█████████▊| 690/700 [04:45<00:04, 2.39it/s, loss=0.0272, lr=0.0004]
Steps: 99%|█████████▊| 691/700 [04:46<00:03, 2.41it/s, loss=0.0272, lr=0.0004]
a picture in the style of <s1><s2>
Steps: 99%|█████████▊| 691/700 [04:46<00:03, 2.41it/s, loss=0.0105, lr=0.0004]
Steps: 99%|█████████▉| 692/700 [04:46<00:03, 2.43it/s, loss=0.0105, lr=0.0004]
a cool painting in the style of <s1><s2>
Steps: 99%|█████████▉| 692/700 [04:46<00:03, 2.43it/s, loss=0.018, lr=0.0004]
Steps: 99%|█████████▉| 693/700 [04:47<00:02, 2.45it/s, loss=0.018, lr=0.0004]
a cropped painting in the style of <s1><s2>
Steps: 99%|█████████▉| 693/700 [04:47<00:02, 2.45it/s, loss=0.0478, lr=0.0004]
Steps: 99%|█████████▉| 694/700 [04:47<00:02, 2.45it/s, loss=0.0478, lr=0.0004]
a rendition in the style of <s1><s2>
Steps: 99%|█████████▉| 694/700 [04:47<00:02, 2.45it/s, loss=0.0551, lr=0.0004]
Steps: 99%|█████████▉| 695/700 [04:47<00:02, 2.45it/s, loss=0.0551, lr=0.0004]
a close-up painting in the style of <s1><s2>
Steps: 99%|█████████▉| 695/700 [04:47<00:02, 2.45it/s, loss=0.141, lr=0.0004]
Steps: 99%|█████████▉| 696/700 [04:48<00:01, 2.45it/s, loss=0.141, lr=0.0004]
a rendition in the style of <s1><s2>
Steps: 99%|█████████▉| 696/700 [04:48<00:01, 2.45it/s, loss=0.0715, lr=0.0004]
Steps: 100%|█████████▉| 697/700 [04:48<00:01, 2.43it/s, loss=0.0715, lr=0.0004]
a nice painting in the style of <s1><s2>
Steps: 100%|█████████▉| 697/700 [04:48<00:01, 2.43it/s, loss=0.108, lr=0.0004]
Steps: 100%|█████████▉| 698/700 [04:49<00:00, 2.45it/s, loss=0.108, lr=0.0004]
a cropped painting in the style of <s1><s2>
Steps: 100%|█████████▉| 698/700 [04:49<00:00, 2.45it/s, loss=0.212, lr=0.0004]
Steps: 100%|█████████▉| 699/700 [04:49<00:00, 2.46it/s, loss=0.212, lr=0.0004]
a cool painting in the style of <s1><s2>
Steps: 100%|█████████▉| 699/700 [04:49<00:00, 2.46it/s, loss=0.0322, lr=0.0004]
Steps: 100%|██████████| 700/700 [04:49<00:00, 2.45it/s, loss=0.0322, lr=0.0004]
Current Learned Embeddings for <s1>:, id 49408 tensor([ 0.0086, -0.0055, 0.0080, -0.0141], device='cuda:0')
Current Learned Embeddings for <s2>:, id 49409 tensor([-6.5803e-03, 6.6746e-05, 6.9851e-03, 2.4674e-03], device='cuda:0')
Saving weights to checkpoints/step_700.safetensors
LORA Unet Moved 0.003422068664804101
LORA CLIP Moved 0.00022867544612381607
Current Learned Embeddings for <s1>:, id 49408 tensor([ 0.0086, -0.0055, 0.0080, -0.0141], device='cuda:0')
Current Learned Embeddings for <s2>:, id 49409 tensor([-6.5803e-03, 6.6746e-05, 6.9851e-03, 2.4674e-03], device='cuda:0')
Saving weights to checkpoints/final_lora.safetensors
Steps: 100%|██████████| 700/700 [04:49<00:00, 2.45it/s, loss=0.0926, lr=0.0004]
Steps: 100%|██████████| 700/700 [04:50<00:00, 2.41it/s, loss=0.0926, lr=0.0004]
This example was created by a different version, cloneofsimo/lora-training:ac7295c3.