-
I am trying to run [this workflow](https://github.com/roblaughter/comfyui-workflows/blob/main/ClarityUpscaleSD15.json). After reaching the SamplerCustom Node, it throws `AttributeError: 'ControlNet' o…
-
input image:
![image_1](https://github.com/user-attachments/assets/7d42b515-e74b-4cbb-85c7-50d55bec5dc2)
input mask(SAM result):
![mask_1](https://github.com/user-attachments/assets/31e5810c-2ed1…
-
### Search before asking
- [X] I have searched the Ultralytics YOLO [issues](https://github.com/ultralytics/ultralytics/issues) and [discussions](https://github.com/ultralytics/ultralytics/discussion…
-
### Describe your use-case.
I am training a lora on some characters. some of the characters have more interaction with the background of the image (ie: halfway behind a door) and some have less (ie: …
-
Hello! Thanks for good library for doc augmentations.
I faced problem with bounding boxes. When I run augraphy pipeline with bounding boxes and there is the `OneOf` inside it crashes. When I delete…
-
```python
from diffusers.utils import load_image
from diffusers.image_processor import VaeImageProcessor
def create_mask(
image,
):
# 打开图像并确保它是RGBA格式
image = image.convert("RG…
-
This project developed a U-Net model for image segmentation, specifically for identifying lunar craters in images. The model was trained on a dataset of lunar images and corresponding masks, with data…
-
Hey!
Is it mandatory to supply the alpha mask for embedding target images? Masking the entire target image with `np.ones` does not result in a good accuracy for me. Am I missing something?
```pyth…
-
Hi, I wanted to know what is the approach to predict an image's masks using pairs of image and masks as support.
Is there some required preprocessing? Do I have to save my data into some specific for…
-
Hi,
I have an image which has some empty regions, mostly towards the borders (outside). But the missing pixels vary with image to image. I need to learn a model to fill them. Can I use your model for…