You're looking at a specific version of this model. Jump to the model overview.
deforum-art /deforum-stable-diffusion:1a983035
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 deforum-art/deforum-stable-diffusion using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
const output = await replicate.run(
"deforum-art/deforum-stable-diffusion:1a98303504c7d866d2b198bae0b03237eab82edc1491a5306895d12b0021d6f6",
{
input: {
fov: 40,
fps: 15,
zoom: "0:(1.04)",
angle: "0:(0)",
width: 512,
border: "replicate",
height: 512,
sampler: "euler_ancestral",
use_init: false,
use_mask: false,
clip_name: "ViT-L/14",
far_plane: 10000,
max_frames: 200,
near_plane: 200,
invert_mask: false,
midas_weight: 0.3,
padding_mode: "border",
rotation_3d_x: "0:(0)",
rotation_3d_y: "0:(0)",
rotation_3d_z: "0:(0)",
sampling_mode: "bicubic",
translation_x: "0:(10*sin(2*3.14*t/10))",
translation_y: "0:(0)",
translation_z: "0:(10)",
animation_mode: "2D",
guidance_scale: 7,
noise_schedule: "0: (0.02)",
sigma_schedule: "0: (1.0)",
use_mask_video: false,
amount_schedule: "0: (0.2)",
color_coherence: "Match Frame 0 LAB",
kernel_schedule: "0: (5)",
model_checkpoint: "Protogen_V2.2.ckpt",
animation_prompts: "0: a beautiful apple, trending on Artstation | 50: a beautiful banana, trending on Artstation | 100: a beautiful coconut, trending on Artstation | 150: a beautiful durian, trending on Artstation",
contrast_schedule: "0: (1.0)",
diffusion_cadence: "1",
extract_nth_frame: 1,
resume_timestring: "20220829210106",
strength_schedule: "0: (0.65)",
use_depth_warping: true,
threshold_schedule: "0: (0.0)",
flip_2d_perspective: false,
hybrid_video_motion: "None",
num_inference_steps: 50,
perspective_flip_fv: "0:(53)",
interpolate_x_frames: 4,
perspective_flip_phi: "0:(t%15)",
hybrid_video_composite: false,
interpolate_key_frames: false,
perspective_flip_gamma: "0:(0)",
perspective_flip_theta: "0:(0)",
resume_from_timestring: false,
hybrid_video_flow_method: "Farneback",
overwrite_extracted_frames: true,
hybrid_video_comp_mask_type: "None",
hybrid_video_comp_mask_inverse: false,
hybrid_video_comp_mask_equalize: "None",
hybrid_video_comp_alpha_schedule: "0:(1)",
hybrid_video_generate_inputframes: false,
hybrid_video_comp_save_extra_frames: false,
hybrid_video_use_video_as_mse_image: false,
color_coherence_video_every_N_frames: 1,
hybrid_video_comp_mask_auto_contrast: false,
hybrid_video_comp_mask_contrast_schedule: "0:(1)",
hybrid_video_use_first_frame_as_init_image: true,
hybrid_video_comp_mask_blend_alpha_schedule: "0:(0.5)",
hybrid_video_comp_mask_auto_contrast_cutoff_low_schedule: "0:(0)",
hybrid_video_comp_mask_auto_contrast_cutoff_high_schedule: "0:(100)"
}
}
);
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 deforum-art/deforum-stable-diffusion using Replicate’s API. Check out the model's schema for an overview of inputs and outputs.
output = replicate.run(
"deforum-art/deforum-stable-diffusion:1a98303504c7d866d2b198bae0b03237eab82edc1491a5306895d12b0021d6f6",
input={
"fov": 40,
"fps": 15,
"zoom": "0:(1.04)",
"angle": "0:(0)",
"width": 512,
"border": "replicate",
"height": 512,
"sampler": "euler_ancestral",
"use_init": False,
"use_mask": False,
"clip_name": "ViT-L/14",
"far_plane": 10000,
"max_frames": 200,
"near_plane": 200,
"invert_mask": False,
"midas_weight": 0.3,
"padding_mode": "border",
"rotation_3d_x": "0:(0)",
"rotation_3d_y": "0:(0)",
"rotation_3d_z": "0:(0)",
"sampling_mode": "bicubic",
"translation_x": "0:(10*sin(2*3.14*t/10))",
"translation_y": "0:(0)",
"translation_z": "0:(10)",
"animation_mode": "2D",
"guidance_scale": 7,
"noise_schedule": "0: (0.02)",
"sigma_schedule": "0: (1.0)",
"use_mask_video": False,
"amount_schedule": "0: (0.2)",
"color_coherence": "Match Frame 0 LAB",
"kernel_schedule": "0: (5)",
"model_checkpoint": "Protogen_V2.2.ckpt",
"animation_prompts": "0: a beautiful apple, trending on Artstation | 50: a beautiful banana, trending on Artstation | 100: a beautiful coconut, trending on Artstation | 150: a beautiful durian, trending on Artstation",
"contrast_schedule": "0: (1.0)",
"diffusion_cadence": "1",
"extract_nth_frame": 1,
"resume_timestring": "20220829210106",
"strength_schedule": "0: (0.65)",
"use_depth_warping": True,
"threshold_schedule": "0: (0.0)",
"flip_2d_perspective": False,
"hybrid_video_motion": "None",
"num_inference_steps": 50,
"perspective_flip_fv": "0:(53)",
"interpolate_x_frames": 4,
"perspective_flip_phi": "0:(t%15)",
"hybrid_video_composite": False,
"interpolate_key_frames": False,
"perspective_flip_gamma": "0:(0)",
"perspective_flip_theta": "0:(0)",
"resume_from_timestring": False,
"hybrid_video_flow_method": "Farneback",
"overwrite_extracted_frames": True,
"hybrid_video_comp_mask_type": "None",
"hybrid_video_comp_mask_inverse": False,
"hybrid_video_comp_mask_equalize": "None",
"hybrid_video_comp_alpha_schedule": "0:(1)",
"hybrid_video_generate_inputframes": False,
"hybrid_video_comp_save_extra_frames": False,
"hybrid_video_use_video_as_mse_image": False,
"color_coherence_video_every_N_frames": 1,
"hybrid_video_comp_mask_auto_contrast": False,
"hybrid_video_comp_mask_contrast_schedule": "0:(1)",
"hybrid_video_use_first_frame_as_init_image": True,
"hybrid_video_comp_mask_blend_alpha_schedule": "0:(0.5)",
"hybrid_video_comp_mask_auto_contrast_cutoff_low_schedule": "0:(0)",
"hybrid_video_comp_mask_auto_contrast_cutoff_high_schedule": "0:(100)"
}
)
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 deforum-art/deforum-stable-diffusion 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": "1a98303504c7d866d2b198bae0b03237eab82edc1491a5306895d12b0021d6f6",
"input": {
"fov": 40,
"fps": 15,
"zoom": "0:(1.04)",
"angle": "0:(0)",
"width": 512,
"border": "replicate",
"height": 512,
"sampler": "euler_ancestral",
"use_init": false,
"use_mask": false,
"clip_name": "ViT-L/14",
"far_plane": 10000,
"max_frames": 200,
"near_plane": 200,
"invert_mask": false,
"midas_weight": 0.3,
"padding_mode": "border",
"rotation_3d_x": "0:(0)",
"rotation_3d_y": "0:(0)",
"rotation_3d_z": "0:(0)",
"sampling_mode": "bicubic",
"translation_x": "0:(10*sin(2*3.14*t/10))",
"translation_y": "0:(0)",
"translation_z": "0:(10)",
"animation_mode": "2D",
"guidance_scale": 7,
"noise_schedule": "0: (0.02)",
"sigma_schedule": "0: (1.0)",
"use_mask_video": false,
"amount_schedule": "0: (0.2)",
"color_coherence": "Match Frame 0 LAB",
"kernel_schedule": "0: (5)",
"model_checkpoint": "Protogen_V2.2.ckpt",
"animation_prompts": "0: a beautiful apple, trending on Artstation | 50: a beautiful banana, trending on Artstation | 100: a beautiful coconut, trending on Artstation | 150: a beautiful durian, trending on Artstation",
"contrast_schedule": "0: (1.0)",
"diffusion_cadence": "1",
"extract_nth_frame": 1,
"resume_timestring": "20220829210106",
"strength_schedule": "0: (0.65)",
"use_depth_warping": true,
"threshold_schedule": "0: (0.0)",
"flip_2d_perspective": false,
"hybrid_video_motion": "None",
"num_inference_steps": 50,
"perspective_flip_fv": "0:(53)",
"interpolate_x_frames": 4,
"perspective_flip_phi": "0:(t%15)",
"hybrid_video_composite": false,
"interpolate_key_frames": false,
"perspective_flip_gamma": "0:(0)",
"perspective_flip_theta": "0:(0)",
"resume_from_timestring": false,
"hybrid_video_flow_method": "Farneback",
"overwrite_extracted_frames": true,
"hybrid_video_comp_mask_type": "None",
"hybrid_video_comp_mask_inverse": false,
"hybrid_video_comp_mask_equalize": "None",
"hybrid_video_comp_alpha_schedule": "0:(1)",
"hybrid_video_generate_inputframes": false,
"hybrid_video_comp_save_extra_frames": false,
"hybrid_video_use_video_as_mse_image": false,
"color_coherence_video_every_N_frames": 1,
"hybrid_video_comp_mask_auto_contrast": false,
"hybrid_video_comp_mask_contrast_schedule": "0:(1)",
"hybrid_video_use_first_frame_as_init_image": true,
"hybrid_video_comp_mask_blend_alpha_schedule": "0:(0.5)",
"hybrid_video_comp_mask_auto_contrast_cutoff_low_schedule": "0:(0)",
"hybrid_video_comp_mask_auto_contrast_cutoff_high_schedule": "0:(100)"
}
}' \
https://api.replicate.com/v1/predictions
To learn more, take a look at Replicate’s HTTP API reference docs.
brew install cog
If you don’t have Homebrew, there are other installation options available.
Run this to download the model and run it in your local environment:
cog predict r8.im/deforum-art/deforum-stable-diffusion@sha256:1a98303504c7d866d2b198bae0b03237eab82edc1491a5306895d12b0021d6f6 \
-i 'fov=40' \
-i 'fps=15' \
-i 'zoom="0:(1.04)"' \
-i 'angle="0:(0)"' \
-i 'width=512' \
-i 'border="replicate"' \
-i 'height=512' \
-i 'sampler="euler_ancestral"' \
-i 'use_init=false' \
-i 'use_mask=false' \
-i 'clip_name="ViT-L/14"' \
-i 'far_plane=10000' \
-i 'max_frames=200' \
-i 'near_plane=200' \
-i 'invert_mask=false' \
-i 'midas_weight=0.3' \
-i 'padding_mode="border"' \
-i 'rotation_3d_x="0:(0)"' \
-i 'rotation_3d_y="0:(0)"' \
-i 'rotation_3d_z="0:(0)"' \
-i 'sampling_mode="bicubic"' \
-i 'translation_x="0:(10*sin(2*3.14*t/10))"' \
-i 'translation_y="0:(0)"' \
-i 'translation_z="0:(10)"' \
-i 'animation_mode="2D"' \
-i 'guidance_scale=7' \
-i 'noise_schedule="0: (0.02)"' \
-i 'sigma_schedule="0: (1.0)"' \
-i 'use_mask_video=false' \
-i 'amount_schedule="0: (0.2)"' \
-i 'color_coherence="Match Frame 0 LAB"' \
-i 'kernel_schedule="0: (5)"' \
-i 'model_checkpoint="Protogen_V2.2.ckpt"' \
-i 'animation_prompts="0: a beautiful apple, trending on Artstation | 50: a beautiful banana, trending on Artstation | 100: a beautiful coconut, trending on Artstation | 150: a beautiful durian, trending on Artstation"' \
-i 'contrast_schedule="0: (1.0)"' \
-i 'diffusion_cadence="1"' \
-i 'extract_nth_frame=1' \
-i 'resume_timestring="20220829210106"' \
-i 'strength_schedule="0: (0.65)"' \
-i 'use_depth_warping=true' \
-i 'threshold_schedule="0: (0.0)"' \
-i 'flip_2d_perspective=false' \
-i 'hybrid_video_motion="None"' \
-i 'num_inference_steps=50' \
-i 'perspective_flip_fv="0:(53)"' \
-i 'interpolate_x_frames=4' \
-i 'perspective_flip_phi="0:(t%15)"' \
-i 'hybrid_video_composite=false' \
-i 'interpolate_key_frames=false' \
-i 'perspective_flip_gamma="0:(0)"' \
-i 'perspective_flip_theta="0:(0)"' \
-i 'resume_from_timestring=false' \
-i 'hybrid_video_flow_method="Farneback"' \
-i 'overwrite_extracted_frames=true' \
-i 'hybrid_video_comp_mask_type="None"' \
-i 'hybrid_video_comp_mask_inverse=false' \
-i 'hybrid_video_comp_mask_equalize="None"' \
-i 'hybrid_video_comp_alpha_schedule="0:(1)"' \
-i 'hybrid_video_generate_inputframes=false' \
-i 'hybrid_video_comp_save_extra_frames=false' \
-i 'hybrid_video_use_video_as_mse_image=false' \
-i 'color_coherence_video_every_N_frames=1' \
-i 'hybrid_video_comp_mask_auto_contrast=false' \
-i 'hybrid_video_comp_mask_contrast_schedule="0:(1)"' \
-i 'hybrid_video_use_first_frame_as_init_image=true' \
-i 'hybrid_video_comp_mask_blend_alpha_schedule="0:(0.5)"' \
-i 'hybrid_video_comp_mask_auto_contrast_cutoff_low_schedule="0:(0)"' \
-i 'hybrid_video_comp_mask_auto_contrast_cutoff_high_schedule="0:(100)"'
To learn more, take a look at the Cog documentation.
Run this to download the model and run it in your local environment:
docker run -d -p 5000:5000 --gpus=all r8.im/deforum-art/deforum-stable-diffusion@sha256:1a98303504c7d866d2b198bae0b03237eab82edc1491a5306895d12b0021d6f6
curl -s -X POST \ -H "Content-Type: application/json" \ -d $'{ "input": { "fov": 40, "fps": 15, "zoom": "0:(1.04)", "angle": "0:(0)", "width": 512, "border": "replicate", "height": 512, "sampler": "euler_ancestral", "use_init": false, "use_mask": false, "clip_name": "ViT-L/14", "far_plane": 10000, "max_frames": 200, "near_plane": 200, "invert_mask": false, "midas_weight": 0.3, "padding_mode": "border", "rotation_3d_x": "0:(0)", "rotation_3d_y": "0:(0)", "rotation_3d_z": "0:(0)", "sampling_mode": "bicubic", "translation_x": "0:(10*sin(2*3.14*t/10))", "translation_y": "0:(0)", "translation_z": "0:(10)", "animation_mode": "2D", "guidance_scale": 7, "noise_schedule": "0: (0.02)", "sigma_schedule": "0: (1.0)", "use_mask_video": false, "amount_schedule": "0: (0.2)", "color_coherence": "Match Frame 0 LAB", "kernel_schedule": "0: (5)", "model_checkpoint": "Protogen_V2.2.ckpt", "animation_prompts": "0: a beautiful apple, trending on Artstation | 50: a beautiful banana, trending on Artstation | 100: a beautiful coconut, trending on Artstation | 150: a beautiful durian, trending on Artstation", "contrast_schedule": "0: (1.0)", "diffusion_cadence": "1", "extract_nth_frame": 1, "resume_timestring": "20220829210106", "strength_schedule": "0: (0.65)", "use_depth_warping": true, "threshold_schedule": "0: (0.0)", "flip_2d_perspective": false, "hybrid_video_motion": "None", "num_inference_steps": 50, "perspective_flip_fv": "0:(53)", "interpolate_x_frames": 4, "perspective_flip_phi": "0:(t%15)", "hybrid_video_composite": false, "interpolate_key_frames": false, "perspective_flip_gamma": "0:(0)", "perspective_flip_theta": "0:(0)", "resume_from_timestring": false, "hybrid_video_flow_method": "Farneback", "overwrite_extracted_frames": true, "hybrid_video_comp_mask_type": "None", "hybrid_video_comp_mask_inverse": false, "hybrid_video_comp_mask_equalize": "None", "hybrid_video_comp_alpha_schedule": "0:(1)", "hybrid_video_generate_inputframes": false, "hybrid_video_comp_save_extra_frames": false, "hybrid_video_use_video_as_mse_image": false, "color_coherence_video_every_N_frames": 1, "hybrid_video_comp_mask_auto_contrast": false, "hybrid_video_comp_mask_contrast_schedule": "0:(1)", "hybrid_video_use_first_frame_as_init_image": true, "hybrid_video_comp_mask_blend_alpha_schedule": "0:(0.5)", "hybrid_video_comp_mask_auto_contrast_cutoff_low_schedule": "0:(0)", "hybrid_video_comp_mask_auto_contrast_cutoff_high_schedule": "0:(100)" } }' \ http://localhost:5000/predictions
To learn more, take a look at the Cog documentation.
Add a payment method to run this model.
Each run costs approximately $0.98. Alternatively, try out our featured models for free.
By signing in, you agree to our
terms of service and privacy policy
Output
{
"completed_at": "2023-02-13T22:32:21.573732Z",
"created_at": "2023-02-13T22:16:41.526644Z",
"data_removed": false,
"error": null,
"id": "rvhvjhotu5b63iadeui33cyhsi",
"input": {
"fov": 40,
"fps": 15,
"zoom": "0:(1.04)",
"angle": "0:(0)",
"width": 512,
"border": "replicate",
"height": 512,
"sampler": "euler_ancestral",
"clip_name": "ViT-L/14",
"far_plane": 10000,
"max_frames": 200,
"near_plane": 200,
"midas_weight": 0.3,
"padding_mode": "border",
"rotation_3d_x": "0:(0)",
"rotation_3d_y": "0:(0)",
"rotation_3d_z": "0:(0)",
"sampling_mode": "bicubic",
"translation_x": "0:(10*sin(2*3.14*t/10))",
"translation_y": "0:(0)",
"translation_z": "0:(10)",
"animation_mode": "2D",
"guidance_scale": 7,
"noise_schedule": "0: (0.02)",
"sigma_schedule": "0: (1.0)",
"amount_schedule": "0: (0.2)",
"color_coherence": "Match Frame 0 LAB",
"kernel_schedule": "0: (5)",
"model_checkpoint": "Protogen_V2.2.ckpt",
"animation_prompts": "0: a beautiful apple, trending on Artstation | 50: a beautiful banana, trending on Artstation | 100: a beautiful coconut, trending on Artstation | 150: a beautiful durian, trending on Artstation",
"contrast_schedule": "0: (1.0)",
"diffusion_cadence": "1",
"extract_nth_frame": 1,
"resume_timestring": "20220829210106",
"strength_schedule": "0: (0.65)",
"use_depth_warping": true,
"threshold_schedule": "0: (0.0)",
"hybrid_video_motion": "None",
"num_inference_steps": 50,
"perspective_flip_fv": "0:(53)",
"interpolate_x_frames": 4,
"perspective_flip_phi": "0:(t%15)",
"perspective_flip_gamma": "0:(0)",
"perspective_flip_theta": "0:(0)",
"hybrid_video_flow_method": "Farneback",
"overwrite_extracted_frames": true,
"hybrid_video_comp_mask_type": "None",
"hybrid_video_comp_mask_equalize": "None",
"hybrid_video_comp_alpha_schedule": "0:(1)",
"color_coherence_video_every_N_frames": 1,
"hybrid_video_comp_mask_contrast_schedule": "0:(1)",
"hybrid_video_use_first_frame_as_init_image": true,
"hybrid_video_comp_mask_blend_alpha_schedule": "0:(0.5)",
"hybrid_video_comp_mask_auto_contrast_cutoff_low_schedule": "0:(0)",
"hybrid_video_comp_mask_auto_contrast_cutoff_high_schedule": "0:(100)"
},
"logs": "Saving animation frames to cog_temp_output\nRendering animation frame 0 of 200\na beautiful apple, trending on Artstation 3213646300\nAngle: 0.0 Zoom: 1.04\nTx: 0.0 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646300\n 0%| | 0/50 [00:00<?, ?it/s]\n 2%|▏ | 1/50 [00:02<02:09, 2.65s/it]\n 6%|▌ | 3/50 [00:02<00:35, 1.33it/s]\n 10%|█ | 5/50 [00:03<00:18, 2.40it/s]\n 14%|█▍ | 7/50 [00:03<00:11, 3.59it/s]\n 16%|█▌ | 8/50 [00:03<00:10, 4.16it/s]\n 20%|██ | 10/50 [00:03<00:07, 5.47it/s]\n 24%|██▍ | 12/50 [00:03<00:05, 6.62it/s]\n 28%|██▊ | 14/50 [00:03<00:04, 7.67it/s]\n 32%|███▏ | 16/50 [00:04<00:03, 8.51it/s]\n 36%|███▌ | 18/50 [00:04<00:03, 9.21it/s]\n 40%|████ | 20/50 [00:04<00:03, 9.69it/s]\n 44%|████▍ | 22/50 [00:04<00:02, 9.94it/s]\n 48%|████▊ | 24/50 [00:04<00:02, 10.28it/s]\n 52%|█████▏ | 26/50 [00:04<00:02, 10.40it/s]\n 56%|█████▌ | 28/50 [00:05<00:02, 10.35it/s]\n 60%|██████ | 30/50 [00:05<00:01, 10.33it/s]\n 64%|██████▍ | 32/50 [00:05<00:01, 10.53it/s]\n 68%|██████▊ | 34/50 [00:05<00:01, 10.56it/s]\n 72%|███████▏ | 36/50 [00:05<00:01, 10.74it/s]\n 76%|███████▌ | 38/50 [00:06<00:01, 10.84it/s]\n 80%|████████ | 40/50 [00:06<00:00, 10.77it/s]\n 84%|████████▍ | 42/50 [00:06<00:00, 10.83it/s]\n 88%|████████▊ | 44/50 [00:06<00:00, 10.91it/s]\n 92%|█████████▏| 46/50 [00:06<00:00, 11.01it/s]\n 96%|█████████▌| 48/50 [00:07<00:00, 11.08it/s]\n100%|██████████| 50/50 [00:07<00:00, 10.84it/s]\n100%|██████████| 50/50 [00:07<00:00, 6.94it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE81D63F70>\nRendering animation frame 1 of 200\na beautiful apple, trending on Artstation 3213646301\nAngle: 0.0 Zoom: 1.04\nTx: 5.875275257138918 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646301\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 11.08it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 11.07it/s]\n 35%|███▌ | 6/17 [00:00<00:00, 11.02it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.72it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.73it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.70it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.76it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.82it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.83it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE467B0400>\nRendering animation frame 2 of 200\n/src/helpers/colors.py:15: FutureWarning: `multichannel` is a deprecated argument name for `match_histograms`. It will be removed in version 1.0. Please use `channel_axis` instead.\nmatched_lab = match_histograms(prev_img_lab, color_match_lab, multichannel=True)\na beautiful apple, trending on Artstation 3213646302\nAngle: 0.0 Zoom: 1.04\nTx: 9.5085946050647 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646302\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 11.05it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.90it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.91it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.92it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.65it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.65it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.83it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.97it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.90it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE467B0220>\nRendering animation frame 3 of 200\na beautiful apple, trending on Artstation 3213646303\nAngle: 0.0 Zoom: 1.04\nTx: 9.513513762338286 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646303\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.34it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.85it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.89it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.98it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.93it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.83it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.68it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.73it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.80it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE467B04F0>\nRendering animation frame 4 of 200\na beautiful apple, trending on Artstation 3213646304\nAngle: 0.0 Zoom: 1.04\nTx: 5.888155619677953 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646304\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.93it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.67it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.74it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.76it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.83it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.59it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.79it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.59it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.71it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE467B0130>\nRendering animation frame 5 of 200\na beautiful apple, trending on Artstation 3213646305\nAngle: 0.0 Zoom: 1.04\nTx: 0.01592652916486828 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646305\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 11.06it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 11.22it/s]\n 35%|███▌ | 6/17 [00:00<00:00, 11.28it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 11.28it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.93it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.96it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.87it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.91it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.99it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE467B0460>\nRendering animation frame 6 of 200\na beautiful apple, trending on Artstation 3213646306\nAngle: 0.0 Zoom: 1.04\nTx: -5.862379991700271 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646306\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.92it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.97it/s]\n 35%|███▌ | 6/17 [00:00<00:00, 11.04it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 11.08it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 11.00it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.76it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.78it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.85it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.91it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE467B0CD0>\nRendering animation frame 7 of 200\na beautiful apple, trending on Artstation 3213646307\nAngle: 0.0 Zoom: 1.04\nTx: -9.503651328813763 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646307\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 9.95it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.42it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.55it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.75it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.90it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.97it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.75it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.69it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.72it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE467B09D0>\nRendering animation frame 8 of 200\na beautiful apple, trending on Artstation 3213646308\nAngle: 0.0 Zoom: 1.04\nTx: -9.518408788156858 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646308\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 11.10it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.93it/s]\n 35%|███▌ | 6/17 [00:00<00:00, 11.03it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.81it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.89it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.96it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.97it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 11.04it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.94it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE467B0370>\nRendering animation frame 9 of 200\na beautiful apple, trending on Artstation 3213646309\nAngle: 0.0 Zoom: 1.04\nTx: -5.901021046645755 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646309\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 11.07it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 11.00it/s]\n 35%|███▌ | 6/17 [00:00<00:00, 11.06it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 11.10it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.78it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.89it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.94it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.83it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.91it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88983940>\nRendering animation frame 10 of 200\na beautiful apple, trending on Artstation 3213646310\nAngle: 0.0 Zoom: 1.04\nTx: -0.0318530179313799 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646310\n 0%| | 0/17 [00:00<?, ?it/s]\n 6%|▌ | 1/17 [00:00<00:01, 9.69it/s]\n 18%|█▊ | 3/17 [00:00<00:01, 10.57it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 10.67it/s]\n 41%|████ | 7/17 [00:00<00:00, 10.85it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 10.91it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 11.01it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 10.61it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 10.58it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.75it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.73it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88982950>\nRendering animation frame 11 of 200\na beautiful apple, trending on Artstation 3213646311\nAngle: 0.0 Zoom: 1.04\nTx: 5.84946985607143 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646311\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.75it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 11.04it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.79it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.74it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.88it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.95it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.95it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.93it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.90it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88982830>\nRendering animation frame 12 of 200\na beautiful apple, trending on Artstation 3213646312\nAngle: 0.0 Zoom: 1.04\nTx: 9.498683946124316 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646312\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 11.09it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.85it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.54it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.73it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.36it/s]\n 71%|███████ | 12/17 [00:01<00:00, 9.89it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.14it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.35it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.42it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88981C90>\nRendering animation frame 13 of 200\na beautiful apple, trending on Artstation 3213646313\nAngle: 0.0 Zoom: 1.04\nTx: 9.523279670103964 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646313\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.61it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.80it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.81it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.85it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.93it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.56it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.56it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.67it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.70it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88981DB0>\nRendering animation frame 14 of 200\na beautiful apple, trending on Artstation 3213646314\nAngle: 0.0 Zoom: 1.04\nTx: 5.913871505408597 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646314\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.50it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.57it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.13it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.36it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.56it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.65it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.71it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.77it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.50it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE889814B0>\nRendering animation frame 15 of 200\na beautiful apple, trending on Artstation 3213646315\nAngle: 0.0 Zoom: 1.04\nTx: 0.047779425901285116 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646315\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.86it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.68it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.78it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.51it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.55it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.71it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.79it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.88it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.75it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88981330>\nRendering animation frame 16 of 200\na beautiful apple, trending on Artstation 3213646316\nAngle: 0.0 Zoom: 1.04\nTx: -5.836544882999542 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646316\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.90it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.84it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.88it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.80it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.91it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.52it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.54it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.64it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.70it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88981360>\nRendering animation frame 17 of 200\na beautiful apple, trending on Artstation 3213646317\nAngle: 0.0 Zoom: 1.04\nTx: -9.493692469596354 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646317\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 11.07it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.88it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.23it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.35it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.59it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.78it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.88it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.89it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.66it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88983370>\nRendering animation frame 18 of 200\na beautiful apple, trending on Artstation 3213646318\nAngle: 0.0 Zoom: 1.04\nTx: -9.52812639582439 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646318\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 11.16it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 11.22it/s]\n 35%|███▌ | 6/17 [00:00<00:00, 11.04it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.74it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.73it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.84it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.94it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.98it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.95it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE889823B0>\nRendering animation frame 19 of 200\na beautiful apple, trending on Artstation 3213646319\nAngle: 0.0 Zoom: 1.04\nTx: -5.926706963370702 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646319\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.90it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.90it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.80it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.87it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.77it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.79it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.83it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.79it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.81it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88982410>\nRendering animation frame 20 of 200\na beautiful apple, trending on Artstation 3213646320\nAngle: 0.0 Zoom: 1.04\nTx: -0.06370571267652135 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646320\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.86it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 11.04it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.99it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 11.00it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 11.02it/s]\n 71%|███████ | 12/17 [00:01<00:00, 11.08it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 11.04it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 11.02it/s]\n100%|██████████| 17/17 [00:01<00:00, 11.03it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88983430>\nRendering animation frame 21 of 200\na beautiful apple, trending on Artstation 3213646321\nAngle: 0.0 Zoom: 1.04\nTx: 5.82360510526936 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646321\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 11.07it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 11.11it/s]\n 35%|███▌ | 6/17 [00:00<00:00, 11.12it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 11.04it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.92it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.93it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 11.02it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 11.03it/s]\n100%|██████████| 17/17 [00:01<00:00, 11.03it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88980850>\nRendering animation frame 22 of 200\na beautiful apple, trending on Artstation 3213646322\nAngle: 0.0 Zoom: 1.04\nTx: 9.488676911890972 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646322\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.89it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.99it/s]\n 35%|███▌ | 6/17 [00:00<00:00, 11.07it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 11.05it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.95it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.94it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.95it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.89it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.94it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88980700>\nRendering animation frame 23 of 200\na beautiful apple, trending on Artstation 3213646323\nAngle: 0.0 Zoom: 1.04\nTx: 9.532948953024208 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646323\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.90it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.97it/s]\n 35%|███▌ | 6/17 [00:00<00:00, 11.01it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 11.06it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 11.07it/s]\n 71%|███████ | 12/17 [00:01<00:00, 11.08it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 11.03it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 11.11it/s]\n100%|██████████| 17/17 [00:01<00:00, 11.07it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE889825C0>\nRendering animation frame 24 of 200\na beautiful apple, trending on Artstation 3213646324\nAngle: 0.0 Zoom: 1.04\nTx: 5.939527387974376 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646324\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.40it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.70it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.72it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.69it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.74it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.72it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.77it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.88it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.79it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE467B0B20>\nRendering animation frame 25 of 200\na beautiful apple, trending on Artstation 3213646325\nAngle: 0.0 Zoom: 1.04\nTx: 0.07963183785937343 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646325\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 11.21it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.90it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.94it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.98it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 11.06it/s]\n 71%|███████ | 12/17 [00:01<00:00, 11.12it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.93it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.98it/s]\n100%|██████████| 17/17 [00:01<00:00, 11.00it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE467B0130>\nRendering animation frame 26 of 200\na beautiful apple, trending on Artstation 3213646326\nAngle: 0.0 Zoom: 1.04\nTx: -5.810650555703242 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646326\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.95it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.80it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.92it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.96it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.92it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.93it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.86it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.84it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.89it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE889818A0>\nRendering animation frame 27 of 200\na beautiful apple, trending on Artstation 3213646327\nAngle: 0.0 Zoom: 1.04\nTx: -9.483637285730369 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646327\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 11.01it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.98it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.82it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.99it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 11.08it/s]\n 71%|███████ | 12/17 [00:01<00:00, 11.16it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 11.21it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.92it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.92it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88981780>\nRendering animation frame 28 of 200\na beautiful apple, trending on Artstation 3213646328\nAngle: 0.0 Zoom: 1.04\nTx: -9.537747329470772 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646328\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 11.22it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 11.18it/s]\n 35%|███▌ | 6/17 [00:00<00:00, 11.07it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.69it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.82it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.97it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 11.06it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 11.07it/s]\n100%|██████████| 17/17 [00:01<00:00, 11.00it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88980040>\nRendering animation frame 29 of 200\na beautiful apple, trending on Artstation 3213646329\nAngle: 0.0 Zoom: 1.04\nTx: -5.952332746700007 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646329\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 11.16it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 11.16it/s]\n 35%|███▌ | 6/17 [00:00<00:00, 11.13it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 11.05it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 11.02it/s]\n 71%|███████ | 12/17 [00:01<00:00, 11.04it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 11.05it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 11.06it/s]\n100%|██████████| 17/17 [00:01<00:00, 11.03it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE889802B0>\nRendering animation frame 30 of 200\na beautiful apple, trending on Artstation 3213646330\nAngle: 0.0 Zoom: 1.04\nTx: -0.09555776105247388 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646330\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.60it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.61it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.74it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.66it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.81it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.67it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.83it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.89it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.79it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88980DF0>\nRendering animation frame 31 of 200\na beautiful apple, trending on Artstation 3213646331\nAngle: 0.0 Zoom: 1.04\nTx: 5.797681267160971 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646331\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 11.11it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 11.17it/s]\n 35%|███▌ | 6/17 [00:00<00:00, 11.09it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.92it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.94it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.86it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.91it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.93it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.95it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88980EB0>\nRendering animation frame 32 of 200\na beautiful apple, trending on Artstation 3213646332\nAngle: 0.0 Zoom: 1.04\nTx: 9.478573603897775 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646332\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 11.01it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.90it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.79it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.82it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.87it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.96it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 11.04it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 11.04it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.97it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88983430>\nRendering animation frame 33 of 200\na beautiful apple, trending on Artstation 3213646333\nAngle: 0.0 Zoom: 1.04\nTx: 9.542521512992789 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646333\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 11.05it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 11.05it/s]\n 35%|███▌ | 6/17 [00:00<00:00, 11.07it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 11.08it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 11.02it/s]\n 71%|███████ | 12/17 [00:01<00:00, 11.05it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 11.03it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 11.09it/s]\n100%|██████████| 17/17 [00:01<00:00, 11.07it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE889823B0>\nRendering animation frame 34 of 200\na beautiful apple, trending on Artstation 3213646334\nAngle: 0.0 Zoom: 1.04\nTx: 5.965123007066241 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646334\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.92it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 11.00it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 11.00it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 11.04it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 11.03it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.98it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.99it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.98it/s]\n100%|██████████| 17/17 [00:01<00:00, 11.00it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88981330>\nRendering animation frame 35 of 200\na beautiful apple, trending on Artstation 3213646335\nAngle: 0.0 Zoom: 1.04\nTx: 0.11148344185902088 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646335\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.97it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 11.01it/s]\n 35%|███▌ | 6/17 [00:00<00:00, 11.00it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 11.05it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 11.01it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.98it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 11.07it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 11.06it/s]\n100%|██████████| 17/17 [00:01<00:00, 11.04it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88980D30>\nRendering animation frame 36 of 200\na beautiful apple, trending on Artstation 3213646336\nAngle: 0.0 Zoom: 1.04\nTx: -5.784697272539728 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646336\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.81it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.87it/s]\n 35%|███▌ | 6/17 [00:00<00:00, 11.03it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.84it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.84it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.93it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.92it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 11.02it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.96it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88982980>\nRendering animation frame 37 of 200\na beautiful apple, trending on Artstation 3213646337\nAngle: 0.0 Zoom: 1.04\nTx: -9.473485879237451 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646337\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.85it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.94it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 11.00it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 11.07it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 11.10it/s]\n 71%|███████ | 12/17 [00:01<00:00, 11.11it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 11.05it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 11.05it/s]\n100%|██████████| 17/17 [00:01<00:00, 11.06it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88981DB0>\nRendering animation frame 38 of 200\na beautiful apple, trending on Artstation 3213646338\nAngle: 0.0 Zoom: 1.04\nTx: -9.54727149148033 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646338\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.86it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.79it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.94it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.95it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.99it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.85it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.88it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.96it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.94it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88982EF0>\nRendering animation frame 39 of 200\na beautiful apple, trending on Artstation 3213646339\nAngle: 0.0 Zoom: 1.04\nTx: -5.977898136630008 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646339\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 11.16it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 11.08it/s]\n 35%|███▌ | 6/17 [00:00<00:00, 11.02it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.99it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 11.04it/s]\n 71%|███████ | 12/17 [00:01<00:00, 11.04it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 11.10it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 11.03it/s]\n100%|██████████| 17/17 [00:01<00:00, 11.06it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88980910>\nRendering animation frame 40 of 200\na beautiful apple, trending on Artstation 3213646340\nAngle: 0.0 Zoom: 1.04\nTx: -0.12740883988280968 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646340\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 11.18it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 11.24it/s]\n 35%|███▌ | 6/17 [00:00<00:00, 11.15it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 11.17it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 11.22it/s]\n 71%|███████ | 12/17 [00:01<00:00, 11.23it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 11.24it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 11.21it/s]\n100%|██████████| 17/17 [00:01<00:00, 11.18it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE889804F0>\nRendering animation frame 41 of 200\na beautiful apple, trending on Artstation 3213646341\nAngle: 0.0 Zoom: 1.04\nTx: 5.771698604774 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646341\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.78it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 11.02it/s]\n 35%|███▌ | 6/17 [00:00<00:00, 11.10it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 11.05it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 11.09it/s]\n 71%|███████ | 12/17 [00:01<00:00, 11.11it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 11.11it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 11.08it/s]\n100%|██████████| 17/17 [00:01<00:00, 11.08it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE889805E0>\nRendering animation frame 42 of 200\na beautiful apple, trending on Artstation 3213646342\nAngle: 0.0 Zoom: 1.04\nTx: 9.468374124654623 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646342\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 11.13it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 11.13it/s]\n 35%|███▌ | 6/17 [00:00<00:00, 11.07it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.89it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.96it/s]\n 71%|███████ | 12/17 [00:01<00:00, 11.06it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 11.10it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 11.07it/s]\n100%|██████████| 17/17 [00:01<00:00, 11.03it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88982F80>\nRendering animation frame 43 of 200\na beautiful apple, trending on Artstation 3213646343\nAngle: 0.0 Zoom: 1.04\nTx: 9.551997252884862 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646343\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 11.20it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 11.10it/s]\n 35%|███▌ | 6/17 [00:00<00:00, 11.10it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.78it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.85it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.93it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 11.04it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 11.07it/s]\n100%|██████████| 17/17 [00:01<00:00, 11.02it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88980670>\nRendering animation frame 44 of 200\na beautiful apple, trending on Artstation 3213646344\nAngle: 0.0 Zoom: 1.04\nTx: 5.990658102986649 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646344\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.98it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 11.00it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.93it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.97it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.95it/s]\n 71%|███████ | 12/17 [00:01<00:00, 11.06it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 11.14it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 11.18it/s]\n100%|██████████| 17/17 [00:01<00:00, 11.08it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88980AF0>\nRendering animation frame 45 of 200\na beautiful apple, trending on Artstation 3213646345\nAngle: 0.0 Zoom: 1.04\nTx: 0.14333391472835277 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646345\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 11.20it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 11.20it/s]\n 35%|███▌ | 6/17 [00:00<00:00, 11.14it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 11.15it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 11.14it/s]\n 71%|███████ | 12/17 [00:01<00:00, 11.03it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 11.09it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 11.16it/s]\n100%|██████████| 17/17 [00:01<00:00, 11.14it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88980B20>\nRendering animation frame 46 of 200\na beautiful apple, trending on Artstation 3213646346\nAngle: 0.0 Zoom: 1.04\nTx: -5.758685296835462 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646346\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.87it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 11.14it/s]\n 35%|███▌ | 6/17 [00:00<00:00, 11.09it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.97it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 11.10it/s]\n 71%|███████ | 12/17 [00:01<00:00, 11.06it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.95it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 11.05it/s]\n100%|██████████| 17/17 [00:01<00:00, 11.05it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88980AC0>\nRendering animation frame 47 of 200\na beautiful apple, trending on Artstation 3213646347\nAngle: 0.0 Zoom: 1.04\nTx: -9.463238353115525 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646347\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 11.15it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 11.11it/s]\n 35%|███▌ | 6/17 [00:00<00:00, 11.12it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 11.16it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 11.20it/s]\n 71%|███████ | 12/17 [00:01<00:00, 11.11it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.91it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.96it/s]\n100%|██████████| 17/17 [00:01<00:00, 11.05it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88983160>\nRendering animation frame 48 of 200\na beautiful apple, trending on Artstation 3213646348\nAngle: 0.0 Zoom: 1.04\nTx: -9.556698785219288 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646348\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.96it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.94it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.96it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 11.00it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 11.02it/s]\n 71%|███████ | 12/17 [00:01<00:00, 11.00it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.94it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.86it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.94it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88980970>\nRendering animation frame 49 of 200\na beautiful apple, trending on Artstation 3213646349\nAngle: 0.0 Zoom: 1.04\nTx: -6.003402873769849 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646349\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.74it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.76it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.62it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.72it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.82it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.89it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.97it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.97it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.87it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88980AF0>\nRendering animation frame 50 of 200\na beautiful banana, trending on Artstation 3213646350\nAngle: 0.0 Zoom: 1.04\nTx: -0.159258626001018 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646350\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 11.02it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 11.04it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.98it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 11.03it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 11.11it/s]\n 71%|███████ | 12/17 [00:01<00:00, 11.14it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 11.09it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 11.06it/s]\n100%|██████████| 17/17 [00:01<00:00, 11.01it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88981810>\nRendering animation frame 51 of 200\na beautiful banana, trending on Artstation 3213646351\nAngle: 0.0 Zoom: 1.04\nTx: 5.74565738173307 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646351\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 11.26it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 11.27it/s]\n 35%|███▌ | 6/17 [00:00<00:00, 11.23it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 11.06it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 11.09it/s]\n 71%|███████ | 12/17 [00:01<00:00, 11.12it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.98it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 11.00it/s]\n100%|██████████| 17/17 [00:01<00:00, 11.05it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88982980>\nRendering animation frame 52 of 200\na beautiful banana, trending on Artstation 3213646352\nAngle: 0.0 Zoom: 1.04\nTx: 9.458078577647223 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646352\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.99it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 11.06it/s]\n 35%|███▌ | 6/17 [00:00<00:00, 11.13it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 11.09it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.98it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.98it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 11.07it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 11.08it/s]\n100%|██████████| 17/17 [00:01<00:00, 11.02it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88980D30>\nRendering animation frame 53 of 200\na beautiful banana, trending on Artstation 3213646353\nAngle: 0.0 Zoom: 1.04\nTx: 9.561376076557917 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646353\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 11.16it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 11.21it/s]\n 35%|███▌ | 6/17 [00:00<00:00, 11.15it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 11.08it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 11.04it/s]\n 71%|███████ | 12/17 [00:01<00:00, 11.03it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 11.06it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 11.06it/s]\n100%|██████████| 17/17 [00:01<00:00, 11.05it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE889805B0>\nRendering animation frame 54 of 200\na beautiful banana, trending on Artstation 3213646354\nAngle: 0.0 Zoom: 1.04\nTx: 6.016132416652038 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646354\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.96it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.98it/s]\n 35%|███▌ | 6/17 [00:00<00:00, 11.10it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 11.01it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.96it/s]\n 71%|███████ | 12/17 [00:01<00:00, 11.03it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 11.07it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 11.13it/s]\n100%|██████████| 17/17 [00:01<00:00, 11.04it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88980130>\nRendering animation frame 55 of 200\na beautiful banana, trending on Artstation 3213646355\nAngle: 0.0 Zoom: 1.04\nTx: 0.17518293330691775 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646355\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 11.18it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 11.25it/s]\n 35%|███▌ | 6/17 [00:00<00:00, 11.19it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 11.14it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 11.14it/s]\n 71%|███████ | 12/17 [00:01<00:00, 11.09it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 11.03it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 11.00it/s]\n100%|██████████| 17/17 [00:01<00:00, 11.08it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88980A60>\nRendering animation frame 56 of 200\na beautiful banana, trending on Artstation 3213646356\nAngle: 0.0 Zoom: 1.04\nTx: -5.732614892512512 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646356\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.45it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.72it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.95it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.85it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.93it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.90it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.99it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 11.04it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.90it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE889806D0>\nRendering animation frame 57 of 200\na beautiful banana, trending on Artstation 3213646357\nAngle: 0.0 Zoom: 1.04\nTx: -9.452894811337778 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646357\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.59it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.98it/s]\n 35%|███▌ | 6/17 [00:00<00:00, 11.01it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.97it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 11.04it/s]\n 71%|███████ | 12/17 [00:01<00:00, 11.04it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 11.04it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.97it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.94it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE889802B0>\nRendering animation frame 58 of 200\na beautiful banana, trending on Artstation 3213646358\nAngle: 0.0 Zoom: 1.04\nTx: -9.566029115036663 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646358\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.86it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.77it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.83it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.79it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.73it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.75it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.86it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.92it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.86it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE889818A0>\nRendering animation frame 59 of 200\na beautiful banana, trending on Artstation 3213646359\nAngle: 0.0 Zoom: 1.04\nTx: -6.028846699344016 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646359\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.90it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 11.02it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.95it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.91it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.95it/s]\n 71%|███████ | 12/17 [00:01<00:00, 11.06it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 11.01it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 11.00it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.97it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88980DF0>\nRendering animation frame 60 of 200\na beautiful banana, trending on Artstation 3213646360\nAngle: 0.0 Zoom: 1.04\nTx: -0.1911067962535799 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646360\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 11.11it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.89it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.88it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.97it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 11.00it/s]\n 71%|███████ | 12/17 [00:01<00:00, 11.04it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.96it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.93it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.95it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE467B0520>\nRendering animation frame 61 of 200\na beautiful banana, trending on Artstation 3213646361\nAngle: 0.0 Zoom: 1.04\nTx: 5.719557862256882 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646361\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.98it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.84it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.93it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.86it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.92it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.86it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.89it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.93it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.90it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE467B0940>\nRendering animation frame 62 of 200\na beautiful banana, trending on Artstation 3213646362\nAngle: 0.0 Zoom: 1.04\nTx: 9.447687067335966 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646362\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.45it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.88it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.72it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.71it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.83it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.89it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.98it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.93it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.86it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE467B0460>\nRendering animation frame 63 of 200\na beautiful banana, trending on Artstation 3213646363\nAngle: 0.0 Zoom: 1.04\nTx: 9.570657888852805 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646363\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 11.05it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.96it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.89it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 11.03it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.96it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.96it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 11.00it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.98it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.98it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88945270>\nRendering animation frame 64 of 200\na beautiful banana, trending on Artstation 3213646364\nAngle: 0.0 Zoom: 1.04\nTx: 6.041545689595634 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646364\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 11.06it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.99it/s]\n 35%|███▌ | 6/17 [00:00<00:00, 11.04it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 11.05it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.86it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.94it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.95it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.96it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.94it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88946CE0>\nRendering animation frame 65 of 200\na beautiful banana, trending on Artstation 3213646365\nAngle: 0.0 Zoom: 1.04\nTx: 0.2070301744491976 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646365\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 11.12it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 11.18it/s]\n 35%|███▌ | 6/17 [00:00<00:00, 11.01it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.96it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.64it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.73it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.84it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.86it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.88it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88947F40>\nRendering animation frame 66 of 200\na beautiful banana, trending on Artstation 3213646366\nAngle: 0.0 Zoom: 1.04\nTx: -5.70648632408569 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646366\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.57it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.74it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.92it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.90it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.93it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.72it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.81it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.86it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.77it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE889473D0>\nRendering animation frame 67 of 200\na beautiful banana, trending on Artstation 3213646367\nAngle: 0.0 Zoom: 1.04\nTx: -9.442455358851532 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646367\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.64it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.84it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.72it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.66it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.78it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.70it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.81it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.88it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.80it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88947790>\nRendering animation frame 68 of 200\na beautiful banana, trending on Artstation 3213646368\nAngle: 0.0 Zoom: 1.04\nTx: -9.57526238626533 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646368\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 11.18it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 11.14it/s]\n 35%|███▌ | 6/17 [00:00<00:00, 11.11it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 11.07it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 11.07it/s]\n 71%|███████ | 12/17 [00:01<00:00, 11.15it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.92it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.99it/s]\n100%|██████████| 17/17 [00:01<00:00, 11.05it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88946D40>\nRendering animation frame 69 of 200\na beautiful banana, trending on Artstation 3213646369\nAngle: 0.0 Zoom: 1.04\nTx: -6.054229355195162 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646369\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.83it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.54it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.73it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.81it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.80it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.90it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.65it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.84it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.79it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88947DF0>\nRendering animation frame 70 of 200\na beautiful banana, trending on Artstation 3213646370\nAngle: 0.0 Zoom: 1.04\nTx: -0.22295302750347787 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646370\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 11.07it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.63it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.87it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.97it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.90it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.89it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.63it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.77it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.79it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88945630>\nRendering animation frame 71 of 200\na beautiful banana, trending on Artstation 3213646371\nAngle: 0.0 Zoom: 1.04\nTx: 5.693400311155655 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646371\n 0%| | 0/17 [00:00<?, ?it/s]\n 6%|▌ | 1/17 [00:00<00:01, 9.45it/s]\n 18%|█▊ | 3/17 [00:00<00:01, 10.76it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 10.93it/s]\n 41%|████ | 7/17 [00:00<00:00, 10.43it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 10.66it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 10.49it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 10.63it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 10.72it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.63it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.61it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88947010>\nRendering animation frame 72 of 200\na beautiful banana, trending on Artstation 3213646372\nAngle: 0.0 Zoom: 1.04\nTx: 9.437199699154915 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646372\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 11.02it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.85it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.59it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.74it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.84it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.79it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.71it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.54it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.70it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE889476D0>\nRendering animation frame 73 of 200\na beautiful banana, trending on Artstation 3213646373\nAngle: 0.0 Zoom: 1.04\nTx: 9.579842595594661 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646373\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 11.08it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.84it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.65it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.74it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.88it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.77it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.78it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.87it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.82it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88947340>\nRendering animation frame 74 of 200\na beautiful banana, trending on Artstation 3213646374\nAngle: 0.0 Zoom: 1.04\nTx: 6.066897663969969 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646374\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.97it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 11.04it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.94it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.79it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.86it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.79it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.90it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.92it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.91it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE889473D0>\nRendering animation frame 75 of 200\na beautiful banana, trending on Artstation 3213646375\nAngle: 0.0 Zoom: 1.04\nTx: 0.23887531502738857 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646375\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.71it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.94it/s]\n 35%|███▌ | 6/17 [00:00<00:00, 11.02it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.47it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.67it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.79it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.81it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.81it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.80it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88946920>\nRendering animation frame 76 of 200\na beautiful banana, trending on Artstation 3213646376\nAngle: 0.0 Zoom: 1.04\nTx: -5.680299856659977 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646376\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.71it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.87it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.83it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.92it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.84it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.64it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.71it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.82it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.76it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88946CE0>\nRendering animation frame 77 of 200\na beautiful banana, trending on Artstation 3213646377\nAngle: 0.0 Zoom: 1.04\nTx: -9.431920101577337 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646377\n 0%| | 0/17 [00:00<?, ?it/s]\n 6%|▌ | 1/17 [00:00<00:01, 9.75it/s]\n 18%|█▊ | 3/17 [00:00<00:01, 10.45it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 10.73it/s]\n 41%|████ | 7/17 [00:00<00:00, 10.77it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 10.89it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 10.42it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 10.54it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 10.69it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.71it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.65it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88946DD0>\nRendering animation frame 78 of 200\na beautiful banana, trending on Artstation 3213646378\nAngle: 0.0 Zoom: 1.04\nTx: -9.584398505222914 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646378\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.63it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.83it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.82it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.87it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.95it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.83it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.75it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.83it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.84it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88947CA0>\nRendering animation frame 79 of 200\na beautiful banana, trending on Artstation 3213646379\nAngle: 0.0 Zoom: 1.04\nTx: -6.079550583786321 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646379\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 11.01it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.90it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.71it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.91it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.89it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.85it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.94it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.96it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.92it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88944430>\nRendering animation frame 80 of 200\na beautiful banana, trending on Artstation 3213646380\nAngle: 0.0 Zoom: 1.04\nTx: -0.2547969966333322 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646380\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 11.03it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.93it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.96it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.84it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.95it/s]\n 71%|███████ | 12/17 [00:01<00:00, 11.03it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 11.04it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.86it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.94it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE467B0520>\nRendering animation frame 81 of 200\na beautiful banana, trending on Artstation 3213646381\nAngle: 0.0 Zoom: 1.04\nTx: 5.667184993828549 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646381\n 0%| | 0/17 [00:00<?, ?it/s]\n 6%|▌ | 1/17 [00:00<00:01, 9.84it/s]\n 18%|█▊ | 3/17 [00:00<00:01, 10.56it/s]\n 29%|██▉ | 5/17 [00:00<00:01, 10.70it/s]\n 41%|████ | 7/17 [00:00<00:00, 10.84it/s]\n 53%|█████▎ | 9/17 [00:00<00:00, 10.69it/s]\n 65%|██████▍ | 11/17 [00:01<00:00, 10.78it/s]\n 76%|███████▋ | 13/17 [00:01<00:00, 10.86it/s]\n 88%|████████▊ | 15/17 [00:01<00:00, 10.92it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.69it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.73it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE467B0B20>\nRendering animation frame 82 of 200\na beautiful banana, trending on Artstation 3213646382\nAngle: 0.0 Zoom: 1.04\nTx: 9.426616579510727 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646382\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.88it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.62it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.64it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.69it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.72it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.70it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.80it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.76it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.74it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88980130>\nRendering animation frame 83 of 200\na beautiful banana, trending on Artstation 3213646383\nAngle: 0.0 Zoom: 1.04\nTx: 9.588930103593817 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646383\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.70it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.46it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.63it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.76it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.87it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.96it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.79it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.85it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.79it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE889811E0>\nRendering animation frame 84 of 200\na beautiful banana, trending on Artstation 3213646384\nAngle: 0.0 Zoom: 1.04\nTx: 6.0921880825495744 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646384\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 11.16it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 11.01it/s]\n 35%|███▌ | 6/17 [00:00<00:00, 11.06it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.66it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.73it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.78it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.70it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.86it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.85it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88983040>\nRendering animation frame 85 of 200\na beautiful banana, trending on Artstation 3213646385\nAngle: 0.0 Zoom: 1.04\nTx: 0.2707180319351772 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646385\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.85it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.94it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.95it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.81it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.77it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.81it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.97it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 11.00it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.93it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88983A90>\nRendering animation frame 86 of 200\na beautiful banana, trending on Artstation 3213646386\nAngle: 0.0 Zoom: 1.04\nTx: -5.654055755927809 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646386\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.85it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.95it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.91it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.88it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.81it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.84it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.84it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.80it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.83it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88980880>\nRendering animation frame 87 of 200\na beautiful banana, trending on Artstation 3213646387\nAngle: 0.0 Zoom: 1.04\nTx: -9.421289146407712 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646387\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.90it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 11.01it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.98it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.99it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.73it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.77it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.87it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.95it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.91it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88980B20>\nRendering animation frame 88 of 200\na beautiful banana, trending on Artstation 3213646388\nAngle: 0.0 Zoom: 1.04\nTx: -9.59343737921279 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646388\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 11.18it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 11.15it/s]\n 35%|███▌ | 6/17 [00:00<00:00, 11.13it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 11.08it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.93it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.98it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 11.05it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 11.08it/s]\n100%|██████████| 17/17 [00:01<00:00, 11.06it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE889810F0>\nRendering animation frame 89 of 200\na beautiful banana, trending on Artstation 3213646389\nAngle: 0.0 Zoom: 1.04\nTx: -6.104810128203921 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646389\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 11.06it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 11.10it/s]\n 35%|███▌ | 6/17 [00:00<00:00, 11.04it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.97it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.95it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.97it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.97it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 11.04it/s]\n100%|██████████| 17/17 [00:01<00:00, 11.01it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88980A90>\nRendering animation frame 90 of 200\na beautiful banana, trending on Artstation 3213646390\nAngle: 0.0 Zoom: 1.04\nTx: -0.2866383805487153 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646390\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.85it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.68it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.74it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.83it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.84it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.71it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.73it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.81it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.78it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88980F40>\nRendering animation frame 91 of 200\na beautiful banana, trending on Artstation 3213646391\nAngle: 0.0 Zoom: 1.04\nTx: 5.6409121762606595 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646391\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.97it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.82it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.90it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.85it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.86it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.82it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.91it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.90it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.88it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88980B50>\nRendering animation frame 92 of 200\na beautiful banana, trending on Artstation 3213646392\nAngle: 0.0 Zoom: 1.04\nTx: 9.415937815781541 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646392\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.50it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.75it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.86it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.86it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.89it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.86it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.91it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.96it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.88it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689C460>\nRendering animation frame 93 of 200\na beautiful banana, trending on Artstation 3213646393\nAngle: 0.0 Zoom: 1.04\nTx: 9.597920320646846 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646393\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.64it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.47it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.57it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.77it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.75it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.87it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.92it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 11.02it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.87it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689C550>\nRendering animation frame 94 of 200\na beautiful banana, trending on Artstation 3213646394\nAngle: 0.0 Zoom: 1.04\nTx: 6.117416688733313 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646394\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 11.05it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.84it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.69it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.88it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.93it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.90it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.92it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.95it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.88it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689C1C0>\nRendering animation frame 95 of 200\na beautiful banana, trending on Artstation 3213646395\nAngle: 0.0 Zoom: 1.04\nTx: 0.3025580020910541 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646395\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 11.12it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 11.02it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.94it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.92it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.93it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.96it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 11.03it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 11.00it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.98it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689C6D0>\nRendering animation frame 96 of 200\na beautiful banana, trending on Artstation 3213646396\nAngle: 0.0 Zoom: 1.04\nTx: -5.6277542881663205 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646396\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 11.05it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 11.04it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.86it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.92it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.99it/s]\n 71%|███████ | 12/17 [00:01<00:00, 11.02it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 11.06it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 11.03it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.98it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88947190>\nRendering animation frame 97 of 200\na beautiful banana, trending on Artstation 3213646397\nAngle: 0.0 Zoom: 1.04\nTx: -9.410562601206152 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646397\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.95it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 11.01it/s]\n 35%|███▌ | 6/17 [00:00<00:00, 11.04it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 11.09it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 11.09it/s]\n 71%|███████ | 12/17 [00:01<00:00, 11.13it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 11.15it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 11.01it/s]\n100%|██████████| 17/17 [00:01<00:00, 11.02it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88947790>\nRendering animation frame 98 of 200\na beautiful banana, trending on Artstation 3213646398\nAngle: 0.0 Zoom: 1.04\nTx: -9.60237891652492 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646398\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 11.25it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 11.04it/s]\n 35%|███▌ | 6/17 [00:00<00:00, 11.12it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 11.07it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.91it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.99it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 11.03it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 11.06it/s]\n100%|██████████| 17/17 [00:01<00:00, 11.05it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88947BB0>\nRendering animation frame 99 of 200\na beautiful banana, trending on Artstation 3213646399\nAngle: 0.0 Zoom: 1.04\nTx: -6.130007732160417 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646399\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 11.17it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 11.07it/s]\n 35%|███▌ | 6/17 [00:00<00:00, 11.03it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.97it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.98it/s]\n 71%|███████ | 12/17 [00:01<00:00, 11.02it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 11.09it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.96it/s]\n100%|██████████| 17/17 [00:01<00:00, 11.01it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE889476D0>\nRendering animation frame 100 of 200\na beautiful coconut, trending on Artstation 3213646400\nAngle: 0.0 Zoom: 1.04\nTx: -0.3184768561815004 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646400\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 11.02it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 11.02it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.77it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.88it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.87it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.93it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.78it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.75it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.82it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88946DA0>\nRendering animation frame 101 of 200\na beautiful coconut, trending on Artstation 3213646401\nAngle: 0.0 Zoom: 1.04\nTx: 5.614582125020484 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646401\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.96it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.71it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.63it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.78it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.80it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.80it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.81it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.92it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.85it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88947A90>\nRendering animation frame 102 of 200\na beautiful coconut, trending on Artstation 3213646402\nAngle: 0.0 Zoom: 1.04\nTx: 9.405163516316042 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646402\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 11.12it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 11.06it/s]\n 35%|███▌ | 6/17 [00:00<00:00, 11.06it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 11.00it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.91it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.88it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.98it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 11.05it/s]\n100%|██████████| 17/17 [00:01<00:00, 11.02it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88980130>\nRendering animation frame 103 of 200\na beautiful coconut, trending on Artstation 3213646403\nAngle: 0.0 Zoom: 1.04\nTx: 9.606813155537525 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646403\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.95it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 11.08it/s]\n 35%|███▌ | 6/17 [00:00<00:00, 11.08it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 11.03it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 11.07it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.88it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.69it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.83it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.91it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88980E50>\nRendering animation frame 104 of 200\na beautiful coconut, trending on Artstation 3213646404\nAngle: 0.0 Zoom: 1.04\nTx: 6.142583226547599 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646404\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.95it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.72it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.85it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.87it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.93it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.91it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.86it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.90it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.88it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88980910>\nRendering animation frame 105 of 200\na beautiful coconut, trending on Artstation 3213646405\nAngle: 0.0 Zoom: 1.04\nTx: 0.33439490244102366 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646405\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 11.11it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.97it/s]\n 35%|███▌ | 6/17 [00:00<00:00, 11.11it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 11.16it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 11.07it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.95it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.97it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.99it/s]\n100%|██████████| 17/17 [00:01<00:00, 11.00it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE889811E0>\nRendering animation frame 106 of 200\na beautiful coconut, trending on Artstation 3213646406\nAngle: 0.0 Zoom: 1.04\nTx: -5.6013957202349935 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646406\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 11.10it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 11.03it/s]\n 35%|███▌ | 6/17 [00:00<00:00, 11.06it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 11.11it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 11.07it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.99it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.97it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.96it/s]\n100%|██████████| 17/17 [00:01<00:00, 11.01it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88980D30>\nRendering animation frame 107 of 200\na beautiful coconut, trending on Artstation 3213646407\nAngle: 0.0 Zoom: 1.04\nTx: -9.399740574806087 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646407\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.64it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.82it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.81it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.82it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.85it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.87it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.79it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.87it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.84it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88980850>\nRendering animation frame 108 of 200\na beautiful coconut, trending on Artstation 3213646408\nAngle: 0.0 Zoom: 1.04\nTx: -9.611223026436994 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646408\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.92it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.86it/s]\n 35%|███▌ | 6/17 [00:00<00:00, 11.01it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.97it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.83it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.93it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.95it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.90it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.92it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88980E20>\nRendering animation frame 109 of 200\na beautiful coconut, trending on Artstation 3213646409\nAngle: 0.0 Zoom: 1.04\nTx: -6.155143139996441 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646409\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 11.03it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 11.03it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.92it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.88it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.72it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.78it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.82it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.78it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.83it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE81D4A650>\nRendering animation frame 110 of 200\na beautiful coconut, trending on Artstation 3213646410\nAngle: 0.0 Zoom: 1.04\nTx: -0.35031210049271355 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646410\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.59it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.36it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.47it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.66it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.81it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.80it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.76it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.46it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.60it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE467B0A00>\nRendering animation frame 111 of 200\na beautiful coconut, trending on Artstation 3213646411\nAngle: 0.0 Zoom: 1.04\nTx: 5.5881951072574045 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646411\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.50it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.70it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.28it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.44it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.57it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.70it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.70it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.66it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.55it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE467B0550>\nRendering animation frame 112 of 200\na beautiful coconut, trending on Artstation 3213646412\nAngle: 0.0 Zoom: 1.04\nTx: 9.394293790431968 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646412\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.82it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.78it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.58it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.46it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.43it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.55it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.66it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.75it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.65it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689C760>\nRendering animation frame 113 of 200\na beautiful coconut, trending on Artstation 3213646413\nAngle: 0.0 Zoom: 1.04\nTx: 9.615608518037511 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646413\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 11.05it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.99it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.80it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.85it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.91it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.97it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.71it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.82it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.73it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689C670>\nRendering animation frame 114 of 200\na beautiful coconut, trending on Artstation 3213646414\nAngle: 0.0 Zoom: 1.04\nTx: 6.167687440648101 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646414\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.92it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.52it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.63it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.70it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.84it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.88it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.86it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.71it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.76it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689C8E0>\nRendering animation frame 115 of 200\na beautiful coconut, trending on Artstation 3213646415\nAngle: 0.0 Zoom: 1.04\nTx: 0.3662284099623083 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646415\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 11.14it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 11.04it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.69it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.69it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.67it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.80it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.87it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.93it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.84it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689CA30>\nRendering animation frame 116 of 200\na beautiful coconut, trending on Artstation 3213646416\nAngle: 0.0 Zoom: 1.04\nTx: -5.574980319572015 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646416\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.64it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.97it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.98it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.95it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 11.02it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.98it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 11.04it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 11.03it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.99it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689C490>\nRendering animation frame 117 of 200\na beautiful coconut, trending on Artstation 3213646417\nAngle: 0.0 Zoom: 1.04\nTx: -9.38882317700965 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646417\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 11.04it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.96it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.96it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 11.04it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.99it/s]\n 71%|███████ | 12/17 [00:01<00:00, 11.02it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 11.01it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.99it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.97it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689C910>\nRendering animation frame 118 of 200\na beautiful coconut, trending on Artstation 3213646418\nAngle: 0.0 Zoom: 1.04\nTx: -9.619969619215041 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646418\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.92it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 11.07it/s]\n 35%|███▌ | 6/17 [00:00<00:00, 11.08it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 11.04it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 11.04it/s]\n 71%|███████ | 12/17 [00:01<00:00, 11.05it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 11.08it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 11.11it/s]\n100%|██████████| 17/17 [00:01<00:00, 11.05it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689CC40>\nRendering animation frame 119 of 200\na beautiful coconut, trending on Artstation 3213646419\nAngle: 0.0 Zoom: 1.04\nTx: -6.180216096683734 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646419\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.80it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 11.09it/s]\n 35%|███▌ | 6/17 [00:00<00:00, 11.05it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 11.08it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.99it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.99it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 11.04it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.99it/s]\n100%|██████████| 17/17 [00:01<00:00, 11.02it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689CBE0>\nRendering animation frame 120 of 200\na beautiful coconut, trending on Artstation 3213646420\nAngle: 0.0 Zoom: 1.04\nTx: -0.38214379047694785 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646420\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.98it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 11.06it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.97it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.98it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.89it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.75it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.73it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.82it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.87it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE81D4A9B0>\nRendering animation frame 121 of 200\na beautiful coconut, trending on Artstation 3213646421\nAngle: 0.0 Zoom: 1.04\nTx: 5.561751390698612 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646421\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 11.16it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.83it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.95it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.90it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.98it/s]\n 71%|███████ | 12/17 [00:01<00:00, 11.03it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.99it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 11.07it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.99it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88980850>\nRendering animation frame 122 of 200\na beautiful coconut, trending on Artstation 3213646422\nAngle: 0.0 Zoom: 1.04\nTx: 9.383328748415638 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646422\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 11.24it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 11.08it/s]\n 35%|███▌ | 6/17 [00:00<00:00, 11.09it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 11.06it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 11.10it/s]\n 71%|███████ | 12/17 [00:01<00:00, 11.16it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 11.18it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 11.13it/s]\n100%|██████████| 17/17 [00:01<00:00, 11.12it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88981330>\nRendering animation frame 123 of 200\na beautiful coconut, trending on Artstation 3213646423\nAngle: 0.0 Zoom: 1.04\nTx: 9.624306318907575 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646423\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 11.02it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 11.01it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 11.00it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.94it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.90it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.89it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.87it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.86it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.89it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88980B20>\nRendering animation frame 124 of 200\na beautiful coconut, trending on Artstation 3213646424\nAngle: 0.0 Zoom: 1.04\nTx: 6.192729076323506 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646424\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 11.08it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 11.10it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.94it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.97it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.94it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.81it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.82it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.73it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.82it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88947EB0>\nRendering animation frame 125 of 200\na beautiful coconut, trending on Artstation 3213646425\nAngle: 0.0 Zoom: 1.04\nTx: 0.3980582016666966 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646425\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 11.15it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.95it/s]\n 35%|███▌ | 6/17 [00:00<00:00, 11.04it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.84it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.84it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.91it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.85it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.87it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.91it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88945090>\nRendering animation frame 126 of 200\na beautiful coconut, trending on Artstation 3213646426\nAngle: 0.0 Zoom: 1.04\nTx: -5.548508354193087 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646426\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.89it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 11.00it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.96it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.89it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.93it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.92it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.95it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 11.01it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.97it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88947640>\nRendering animation frame 127 of 200\na beautiful coconut, trending on Artstation 3213646427\nAngle: 0.0 Zoom: 1.04\nTx: -9.377810518586648 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646427\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.99it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.97it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.99it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 11.02it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.95it/s]\n 71%|███████ | 12/17 [00:01<00:00, 11.01it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 11.04it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 11.00it/s]\n100%|██████████| 17/17 [00:01<00:00, 11.00it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88946B00>\nRendering animation frame 128 of 200\na beautiful coconut, trending on Artstation 3213646428\nAngle: 0.0 Zoom: 1.04\nTx: -9.628618606114756 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646428\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.88it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.90it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.93it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.89it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.90it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.90it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.92it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.92it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.92it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88947B50>\nRendering animation frame 129 of 200\na beautiful coconut, trending on Artstation 3213646429\nAngle: 0.0 Zoom: 1.04\nTx: -6.205226347827791 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646429\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.81it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.97it/s]\n 35%|███▌ | 6/17 [00:00<00:00, 11.02it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 11.02it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 11.02it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.85it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.89it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.90it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.90it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689CB20>\nRendering animation frame 130 of 200\na beautiful coconut, trending on Artstation 3213646430\nAngle: 0.0 Zoom: 1.04\nTx: -0.41397160316393566 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646430\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.77it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.87it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.83it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.86it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.84it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.80it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.81it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.84it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.84it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689CC70>\nRendering animation frame 131 of 200\na beautiful coconut, trending on Artstation 3213646431\nAngle: 0.0 Zoom: 1.04\nTx: 5.53525124364664 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646431\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.85it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.89it/s]\n 35%|███▌ | 6/17 [00:00<00:00, 11.00it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.94it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.93it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.93it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.84it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.90it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.84it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689CEE0>\nRendering animation frame 132 of 200\na beautiful coconut, trending on Artstation 3213646432\nAngle: 0.0 Zoom: 1.04\nTx: 9.372268501520068 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646432\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.97it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 11.09it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.84it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.94it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.99it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.92it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.97it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.87it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.92it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689CEB0>\nRendering animation frame 133 of 200\na beautiful coconut, trending on Artstation 3213646433\nAngle: 0.0 Zoom: 1.04\nTx: 9.632906469898318 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646433\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.96it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.78it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.81it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.92it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.94it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.85it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.83it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.91it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.90it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689CF10>\nRendering animation frame 134 of 200\na beautiful coconut, trending on Artstation 3213646434\nAngle: 0.0 Zoom: 1.04\nTx: 6.217707879496701 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646434\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.89it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.68it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.94it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.90it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.91it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.89it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.90it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.92it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.91it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689D030>\nRendering animation frame 135 of 200\na beautiful coconut, trending on Artstation 3213646435\nAngle: 0.0 Zoom: 1.04\nTx: 0.42988395460360734 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646435\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 11.05it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 11.02it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.89it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 11.05it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 11.01it/s]\n 71%|███████ | 12/17 [00:01<00:00, 11.08it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 11.03it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.95it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.99it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689D090>\nRendering animation frame 136 of 200\na beautiful coconut, trending on Artstation 3213646436\nAngle: 0.0 Zoom: 1.04\nTx: -5.521980092686885 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646436\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.88it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.74it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.70it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.72it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.86it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.83it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.90it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.82it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.78it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689C8E0>\nRendering animation frame 137 of 200\na beautiful coconut, trending on Artstation 3213646437\nAngle: 0.0 Zoom: 1.04\nTx: -9.366702711273424 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646437\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.62it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.80it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.75it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.60it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.57it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.77it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.89it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.89it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.79it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689D1E0>\nRendering animation frame 138 of 200\na beautiful coconut, trending on Artstation 3213646438\nAngle: 0.0 Zoom: 1.04\nTx: -9.6371698993819 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646438\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 11.17it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 11.20it/s]\n 35%|███▌ | 6/17 [00:00<00:00, 11.07it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.99it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 11.05it/s]\n 71%|███████ | 12/17 [00:01<00:00, 11.04it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 11.03it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 11.04it/s]\n100%|██████████| 17/17 [00:01<00:00, 11.04it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689D2A0>\nRendering animation frame 139 of 200\na beautiful coconut, trending on Artstation 3213646439\nAngle: 0.0 Zoom: 1.04\nTx: -6.23017363967027 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646439\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 11.19it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 11.21it/s]\n 35%|███▌ | 6/17 [00:00<00:00, 11.19it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 11.09it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 11.11it/s]\n 71%|███████ | 12/17 [00:01<00:00, 11.05it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 11.09it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 11.17it/s]\n100%|██████████| 17/17 [00:01<00:00, 11.15it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689D390>\nRendering animation frame 140 of 200\na beautiful coconut, trending on Artstation 3213646440\nAngle: 0.0 Zoom: 1.04\nTx: -0.44579521562331736 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646440\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 11.20it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 11.29it/s]\n 35%|███▌ | 6/17 [00:00<00:00, 11.11it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 11.16it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 11.11it/s]\n 71%|███████ | 12/17 [00:01<00:00, 11.10it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 11.15it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 11.19it/s]\n100%|██████████| 17/17 [00:01<00:00, 11.16it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689D480>\nRendering animation frame 141 of 200\na beautiful coconut, trending on Artstation 3213646441\nAngle: 0.0 Zoom: 1.04\nTx: 5.50869493497657 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646441\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.90it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.92it/s]\n 35%|███▌ | 6/17 [00:00<00:00, 11.03it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 11.10it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 11.06it/s]\n 71%|███████ | 12/17 [00:01<00:00, 11.10it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 11.07it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 11.10it/s]\n100%|██████████| 17/17 [00:01<00:00, 11.08it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689D510>\nRendering animation frame 142 of 200\na beautiful coconut, trending on Artstation 3213646442\nAngle: 0.0 Zoom: 1.04\nTx: 9.361113161964592 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646442\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 11.06it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 11.04it/s]\n 35%|███▌ | 6/17 [00:00<00:00, 11.01it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.87it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.94it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.83it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.94it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 11.03it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.98it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689D690>\nRendering animation frame 143 of 200\na beautiful coconut, trending on Artstation 3213646443\nAngle: 0.0 Zoom: 1.04\nTx: 9.641408883751122 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646443\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.96it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 11.11it/s]\n 35%|███▌ | 6/17 [00:00<00:00, 11.18it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 11.22it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 11.13it/s]\n 71%|███████ | 12/17 [00:01<00:00, 11.04it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 11.06it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 11.05it/s]\n100%|██████████| 17/17 [00:01<00:00, 11.10it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689D780>\nRendering animation frame 144 of 200\na beautiful coconut, trending on Artstation 3213646444\nAngle: 0.0 Zoom: 1.04\nTx: 6.242623596728536 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646444\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 11.22it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 11.03it/s]\n 35%|███▌ | 6/17 [00:00<00:00, 11.04it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 11.10it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 11.01it/s]\n 71%|███████ | 12/17 [00:01<00:00, 11.06it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.95it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.96it/s]\n100%|██████████| 17/17 [00:01<00:00, 11.01it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88947D60>\nRendering animation frame 145 of 200\na beautiful coconut, trending on Artstation 3213646445\nAngle: 0.0 Zoom: 1.04\nTx: 0.4617053458634374 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646445\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.99it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.87it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.96it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 11.03it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.93it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.81it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.83it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.91it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.92it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88980B50>\nRendering animation frame 146 of 200\na beautiful coconut, trending on Artstation 3213646446\nAngle: 0.0 Zoom: 1.04\nTx: -5.495395804214098 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646446\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.83it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.54it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.77it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.87it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.95it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.87it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.92it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.90it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.87it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88980850>\nRendering animation frame 147 of 200\na beautiful coconut, trending on Artstation 3213646447\nAngle: 0.0 Zoom: 1.04\nTx: -9.355499867771714 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646447\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.63it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.95it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.78it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.92it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.85it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.82it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.93it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 11.00it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.92it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE81D4A650>\nRendering animation frame 148 of 200\na beautiful coconut, trending on Artstation 3213646448\nAngle: 0.0 Zoom: 1.04\nTx: -9.645623412253608 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646448\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 11.07it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.91it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.91it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 11.01it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 11.04it/s]\n 71%|███████ | 12/17 [00:01<00:00, 11.06it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.85it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.88it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.94it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE467B0940>\nRendering animation frame 149 of 200\na beautiful coconut, trending on Artstation 3213646449\nAngle: 0.0 Zoom: 1.04\nTx: -6.255057719091626 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646449\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.69it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.78it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.55it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.69it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.89it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.87it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.95it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 11.03it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.88it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE467B0A00>\nRendering animation frame 150 of 200\na beautiful durian, trending on Artstation 3213646450\nAngle: 0.0 Zoom: 1.04\nTx: -0.47761430496720747 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646450\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 11.14it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 11.20it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 11.00it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.97it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 11.10it/s]\n 71%|███████ | 12/17 [00:01<00:00, 11.18it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 11.21it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.85it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.99it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689D630>\nRendering animation frame 151 of 200\na beautiful durian, trending on Artstation 3213646451\nAngle: 0.0 Zoom: 1.04\nTx: 5.482082734133311 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646451\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 11.08it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.77it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.92it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.91it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.94it/s]\n 71%|███████ | 12/17 [00:01<00:00, 11.07it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 11.14it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.97it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.99it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689D420>\nRendering animation frame 152 of 200\na beautiful durian, trending on Artstation 3213646452\nAngle: 0.0 Zoom: 1.04\nTx: 9.349862842933165 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646452\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 11.34it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 11.06it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.87it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.88it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.88it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.96it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.96it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.97it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.97it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689D210>\nRendering animation frame 153 of 200\na beautiful durian, trending on Artstation 3213646453\nAngle: 0.0 Zoom: 1.04\nTx: 9.649813474199021 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646453\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 11.05it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 11.12it/s]\n 35%|███▌ | 6/17 [00:00<00:00, 11.00it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.85it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.81it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.91it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.85it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.93it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.93it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689D930>\nRendering animation frame 154 of 200\na beautiful durian, trending on Artstation 3213646454\nAngle: 0.0 Zoom: 1.04\nTx: 6.267475975219828 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646454\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 11.06it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 11.00it/s]\n 35%|███▌ | 6/17 [00:00<00:00, 11.07it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.83it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.70it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.86it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.96it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 11.06it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.97it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689D9C0>\nRendering animation frame 155 of 200\na beautiful durian, trending on Artstation 3213646455\nAngle: 0.0 Zoom: 1.04\nTx: 0.49352205258083814 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646455\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 11.11it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 11.16it/s]\n 35%|███▌ | 6/17 [00:00<00:00, 11.04it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 11.09it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 11.04it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.80it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.70it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.83it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.92it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689DAE0>\nRendering animation frame 156 of 200\na beautiful durian, trending on Artstation 3213646456\nAngle: 0.0 Zoom: 1.04\nTx: -5.468755758503408 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646456\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.90it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 11.08it/s]\n 35%|███▌ | 6/17 [00:00<00:00, 11.16it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 11.23it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 11.26it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.94it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.85it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.94it/s]\n100%|██████████| 17/17 [00:01<00:00, 11.02it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689C670>\nRendering animation frame 157 of 200\na beautiful durian, trending on Artstation 3213646457\nAngle: 0.0 Zoom: 1.04\nTx: -9.34420210174751 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646457\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 9.87it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.24it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.55it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.79it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.84it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.66it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.71it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.81it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.69it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689CF40>\nRendering animation frame 158 of 200\na beautiful durian, trending on Artstation 3213646458\nAngle: 0.0 Zoom: 1.04\nTx: -9.653979058959075 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646458\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 11.16it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.70it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.75it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.90it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 11.01it/s]\n 71%|███████ | 12/17 [00:01<00:00, 11.05it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.91it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.73it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.87it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689CDF0>\nRendering animation frame 159 of 200\na beautiful durian, trending on Artstation 3213646459\nAngle: 0.0 Zoom: 1.04\nTx: -6.279878333613677 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646459\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.86it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.85it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.69it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.83it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.84it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.90it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 11.01it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.75it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.82it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689C7F0>\nRendering animation frame 160 of 200\na beautiful durian, trending on Artstation 3213646460\nAngle: 0.0 Zoom: 1.04\nTx: -0.509428548353613 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646460\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 11.28it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 11.19it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.43it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.71it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.89it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.97it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 11.03it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.96it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.93it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689CD30>\nRendering animation frame 161 of 200\na beautiful durian, trending on Artstation 3213646461\nAngle: 0.0 Zoom: 1.04\nTx: 5.455414911128863 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646461\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.91it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.97it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.94it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.95it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.74it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.85it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.95it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 11.03it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.91it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689DBA0>\nRendering animation frame 162 of 200\na beautiful durian, trending on Artstation 3213646462\nAngle: 0.0 Zoom: 1.04\nTx: 9.338517658573473 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646462\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 11.12it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 11.06it/s]\n 35%|███▌ | 6/17 [00:00<00:00, 11.10it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 11.03it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.82it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.96it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 11.05it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 11.10it/s]\n100%|██████████| 17/17 [00:01<00:00, 11.05it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689DC60>\nRendering animation frame 163 of 200\na beautiful durian, trending on Artstation 3213646463\nAngle: 0.0 Zoom: 1.04\nTx: 9.658120155967584 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646463\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.97it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 11.12it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.95it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.93it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.94it/s]\n 71%|███████ | 12/17 [00:01<00:00, 11.01it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.77it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.75it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.87it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689DD80>\nRendering animation frame 164 of 200\na beautiful durian, trending on Artstation 3213646464\nAngle: 0.0 Zoom: 1.04\nTx: 6.292264762814037 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646464\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 11.21it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.64it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.68it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.89it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.91it/s]\n 71%|███████ | 12/17 [00:01<00:00, 11.02it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 11.04it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.76it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.83it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689DE70>\nRendering animation frame 165 of 200\na beautiful durian, trending on Artstation 3213646465\nAngle: 0.0 Zoom: 1.04\nTx: 0.5253337519379909 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646465\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.90it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.99it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.56it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.76it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.82it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.90it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.81it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.62it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.75it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689DF60>\nRendering animation frame 166 of 200\na beautiful durian, trending on Artstation 3213646466\nAngle: 0.0 Zoom: 1.04\nTx: -5.442060225849332 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646466\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.95it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 11.01it/s]\n 35%|███▌ | 6/17 [00:00<00:00, 11.09it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 11.19it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.84it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.85it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.95it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 11.04it/s]\n100%|██████████| 17/17 [00:01<00:00, 11.01it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689DDB0>\nRendering animation frame 167 of 200\na beautiful durian, trending on Artstation 3213646467\nAngle: 0.0 Zoom: 1.04\nTx: -9.3328095278299 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646467\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.79it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 11.02it/s]\n 35%|███▌ | 6/17 [00:00<00:00, 11.07it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 11.06it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.81it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.68it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.82it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.97it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.93it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689E110>\nRendering animation frame 168 of 200\na beautiful durian, trending on Artstation 3213646468\nAngle: 0.0 Zoom: 1.04\nTx: -9.662236754720501 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646468\n 0%| | 0/17 [00:00<?, ?it/s]\n 6%|▌ | 1/17 [00:00<00:01, 9.66it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 9.64it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.34it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.62it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.68it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.80it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.55it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.56it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.68it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.60it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE467B0A60>\nRendering animation frame 169 of 200\na beautiful durian, trending on Artstation 3213646469\nAngle: 0.0 Zoom: 1.04\nTx: -6.3046352314022815 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646469\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 11.00it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.70it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.37it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.64it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.78it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.78it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.87it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.52it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.65it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88947D60>\nRendering animation frame 170 of 200\na beautiful durian, trending on Artstation 3213646470\nAngle: 0.0 Zoom: 1.04\nTx: -0.5412376229895667 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646470\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 11.13it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.89it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.47it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.60it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.76it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.90it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.94it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.66it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.66it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88945420>\nRendering animation frame 171 of 200\na beautiful durian, trending on Artstation 3213646471\nAngle: 0.0 Zoom: 1.04\nTx: 5.428691736539577 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646471\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 11.00it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 11.05it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.98it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 11.05it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.94it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.96it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.92it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.90it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.92it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88947BB0>\nRendering animation frame 172 of 200\na beautiful durian, trending on Artstation 3213646472\nAngle: 0.0 Zoom: 1.04\nTx: 9.327077723995723 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646472\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 11.00it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.97it/s]\n 35%|███▌ | 6/17 [00:00<00:00, 11.04it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 11.13it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 11.12it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.96it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.90it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.91it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.97it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689DFC0>\nRendering animation frame 173 of 200\na beautiful durian, trending on Artstation 3213646473\nAngle: 0.0 Zoom: 1.04\nTx: 9.66632884477578 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646473\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.52it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.54it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.63it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.61it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.70it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.70it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.71it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.76it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.66it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689DE40>\nRendering animation frame 174 of 200\na beautiful durian, trending on Artstation 3213646474\nAngle: 0.0 Zoom: 1.04\nTx: 6.316989707999829 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646474\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 11.04it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 11.14it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.96it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.82it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.83it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.91it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.98it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.98it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.93it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689DEA0>\nRendering animation frame 175 of 200\na beautiful durian, trending on Artstation 3213646475\nAngle: 0.0 Zoom: 1.04\nTx: 0.5571401211678827 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646475\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 11.03it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.85it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.87it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.73it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.71it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.78it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.79it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.91it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.83it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689E3B0>\nRendering animation frame 176 of 200\na beautiful durian, trending on Artstation 3213646476\nAngle: 0.0 Zoom: 1.04\nTx: -5.415309477109251 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646476\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 11.09it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 11.13it/s]\n 35%|███▌ | 6/17 [00:00<00:00, 11.13it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.83it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.82it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.90it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.94it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.96it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.95it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689E2F0>\nRendering animation frame 177 of 200\na beautiful durian, trending on Artstation 3213646477\nAngle: 0.0 Zoom: 1.04\nTx: -9.321322261609865 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646477\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.55it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.85it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.99it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 11.05it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 11.00it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.98it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.78it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.90it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.92it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689DC60>\nRendering animation frame 178 of 200\na beautiful durian, trending on Artstation 3213646478\nAngle: 0.0 Zoom: 1.04\nTx: -9.670396415753723 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646478\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.94it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.49it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.75it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.89it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.95it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.89it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.74it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.75it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.80it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689C670>\nRendering animation frame 179 of 200\na beautiful durian, trending on Artstation 3213646479\nAngle: 0.0 Zoom: 1.04\nTx: -6.32932816126933 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646479\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.46it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.40it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.72it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.90it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.98it/s]\n 71%|███████ | 12/17 [00:01<00:00, 11.03it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.87it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.99it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.89it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689C7F0>\nRendering animation frame 180 of 200\na beautiful durian, trending on Artstation 3213646480\nAngle: 0.0 Zoom: 1.04\nTx: -0.5730412061351121 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646480\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 11.07it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.97it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.96it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.97it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.76it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.85it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.72it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.85it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.87it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689D990>\nRendering animation frame 181 of 200\na beautiful durian, trending on Artstation 3213646481\nAngle: 0.0 Zoom: 1.04\nTx: 5.401913481503415 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646481\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 11.01it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.79it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.97it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 11.08it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 11.13it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.84it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.98it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.94it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.97it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689DBA0>\nRendering animation frame 182 of 200\na beautiful durian, trending on Artstation 3213646482\nAngle: 0.0 Zoom: 1.04\nTx: 9.315543155271474 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646482\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 11.17it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 11.20it/s]\n 35%|███▌ | 6/17 [00:00<00:00, 11.06it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.95it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.98it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.98it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 11.00it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.96it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.99it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689D870>\nRendering animation frame 183 of 200\na beautiful durian, trending on Artstation 3213646483\nAngle: 0.0 Zoom: 1.04\nTx: 9.67443945733683 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646483\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.82it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.90it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.96it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.95it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.99it/s]\n 71%|███████ | 12/17 [00:01<00:00, 11.00it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 11.01it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 11.01it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.96it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689D1B0>\nRendering animation frame 184 of 200\na beautiful durian, trending on Artstation 3213646484\nAngle: 0.0 Zoom: 1.04\nTx: 6.34165055991374 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646484\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 11.05it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.77it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.61it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.69it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.77it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.81it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.86it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.84it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.80it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689D390>\nRendering animation frame 185 of 200\na beautiful durian, trending on Artstation 3213646485\nAngle: 0.0 Zoom: 1.04\nTx: 0.5889408375577226 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646485\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.86it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.93it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.91it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.84it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.87it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.89it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.88it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.91it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.89it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689E590>\nRendering animation frame 186 of 200\na beautiful durian, trending on Artstation 3213646486\nAngle: 0.0 Zoom: 1.04\nTx: -5.388503783701374 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646486\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.75it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.82it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.87it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.90it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.72it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.54it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.56it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.65it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.70it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689E500>\nRendering animation frame 187 of 200\na beautiful durian, trending on Artstation 3213646487\nAngle: 0.0 Zoom: 1.04\nTx: -9.309740419639352 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646487\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.70it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.93it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.96it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 11.03it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.96it/s]\n 71%|███████ | 12/17 [00:01<00:00, 11.08it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.98it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 11.06it/s]\n100%|██████████| 17/17 [00:01<00:00, 11.01it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689E650>\nRendering animation frame 188 of 200\na beautiful durian, trending on Artstation 3213646488\nAngle: 0.0 Zoom: 1.04\nTx: -9.67845795926963 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646488\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 11.06it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.92it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.81it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.84it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.96it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.94it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 11.02it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 11.07it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.99it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689E680>\nRendering animation frame 189 of 200\na beautiful durian, trending on Artstation 3213646489\nAngle: 0.0 Zoom: 1.04\nTx: -6.353956872676411 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646489\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.63it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.91it/s]\n 35%|███▌ | 6/17 [00:00<00:00, 11.01it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 11.08it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 11.10it/s]\n 71%|███████ | 12/17 [00:01<00:00, 11.07it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 11.09it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 11.09it/s]\n100%|██████████| 17/17 [00:01<00:00, 11.05it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689E5F0>\nRendering animation frame 190 of 200\na beautiful durian, trending on Artstation 3213646490\nAngle: 0.0 Zoom: 1.04\nTx: -0.6048389751051592 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646490\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.98it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.75it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.73it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.72it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.73it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.71it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.63it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.67it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.71it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689E9B0>\nRendering animation frame 191 of 200\na beautiful durian, trending on Artstation 3213646491\nAngle: 0.0 Zoom: 1.04\nTx: 5.375080417717189 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646491\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.91it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.61it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.75it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.76it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.80it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.84it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.77it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.85it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.82it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689EB30>\nRendering animation frame 192 of 200\na beautiful durian, trending on Artstation 3213646492\nAngle: 0.0 Zoom: 1.04\nTx: 9.303914069432405 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646492\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 11.16it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 11.02it/s]\n 35%|███▌ | 6/17 [00:00<00:00, 11.05it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 11.07it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 11.03it/s]\n 71%|███████ | 12/17 [00:01<00:00, 11.00it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.99it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.93it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.99it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88947010>\nRendering animation frame 193 of 200\na beautiful durian, trending on Artstation 3213646493\nAngle: 0.0 Zoom: 1.04\nTx: 9.682451911359088 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646493\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 11.00it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 11.04it/s]\n 35%|███▌ | 6/17 [00:00<00:00, 11.01it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 11.07it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 11.11it/s]\n 71%|███████ | 12/17 [00:01<00:00, 11.13it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 11.15it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 11.05it/s]\n100%|██████████| 17/17 [00:01<00:00, 11.07it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE467B0550>\nRendering animation frame 194 of 200\na beautiful durian, trending on Artstation 3213646494\nAngle: 0.0 Zoom: 1.04\nTx: 6.366247068342271 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646494\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 11.05it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.96it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.80it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.87it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.80it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.88it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.94it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.99it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.92it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88980850>\nRendering animation frame 195 of 200\na beautiful durian, trending on Artstation 3213646495\nAngle: 0.0 Zoom: 1.04\nTx: 0.6207355784515072 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646495\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 11.18it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 11.10it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.97it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.91it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 11.06it/s]\n 71%|███████ | 12/17 [00:01<00:00, 11.13it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 11.16it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.96it/s]\n100%|██████████| 17/17 [00:01<00:00, 11.00it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689E950>\nRendering animation frame 196 of 200\na beautiful durian, trending on Artstation 3213646496\nAngle: 0.0 Zoom: 1.04\nTx: -5.361643417600193 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646496\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.67it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 10.83it/s]\n 35%|███▌ | 6/17 [00:00<00:01, 10.99it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.98it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 11.05it/s]\n 71%|███████ | 12/17 [00:01<00:00, 11.07it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 11.11it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 11.08it/s]\n100%|██████████| 17/17 [00:01<00:00, 11.03it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689EB00>\nRendering animation frame 197 of 200\na beautiful durian, trending on Artstation 3213646497\nAngle: 0.0 Zoom: 1.04\nTx: -9.298064119429583 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646497\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 11.13it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 11.05it/s]\n 35%|███▌ | 6/17 [00:00<00:00, 11.03it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 10.93it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.86it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.90it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.96it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 10.95it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.94it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689EB60>\nRendering animation frame 198 of 200\na beautiful durian, trending on Artstation 3213646498\nAngle: 0.0 Zoom: 1.04\nTx: -9.686421303474257 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646498\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 11.19it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 11.06it/s]\n 35%|███▌ | 6/17 [00:00<00:00, 11.17it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 11.10it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 11.10it/s]\n 71%|███████ | 12/17 [00:01<00:00, 11.01it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 11.04it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 11.03it/s]\n100%|██████████| 17/17 [00:01<00:00, 11.06it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689EB90>\nRendering animation frame 199 of 200\na beautiful durian, trending on Artstation 3213646499\nAngle: 0.0 Zoom: 1.04\nTx: -6.378521115736245 Ty: 0.0 Tz: 10.0\nRx: 0.0 Ry: 0.0 Rz: 0.0\nGlobal seed set to 3213646499\n 0%| | 0/17 [00:00<?, ?it/s]\n 12%|█▏ | 2/17 [00:00<00:01, 10.95it/s]\n 24%|██▎ | 4/17 [00:00<00:01, 11.03it/s]\n 35%|███▌ | 6/17 [00:00<00:00, 11.05it/s]\n 47%|████▋ | 8/17 [00:00<00:00, 11.04it/s]\n 59%|█████▉ | 10/17 [00:00<00:00, 10.57it/s]\n 71%|███████ | 12/17 [00:01<00:00, 10.68it/s]\n 82%|████████▏ | 14/17 [00:01<00:00, 10.85it/s]\n 94%|█████████▍| 16/17 [00:01<00:00, 11.01it/s]\n100%|██████████| 17/17 [00:01<00:00, 10.93it/s]\n\u001b[2K\n\u001b[2K\n<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689ED40>",
"metrics": {
"predict_time": 392.966215,
"total_time": 940.047088
},
"output": "https://replicate.delivery/pbxt/hUqVJfHsoGTkHq7lfkephIxPJy653jWlqdaKSAmezXPQHb4BB/out.mp4",
"started_at": "2023-02-13T22:25:48.607517Z",
"status": "succeeded",
"urls": {
"get": "https://api.replicate.com/v1/predictions/rvhvjhotu5b63iadeui33cyhsi",
"cancel": "https://api.replicate.com/v1/predictions/rvhvjhotu5b63iadeui33cyhsi/cancel"
},
"version": "528a34416002e74ade02a83781de899e7101d00ca9008f78e0f4217adc13137c"
}
Saving animation frames to cog_temp_output
Rendering animation frame 0 of 200
a beautiful apple, trending on Artstation 3213646300
Angle: 0.0 Zoom: 1.04
Tx: 0.0 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646300
0%| | 0/50 [00:00<?, ?it/s]
2%|▏ | 1/50 [00:02<02:09, 2.65s/it]
6%|▌ | 3/50 [00:02<00:35, 1.33it/s]
10%|█ | 5/50 [00:03<00:18, 2.40it/s]
14%|█▍ | 7/50 [00:03<00:11, 3.59it/s]
16%|█▌ | 8/50 [00:03<00:10, 4.16it/s]
20%|██ | 10/50 [00:03<00:07, 5.47it/s]
24%|██▍ | 12/50 [00:03<00:05, 6.62it/s]
28%|██▊ | 14/50 [00:03<00:04, 7.67it/s]
32%|███▏ | 16/50 [00:04<00:03, 8.51it/s]
36%|███▌ | 18/50 [00:04<00:03, 9.21it/s]
40%|████ | 20/50 [00:04<00:03, 9.69it/s]
44%|████▍ | 22/50 [00:04<00:02, 9.94it/s]
48%|████▊ | 24/50 [00:04<00:02, 10.28it/s]
52%|█████▏ | 26/50 [00:04<00:02, 10.40it/s]
56%|█████▌ | 28/50 [00:05<00:02, 10.35it/s]
60%|██████ | 30/50 [00:05<00:01, 10.33it/s]
64%|██████▍ | 32/50 [00:05<00:01, 10.53it/s]
68%|██████▊ | 34/50 [00:05<00:01, 10.56it/s]
72%|███████▏ | 36/50 [00:05<00:01, 10.74it/s]
76%|███████▌ | 38/50 [00:06<00:01, 10.84it/s]
80%|████████ | 40/50 [00:06<00:00, 10.77it/s]
84%|████████▍ | 42/50 [00:06<00:00, 10.83it/s]
88%|████████▊ | 44/50 [00:06<00:00, 10.91it/s]
92%|█████████▏| 46/50 [00:06<00:00, 11.01it/s]
96%|█████████▌| 48/50 [00:07<00:00, 11.08it/s]
100%|██████████| 50/50 [00:07<00:00, 10.84it/s]
100%|██████████| 50/50 [00:07<00:00, 6.94it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE81D63F70>
Rendering animation frame 1 of 200
a beautiful apple, trending on Artstation 3213646301
Angle: 0.0 Zoom: 1.04
Tx: 5.875275257138918 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646301
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 11.08it/s]
24%|██▎ | 4/17 [00:00<00:01, 11.07it/s]
35%|███▌ | 6/17 [00:00<00:00, 11.02it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.72it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.73it/s]
71%|███████ | 12/17 [00:01<00:00, 10.70it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.76it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.82it/s]
100%|██████████| 17/17 [00:01<00:00, 10.83it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE467B0400>
Rendering animation frame 2 of 200
/src/helpers/colors.py:15: FutureWarning: `multichannel` is a deprecated argument name for `match_histograms`. It will be removed in version 1.0. Please use `channel_axis` instead.
matched_lab = match_histograms(prev_img_lab, color_match_lab, multichannel=True)
a beautiful apple, trending on Artstation 3213646302
Angle: 0.0 Zoom: 1.04
Tx: 9.5085946050647 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646302
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 11.05it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.90it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.91it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.92it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.65it/s]
71%|███████ | 12/17 [00:01<00:00, 10.65it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.83it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.97it/s]
100%|██████████| 17/17 [00:01<00:00, 10.90it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE467B0220>
Rendering animation frame 3 of 200
a beautiful apple, trending on Artstation 3213646303
Angle: 0.0 Zoom: 1.04
Tx: 9.513513762338286 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646303
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.34it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.85it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.89it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.98it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.93it/s]
71%|███████ | 12/17 [00:01<00:00, 10.83it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.68it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.73it/s]
100%|██████████| 17/17 [00:01<00:00, 10.80it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE467B04F0>
Rendering animation frame 4 of 200
a beautiful apple, trending on Artstation 3213646304
Angle: 0.0 Zoom: 1.04
Tx: 5.888155619677953 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646304
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.93it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.67it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.74it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.76it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.83it/s]
71%|███████ | 12/17 [00:01<00:00, 10.59it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.79it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.59it/s]
100%|██████████| 17/17 [00:01<00:00, 10.71it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE467B0130>
Rendering animation frame 5 of 200
a beautiful apple, trending on Artstation 3213646305
Angle: 0.0 Zoom: 1.04
Tx: 0.01592652916486828 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646305
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 11.06it/s]
24%|██▎ | 4/17 [00:00<00:01, 11.22it/s]
35%|███▌ | 6/17 [00:00<00:00, 11.28it/s]
47%|████▋ | 8/17 [00:00<00:00, 11.28it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.93it/s]
71%|███████ | 12/17 [00:01<00:00, 10.96it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.87it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.91it/s]
100%|██████████| 17/17 [00:01<00:00, 10.99it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE467B0460>
Rendering animation frame 6 of 200
a beautiful apple, trending on Artstation 3213646306
Angle: 0.0 Zoom: 1.04
Tx: -5.862379991700271 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646306
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.92it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.97it/s]
35%|███▌ | 6/17 [00:00<00:00, 11.04it/s]
47%|████▋ | 8/17 [00:00<00:00, 11.08it/s]
59%|█████▉ | 10/17 [00:00<00:00, 11.00it/s]
71%|███████ | 12/17 [00:01<00:00, 10.76it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.78it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.85it/s]
100%|██████████| 17/17 [00:01<00:00, 10.91it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE467B0CD0>
Rendering animation frame 7 of 200
a beautiful apple, trending on Artstation 3213646307
Angle: 0.0 Zoom: 1.04
Tx: -9.503651328813763 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646307
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 9.95it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.42it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.55it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.75it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.90it/s]
71%|███████ | 12/17 [00:01<00:00, 10.97it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.75it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.69it/s]
100%|██████████| 17/17 [00:01<00:00, 10.72it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE467B09D0>
Rendering animation frame 8 of 200
a beautiful apple, trending on Artstation 3213646308
Angle: 0.0 Zoom: 1.04
Tx: -9.518408788156858 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646308
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 11.10it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.93it/s]
35%|███▌ | 6/17 [00:00<00:00, 11.03it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.81it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.89it/s]
71%|███████ | 12/17 [00:01<00:00, 10.96it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.97it/s]
94%|█████████▍| 16/17 [00:01<00:00, 11.04it/s]
100%|██████████| 17/17 [00:01<00:00, 10.94it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE467B0370>
Rendering animation frame 9 of 200
a beautiful apple, trending on Artstation 3213646309
Angle: 0.0 Zoom: 1.04
Tx: -5.901021046645755 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646309
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 11.07it/s]
24%|██▎ | 4/17 [00:00<00:01, 11.00it/s]
35%|███▌ | 6/17 [00:00<00:00, 11.06it/s]
47%|████▋ | 8/17 [00:00<00:00, 11.10it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.78it/s]
71%|███████ | 12/17 [00:01<00:00, 10.89it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.94it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.83it/s]
100%|██████████| 17/17 [00:01<00:00, 10.91it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88983940>
Rendering animation frame 10 of 200
a beautiful apple, trending on Artstation 3213646310
Angle: 0.0 Zoom: 1.04
Tx: -0.0318530179313799 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646310
0%| | 0/17 [00:00<?, ?it/s]
6%|▌ | 1/17 [00:00<00:01, 9.69it/s]
18%|█▊ | 3/17 [00:00<00:01, 10.57it/s]
29%|██▉ | 5/17 [00:00<00:01, 10.67it/s]
41%|████ | 7/17 [00:00<00:00, 10.85it/s]
53%|█████▎ | 9/17 [00:00<00:00, 10.91it/s]
65%|██████▍ | 11/17 [00:01<00:00, 11.01it/s]
76%|███████▋ | 13/17 [00:01<00:00, 10.61it/s]
88%|████████▊ | 15/17 [00:01<00:00, 10.58it/s]
100%|██████████| 17/17 [00:01<00:00, 10.75it/s]
100%|██████████| 17/17 [00:01<00:00, 10.73it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88982950>
Rendering animation frame 11 of 200
a beautiful apple, trending on Artstation 3213646311
Angle: 0.0 Zoom: 1.04
Tx: 5.84946985607143 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646311
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.75it/s]
24%|██▎ | 4/17 [00:00<00:01, 11.04it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.79it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.74it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.88it/s]
71%|███████ | 12/17 [00:01<00:00, 10.95it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.95it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.93it/s]
100%|██████████| 17/17 [00:01<00:00, 10.90it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88982830>
Rendering animation frame 12 of 200
a beautiful apple, trending on Artstation 3213646312
Angle: 0.0 Zoom: 1.04
Tx: 9.498683946124316 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646312
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 11.09it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.85it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.54it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.73it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.36it/s]
71%|███████ | 12/17 [00:01<00:00, 9.89it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.14it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.35it/s]
100%|██████████| 17/17 [00:01<00:00, 10.42it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88981C90>
Rendering animation frame 13 of 200
a beautiful apple, trending on Artstation 3213646313
Angle: 0.0 Zoom: 1.04
Tx: 9.523279670103964 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646313
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.61it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.80it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.81it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.85it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.93it/s]
71%|███████ | 12/17 [00:01<00:00, 10.56it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.56it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.67it/s]
100%|██████████| 17/17 [00:01<00:00, 10.70it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88981DB0>
Rendering animation frame 14 of 200
a beautiful apple, trending on Artstation 3213646314
Angle: 0.0 Zoom: 1.04
Tx: 5.913871505408597 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646314
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.50it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.57it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.13it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.36it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.56it/s]
71%|███████ | 12/17 [00:01<00:00, 10.65it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.71it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.77it/s]
100%|██████████| 17/17 [00:01<00:00, 10.50it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE889814B0>
Rendering animation frame 15 of 200
a beautiful apple, trending on Artstation 3213646315
Angle: 0.0 Zoom: 1.04
Tx: 0.047779425901285116 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646315
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.86it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.68it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.78it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.51it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.55it/s]
71%|███████ | 12/17 [00:01<00:00, 10.71it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.79it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.88it/s]
100%|██████████| 17/17 [00:01<00:00, 10.75it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88981330>
Rendering animation frame 16 of 200
a beautiful apple, trending on Artstation 3213646316
Angle: 0.0 Zoom: 1.04
Tx: -5.836544882999542 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646316
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.90it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.84it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.88it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.80it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.91it/s]
71%|███████ | 12/17 [00:01<00:00, 10.52it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.54it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.64it/s]
100%|██████████| 17/17 [00:01<00:00, 10.70it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88981360>
Rendering animation frame 17 of 200
a beautiful apple, trending on Artstation 3213646317
Angle: 0.0 Zoom: 1.04
Tx: -9.493692469596354 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646317
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 11.07it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.88it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.23it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.35it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.59it/s]
71%|███████ | 12/17 [00:01<00:00, 10.78it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.88it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.89it/s]
100%|██████████| 17/17 [00:01<00:00, 10.66it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88983370>
Rendering animation frame 18 of 200
a beautiful apple, trending on Artstation 3213646318
Angle: 0.0 Zoom: 1.04
Tx: -9.52812639582439 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646318
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 11.16it/s]
24%|██▎ | 4/17 [00:00<00:01, 11.22it/s]
35%|███▌ | 6/17 [00:00<00:00, 11.04it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.74it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.73it/s]
71%|███████ | 12/17 [00:01<00:00, 10.84it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.94it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.98it/s]
100%|██████████| 17/17 [00:01<00:00, 10.95it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE889823B0>
Rendering animation frame 19 of 200
a beautiful apple, trending on Artstation 3213646319
Angle: 0.0 Zoom: 1.04
Tx: -5.926706963370702 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646319
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.90it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.90it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.80it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.87it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.77it/s]
71%|███████ | 12/17 [00:01<00:00, 10.79it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.83it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.79it/s]
100%|██████████| 17/17 [00:01<00:00, 10.81it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88982410>
Rendering animation frame 20 of 200
a beautiful apple, trending on Artstation 3213646320
Angle: 0.0 Zoom: 1.04
Tx: -0.06370571267652135 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646320
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.86it/s]
24%|██▎ | 4/17 [00:00<00:01, 11.04it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.99it/s]
47%|████▋ | 8/17 [00:00<00:00, 11.00it/s]
59%|█████▉ | 10/17 [00:00<00:00, 11.02it/s]
71%|███████ | 12/17 [00:01<00:00, 11.08it/s]
82%|████████▏ | 14/17 [00:01<00:00, 11.04it/s]
94%|█████████▍| 16/17 [00:01<00:00, 11.02it/s]
100%|██████████| 17/17 [00:01<00:00, 11.03it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88983430>
Rendering animation frame 21 of 200
a beautiful apple, trending on Artstation 3213646321
Angle: 0.0 Zoom: 1.04
Tx: 5.82360510526936 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646321
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 11.07it/s]
24%|██▎ | 4/17 [00:00<00:01, 11.11it/s]
35%|███▌ | 6/17 [00:00<00:00, 11.12it/s]
47%|████▋ | 8/17 [00:00<00:00, 11.04it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.92it/s]
71%|███████ | 12/17 [00:01<00:00, 10.93it/s]
82%|████████▏ | 14/17 [00:01<00:00, 11.02it/s]
94%|█████████▍| 16/17 [00:01<00:00, 11.03it/s]
100%|██████████| 17/17 [00:01<00:00, 11.03it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88980850>
Rendering animation frame 22 of 200
a beautiful apple, trending on Artstation 3213646322
Angle: 0.0 Zoom: 1.04
Tx: 9.488676911890972 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646322
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.89it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.99it/s]
35%|███▌ | 6/17 [00:00<00:00, 11.07it/s]
47%|████▋ | 8/17 [00:00<00:00, 11.05it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.95it/s]
71%|███████ | 12/17 [00:01<00:00, 10.94it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.95it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.89it/s]
100%|██████████| 17/17 [00:01<00:00, 10.94it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88980700>
Rendering animation frame 23 of 200
a beautiful apple, trending on Artstation 3213646323
Angle: 0.0 Zoom: 1.04
Tx: 9.532948953024208 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646323
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.90it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.97it/s]
35%|███▌ | 6/17 [00:00<00:00, 11.01it/s]
47%|████▋ | 8/17 [00:00<00:00, 11.06it/s]
59%|█████▉ | 10/17 [00:00<00:00, 11.07it/s]
71%|███████ | 12/17 [00:01<00:00, 11.08it/s]
82%|████████▏ | 14/17 [00:01<00:00, 11.03it/s]
94%|█████████▍| 16/17 [00:01<00:00, 11.11it/s]
100%|██████████| 17/17 [00:01<00:00, 11.07it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE889825C0>
Rendering animation frame 24 of 200
a beautiful apple, trending on Artstation 3213646324
Angle: 0.0 Zoom: 1.04
Tx: 5.939527387974376 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646324
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.40it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.70it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.72it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.69it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.74it/s]
71%|███████ | 12/17 [00:01<00:00, 10.72it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.77it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.88it/s]
100%|██████████| 17/17 [00:01<00:00, 10.79it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE467B0B20>
Rendering animation frame 25 of 200
a beautiful apple, trending on Artstation 3213646325
Angle: 0.0 Zoom: 1.04
Tx: 0.07963183785937343 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646325
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 11.21it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.90it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.94it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.98it/s]
59%|█████▉ | 10/17 [00:00<00:00, 11.06it/s]
71%|███████ | 12/17 [00:01<00:00, 11.12it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.93it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.98it/s]
100%|██████████| 17/17 [00:01<00:00, 11.00it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE467B0130>
Rendering animation frame 26 of 200
a beautiful apple, trending on Artstation 3213646326
Angle: 0.0 Zoom: 1.04
Tx: -5.810650555703242 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646326
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.95it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.80it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.92it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.96it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.92it/s]
71%|███████ | 12/17 [00:01<00:00, 10.93it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.86it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.84it/s]
100%|██████████| 17/17 [00:01<00:00, 10.89it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE889818A0>
Rendering animation frame 27 of 200
a beautiful apple, trending on Artstation 3213646327
Angle: 0.0 Zoom: 1.04
Tx: -9.483637285730369 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646327
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 11.01it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.98it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.82it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.99it/s]
59%|█████▉ | 10/17 [00:00<00:00, 11.08it/s]
71%|███████ | 12/17 [00:01<00:00, 11.16it/s]
82%|████████▏ | 14/17 [00:01<00:00, 11.21it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.92it/s]
100%|██████████| 17/17 [00:01<00:00, 10.92it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88981780>
Rendering animation frame 28 of 200
a beautiful apple, trending on Artstation 3213646328
Angle: 0.0 Zoom: 1.04
Tx: -9.537747329470772 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646328
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 11.22it/s]
24%|██▎ | 4/17 [00:00<00:01, 11.18it/s]
35%|███▌ | 6/17 [00:00<00:00, 11.07it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.69it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.82it/s]
71%|███████ | 12/17 [00:01<00:00, 10.97it/s]
82%|████████▏ | 14/17 [00:01<00:00, 11.06it/s]
94%|█████████▍| 16/17 [00:01<00:00, 11.07it/s]
100%|██████████| 17/17 [00:01<00:00, 11.00it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88980040>
Rendering animation frame 29 of 200
a beautiful apple, trending on Artstation 3213646329
Angle: 0.0 Zoom: 1.04
Tx: -5.952332746700007 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646329
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 11.16it/s]
24%|██▎ | 4/17 [00:00<00:01, 11.16it/s]
35%|███▌ | 6/17 [00:00<00:00, 11.13it/s]
47%|████▋ | 8/17 [00:00<00:00, 11.05it/s]
59%|█████▉ | 10/17 [00:00<00:00, 11.02it/s]
71%|███████ | 12/17 [00:01<00:00, 11.04it/s]
82%|████████▏ | 14/17 [00:01<00:00, 11.05it/s]
94%|█████████▍| 16/17 [00:01<00:00, 11.06it/s]
100%|██████████| 17/17 [00:01<00:00, 11.03it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE889802B0>
Rendering animation frame 30 of 200
a beautiful apple, trending on Artstation 3213646330
Angle: 0.0 Zoom: 1.04
Tx: -0.09555776105247388 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646330
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.60it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.61it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.74it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.66it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.81it/s]
71%|███████ | 12/17 [00:01<00:00, 10.67it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.83it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.89it/s]
100%|██████████| 17/17 [00:01<00:00, 10.79it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88980DF0>
Rendering animation frame 31 of 200
a beautiful apple, trending on Artstation 3213646331
Angle: 0.0 Zoom: 1.04
Tx: 5.797681267160971 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646331
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 11.11it/s]
24%|██▎ | 4/17 [00:00<00:01, 11.17it/s]
35%|███▌ | 6/17 [00:00<00:00, 11.09it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.92it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.94it/s]
71%|███████ | 12/17 [00:01<00:00, 10.86it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.91it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.93it/s]
100%|██████████| 17/17 [00:01<00:00, 10.95it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88980EB0>
Rendering animation frame 32 of 200
a beautiful apple, trending on Artstation 3213646332
Angle: 0.0 Zoom: 1.04
Tx: 9.478573603897775 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646332
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 11.01it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.90it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.79it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.82it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.87it/s]
71%|███████ | 12/17 [00:01<00:00, 10.96it/s]
82%|████████▏ | 14/17 [00:01<00:00, 11.04it/s]
94%|█████████▍| 16/17 [00:01<00:00, 11.04it/s]
100%|██████████| 17/17 [00:01<00:00, 10.97it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88983430>
Rendering animation frame 33 of 200
a beautiful apple, trending on Artstation 3213646333
Angle: 0.0 Zoom: 1.04
Tx: 9.542521512992789 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646333
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 11.05it/s]
24%|██▎ | 4/17 [00:00<00:01, 11.05it/s]
35%|███▌ | 6/17 [00:00<00:00, 11.07it/s]
47%|████▋ | 8/17 [00:00<00:00, 11.08it/s]
59%|█████▉ | 10/17 [00:00<00:00, 11.02it/s]
71%|███████ | 12/17 [00:01<00:00, 11.05it/s]
82%|████████▏ | 14/17 [00:01<00:00, 11.03it/s]
94%|█████████▍| 16/17 [00:01<00:00, 11.09it/s]
100%|██████████| 17/17 [00:01<00:00, 11.07it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE889823B0>
Rendering animation frame 34 of 200
a beautiful apple, trending on Artstation 3213646334
Angle: 0.0 Zoom: 1.04
Tx: 5.965123007066241 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646334
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.92it/s]
24%|██▎ | 4/17 [00:00<00:01, 11.00it/s]
35%|███▌ | 6/17 [00:00<00:01, 11.00it/s]
47%|████▋ | 8/17 [00:00<00:00, 11.04it/s]
59%|█████▉ | 10/17 [00:00<00:00, 11.03it/s]
71%|███████ | 12/17 [00:01<00:00, 10.98it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.99it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.98it/s]
100%|██████████| 17/17 [00:01<00:00, 11.00it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88981330>
Rendering animation frame 35 of 200
a beautiful apple, trending on Artstation 3213646335
Angle: 0.0 Zoom: 1.04
Tx: 0.11148344185902088 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646335
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.97it/s]
24%|██▎ | 4/17 [00:00<00:01, 11.01it/s]
35%|███▌ | 6/17 [00:00<00:00, 11.00it/s]
47%|████▋ | 8/17 [00:00<00:00, 11.05it/s]
59%|█████▉ | 10/17 [00:00<00:00, 11.01it/s]
71%|███████ | 12/17 [00:01<00:00, 10.98it/s]
82%|████████▏ | 14/17 [00:01<00:00, 11.07it/s]
94%|█████████▍| 16/17 [00:01<00:00, 11.06it/s]
100%|██████████| 17/17 [00:01<00:00, 11.04it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88980D30>
Rendering animation frame 36 of 200
a beautiful apple, trending on Artstation 3213646336
Angle: 0.0 Zoom: 1.04
Tx: -5.784697272539728 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646336
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.81it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.87it/s]
35%|███▌ | 6/17 [00:00<00:00, 11.03it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.84it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.84it/s]
71%|███████ | 12/17 [00:01<00:00, 10.93it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.92it/s]
94%|█████████▍| 16/17 [00:01<00:00, 11.02it/s]
100%|██████████| 17/17 [00:01<00:00, 10.96it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88982980>
Rendering animation frame 37 of 200
a beautiful apple, trending on Artstation 3213646337
Angle: 0.0 Zoom: 1.04
Tx: -9.473485879237451 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646337
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.85it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.94it/s]
35%|███▌ | 6/17 [00:00<00:01, 11.00it/s]
47%|████▋ | 8/17 [00:00<00:00, 11.07it/s]
59%|█████▉ | 10/17 [00:00<00:00, 11.10it/s]
71%|███████ | 12/17 [00:01<00:00, 11.11it/s]
82%|████████▏ | 14/17 [00:01<00:00, 11.05it/s]
94%|█████████▍| 16/17 [00:01<00:00, 11.05it/s]
100%|██████████| 17/17 [00:01<00:00, 11.06it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88981DB0>
Rendering animation frame 38 of 200
a beautiful apple, trending on Artstation 3213646338
Angle: 0.0 Zoom: 1.04
Tx: -9.54727149148033 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646338
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.86it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.79it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.94it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.95it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.99it/s]
71%|███████ | 12/17 [00:01<00:00, 10.85it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.88it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.96it/s]
100%|██████████| 17/17 [00:01<00:00, 10.94it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88982EF0>
Rendering animation frame 39 of 200
a beautiful apple, trending on Artstation 3213646339
Angle: 0.0 Zoom: 1.04
Tx: -5.977898136630008 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646339
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 11.16it/s]
24%|██▎ | 4/17 [00:00<00:01, 11.08it/s]
35%|███▌ | 6/17 [00:00<00:00, 11.02it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.99it/s]
59%|█████▉ | 10/17 [00:00<00:00, 11.04it/s]
71%|███████ | 12/17 [00:01<00:00, 11.04it/s]
82%|████████▏ | 14/17 [00:01<00:00, 11.10it/s]
94%|█████████▍| 16/17 [00:01<00:00, 11.03it/s]
100%|██████████| 17/17 [00:01<00:00, 11.06it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88980910>
Rendering animation frame 40 of 200
a beautiful apple, trending on Artstation 3213646340
Angle: 0.0 Zoom: 1.04
Tx: -0.12740883988280968 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646340
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 11.18it/s]
24%|██▎ | 4/17 [00:00<00:01, 11.24it/s]
35%|███▌ | 6/17 [00:00<00:00, 11.15it/s]
47%|████▋ | 8/17 [00:00<00:00, 11.17it/s]
59%|█████▉ | 10/17 [00:00<00:00, 11.22it/s]
71%|███████ | 12/17 [00:01<00:00, 11.23it/s]
82%|████████▏ | 14/17 [00:01<00:00, 11.24it/s]
94%|█████████▍| 16/17 [00:01<00:00, 11.21it/s]
100%|██████████| 17/17 [00:01<00:00, 11.18it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE889804F0>
Rendering animation frame 41 of 200
a beautiful apple, trending on Artstation 3213646341
Angle: 0.0 Zoom: 1.04
Tx: 5.771698604774 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646341
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.78it/s]
24%|██▎ | 4/17 [00:00<00:01, 11.02it/s]
35%|███▌ | 6/17 [00:00<00:00, 11.10it/s]
47%|████▋ | 8/17 [00:00<00:00, 11.05it/s]
59%|█████▉ | 10/17 [00:00<00:00, 11.09it/s]
71%|███████ | 12/17 [00:01<00:00, 11.11it/s]
82%|████████▏ | 14/17 [00:01<00:00, 11.11it/s]
94%|█████████▍| 16/17 [00:01<00:00, 11.08it/s]
100%|██████████| 17/17 [00:01<00:00, 11.08it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE889805E0>
Rendering animation frame 42 of 200
a beautiful apple, trending on Artstation 3213646342
Angle: 0.0 Zoom: 1.04
Tx: 9.468374124654623 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646342
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 11.13it/s]
24%|██▎ | 4/17 [00:00<00:01, 11.13it/s]
35%|███▌ | 6/17 [00:00<00:00, 11.07it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.89it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.96it/s]
71%|███████ | 12/17 [00:01<00:00, 11.06it/s]
82%|████████▏ | 14/17 [00:01<00:00, 11.10it/s]
94%|█████████▍| 16/17 [00:01<00:00, 11.07it/s]
100%|██████████| 17/17 [00:01<00:00, 11.03it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88982F80>
Rendering animation frame 43 of 200
a beautiful apple, trending on Artstation 3213646343
Angle: 0.0 Zoom: 1.04
Tx: 9.551997252884862 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646343
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 11.20it/s]
24%|██▎ | 4/17 [00:00<00:01, 11.10it/s]
35%|███▌ | 6/17 [00:00<00:00, 11.10it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.78it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.85it/s]
71%|███████ | 12/17 [00:01<00:00, 10.93it/s]
82%|████████▏ | 14/17 [00:01<00:00, 11.04it/s]
94%|█████████▍| 16/17 [00:01<00:00, 11.07it/s]
100%|██████████| 17/17 [00:01<00:00, 11.02it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88980670>
Rendering animation frame 44 of 200
a beautiful apple, trending on Artstation 3213646344
Angle: 0.0 Zoom: 1.04
Tx: 5.990658102986649 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646344
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.98it/s]
24%|██▎ | 4/17 [00:00<00:01, 11.00it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.93it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.97it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.95it/s]
71%|███████ | 12/17 [00:01<00:00, 11.06it/s]
82%|████████▏ | 14/17 [00:01<00:00, 11.14it/s]
94%|█████████▍| 16/17 [00:01<00:00, 11.18it/s]
100%|██████████| 17/17 [00:01<00:00, 11.08it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88980AF0>
Rendering animation frame 45 of 200
a beautiful apple, trending on Artstation 3213646345
Angle: 0.0 Zoom: 1.04
Tx: 0.14333391472835277 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646345
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 11.20it/s]
24%|██▎ | 4/17 [00:00<00:01, 11.20it/s]
35%|███▌ | 6/17 [00:00<00:00, 11.14it/s]
47%|████▋ | 8/17 [00:00<00:00, 11.15it/s]
59%|█████▉ | 10/17 [00:00<00:00, 11.14it/s]
71%|███████ | 12/17 [00:01<00:00, 11.03it/s]
82%|████████▏ | 14/17 [00:01<00:00, 11.09it/s]
94%|█████████▍| 16/17 [00:01<00:00, 11.16it/s]
100%|██████████| 17/17 [00:01<00:00, 11.14it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88980B20>
Rendering animation frame 46 of 200
a beautiful apple, trending on Artstation 3213646346
Angle: 0.0 Zoom: 1.04
Tx: -5.758685296835462 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646346
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.87it/s]
24%|██▎ | 4/17 [00:00<00:01, 11.14it/s]
35%|███▌ | 6/17 [00:00<00:00, 11.09it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.97it/s]
59%|█████▉ | 10/17 [00:00<00:00, 11.10it/s]
71%|███████ | 12/17 [00:01<00:00, 11.06it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.95it/s]
94%|█████████▍| 16/17 [00:01<00:00, 11.05it/s]
100%|██████████| 17/17 [00:01<00:00, 11.05it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88980AC0>
Rendering animation frame 47 of 200
a beautiful apple, trending on Artstation 3213646347
Angle: 0.0 Zoom: 1.04
Tx: -9.463238353115525 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646347
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 11.15it/s]
24%|██▎ | 4/17 [00:00<00:01, 11.11it/s]
35%|███▌ | 6/17 [00:00<00:00, 11.12it/s]
47%|████▋ | 8/17 [00:00<00:00, 11.16it/s]
59%|█████▉ | 10/17 [00:00<00:00, 11.20it/s]
71%|███████ | 12/17 [00:01<00:00, 11.11it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.91it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.96it/s]
100%|██████████| 17/17 [00:01<00:00, 11.05it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88983160>
Rendering animation frame 48 of 200
a beautiful apple, trending on Artstation 3213646348
Angle: 0.0 Zoom: 1.04
Tx: -9.556698785219288 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646348
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.96it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.94it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.96it/s]
47%|████▋ | 8/17 [00:00<00:00, 11.00it/s]
59%|█████▉ | 10/17 [00:00<00:00, 11.02it/s]
71%|███████ | 12/17 [00:01<00:00, 11.00it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.94it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.86it/s]
100%|██████████| 17/17 [00:01<00:00, 10.94it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88980970>
Rendering animation frame 49 of 200
a beautiful apple, trending on Artstation 3213646349
Angle: 0.0 Zoom: 1.04
Tx: -6.003402873769849 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646349
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.74it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.76it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.62it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.72it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.82it/s]
71%|███████ | 12/17 [00:01<00:00, 10.89it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.97it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.97it/s]
100%|██████████| 17/17 [00:01<00:00, 10.87it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88980AF0>
Rendering animation frame 50 of 200
a beautiful banana, trending on Artstation 3213646350
Angle: 0.0 Zoom: 1.04
Tx: -0.159258626001018 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646350
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 11.02it/s]
24%|██▎ | 4/17 [00:00<00:01, 11.04it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.98it/s]
47%|████▋ | 8/17 [00:00<00:00, 11.03it/s]
59%|█████▉ | 10/17 [00:00<00:00, 11.11it/s]
71%|███████ | 12/17 [00:01<00:00, 11.14it/s]
82%|████████▏ | 14/17 [00:01<00:00, 11.09it/s]
94%|█████████▍| 16/17 [00:01<00:00, 11.06it/s]
100%|██████████| 17/17 [00:01<00:00, 11.01it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88981810>
Rendering animation frame 51 of 200
a beautiful banana, trending on Artstation 3213646351
Angle: 0.0 Zoom: 1.04
Tx: 5.74565738173307 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646351
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 11.26it/s]
24%|██▎ | 4/17 [00:00<00:01, 11.27it/s]
35%|███▌ | 6/17 [00:00<00:00, 11.23it/s]
47%|████▋ | 8/17 [00:00<00:00, 11.06it/s]
59%|█████▉ | 10/17 [00:00<00:00, 11.09it/s]
71%|███████ | 12/17 [00:01<00:00, 11.12it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.98it/s]
94%|█████████▍| 16/17 [00:01<00:00, 11.00it/s]
100%|██████████| 17/17 [00:01<00:00, 11.05it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88982980>
Rendering animation frame 52 of 200
a beautiful banana, trending on Artstation 3213646352
Angle: 0.0 Zoom: 1.04
Tx: 9.458078577647223 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646352
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.99it/s]
24%|██▎ | 4/17 [00:00<00:01, 11.06it/s]
35%|███▌ | 6/17 [00:00<00:00, 11.13it/s]
47%|████▋ | 8/17 [00:00<00:00, 11.09it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.98it/s]
71%|███████ | 12/17 [00:01<00:00, 10.98it/s]
82%|████████▏ | 14/17 [00:01<00:00, 11.07it/s]
94%|█████████▍| 16/17 [00:01<00:00, 11.08it/s]
100%|██████████| 17/17 [00:01<00:00, 11.02it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88980D30>
Rendering animation frame 53 of 200
a beautiful banana, trending on Artstation 3213646353
Angle: 0.0 Zoom: 1.04
Tx: 9.561376076557917 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646353
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 11.16it/s]
24%|██▎ | 4/17 [00:00<00:01, 11.21it/s]
35%|███▌ | 6/17 [00:00<00:00, 11.15it/s]
47%|████▋ | 8/17 [00:00<00:00, 11.08it/s]
59%|█████▉ | 10/17 [00:00<00:00, 11.04it/s]
71%|███████ | 12/17 [00:01<00:00, 11.03it/s]
82%|████████▏ | 14/17 [00:01<00:00, 11.06it/s]
94%|█████████▍| 16/17 [00:01<00:00, 11.06it/s]
100%|██████████| 17/17 [00:01<00:00, 11.05it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE889805B0>
Rendering animation frame 54 of 200
a beautiful banana, trending on Artstation 3213646354
Angle: 0.0 Zoom: 1.04
Tx: 6.016132416652038 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646354
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.96it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.98it/s]
35%|███▌ | 6/17 [00:00<00:00, 11.10it/s]
47%|████▋ | 8/17 [00:00<00:00, 11.01it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.96it/s]
71%|███████ | 12/17 [00:01<00:00, 11.03it/s]
82%|████████▏ | 14/17 [00:01<00:00, 11.07it/s]
94%|█████████▍| 16/17 [00:01<00:00, 11.13it/s]
100%|██████████| 17/17 [00:01<00:00, 11.04it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88980130>
Rendering animation frame 55 of 200
a beautiful banana, trending on Artstation 3213646355
Angle: 0.0 Zoom: 1.04
Tx: 0.17518293330691775 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646355
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 11.18it/s]
24%|██▎ | 4/17 [00:00<00:01, 11.25it/s]
35%|███▌ | 6/17 [00:00<00:00, 11.19it/s]
47%|████▋ | 8/17 [00:00<00:00, 11.14it/s]
59%|█████▉ | 10/17 [00:00<00:00, 11.14it/s]
71%|███████ | 12/17 [00:01<00:00, 11.09it/s]
82%|████████▏ | 14/17 [00:01<00:00, 11.03it/s]
94%|█████████▍| 16/17 [00:01<00:00, 11.00it/s]
100%|██████████| 17/17 [00:01<00:00, 11.08it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88980A60>
Rendering animation frame 56 of 200
a beautiful banana, trending on Artstation 3213646356
Angle: 0.0 Zoom: 1.04
Tx: -5.732614892512512 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646356
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.45it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.72it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.95it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.85it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.93it/s]
71%|███████ | 12/17 [00:01<00:00, 10.90it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.99it/s]
94%|█████████▍| 16/17 [00:01<00:00, 11.04it/s]
100%|██████████| 17/17 [00:01<00:00, 10.90it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE889806D0>
Rendering animation frame 57 of 200
a beautiful banana, trending on Artstation 3213646357
Angle: 0.0 Zoom: 1.04
Tx: -9.452894811337778 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646357
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.59it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.98it/s]
35%|███▌ | 6/17 [00:00<00:00, 11.01it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.97it/s]
59%|█████▉ | 10/17 [00:00<00:00, 11.04it/s]
71%|███████ | 12/17 [00:01<00:00, 11.04it/s]
82%|████████▏ | 14/17 [00:01<00:00, 11.04it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.97it/s]
100%|██████████| 17/17 [00:01<00:00, 10.94it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE889802B0>
Rendering animation frame 58 of 200
a beautiful banana, trending on Artstation 3213646358
Angle: 0.0 Zoom: 1.04
Tx: -9.566029115036663 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646358
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.86it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.77it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.83it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.79it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.73it/s]
71%|███████ | 12/17 [00:01<00:00, 10.75it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.86it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.92it/s]
100%|██████████| 17/17 [00:01<00:00, 10.86it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE889818A0>
Rendering animation frame 59 of 200
a beautiful banana, trending on Artstation 3213646359
Angle: 0.0 Zoom: 1.04
Tx: -6.028846699344016 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646359
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.90it/s]
24%|██▎ | 4/17 [00:00<00:01, 11.02it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.95it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.91it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.95it/s]
71%|███████ | 12/17 [00:01<00:00, 11.06it/s]
82%|████████▏ | 14/17 [00:01<00:00, 11.01it/s]
94%|█████████▍| 16/17 [00:01<00:00, 11.00it/s]
100%|██████████| 17/17 [00:01<00:00, 10.97it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88980DF0>
Rendering animation frame 60 of 200
a beautiful banana, trending on Artstation 3213646360
Angle: 0.0 Zoom: 1.04
Tx: -0.1911067962535799 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646360
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 11.11it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.89it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.88it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.97it/s]
59%|█████▉ | 10/17 [00:00<00:00, 11.00it/s]
71%|███████ | 12/17 [00:01<00:00, 11.04it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.96it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.93it/s]
100%|██████████| 17/17 [00:01<00:00, 10.95it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE467B0520>
Rendering animation frame 61 of 200
a beautiful banana, trending on Artstation 3213646361
Angle: 0.0 Zoom: 1.04
Tx: 5.719557862256882 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646361
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.98it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.84it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.93it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.86it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.92it/s]
71%|███████ | 12/17 [00:01<00:00, 10.86it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.89it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.93it/s]
100%|██████████| 17/17 [00:01<00:00, 10.90it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE467B0940>
Rendering animation frame 62 of 200
a beautiful banana, trending on Artstation 3213646362
Angle: 0.0 Zoom: 1.04
Tx: 9.447687067335966 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646362
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.45it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.88it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.72it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.71it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.83it/s]
71%|███████ | 12/17 [00:01<00:00, 10.89it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.98it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.93it/s]
100%|██████████| 17/17 [00:01<00:00, 10.86it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE467B0460>
Rendering animation frame 63 of 200
a beautiful banana, trending on Artstation 3213646363
Angle: 0.0 Zoom: 1.04
Tx: 9.570657888852805 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646363
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 11.05it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.96it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.89it/s]
47%|████▋ | 8/17 [00:00<00:00, 11.03it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.96it/s]
71%|███████ | 12/17 [00:01<00:00, 10.96it/s]
82%|████████▏ | 14/17 [00:01<00:00, 11.00it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.98it/s]
100%|██████████| 17/17 [00:01<00:00, 10.98it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88945270>
Rendering animation frame 64 of 200
a beautiful banana, trending on Artstation 3213646364
Angle: 0.0 Zoom: 1.04
Tx: 6.041545689595634 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646364
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 11.06it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.99it/s]
35%|███▌ | 6/17 [00:00<00:00, 11.04it/s]
47%|████▋ | 8/17 [00:00<00:00, 11.05it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.86it/s]
71%|███████ | 12/17 [00:01<00:00, 10.94it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.95it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.96it/s]
100%|██████████| 17/17 [00:01<00:00, 10.94it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88946CE0>
Rendering animation frame 65 of 200
a beautiful banana, trending on Artstation 3213646365
Angle: 0.0 Zoom: 1.04
Tx: 0.2070301744491976 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646365
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 11.12it/s]
24%|██▎ | 4/17 [00:00<00:01, 11.18it/s]
35%|███▌ | 6/17 [00:00<00:00, 11.01it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.96it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.64it/s]
71%|███████ | 12/17 [00:01<00:00, 10.73it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.84it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.86it/s]
100%|██████████| 17/17 [00:01<00:00, 10.88it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88947F40>
Rendering animation frame 66 of 200
a beautiful banana, trending on Artstation 3213646366
Angle: 0.0 Zoom: 1.04
Tx: -5.70648632408569 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646366
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.57it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.74it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.92it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.90it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.93it/s]
71%|███████ | 12/17 [00:01<00:00, 10.72it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.81it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.86it/s]
100%|██████████| 17/17 [00:01<00:00, 10.77it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE889473D0>
Rendering animation frame 67 of 200
a beautiful banana, trending on Artstation 3213646367
Angle: 0.0 Zoom: 1.04
Tx: -9.442455358851532 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646367
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.64it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.84it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.72it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.66it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.78it/s]
71%|███████ | 12/17 [00:01<00:00, 10.70it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.81it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.88it/s]
100%|██████████| 17/17 [00:01<00:00, 10.80it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88947790>
Rendering animation frame 68 of 200
a beautiful banana, trending on Artstation 3213646368
Angle: 0.0 Zoom: 1.04
Tx: -9.57526238626533 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646368
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 11.18it/s]
24%|██▎ | 4/17 [00:00<00:01, 11.14it/s]
35%|███▌ | 6/17 [00:00<00:00, 11.11it/s]
47%|████▋ | 8/17 [00:00<00:00, 11.07it/s]
59%|█████▉ | 10/17 [00:00<00:00, 11.07it/s]
71%|███████ | 12/17 [00:01<00:00, 11.15it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.92it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.99it/s]
100%|██████████| 17/17 [00:01<00:00, 11.05it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88946D40>
Rendering animation frame 69 of 200
a beautiful banana, trending on Artstation 3213646369
Angle: 0.0 Zoom: 1.04
Tx: -6.054229355195162 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646369
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.83it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.54it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.73it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.81it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.80it/s]
71%|███████ | 12/17 [00:01<00:00, 10.90it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.65it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.84it/s]
100%|██████████| 17/17 [00:01<00:00, 10.79it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88947DF0>
Rendering animation frame 70 of 200
a beautiful banana, trending on Artstation 3213646370
Angle: 0.0 Zoom: 1.04
Tx: -0.22295302750347787 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646370
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 11.07it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.63it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.87it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.97it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.90it/s]
71%|███████ | 12/17 [00:01<00:00, 10.89it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.63it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.77it/s]
100%|██████████| 17/17 [00:01<00:00, 10.79it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88945630>
Rendering animation frame 71 of 200
a beautiful banana, trending on Artstation 3213646371
Angle: 0.0 Zoom: 1.04
Tx: 5.693400311155655 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646371
0%| | 0/17 [00:00<?, ?it/s]
6%|▌ | 1/17 [00:00<00:01, 9.45it/s]
18%|█▊ | 3/17 [00:00<00:01, 10.76it/s]
29%|██▉ | 5/17 [00:00<00:01, 10.93it/s]
41%|████ | 7/17 [00:00<00:00, 10.43it/s]
53%|█████▎ | 9/17 [00:00<00:00, 10.66it/s]
65%|██████▍ | 11/17 [00:01<00:00, 10.49it/s]
76%|███████▋ | 13/17 [00:01<00:00, 10.63it/s]
88%|████████▊ | 15/17 [00:01<00:00, 10.72it/s]
100%|██████████| 17/17 [00:01<00:00, 10.63it/s]
100%|██████████| 17/17 [00:01<00:00, 10.61it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88947010>
Rendering animation frame 72 of 200
a beautiful banana, trending on Artstation 3213646372
Angle: 0.0 Zoom: 1.04
Tx: 9.437199699154915 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646372
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 11.02it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.85it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.59it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.74it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.84it/s]
71%|███████ | 12/17 [00:01<00:00, 10.79it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.71it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.54it/s]
100%|██████████| 17/17 [00:01<00:00, 10.70it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE889476D0>
Rendering animation frame 73 of 200
a beautiful banana, trending on Artstation 3213646373
Angle: 0.0 Zoom: 1.04
Tx: 9.579842595594661 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646373
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 11.08it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.84it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.65it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.74it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.88it/s]
71%|███████ | 12/17 [00:01<00:00, 10.77it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.78it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.87it/s]
100%|██████████| 17/17 [00:01<00:00, 10.82it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88947340>
Rendering animation frame 74 of 200
a beautiful banana, trending on Artstation 3213646374
Angle: 0.0 Zoom: 1.04
Tx: 6.066897663969969 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646374
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.97it/s]
24%|██▎ | 4/17 [00:00<00:01, 11.04it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.94it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.79it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.86it/s]
71%|███████ | 12/17 [00:01<00:00, 10.79it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.90it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.92it/s]
100%|██████████| 17/17 [00:01<00:00, 10.91it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE889473D0>
Rendering animation frame 75 of 200
a beautiful banana, trending on Artstation 3213646375
Angle: 0.0 Zoom: 1.04
Tx: 0.23887531502738857 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646375
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.71it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.94it/s]
35%|███▌ | 6/17 [00:00<00:00, 11.02it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.47it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.67it/s]
71%|███████ | 12/17 [00:01<00:00, 10.79it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.81it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.81it/s]
100%|██████████| 17/17 [00:01<00:00, 10.80it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88946920>
Rendering animation frame 76 of 200
a beautiful banana, trending on Artstation 3213646376
Angle: 0.0 Zoom: 1.04
Tx: -5.680299856659977 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646376
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.71it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.87it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.83it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.92it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.84it/s]
71%|███████ | 12/17 [00:01<00:00, 10.64it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.71it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.82it/s]
100%|██████████| 17/17 [00:01<00:00, 10.76it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88946CE0>
Rendering animation frame 77 of 200
a beautiful banana, trending on Artstation 3213646377
Angle: 0.0 Zoom: 1.04
Tx: -9.431920101577337 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646377
0%| | 0/17 [00:00<?, ?it/s]
6%|▌ | 1/17 [00:00<00:01, 9.75it/s]
18%|█▊ | 3/17 [00:00<00:01, 10.45it/s]
29%|██▉ | 5/17 [00:00<00:01, 10.73it/s]
41%|████ | 7/17 [00:00<00:00, 10.77it/s]
53%|█████▎ | 9/17 [00:00<00:00, 10.89it/s]
65%|██████▍ | 11/17 [00:01<00:00, 10.42it/s]
76%|███████▋ | 13/17 [00:01<00:00, 10.54it/s]
88%|████████▊ | 15/17 [00:01<00:00, 10.69it/s]
100%|██████████| 17/17 [00:01<00:00, 10.71it/s]
100%|██████████| 17/17 [00:01<00:00, 10.65it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88946DD0>
Rendering animation frame 78 of 200
a beautiful banana, trending on Artstation 3213646378
Angle: 0.0 Zoom: 1.04
Tx: -9.584398505222914 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646378
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.63it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.83it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.82it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.87it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.95it/s]
71%|███████ | 12/17 [00:01<00:00, 10.83it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.75it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.83it/s]
100%|██████████| 17/17 [00:01<00:00, 10.84it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88947CA0>
Rendering animation frame 79 of 200
a beautiful banana, trending on Artstation 3213646379
Angle: 0.0 Zoom: 1.04
Tx: -6.079550583786321 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646379
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 11.01it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.90it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.71it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.91it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.89it/s]
71%|███████ | 12/17 [00:01<00:00, 10.85it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.94it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.96it/s]
100%|██████████| 17/17 [00:01<00:00, 10.92it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88944430>
Rendering animation frame 80 of 200
a beautiful banana, trending on Artstation 3213646380
Angle: 0.0 Zoom: 1.04
Tx: -0.2547969966333322 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646380
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 11.03it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.93it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.96it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.84it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.95it/s]
71%|███████ | 12/17 [00:01<00:00, 11.03it/s]
82%|████████▏ | 14/17 [00:01<00:00, 11.04it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.86it/s]
100%|██████████| 17/17 [00:01<00:00, 10.94it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE467B0520>
Rendering animation frame 81 of 200
a beautiful banana, trending on Artstation 3213646381
Angle: 0.0 Zoom: 1.04
Tx: 5.667184993828549 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646381
0%| | 0/17 [00:00<?, ?it/s]
6%|▌ | 1/17 [00:00<00:01, 9.84it/s]
18%|█▊ | 3/17 [00:00<00:01, 10.56it/s]
29%|██▉ | 5/17 [00:00<00:01, 10.70it/s]
41%|████ | 7/17 [00:00<00:00, 10.84it/s]
53%|█████▎ | 9/17 [00:00<00:00, 10.69it/s]
65%|██████▍ | 11/17 [00:01<00:00, 10.78it/s]
76%|███████▋ | 13/17 [00:01<00:00, 10.86it/s]
88%|████████▊ | 15/17 [00:01<00:00, 10.92it/s]
100%|██████████| 17/17 [00:01<00:00, 10.69it/s]
100%|██████████| 17/17 [00:01<00:00, 10.73it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE467B0B20>
Rendering animation frame 82 of 200
a beautiful banana, trending on Artstation 3213646382
Angle: 0.0 Zoom: 1.04
Tx: 9.426616579510727 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646382
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.88it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.62it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.64it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.69it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.72it/s]
71%|███████ | 12/17 [00:01<00:00, 10.70it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.80it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.76it/s]
100%|██████████| 17/17 [00:01<00:00, 10.74it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88980130>
Rendering animation frame 83 of 200
a beautiful banana, trending on Artstation 3213646383
Angle: 0.0 Zoom: 1.04
Tx: 9.588930103593817 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646383
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.70it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.46it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.63it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.76it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.87it/s]
71%|███████ | 12/17 [00:01<00:00, 10.96it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.79it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.85it/s]
100%|██████████| 17/17 [00:01<00:00, 10.79it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE889811E0>
Rendering animation frame 84 of 200
a beautiful banana, trending on Artstation 3213646384
Angle: 0.0 Zoom: 1.04
Tx: 6.0921880825495744 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646384
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 11.16it/s]
24%|██▎ | 4/17 [00:00<00:01, 11.01it/s]
35%|███▌ | 6/17 [00:00<00:00, 11.06it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.66it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.73it/s]
71%|███████ | 12/17 [00:01<00:00, 10.78it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.70it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.86it/s]
100%|██████████| 17/17 [00:01<00:00, 10.85it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88983040>
Rendering animation frame 85 of 200
a beautiful banana, trending on Artstation 3213646385
Angle: 0.0 Zoom: 1.04
Tx: 0.2707180319351772 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646385
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.85it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.94it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.95it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.81it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.77it/s]
71%|███████ | 12/17 [00:01<00:00, 10.81it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.97it/s]
94%|█████████▍| 16/17 [00:01<00:00, 11.00it/s]
100%|██████████| 17/17 [00:01<00:00, 10.93it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88983A90>
Rendering animation frame 86 of 200
a beautiful banana, trending on Artstation 3213646386
Angle: 0.0 Zoom: 1.04
Tx: -5.654055755927809 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646386
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.85it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.95it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.91it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.88it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.81it/s]
71%|███████ | 12/17 [00:01<00:00, 10.84it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.84it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.80it/s]
100%|██████████| 17/17 [00:01<00:00, 10.83it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88980880>
Rendering animation frame 87 of 200
a beautiful banana, trending on Artstation 3213646387
Angle: 0.0 Zoom: 1.04
Tx: -9.421289146407712 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646387
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.90it/s]
24%|██▎ | 4/17 [00:00<00:01, 11.01it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.98it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.99it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.73it/s]
71%|███████ | 12/17 [00:01<00:00, 10.77it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.87it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.95it/s]
100%|██████████| 17/17 [00:01<00:00, 10.91it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88980B20>
Rendering animation frame 88 of 200
a beautiful banana, trending on Artstation 3213646388
Angle: 0.0 Zoom: 1.04
Tx: -9.59343737921279 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646388
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 11.18it/s]
24%|██▎ | 4/17 [00:00<00:01, 11.15it/s]
35%|███▌ | 6/17 [00:00<00:00, 11.13it/s]
47%|████▋ | 8/17 [00:00<00:00, 11.08it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.93it/s]
71%|███████ | 12/17 [00:01<00:00, 10.98it/s]
82%|████████▏ | 14/17 [00:01<00:00, 11.05it/s]
94%|█████████▍| 16/17 [00:01<00:00, 11.08it/s]
100%|██████████| 17/17 [00:01<00:00, 11.06it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE889810F0>
Rendering animation frame 89 of 200
a beautiful banana, trending on Artstation 3213646389
Angle: 0.0 Zoom: 1.04
Tx: -6.104810128203921 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646389
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 11.06it/s]
24%|██▎ | 4/17 [00:00<00:01, 11.10it/s]
35%|███▌ | 6/17 [00:00<00:00, 11.04it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.97it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.95it/s]
71%|███████ | 12/17 [00:01<00:00, 10.97it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.97it/s]
94%|█████████▍| 16/17 [00:01<00:00, 11.04it/s]
100%|██████████| 17/17 [00:01<00:00, 11.01it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88980A90>
Rendering animation frame 90 of 200
a beautiful banana, trending on Artstation 3213646390
Angle: 0.0 Zoom: 1.04
Tx: -0.2866383805487153 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646390
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.85it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.68it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.74it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.83it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.84it/s]
71%|███████ | 12/17 [00:01<00:00, 10.71it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.73it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.81it/s]
100%|██████████| 17/17 [00:01<00:00, 10.78it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88980F40>
Rendering animation frame 91 of 200
a beautiful banana, trending on Artstation 3213646391
Angle: 0.0 Zoom: 1.04
Tx: 5.6409121762606595 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646391
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.97it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.82it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.90it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.85it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.86it/s]
71%|███████ | 12/17 [00:01<00:00, 10.82it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.91it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.90it/s]
100%|██████████| 17/17 [00:01<00:00, 10.88it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88980B50>
Rendering animation frame 92 of 200
a beautiful banana, trending on Artstation 3213646392
Angle: 0.0 Zoom: 1.04
Tx: 9.415937815781541 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646392
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.50it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.75it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.86it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.86it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.89it/s]
71%|███████ | 12/17 [00:01<00:00, 10.86it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.91it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.96it/s]
100%|██████████| 17/17 [00:01<00:00, 10.88it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689C460>
Rendering animation frame 93 of 200
a beautiful banana, trending on Artstation 3213646393
Angle: 0.0 Zoom: 1.04
Tx: 9.597920320646846 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646393
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.64it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.47it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.57it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.77it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.75it/s]
71%|███████ | 12/17 [00:01<00:00, 10.87it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.92it/s]
94%|█████████▍| 16/17 [00:01<00:00, 11.02it/s]
100%|██████████| 17/17 [00:01<00:00, 10.87it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689C550>
Rendering animation frame 94 of 200
a beautiful banana, trending on Artstation 3213646394
Angle: 0.0 Zoom: 1.04
Tx: 6.117416688733313 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646394
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 11.05it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.84it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.69it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.88it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.93it/s]
71%|███████ | 12/17 [00:01<00:00, 10.90it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.92it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.95it/s]
100%|██████████| 17/17 [00:01<00:00, 10.88it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689C1C0>
Rendering animation frame 95 of 200
a beautiful banana, trending on Artstation 3213646395
Angle: 0.0 Zoom: 1.04
Tx: 0.3025580020910541 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646395
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 11.12it/s]
24%|██▎ | 4/17 [00:00<00:01, 11.02it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.94it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.92it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.93it/s]
71%|███████ | 12/17 [00:01<00:00, 10.96it/s]
82%|████████▏ | 14/17 [00:01<00:00, 11.03it/s]
94%|█████████▍| 16/17 [00:01<00:00, 11.00it/s]
100%|██████████| 17/17 [00:01<00:00, 10.98it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689C6D0>
Rendering animation frame 96 of 200
a beautiful banana, trending on Artstation 3213646396
Angle: 0.0 Zoom: 1.04
Tx: -5.6277542881663205 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646396
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 11.05it/s]
24%|██▎ | 4/17 [00:00<00:01, 11.04it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.86it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.92it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.99it/s]
71%|███████ | 12/17 [00:01<00:00, 11.02it/s]
82%|████████▏ | 14/17 [00:01<00:00, 11.06it/s]
94%|█████████▍| 16/17 [00:01<00:00, 11.03it/s]
100%|██████████| 17/17 [00:01<00:00, 10.98it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88947190>
Rendering animation frame 97 of 200
a beautiful banana, trending on Artstation 3213646397
Angle: 0.0 Zoom: 1.04
Tx: -9.410562601206152 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646397
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.95it/s]
24%|██▎ | 4/17 [00:00<00:01, 11.01it/s]
35%|███▌ | 6/17 [00:00<00:00, 11.04it/s]
47%|████▋ | 8/17 [00:00<00:00, 11.09it/s]
59%|█████▉ | 10/17 [00:00<00:00, 11.09it/s]
71%|███████ | 12/17 [00:01<00:00, 11.13it/s]
82%|████████▏ | 14/17 [00:01<00:00, 11.15it/s]
94%|█████████▍| 16/17 [00:01<00:00, 11.01it/s]
100%|██████████| 17/17 [00:01<00:00, 11.02it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88947790>
Rendering animation frame 98 of 200
a beautiful banana, trending on Artstation 3213646398
Angle: 0.0 Zoom: 1.04
Tx: -9.60237891652492 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646398
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 11.25it/s]
24%|██▎ | 4/17 [00:00<00:01, 11.04it/s]
35%|███▌ | 6/17 [00:00<00:00, 11.12it/s]
47%|████▋ | 8/17 [00:00<00:00, 11.07it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.91it/s]
71%|███████ | 12/17 [00:01<00:00, 10.99it/s]
82%|████████▏ | 14/17 [00:01<00:00, 11.03it/s]
94%|█████████▍| 16/17 [00:01<00:00, 11.06it/s]
100%|██████████| 17/17 [00:01<00:00, 11.05it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88947BB0>
Rendering animation frame 99 of 200
a beautiful banana, trending on Artstation 3213646399
Angle: 0.0 Zoom: 1.04
Tx: -6.130007732160417 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646399
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 11.17it/s]
24%|██▎ | 4/17 [00:00<00:01, 11.07it/s]
35%|███▌ | 6/17 [00:00<00:00, 11.03it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.97it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.98it/s]
71%|███████ | 12/17 [00:01<00:00, 11.02it/s]
82%|████████▏ | 14/17 [00:01<00:00, 11.09it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.96it/s]
100%|██████████| 17/17 [00:01<00:00, 11.01it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE889476D0>
Rendering animation frame 100 of 200
a beautiful coconut, trending on Artstation 3213646400
Angle: 0.0 Zoom: 1.04
Tx: -0.3184768561815004 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646400
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 11.02it/s]
24%|██▎ | 4/17 [00:00<00:01, 11.02it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.77it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.88it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.87it/s]
71%|███████ | 12/17 [00:01<00:00, 10.93it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.78it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.75it/s]
100%|██████████| 17/17 [00:01<00:00, 10.82it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88946DA0>
Rendering animation frame 101 of 200
a beautiful coconut, trending on Artstation 3213646401
Angle: 0.0 Zoom: 1.04
Tx: 5.614582125020484 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646401
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.96it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.71it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.63it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.78it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.80it/s]
71%|███████ | 12/17 [00:01<00:00, 10.80it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.81it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.92it/s]
100%|██████████| 17/17 [00:01<00:00, 10.85it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88947A90>
Rendering animation frame 102 of 200
a beautiful coconut, trending on Artstation 3213646402
Angle: 0.0 Zoom: 1.04
Tx: 9.405163516316042 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646402
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 11.12it/s]
24%|██▎ | 4/17 [00:00<00:01, 11.06it/s]
35%|███▌ | 6/17 [00:00<00:00, 11.06it/s]
47%|████▋ | 8/17 [00:00<00:00, 11.00it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.91it/s]
71%|███████ | 12/17 [00:01<00:00, 10.88it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.98it/s]
94%|█████████▍| 16/17 [00:01<00:00, 11.05it/s]
100%|██████████| 17/17 [00:01<00:00, 11.02it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88980130>
Rendering animation frame 103 of 200
a beautiful coconut, trending on Artstation 3213646403
Angle: 0.0 Zoom: 1.04
Tx: 9.606813155537525 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646403
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.95it/s]
24%|██▎ | 4/17 [00:00<00:01, 11.08it/s]
35%|███▌ | 6/17 [00:00<00:00, 11.08it/s]
47%|████▋ | 8/17 [00:00<00:00, 11.03it/s]
59%|█████▉ | 10/17 [00:00<00:00, 11.07it/s]
71%|███████ | 12/17 [00:01<00:00, 10.88it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.69it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.83it/s]
100%|██████████| 17/17 [00:01<00:00, 10.91it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88980E50>
Rendering animation frame 104 of 200
a beautiful coconut, trending on Artstation 3213646404
Angle: 0.0 Zoom: 1.04
Tx: 6.142583226547599 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646404
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.95it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.72it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.85it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.87it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.93it/s]
71%|███████ | 12/17 [00:01<00:00, 10.91it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.86it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.90it/s]
100%|██████████| 17/17 [00:01<00:00, 10.88it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88980910>
Rendering animation frame 105 of 200
a beautiful coconut, trending on Artstation 3213646405
Angle: 0.0 Zoom: 1.04
Tx: 0.33439490244102366 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646405
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 11.11it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.97it/s]
35%|███▌ | 6/17 [00:00<00:00, 11.11it/s]
47%|████▋ | 8/17 [00:00<00:00, 11.16it/s]
59%|█████▉ | 10/17 [00:00<00:00, 11.07it/s]
71%|███████ | 12/17 [00:01<00:00, 10.95it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.97it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.99it/s]
100%|██████████| 17/17 [00:01<00:00, 11.00it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE889811E0>
Rendering animation frame 106 of 200
a beautiful coconut, trending on Artstation 3213646406
Angle: 0.0 Zoom: 1.04
Tx: -5.6013957202349935 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646406
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 11.10it/s]
24%|██▎ | 4/17 [00:00<00:01, 11.03it/s]
35%|███▌ | 6/17 [00:00<00:00, 11.06it/s]
47%|████▋ | 8/17 [00:00<00:00, 11.11it/s]
59%|█████▉ | 10/17 [00:00<00:00, 11.07it/s]
71%|███████ | 12/17 [00:01<00:00, 10.99it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.97it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.96it/s]
100%|██████████| 17/17 [00:01<00:00, 11.01it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88980D30>
Rendering animation frame 107 of 200
a beautiful coconut, trending on Artstation 3213646407
Angle: 0.0 Zoom: 1.04
Tx: -9.399740574806087 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646407
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.64it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.82it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.81it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.82it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.85it/s]
71%|███████ | 12/17 [00:01<00:00, 10.87it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.79it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.87it/s]
100%|██████████| 17/17 [00:01<00:00, 10.84it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88980850>
Rendering animation frame 108 of 200
a beautiful coconut, trending on Artstation 3213646408
Angle: 0.0 Zoom: 1.04
Tx: -9.611223026436994 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646408
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.92it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.86it/s]
35%|███▌ | 6/17 [00:00<00:00, 11.01it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.97it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.83it/s]
71%|███████ | 12/17 [00:01<00:00, 10.93it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.95it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.90it/s]
100%|██████████| 17/17 [00:01<00:00, 10.92it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88980E20>
Rendering animation frame 109 of 200
a beautiful coconut, trending on Artstation 3213646409
Angle: 0.0 Zoom: 1.04
Tx: -6.155143139996441 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646409
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 11.03it/s]
24%|██▎ | 4/17 [00:00<00:01, 11.03it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.92it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.88it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.72it/s]
71%|███████ | 12/17 [00:01<00:00, 10.78it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.82it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.78it/s]
100%|██████████| 17/17 [00:01<00:00, 10.83it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE81D4A650>
Rendering animation frame 110 of 200
a beautiful coconut, trending on Artstation 3213646410
Angle: 0.0 Zoom: 1.04
Tx: -0.35031210049271355 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646410
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.59it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.36it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.47it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.66it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.81it/s]
71%|███████ | 12/17 [00:01<00:00, 10.80it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.76it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.46it/s]
100%|██████████| 17/17 [00:01<00:00, 10.60it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE467B0A00>
Rendering animation frame 111 of 200
a beautiful coconut, trending on Artstation 3213646411
Angle: 0.0 Zoom: 1.04
Tx: 5.5881951072574045 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646411
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.50it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.70it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.28it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.44it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.57it/s]
71%|███████ | 12/17 [00:01<00:00, 10.70it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.70it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.66it/s]
100%|██████████| 17/17 [00:01<00:00, 10.55it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE467B0550>
Rendering animation frame 112 of 200
a beautiful coconut, trending on Artstation 3213646412
Angle: 0.0 Zoom: 1.04
Tx: 9.394293790431968 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646412
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.82it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.78it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.58it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.46it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.43it/s]
71%|███████ | 12/17 [00:01<00:00, 10.55it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.66it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.75it/s]
100%|██████████| 17/17 [00:01<00:00, 10.65it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689C760>
Rendering animation frame 113 of 200
a beautiful coconut, trending on Artstation 3213646413
Angle: 0.0 Zoom: 1.04
Tx: 9.615608518037511 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646413
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 11.05it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.99it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.80it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.85it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.91it/s]
71%|███████ | 12/17 [00:01<00:00, 10.97it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.71it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.82it/s]
100%|██████████| 17/17 [00:01<00:00, 10.73it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689C670>
Rendering animation frame 114 of 200
a beautiful coconut, trending on Artstation 3213646414
Angle: 0.0 Zoom: 1.04
Tx: 6.167687440648101 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646414
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.92it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.52it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.63it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.70it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.84it/s]
71%|███████ | 12/17 [00:01<00:00, 10.88it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.86it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.71it/s]
100%|██████████| 17/17 [00:01<00:00, 10.76it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689C8E0>
Rendering animation frame 115 of 200
a beautiful coconut, trending on Artstation 3213646415
Angle: 0.0 Zoom: 1.04
Tx: 0.3662284099623083 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646415
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 11.14it/s]
24%|██▎ | 4/17 [00:00<00:01, 11.04it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.69it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.69it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.67it/s]
71%|███████ | 12/17 [00:01<00:00, 10.80it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.87it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.93it/s]
100%|██████████| 17/17 [00:01<00:00, 10.84it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689CA30>
Rendering animation frame 116 of 200
a beautiful coconut, trending on Artstation 3213646416
Angle: 0.0 Zoom: 1.04
Tx: -5.574980319572015 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646416
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.64it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.97it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.98it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.95it/s]
59%|█████▉ | 10/17 [00:00<00:00, 11.02it/s]
71%|███████ | 12/17 [00:01<00:00, 10.98it/s]
82%|████████▏ | 14/17 [00:01<00:00, 11.04it/s]
94%|█████████▍| 16/17 [00:01<00:00, 11.03it/s]
100%|██████████| 17/17 [00:01<00:00, 10.99it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689C490>
Rendering animation frame 117 of 200
a beautiful coconut, trending on Artstation 3213646417
Angle: 0.0 Zoom: 1.04
Tx: -9.38882317700965 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646417
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 11.04it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.96it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.96it/s]
47%|████▋ | 8/17 [00:00<00:00, 11.04it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.99it/s]
71%|███████ | 12/17 [00:01<00:00, 11.02it/s]
82%|████████▏ | 14/17 [00:01<00:00, 11.01it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.99it/s]
100%|██████████| 17/17 [00:01<00:00, 10.97it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689C910>
Rendering animation frame 118 of 200
a beautiful coconut, trending on Artstation 3213646418
Angle: 0.0 Zoom: 1.04
Tx: -9.619969619215041 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646418
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.92it/s]
24%|██▎ | 4/17 [00:00<00:01, 11.07it/s]
35%|███▌ | 6/17 [00:00<00:00, 11.08it/s]
47%|████▋ | 8/17 [00:00<00:00, 11.04it/s]
59%|█████▉ | 10/17 [00:00<00:00, 11.04it/s]
71%|███████ | 12/17 [00:01<00:00, 11.05it/s]
82%|████████▏ | 14/17 [00:01<00:00, 11.08it/s]
94%|█████████▍| 16/17 [00:01<00:00, 11.11it/s]
100%|██████████| 17/17 [00:01<00:00, 11.05it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689CC40>
Rendering animation frame 119 of 200
a beautiful coconut, trending on Artstation 3213646419
Angle: 0.0 Zoom: 1.04
Tx: -6.180216096683734 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646419
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.80it/s]
24%|██▎ | 4/17 [00:00<00:01, 11.09it/s]
35%|███▌ | 6/17 [00:00<00:00, 11.05it/s]
47%|████▋ | 8/17 [00:00<00:00, 11.08it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.99it/s]
71%|███████ | 12/17 [00:01<00:00, 10.99it/s]
82%|████████▏ | 14/17 [00:01<00:00, 11.04it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.99it/s]
100%|██████████| 17/17 [00:01<00:00, 11.02it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689CBE0>
Rendering animation frame 120 of 200
a beautiful coconut, trending on Artstation 3213646420
Angle: 0.0 Zoom: 1.04
Tx: -0.38214379047694785 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646420
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.98it/s]
24%|██▎ | 4/17 [00:00<00:01, 11.06it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.97it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.98it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.89it/s]
71%|███████ | 12/17 [00:01<00:00, 10.75it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.73it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.82it/s]
100%|██████████| 17/17 [00:01<00:00, 10.87it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE81D4A9B0>
Rendering animation frame 121 of 200
a beautiful coconut, trending on Artstation 3213646421
Angle: 0.0 Zoom: 1.04
Tx: 5.561751390698612 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646421
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 11.16it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.83it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.95it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.90it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.98it/s]
71%|███████ | 12/17 [00:01<00:00, 11.03it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.99it/s]
94%|█████████▍| 16/17 [00:01<00:00, 11.07it/s]
100%|██████████| 17/17 [00:01<00:00, 10.99it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88980850>
Rendering animation frame 122 of 200
a beautiful coconut, trending on Artstation 3213646422
Angle: 0.0 Zoom: 1.04
Tx: 9.383328748415638 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646422
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 11.24it/s]
24%|██▎ | 4/17 [00:00<00:01, 11.08it/s]
35%|███▌ | 6/17 [00:00<00:00, 11.09it/s]
47%|████▋ | 8/17 [00:00<00:00, 11.06it/s]
59%|█████▉ | 10/17 [00:00<00:00, 11.10it/s]
71%|███████ | 12/17 [00:01<00:00, 11.16it/s]
82%|████████▏ | 14/17 [00:01<00:00, 11.18it/s]
94%|█████████▍| 16/17 [00:01<00:00, 11.13it/s]
100%|██████████| 17/17 [00:01<00:00, 11.12it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88981330>
Rendering animation frame 123 of 200
a beautiful coconut, trending on Artstation 3213646423
Angle: 0.0 Zoom: 1.04
Tx: 9.624306318907575 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646423
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 11.02it/s]
24%|██▎ | 4/17 [00:00<00:01, 11.01it/s]
35%|███▌ | 6/17 [00:00<00:01, 11.00it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.94it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.90it/s]
71%|███████ | 12/17 [00:01<00:00, 10.89it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.87it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.86it/s]
100%|██████████| 17/17 [00:01<00:00, 10.89it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88980B20>
Rendering animation frame 124 of 200
a beautiful coconut, trending on Artstation 3213646424
Angle: 0.0 Zoom: 1.04
Tx: 6.192729076323506 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646424
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 11.08it/s]
24%|██▎ | 4/17 [00:00<00:01, 11.10it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.94it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.97it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.94it/s]
71%|███████ | 12/17 [00:01<00:00, 10.81it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.82it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.73it/s]
100%|██████████| 17/17 [00:01<00:00, 10.82it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88947EB0>
Rendering animation frame 125 of 200
a beautiful coconut, trending on Artstation 3213646425
Angle: 0.0 Zoom: 1.04
Tx: 0.3980582016666966 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646425
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 11.15it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.95it/s]
35%|███▌ | 6/17 [00:00<00:00, 11.04it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.84it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.84it/s]
71%|███████ | 12/17 [00:01<00:00, 10.91it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.85it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.87it/s]
100%|██████████| 17/17 [00:01<00:00, 10.91it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88945090>
Rendering animation frame 126 of 200
a beautiful coconut, trending on Artstation 3213646426
Angle: 0.0 Zoom: 1.04
Tx: -5.548508354193087 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646426
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.89it/s]
24%|██▎ | 4/17 [00:00<00:01, 11.00it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.96it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.89it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.93it/s]
71%|███████ | 12/17 [00:01<00:00, 10.92it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.95it/s]
94%|█████████▍| 16/17 [00:01<00:00, 11.01it/s]
100%|██████████| 17/17 [00:01<00:00, 10.97it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88947640>
Rendering animation frame 127 of 200
a beautiful coconut, trending on Artstation 3213646427
Angle: 0.0 Zoom: 1.04
Tx: -9.377810518586648 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646427
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.99it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.97it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.99it/s]
47%|████▋ | 8/17 [00:00<00:00, 11.02it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.95it/s]
71%|███████ | 12/17 [00:01<00:00, 11.01it/s]
82%|████████▏ | 14/17 [00:01<00:00, 11.04it/s]
94%|█████████▍| 16/17 [00:01<00:00, 11.00it/s]
100%|██████████| 17/17 [00:01<00:00, 11.00it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88946B00>
Rendering animation frame 128 of 200
a beautiful coconut, trending on Artstation 3213646428
Angle: 0.0 Zoom: 1.04
Tx: -9.628618606114756 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646428
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.88it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.90it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.93it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.89it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.90it/s]
71%|███████ | 12/17 [00:01<00:00, 10.90it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.92it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.92it/s]
100%|██████████| 17/17 [00:01<00:00, 10.92it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88947B50>
Rendering animation frame 129 of 200
a beautiful coconut, trending on Artstation 3213646429
Angle: 0.0 Zoom: 1.04
Tx: -6.205226347827791 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646429
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.81it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.97it/s]
35%|███▌ | 6/17 [00:00<00:00, 11.02it/s]
47%|████▋ | 8/17 [00:00<00:00, 11.02it/s]
59%|█████▉ | 10/17 [00:00<00:00, 11.02it/s]
71%|███████ | 12/17 [00:01<00:00, 10.85it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.89it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.90it/s]
100%|██████████| 17/17 [00:01<00:00, 10.90it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689CB20>
Rendering animation frame 130 of 200
a beautiful coconut, trending on Artstation 3213646430
Angle: 0.0 Zoom: 1.04
Tx: -0.41397160316393566 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646430
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.77it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.87it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.83it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.86it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.84it/s]
71%|███████ | 12/17 [00:01<00:00, 10.80it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.81it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.84it/s]
100%|██████████| 17/17 [00:01<00:00, 10.84it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689CC70>
Rendering animation frame 131 of 200
a beautiful coconut, trending on Artstation 3213646431
Angle: 0.0 Zoom: 1.04
Tx: 5.53525124364664 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646431
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.85it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.89it/s]
35%|███▌ | 6/17 [00:00<00:00, 11.00it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.94it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.93it/s]
71%|███████ | 12/17 [00:01<00:00, 10.93it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.84it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.90it/s]
100%|██████████| 17/17 [00:01<00:00, 10.84it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689CEE0>
Rendering animation frame 132 of 200
a beautiful coconut, trending on Artstation 3213646432
Angle: 0.0 Zoom: 1.04
Tx: 9.372268501520068 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646432
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.97it/s]
24%|██▎ | 4/17 [00:00<00:01, 11.09it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.84it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.94it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.99it/s]
71%|███████ | 12/17 [00:01<00:00, 10.92it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.97it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.87it/s]
100%|██████████| 17/17 [00:01<00:00, 10.92it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689CEB0>
Rendering animation frame 133 of 200
a beautiful coconut, trending on Artstation 3213646433
Angle: 0.0 Zoom: 1.04
Tx: 9.632906469898318 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646433
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.96it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.78it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.81it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.92it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.94it/s]
71%|███████ | 12/17 [00:01<00:00, 10.85it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.83it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.91it/s]
100%|██████████| 17/17 [00:01<00:00, 10.90it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689CF10>
Rendering animation frame 134 of 200
a beautiful coconut, trending on Artstation 3213646434
Angle: 0.0 Zoom: 1.04
Tx: 6.217707879496701 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646434
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.89it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.68it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.94it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.90it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.91it/s]
71%|███████ | 12/17 [00:01<00:00, 10.89it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.90it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.92it/s]
100%|██████████| 17/17 [00:01<00:00, 10.91it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689D030>
Rendering animation frame 135 of 200
a beautiful coconut, trending on Artstation 3213646435
Angle: 0.0 Zoom: 1.04
Tx: 0.42988395460360734 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646435
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 11.05it/s]
24%|██▎ | 4/17 [00:00<00:01, 11.02it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.89it/s]
47%|████▋ | 8/17 [00:00<00:00, 11.05it/s]
59%|█████▉ | 10/17 [00:00<00:00, 11.01it/s]
71%|███████ | 12/17 [00:01<00:00, 11.08it/s]
82%|████████▏ | 14/17 [00:01<00:00, 11.03it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.95it/s]
100%|██████████| 17/17 [00:01<00:00, 10.99it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689D090>
Rendering animation frame 136 of 200
a beautiful coconut, trending on Artstation 3213646436
Angle: 0.0 Zoom: 1.04
Tx: -5.521980092686885 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646436
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.88it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.74it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.70it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.72it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.86it/s]
71%|███████ | 12/17 [00:01<00:00, 10.83it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.90it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.82it/s]
100%|██████████| 17/17 [00:01<00:00, 10.78it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689C8E0>
Rendering animation frame 137 of 200
a beautiful coconut, trending on Artstation 3213646437
Angle: 0.0 Zoom: 1.04
Tx: -9.366702711273424 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646437
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.62it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.80it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.75it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.60it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.57it/s]
71%|███████ | 12/17 [00:01<00:00, 10.77it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.89it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.89it/s]
100%|██████████| 17/17 [00:01<00:00, 10.79it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689D1E0>
Rendering animation frame 138 of 200
a beautiful coconut, trending on Artstation 3213646438
Angle: 0.0 Zoom: 1.04
Tx: -9.6371698993819 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646438
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 11.17it/s]
24%|██▎ | 4/17 [00:00<00:01, 11.20it/s]
35%|███▌ | 6/17 [00:00<00:00, 11.07it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.99it/s]
59%|█████▉ | 10/17 [00:00<00:00, 11.05it/s]
71%|███████ | 12/17 [00:01<00:00, 11.04it/s]
82%|████████▏ | 14/17 [00:01<00:00, 11.03it/s]
94%|█████████▍| 16/17 [00:01<00:00, 11.04it/s]
100%|██████████| 17/17 [00:01<00:00, 11.04it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689D2A0>
Rendering animation frame 139 of 200
a beautiful coconut, trending on Artstation 3213646439
Angle: 0.0 Zoom: 1.04
Tx: -6.23017363967027 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646439
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 11.19it/s]
24%|██▎ | 4/17 [00:00<00:01, 11.21it/s]
35%|███▌ | 6/17 [00:00<00:00, 11.19it/s]
47%|████▋ | 8/17 [00:00<00:00, 11.09it/s]
59%|█████▉ | 10/17 [00:00<00:00, 11.11it/s]
71%|███████ | 12/17 [00:01<00:00, 11.05it/s]
82%|████████▏ | 14/17 [00:01<00:00, 11.09it/s]
94%|█████████▍| 16/17 [00:01<00:00, 11.17it/s]
100%|██████████| 17/17 [00:01<00:00, 11.15it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689D390>
Rendering animation frame 140 of 200
a beautiful coconut, trending on Artstation 3213646440
Angle: 0.0 Zoom: 1.04
Tx: -0.44579521562331736 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646440
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 11.20it/s]
24%|██▎ | 4/17 [00:00<00:01, 11.29it/s]
35%|███▌ | 6/17 [00:00<00:00, 11.11it/s]
47%|████▋ | 8/17 [00:00<00:00, 11.16it/s]
59%|█████▉ | 10/17 [00:00<00:00, 11.11it/s]
71%|███████ | 12/17 [00:01<00:00, 11.10it/s]
82%|████████▏ | 14/17 [00:01<00:00, 11.15it/s]
94%|█████████▍| 16/17 [00:01<00:00, 11.19it/s]
100%|██████████| 17/17 [00:01<00:00, 11.16it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689D480>
Rendering animation frame 141 of 200
a beautiful coconut, trending on Artstation 3213646441
Angle: 0.0 Zoom: 1.04
Tx: 5.50869493497657 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646441
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.90it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.92it/s]
35%|███▌ | 6/17 [00:00<00:00, 11.03it/s]
47%|████▋ | 8/17 [00:00<00:00, 11.10it/s]
59%|█████▉ | 10/17 [00:00<00:00, 11.06it/s]
71%|███████ | 12/17 [00:01<00:00, 11.10it/s]
82%|████████▏ | 14/17 [00:01<00:00, 11.07it/s]
94%|█████████▍| 16/17 [00:01<00:00, 11.10it/s]
100%|██████████| 17/17 [00:01<00:00, 11.08it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689D510>
Rendering animation frame 142 of 200
a beautiful coconut, trending on Artstation 3213646442
Angle: 0.0 Zoom: 1.04
Tx: 9.361113161964592 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646442
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 11.06it/s]
24%|██▎ | 4/17 [00:00<00:01, 11.04it/s]
35%|███▌ | 6/17 [00:00<00:00, 11.01it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.87it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.94it/s]
71%|███████ | 12/17 [00:01<00:00, 10.83it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.94it/s]
94%|█████████▍| 16/17 [00:01<00:00, 11.03it/s]
100%|██████████| 17/17 [00:01<00:00, 10.98it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689D690>
Rendering animation frame 143 of 200
a beautiful coconut, trending on Artstation 3213646443
Angle: 0.0 Zoom: 1.04
Tx: 9.641408883751122 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646443
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.96it/s]
24%|██▎ | 4/17 [00:00<00:01, 11.11it/s]
35%|███▌ | 6/17 [00:00<00:00, 11.18it/s]
47%|████▋ | 8/17 [00:00<00:00, 11.22it/s]
59%|█████▉ | 10/17 [00:00<00:00, 11.13it/s]
71%|███████ | 12/17 [00:01<00:00, 11.04it/s]
82%|████████▏ | 14/17 [00:01<00:00, 11.06it/s]
94%|█████████▍| 16/17 [00:01<00:00, 11.05it/s]
100%|██████████| 17/17 [00:01<00:00, 11.10it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689D780>
Rendering animation frame 144 of 200
a beautiful coconut, trending on Artstation 3213646444
Angle: 0.0 Zoom: 1.04
Tx: 6.242623596728536 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646444
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 11.22it/s]
24%|██▎ | 4/17 [00:00<00:01, 11.03it/s]
35%|███▌ | 6/17 [00:00<00:00, 11.04it/s]
47%|████▋ | 8/17 [00:00<00:00, 11.10it/s]
59%|█████▉ | 10/17 [00:00<00:00, 11.01it/s]
71%|███████ | 12/17 [00:01<00:00, 11.06it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.95it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.96it/s]
100%|██████████| 17/17 [00:01<00:00, 11.01it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88947D60>
Rendering animation frame 145 of 200
a beautiful coconut, trending on Artstation 3213646445
Angle: 0.0 Zoom: 1.04
Tx: 0.4617053458634374 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646445
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.99it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.87it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.96it/s]
47%|████▋ | 8/17 [00:00<00:00, 11.03it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.93it/s]
71%|███████ | 12/17 [00:01<00:00, 10.81it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.83it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.91it/s]
100%|██████████| 17/17 [00:01<00:00, 10.92it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88980B50>
Rendering animation frame 146 of 200
a beautiful coconut, trending on Artstation 3213646446
Angle: 0.0 Zoom: 1.04
Tx: -5.495395804214098 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646446
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.83it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.54it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.77it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.87it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.95it/s]
71%|███████ | 12/17 [00:01<00:00, 10.87it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.92it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.90it/s]
100%|██████████| 17/17 [00:01<00:00, 10.87it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88980850>
Rendering animation frame 147 of 200
a beautiful coconut, trending on Artstation 3213646447
Angle: 0.0 Zoom: 1.04
Tx: -9.355499867771714 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646447
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.63it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.95it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.78it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.92it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.85it/s]
71%|███████ | 12/17 [00:01<00:00, 10.82it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.93it/s]
94%|█████████▍| 16/17 [00:01<00:00, 11.00it/s]
100%|██████████| 17/17 [00:01<00:00, 10.92it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE81D4A650>
Rendering animation frame 148 of 200
a beautiful coconut, trending on Artstation 3213646448
Angle: 0.0 Zoom: 1.04
Tx: -9.645623412253608 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646448
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 11.07it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.91it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.91it/s]
47%|████▋ | 8/17 [00:00<00:00, 11.01it/s]
59%|█████▉ | 10/17 [00:00<00:00, 11.04it/s]
71%|███████ | 12/17 [00:01<00:00, 11.06it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.85it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.88it/s]
100%|██████████| 17/17 [00:01<00:00, 10.94it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE467B0940>
Rendering animation frame 149 of 200
a beautiful coconut, trending on Artstation 3213646449
Angle: 0.0 Zoom: 1.04
Tx: -6.255057719091626 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646449
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.69it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.78it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.55it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.69it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.89it/s]
71%|███████ | 12/17 [00:01<00:00, 10.87it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.95it/s]
94%|█████████▍| 16/17 [00:01<00:00, 11.03it/s]
100%|██████████| 17/17 [00:01<00:00, 10.88it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE467B0A00>
Rendering animation frame 150 of 200
a beautiful durian, trending on Artstation 3213646450
Angle: 0.0 Zoom: 1.04
Tx: -0.47761430496720747 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646450
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 11.14it/s]
24%|██▎ | 4/17 [00:00<00:01, 11.20it/s]
35%|███▌ | 6/17 [00:00<00:01, 11.00it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.97it/s]
59%|█████▉ | 10/17 [00:00<00:00, 11.10it/s]
71%|███████ | 12/17 [00:01<00:00, 11.18it/s]
82%|████████▏ | 14/17 [00:01<00:00, 11.21it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.85it/s]
100%|██████████| 17/17 [00:01<00:00, 10.99it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689D630>
Rendering animation frame 151 of 200
a beautiful durian, trending on Artstation 3213646451
Angle: 0.0 Zoom: 1.04
Tx: 5.482082734133311 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646451
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 11.08it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.77it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.92it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.91it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.94it/s]
71%|███████ | 12/17 [00:01<00:00, 11.07it/s]
82%|████████▏ | 14/17 [00:01<00:00, 11.14it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.97it/s]
100%|██████████| 17/17 [00:01<00:00, 10.99it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689D420>
Rendering animation frame 152 of 200
a beautiful durian, trending on Artstation 3213646452
Angle: 0.0 Zoom: 1.04
Tx: 9.349862842933165 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646452
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 11.34it/s]
24%|██▎ | 4/17 [00:00<00:01, 11.06it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.87it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.88it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.88it/s]
71%|███████ | 12/17 [00:01<00:00, 10.96it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.96it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.97it/s]
100%|██████████| 17/17 [00:01<00:00, 10.97it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689D210>
Rendering animation frame 153 of 200
a beautiful durian, trending on Artstation 3213646453
Angle: 0.0 Zoom: 1.04
Tx: 9.649813474199021 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646453
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 11.05it/s]
24%|██▎ | 4/17 [00:00<00:01, 11.12it/s]
35%|███▌ | 6/17 [00:00<00:00, 11.00it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.85it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.81it/s]
71%|███████ | 12/17 [00:01<00:00, 10.91it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.85it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.93it/s]
100%|██████████| 17/17 [00:01<00:00, 10.93it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689D930>
Rendering animation frame 154 of 200
a beautiful durian, trending on Artstation 3213646454
Angle: 0.0 Zoom: 1.04
Tx: 6.267475975219828 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646454
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 11.06it/s]
24%|██▎ | 4/17 [00:00<00:01, 11.00it/s]
35%|███▌ | 6/17 [00:00<00:00, 11.07it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.83it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.70it/s]
71%|███████ | 12/17 [00:01<00:00, 10.86it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.96it/s]
94%|█████████▍| 16/17 [00:01<00:00, 11.06it/s]
100%|██████████| 17/17 [00:01<00:00, 10.97it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689D9C0>
Rendering animation frame 155 of 200
a beautiful durian, trending on Artstation 3213646455
Angle: 0.0 Zoom: 1.04
Tx: 0.49352205258083814 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646455
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 11.11it/s]
24%|██▎ | 4/17 [00:00<00:01, 11.16it/s]
35%|███▌ | 6/17 [00:00<00:00, 11.04it/s]
47%|████▋ | 8/17 [00:00<00:00, 11.09it/s]
59%|█████▉ | 10/17 [00:00<00:00, 11.04it/s]
71%|███████ | 12/17 [00:01<00:00, 10.80it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.70it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.83it/s]
100%|██████████| 17/17 [00:01<00:00, 10.92it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689DAE0>
Rendering animation frame 156 of 200
a beautiful durian, trending on Artstation 3213646456
Angle: 0.0 Zoom: 1.04
Tx: -5.468755758503408 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646456
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.90it/s]
24%|██▎ | 4/17 [00:00<00:01, 11.08it/s]
35%|███▌ | 6/17 [00:00<00:00, 11.16it/s]
47%|████▋ | 8/17 [00:00<00:00, 11.23it/s]
59%|█████▉ | 10/17 [00:00<00:00, 11.26it/s]
71%|███████ | 12/17 [00:01<00:00, 10.94it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.85it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.94it/s]
100%|██████████| 17/17 [00:01<00:00, 11.02it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689C670>
Rendering animation frame 157 of 200
a beautiful durian, trending on Artstation 3213646457
Angle: 0.0 Zoom: 1.04
Tx: -9.34420210174751 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646457
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 9.87it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.24it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.55it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.79it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.84it/s]
71%|███████ | 12/17 [00:01<00:00, 10.66it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.71it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.81it/s]
100%|██████████| 17/17 [00:01<00:00, 10.69it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689CF40>
Rendering animation frame 158 of 200
a beautiful durian, trending on Artstation 3213646458
Angle: 0.0 Zoom: 1.04
Tx: -9.653979058959075 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646458
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 11.16it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.70it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.75it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.90it/s]
59%|█████▉ | 10/17 [00:00<00:00, 11.01it/s]
71%|███████ | 12/17 [00:01<00:00, 11.05it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.91it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.73it/s]
100%|██████████| 17/17 [00:01<00:00, 10.87it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689CDF0>
Rendering animation frame 159 of 200
a beautiful durian, trending on Artstation 3213646459
Angle: 0.0 Zoom: 1.04
Tx: -6.279878333613677 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646459
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.86it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.85it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.69it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.83it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.84it/s]
71%|███████ | 12/17 [00:01<00:00, 10.90it/s]
82%|████████▏ | 14/17 [00:01<00:00, 11.01it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.75it/s]
100%|██████████| 17/17 [00:01<00:00, 10.82it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689C7F0>
Rendering animation frame 160 of 200
a beautiful durian, trending on Artstation 3213646460
Angle: 0.0 Zoom: 1.04
Tx: -0.509428548353613 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646460
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 11.28it/s]
24%|██▎ | 4/17 [00:00<00:01, 11.19it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.43it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.71it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.89it/s]
71%|███████ | 12/17 [00:01<00:00, 10.97it/s]
82%|████████▏ | 14/17 [00:01<00:00, 11.03it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.96it/s]
100%|██████████| 17/17 [00:01<00:00, 10.93it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689CD30>
Rendering animation frame 161 of 200
a beautiful durian, trending on Artstation 3213646461
Angle: 0.0 Zoom: 1.04
Tx: 5.455414911128863 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646461
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.91it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.97it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.94it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.95it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.74it/s]
71%|███████ | 12/17 [00:01<00:00, 10.85it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.95it/s]
94%|█████████▍| 16/17 [00:01<00:00, 11.03it/s]
100%|██████████| 17/17 [00:01<00:00, 10.91it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689DBA0>
Rendering animation frame 162 of 200
a beautiful durian, trending on Artstation 3213646462
Angle: 0.0 Zoom: 1.04
Tx: 9.338517658573473 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646462
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 11.12it/s]
24%|██▎ | 4/17 [00:00<00:01, 11.06it/s]
35%|███▌ | 6/17 [00:00<00:00, 11.10it/s]
47%|████▋ | 8/17 [00:00<00:00, 11.03it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.82it/s]
71%|███████ | 12/17 [00:01<00:00, 10.96it/s]
82%|████████▏ | 14/17 [00:01<00:00, 11.05it/s]
94%|█████████▍| 16/17 [00:01<00:00, 11.10it/s]
100%|██████████| 17/17 [00:01<00:00, 11.05it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689DC60>
Rendering animation frame 163 of 200
a beautiful durian, trending on Artstation 3213646463
Angle: 0.0 Zoom: 1.04
Tx: 9.658120155967584 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646463
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.97it/s]
24%|██▎ | 4/17 [00:00<00:01, 11.12it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.95it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.93it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.94it/s]
71%|███████ | 12/17 [00:01<00:00, 11.01it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.77it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.75it/s]
100%|██████████| 17/17 [00:01<00:00, 10.87it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689DD80>
Rendering animation frame 164 of 200
a beautiful durian, trending on Artstation 3213646464
Angle: 0.0 Zoom: 1.04
Tx: 6.292264762814037 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646464
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 11.21it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.64it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.68it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.89it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.91it/s]
71%|███████ | 12/17 [00:01<00:00, 11.02it/s]
82%|████████▏ | 14/17 [00:01<00:00, 11.04it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.76it/s]
100%|██████████| 17/17 [00:01<00:00, 10.83it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689DE70>
Rendering animation frame 165 of 200
a beautiful durian, trending on Artstation 3213646465
Angle: 0.0 Zoom: 1.04
Tx: 0.5253337519379909 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646465
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.90it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.99it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.56it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.76it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.82it/s]
71%|███████ | 12/17 [00:01<00:00, 10.90it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.81it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.62it/s]
100%|██████████| 17/17 [00:01<00:00, 10.75it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689DF60>
Rendering animation frame 166 of 200
a beautiful durian, trending on Artstation 3213646466
Angle: 0.0 Zoom: 1.04
Tx: -5.442060225849332 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646466
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.95it/s]
24%|██▎ | 4/17 [00:00<00:01, 11.01it/s]
35%|███▌ | 6/17 [00:00<00:00, 11.09it/s]
47%|████▋ | 8/17 [00:00<00:00, 11.19it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.84it/s]
71%|███████ | 12/17 [00:01<00:00, 10.85it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.95it/s]
94%|█████████▍| 16/17 [00:01<00:00, 11.04it/s]
100%|██████████| 17/17 [00:01<00:00, 11.01it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689DDB0>
Rendering animation frame 167 of 200
a beautiful durian, trending on Artstation 3213646467
Angle: 0.0 Zoom: 1.04
Tx: -9.3328095278299 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646467
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.79it/s]
24%|██▎ | 4/17 [00:00<00:01, 11.02it/s]
35%|███▌ | 6/17 [00:00<00:00, 11.07it/s]
47%|████▋ | 8/17 [00:00<00:00, 11.06it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.81it/s]
71%|███████ | 12/17 [00:01<00:00, 10.68it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.82it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.97it/s]
100%|██████████| 17/17 [00:01<00:00, 10.93it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689E110>
Rendering animation frame 168 of 200
a beautiful durian, trending on Artstation 3213646468
Angle: 0.0 Zoom: 1.04
Tx: -9.662236754720501 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646468
0%| | 0/17 [00:00<?, ?it/s]
6%|▌ | 1/17 [00:00<00:01, 9.66it/s]
12%|█▏ | 2/17 [00:00<00:01, 9.64it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.34it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.62it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.68it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.80it/s]
71%|███████ | 12/17 [00:01<00:00, 10.55it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.56it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.68it/s]
100%|██████████| 17/17 [00:01<00:00, 10.60it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE467B0A60>
Rendering animation frame 169 of 200
a beautiful durian, trending on Artstation 3213646469
Angle: 0.0 Zoom: 1.04
Tx: -6.3046352314022815 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646469
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 11.00it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.70it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.37it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.64it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.78it/s]
71%|███████ | 12/17 [00:01<00:00, 10.78it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.87it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.52it/s]
100%|██████████| 17/17 [00:01<00:00, 10.65it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88947D60>
Rendering animation frame 170 of 200
a beautiful durian, trending on Artstation 3213646470
Angle: 0.0 Zoom: 1.04
Tx: -0.5412376229895667 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646470
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 11.13it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.89it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.47it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.60it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.76it/s]
71%|███████ | 12/17 [00:01<00:00, 10.90it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.94it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.66it/s]
100%|██████████| 17/17 [00:01<00:00, 10.66it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88945420>
Rendering animation frame 171 of 200
a beautiful durian, trending on Artstation 3213646471
Angle: 0.0 Zoom: 1.04
Tx: 5.428691736539577 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646471
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 11.00it/s]
24%|██▎ | 4/17 [00:00<00:01, 11.05it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.98it/s]
47%|████▋ | 8/17 [00:00<00:00, 11.05it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.94it/s]
71%|███████ | 12/17 [00:01<00:00, 10.96it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.92it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.90it/s]
100%|██████████| 17/17 [00:01<00:00, 10.92it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88947BB0>
Rendering animation frame 172 of 200
a beautiful durian, trending on Artstation 3213646472
Angle: 0.0 Zoom: 1.04
Tx: 9.327077723995723 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646472
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 11.00it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.97it/s]
35%|███▌ | 6/17 [00:00<00:00, 11.04it/s]
47%|████▋ | 8/17 [00:00<00:00, 11.13it/s]
59%|█████▉ | 10/17 [00:00<00:00, 11.12it/s]
71%|███████ | 12/17 [00:01<00:00, 10.96it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.90it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.91it/s]
100%|██████████| 17/17 [00:01<00:00, 10.97it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689DFC0>
Rendering animation frame 173 of 200
a beautiful durian, trending on Artstation 3213646473
Angle: 0.0 Zoom: 1.04
Tx: 9.66632884477578 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646473
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.52it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.54it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.63it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.61it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.70it/s]
71%|███████ | 12/17 [00:01<00:00, 10.70it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.71it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.76it/s]
100%|██████████| 17/17 [00:01<00:00, 10.66it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689DE40>
Rendering animation frame 174 of 200
a beautiful durian, trending on Artstation 3213646474
Angle: 0.0 Zoom: 1.04
Tx: 6.316989707999829 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646474
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 11.04it/s]
24%|██▎ | 4/17 [00:00<00:01, 11.14it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.96it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.82it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.83it/s]
71%|███████ | 12/17 [00:01<00:00, 10.91it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.98it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.98it/s]
100%|██████████| 17/17 [00:01<00:00, 10.93it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689DEA0>
Rendering animation frame 175 of 200
a beautiful durian, trending on Artstation 3213646475
Angle: 0.0 Zoom: 1.04
Tx: 0.5571401211678827 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646475
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 11.03it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.85it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.87it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.73it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.71it/s]
71%|███████ | 12/17 [00:01<00:00, 10.78it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.79it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.91it/s]
100%|██████████| 17/17 [00:01<00:00, 10.83it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689E3B0>
Rendering animation frame 176 of 200
a beautiful durian, trending on Artstation 3213646476
Angle: 0.0 Zoom: 1.04
Tx: -5.415309477109251 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646476
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 11.09it/s]
24%|██▎ | 4/17 [00:00<00:01, 11.13it/s]
35%|███▌ | 6/17 [00:00<00:00, 11.13it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.83it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.82it/s]
71%|███████ | 12/17 [00:01<00:00, 10.90it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.94it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.96it/s]
100%|██████████| 17/17 [00:01<00:00, 10.95it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689E2F0>
Rendering animation frame 177 of 200
a beautiful durian, trending on Artstation 3213646477
Angle: 0.0 Zoom: 1.04
Tx: -9.321322261609865 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646477
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.55it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.85it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.99it/s]
47%|████▋ | 8/17 [00:00<00:00, 11.05it/s]
59%|█████▉ | 10/17 [00:00<00:00, 11.00it/s]
71%|███████ | 12/17 [00:01<00:00, 10.98it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.78it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.90it/s]
100%|██████████| 17/17 [00:01<00:00, 10.92it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689DC60>
Rendering animation frame 178 of 200
a beautiful durian, trending on Artstation 3213646478
Angle: 0.0 Zoom: 1.04
Tx: -9.670396415753723 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646478
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.94it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.49it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.75it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.89it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.95it/s]
71%|███████ | 12/17 [00:01<00:00, 10.89it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.74it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.75it/s]
100%|██████████| 17/17 [00:01<00:00, 10.80it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689C670>
Rendering animation frame 179 of 200
a beautiful durian, trending on Artstation 3213646479
Angle: 0.0 Zoom: 1.04
Tx: -6.32932816126933 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646479
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.46it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.40it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.72it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.90it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.98it/s]
71%|███████ | 12/17 [00:01<00:00, 11.03it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.87it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.99it/s]
100%|██████████| 17/17 [00:01<00:00, 10.89it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689C7F0>
Rendering animation frame 180 of 200
a beautiful durian, trending on Artstation 3213646480
Angle: 0.0 Zoom: 1.04
Tx: -0.5730412061351121 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646480
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 11.07it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.97it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.96it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.97it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.76it/s]
71%|███████ | 12/17 [00:01<00:00, 10.85it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.72it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.85it/s]
100%|██████████| 17/17 [00:01<00:00, 10.87it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689D990>
Rendering animation frame 181 of 200
a beautiful durian, trending on Artstation 3213646481
Angle: 0.0 Zoom: 1.04
Tx: 5.401913481503415 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646481
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 11.01it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.79it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.97it/s]
47%|████▋ | 8/17 [00:00<00:00, 11.08it/s]
59%|█████▉ | 10/17 [00:00<00:00, 11.13it/s]
71%|███████ | 12/17 [00:01<00:00, 10.84it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.98it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.94it/s]
100%|██████████| 17/17 [00:01<00:00, 10.97it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689DBA0>
Rendering animation frame 182 of 200
a beautiful durian, trending on Artstation 3213646482
Angle: 0.0 Zoom: 1.04
Tx: 9.315543155271474 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646482
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 11.17it/s]
24%|██▎ | 4/17 [00:00<00:01, 11.20it/s]
35%|███▌ | 6/17 [00:00<00:00, 11.06it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.95it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.98it/s]
71%|███████ | 12/17 [00:01<00:00, 10.98it/s]
82%|████████▏ | 14/17 [00:01<00:00, 11.00it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.96it/s]
100%|██████████| 17/17 [00:01<00:00, 10.99it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689D870>
Rendering animation frame 183 of 200
a beautiful durian, trending on Artstation 3213646483
Angle: 0.0 Zoom: 1.04
Tx: 9.67443945733683 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646483
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.82it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.90it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.96it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.95it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.99it/s]
71%|███████ | 12/17 [00:01<00:00, 11.00it/s]
82%|████████▏ | 14/17 [00:01<00:00, 11.01it/s]
94%|█████████▍| 16/17 [00:01<00:00, 11.01it/s]
100%|██████████| 17/17 [00:01<00:00, 10.96it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689D1B0>
Rendering animation frame 184 of 200
a beautiful durian, trending on Artstation 3213646484
Angle: 0.0 Zoom: 1.04
Tx: 6.34165055991374 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646484
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 11.05it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.77it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.61it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.69it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.77it/s]
71%|███████ | 12/17 [00:01<00:00, 10.81it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.86it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.84it/s]
100%|██████████| 17/17 [00:01<00:00, 10.80it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689D390>
Rendering animation frame 185 of 200
a beautiful durian, trending on Artstation 3213646485
Angle: 0.0 Zoom: 1.04
Tx: 0.5889408375577226 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646485
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.86it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.93it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.91it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.84it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.87it/s]
71%|███████ | 12/17 [00:01<00:00, 10.89it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.88it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.91it/s]
100%|██████████| 17/17 [00:01<00:00, 10.89it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689E590>
Rendering animation frame 186 of 200
a beautiful durian, trending on Artstation 3213646486
Angle: 0.0 Zoom: 1.04
Tx: -5.388503783701374 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646486
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.75it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.82it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.87it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.90it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.72it/s]
71%|███████ | 12/17 [00:01<00:00, 10.54it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.56it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.65it/s]
100%|██████████| 17/17 [00:01<00:00, 10.70it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689E500>
Rendering animation frame 187 of 200
a beautiful durian, trending on Artstation 3213646487
Angle: 0.0 Zoom: 1.04
Tx: -9.309740419639352 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646487
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.70it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.93it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.96it/s]
47%|████▋ | 8/17 [00:00<00:00, 11.03it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.96it/s]
71%|███████ | 12/17 [00:01<00:00, 11.08it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.98it/s]
94%|█████████▍| 16/17 [00:01<00:00, 11.06it/s]
100%|██████████| 17/17 [00:01<00:00, 11.01it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689E650>
Rendering animation frame 188 of 200
a beautiful durian, trending on Artstation 3213646488
Angle: 0.0 Zoom: 1.04
Tx: -9.67845795926963 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646488
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 11.06it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.92it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.81it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.84it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.96it/s]
71%|███████ | 12/17 [00:01<00:00, 10.94it/s]
82%|████████▏ | 14/17 [00:01<00:00, 11.02it/s]
94%|█████████▍| 16/17 [00:01<00:00, 11.07it/s]
100%|██████████| 17/17 [00:01<00:00, 10.99it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689E680>
Rendering animation frame 189 of 200
a beautiful durian, trending on Artstation 3213646489
Angle: 0.0 Zoom: 1.04
Tx: -6.353956872676411 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646489
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.63it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.91it/s]
35%|███▌ | 6/17 [00:00<00:00, 11.01it/s]
47%|████▋ | 8/17 [00:00<00:00, 11.08it/s]
59%|█████▉ | 10/17 [00:00<00:00, 11.10it/s]
71%|███████ | 12/17 [00:01<00:00, 11.07it/s]
82%|████████▏ | 14/17 [00:01<00:00, 11.09it/s]
94%|█████████▍| 16/17 [00:01<00:00, 11.09it/s]
100%|██████████| 17/17 [00:01<00:00, 11.05it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689E5F0>
Rendering animation frame 190 of 200
a beautiful durian, trending on Artstation 3213646490
Angle: 0.0 Zoom: 1.04
Tx: -0.6048389751051592 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646490
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.98it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.75it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.73it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.72it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.73it/s]
71%|███████ | 12/17 [00:01<00:00, 10.71it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.63it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.67it/s]
100%|██████████| 17/17 [00:01<00:00, 10.71it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689E9B0>
Rendering animation frame 191 of 200
a beautiful durian, trending on Artstation 3213646491
Angle: 0.0 Zoom: 1.04
Tx: 5.375080417717189 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646491
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.91it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.61it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.75it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.76it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.80it/s]
71%|███████ | 12/17 [00:01<00:00, 10.84it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.77it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.85it/s]
100%|██████████| 17/17 [00:01<00:00, 10.82it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689EB30>
Rendering animation frame 192 of 200
a beautiful durian, trending on Artstation 3213646492
Angle: 0.0 Zoom: 1.04
Tx: 9.303914069432405 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646492
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 11.16it/s]
24%|██▎ | 4/17 [00:00<00:01, 11.02it/s]
35%|███▌ | 6/17 [00:00<00:00, 11.05it/s]
47%|████▋ | 8/17 [00:00<00:00, 11.07it/s]
59%|█████▉ | 10/17 [00:00<00:00, 11.03it/s]
71%|███████ | 12/17 [00:01<00:00, 11.00it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.99it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.93it/s]
100%|██████████| 17/17 [00:01<00:00, 10.99it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88947010>
Rendering animation frame 193 of 200
a beautiful durian, trending on Artstation 3213646493
Angle: 0.0 Zoom: 1.04
Tx: 9.682451911359088 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646493
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 11.00it/s]
24%|██▎ | 4/17 [00:00<00:01, 11.04it/s]
35%|███▌ | 6/17 [00:00<00:00, 11.01it/s]
47%|████▋ | 8/17 [00:00<00:00, 11.07it/s]
59%|█████▉ | 10/17 [00:00<00:00, 11.11it/s]
71%|███████ | 12/17 [00:01<00:00, 11.13it/s]
82%|████████▏ | 14/17 [00:01<00:00, 11.15it/s]
94%|█████████▍| 16/17 [00:01<00:00, 11.05it/s]
100%|██████████| 17/17 [00:01<00:00, 11.07it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE467B0550>
Rendering animation frame 194 of 200
a beautiful durian, trending on Artstation 3213646494
Angle: 0.0 Zoom: 1.04
Tx: 6.366247068342271 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646494
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 11.05it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.96it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.80it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.87it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.80it/s]
71%|███████ | 12/17 [00:01<00:00, 10.88it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.94it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.99it/s]
100%|██████████| 17/17 [00:01<00:00, 10.92it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE88980850>
Rendering animation frame 195 of 200
a beautiful durian, trending on Artstation 3213646495
Angle: 0.0 Zoom: 1.04
Tx: 0.6207355784515072 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646495
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 11.18it/s]
24%|██▎ | 4/17 [00:00<00:01, 11.10it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.97it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.91it/s]
59%|█████▉ | 10/17 [00:00<00:00, 11.06it/s]
71%|███████ | 12/17 [00:01<00:00, 11.13it/s]
82%|████████▏ | 14/17 [00:01<00:00, 11.16it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.96it/s]
100%|██████████| 17/17 [00:01<00:00, 11.00it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689E950>
Rendering animation frame 196 of 200
a beautiful durian, trending on Artstation 3213646496
Angle: 0.0 Zoom: 1.04
Tx: -5.361643417600193 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646496
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.67it/s]
24%|██▎ | 4/17 [00:00<00:01, 10.83it/s]
35%|███▌ | 6/17 [00:00<00:01, 10.99it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.98it/s]
59%|█████▉ | 10/17 [00:00<00:00, 11.05it/s]
71%|███████ | 12/17 [00:01<00:00, 11.07it/s]
82%|████████▏ | 14/17 [00:01<00:00, 11.11it/s]
94%|█████████▍| 16/17 [00:01<00:00, 11.08it/s]
100%|██████████| 17/17 [00:01<00:00, 11.03it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689EB00>
Rendering animation frame 197 of 200
a beautiful durian, trending on Artstation 3213646497
Angle: 0.0 Zoom: 1.04
Tx: -9.298064119429583 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646497
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 11.13it/s]
24%|██▎ | 4/17 [00:00<00:01, 11.05it/s]
35%|███▌ | 6/17 [00:00<00:00, 11.03it/s]
47%|████▋ | 8/17 [00:00<00:00, 10.93it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.86it/s]
71%|███████ | 12/17 [00:01<00:00, 10.90it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.96it/s]
94%|█████████▍| 16/17 [00:01<00:00, 10.95it/s]
100%|██████████| 17/17 [00:01<00:00, 10.94it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689EB60>
Rendering animation frame 198 of 200
a beautiful durian, trending on Artstation 3213646498
Angle: 0.0 Zoom: 1.04
Tx: -9.686421303474257 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646498
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 11.19it/s]
24%|██▎ | 4/17 [00:00<00:01, 11.06it/s]
35%|███▌ | 6/17 [00:00<00:00, 11.17it/s]
47%|████▋ | 8/17 [00:00<00:00, 11.10it/s]
59%|█████▉ | 10/17 [00:00<00:00, 11.10it/s]
71%|███████ | 12/17 [00:01<00:00, 11.01it/s]
82%|████████▏ | 14/17 [00:01<00:00, 11.04it/s]
94%|█████████▍| 16/17 [00:01<00:00, 11.03it/s]
100%|██████████| 17/17 [00:01<00:00, 11.06it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689EB90>
Rendering animation frame 199 of 200
a beautiful durian, trending on Artstation 3213646499
Angle: 0.0 Zoom: 1.04
Tx: -6.378521115736245 Ty: 0.0 Tz: 10.0
Rx: 0.0 Ry: 0.0 Rz: 0.0
Global seed set to 3213646499
0%| | 0/17 [00:00<?, ?it/s]
12%|█▏ | 2/17 [00:00<00:01, 10.95it/s]
24%|██▎ | 4/17 [00:00<00:01, 11.03it/s]
35%|███▌ | 6/17 [00:00<00:00, 11.05it/s]
47%|████▋ | 8/17 [00:00<00:00, 11.04it/s]
59%|█████▉ | 10/17 [00:00<00:00, 10.57it/s]
71%|███████ | 12/17 [00:01<00:00, 10.68it/s]
82%|████████▏ | 14/17 [00:01<00:00, 10.85it/s]
94%|█████████▍| 16/17 [00:01<00:00, 11.01it/s]
100%|██████████| 17/17 [00:01<00:00, 10.93it/s]
<PIL.Image.Image image mode=RGB size=512x512 at 0x7FCE4689ED40>
This example was created by a different version, deforum-art/deforum-stable-diffusion:528a3441.