selftrained model test1

This commit is contained in:
Leon Astner 2025-08-02 03:28:29 +02:00
parent 861a250f43
commit eb34cfc3da
4 changed files with 1 additions and 1 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 87 KiB

After

Width:  |  Height:  |  Size: 98 KiB

Before After
Before After

View file

@ -347,7 +347,7 @@ class PlantPredictor:
result = self.image_model(
prompt,
image=image,
num_inference_steps=20,
num_inference_steps=70,
image_guidance_scale=1.5,
guidance_scale=7.5
).images[0]