type/descript
ImageToImage demo: https://colab.research.google.com/drive/1Qz6WsLZXiuCtWZdxg_V1LuhkNUMm0E9F?usp=sharing Reference ImageGenerated Image (1024x1024) Inpaint demo: https://colab.research.google.com/drive/1uFqXgzGctd5KGygOptq8hGoRpZht0rGW?usp=sharing Reference ImageMaskGenerated Image @divyashr...
我们首先要将影像导出到Google Drive上,然后下载到本地,首先选定我们需要的区域: # 导出区域设置EXPORT_REGION= ee.Geometry.Rectangle([-122.7,37.3, -121.8,38.00]) 黑色框框内的就是咱们需要导出影像的区域了,接下来直接进行导出: image_export_optio...
img = tf.image.random_flip_left_right(img) img = tf.image.random_flip_up_down(img) img = tf.image.random_contrast(img,0.8,1.2) img = tf.image.random_brightness(img,0.2) img = tf.image.random_saturation(img,0.8,1.2) img = tf.im...
- **2023.09.12**: ✅ Upload inference code of latent image guidance and release [real47](inputs/real47) testset. - **2023.09.08**: ✅ Add support for restoring unaligned faces. - **2023.09.06**: :rocket: Update [colab demo](https://colab.research.google.com/github/camenduru/Di...
[![Open In Colab](https://colab.research.google.com/assets/colab-badge.svg)](https://colab.research.google.com/drive/1ZS7pSxh_-PLSFAcJwuG0WCejD5cRTg9C?) ## Attention maps Single head 32x32 map: ## BibTeX ```bibtex 6 changes: 3 additions & 3 deletions 6 fid.py @@ -84,8...
Colab for demo: https://colab.research.google.com/drive/1ucx2lEck1ZO3HVTjZ4qgVsQrBWrHWfVQ I can add image2image and inpaint after this PR is merged. The finetuning part is much more complicated. I don't think I will be able to complete it before the official release of KerasHub....
Close, but to match the behaviour of annotators, it should work in-place for numpy images. I mean, it should modify the image you pass in: https://colab.research.google.com/drive/1SP4QyD_MgvWz9UI6qdkjAIaF74eRoUTy?usp=sharing Can you modify and return the same image the annotator ge...
1 change: 1 addition & 0 deletions 1 docs/README.md Original file line numberDiff line numberDiff line change @@ -10,6 +10,7 @@ [![Check Domains](https://github.com/ultralytics/docs/actions/workflows/check_domains.yml/badge.svg)](https://github.com/ultralytics/docs/actions/workf...
Using an image as a prompt input to👉👉👉re-color it. MaskInpaint 🛠️install🛠️ Colab Click here to the see (Last tested - 2023 Oct 10) ColabInfo FooocusControl Official Note that this Colab will disable refiner by default because Colab free's resource is relatively limited....