Jupyter Notebook image2image

Open-source Jupyter Notebook projects categorized as image2image

Jupyter Notebook image2image Projects

  • animegan2-pytorch

    PyTorch implementation of AnimeGANv2

  • Project mention: Python Mini Projects | dev.to | 2023-05-22

    rom PIL import Image import torch import IPython from IPython.display import display # upload images from google.colab import files uploaded = files.upload() # https://github.com/bryandlee/animegan2-pytorch # load models and face2paint utility function model_facev2 = torch.hub.load("bryandlee/animegan2-pytorch:main", "generator", pretrained="face_paint_512_v2") face2paint = torch.hub.load("bryandlee/animegan2-pytorch:main", "face2paint", size=512) for INPUT_IMG in ['KatLi.JPG']: img = Image.open(INPUT_IMG).convert("RGB") out_facev2 = face2paint(model_facev2, img) # display images display(img) display(out_facev2)

  • Kandinsky-2

    Kandinsky 2 — multilingual text2image latent diffusion model

  • Project mention: New Kandinsky 2.2 was released. Now with controlnets and code for lora fine-tuning. | /r/StableDiffusion | 2023-07-13
  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
NOTE: The open source projects on this list are ordered by number of github stars. The number of mentions indicates repo mentiontions in the last 12 Months or since we started tracking (Dec 2020).

Jupyter Notebook image2image related posts

  • New Kandinsky 2.2 was released. Now with controlnets and code for lora fine-tuning.

    1 project | /r/StableDiffusion | 13 Jul 2023
  • AI to morph multiple images together, does it exist?

    1 project | /r/ArtificialInteligence | 31 May 2023
  • Any free generative AI tool that can combine different images into one?

    1 project | /r/artificial | 24 May 2023
  • Python Mini Projects

    2 projects | dev.to | 22 May 2023
  • 80s dystopian Sci-fi Aesthetic with Kandinsky 2.1 Base Model.

    1 project | /r/StableDiffusion | 21 May 2023
  • Do you think free & open source image generators will get to be as good as Midjourney v5 in the near future?

    1 project | /r/StableDiffusion | 19 Apr 2023
  • Kandinsky 2.1: open-source txt2img generator, image blending, beats SD on FID

    1 project | news.ycombinator.com | 13 Apr 2023
  • A note from our sponsor - InfluxDB
    www.influxdata.com | 6 May 2024
    Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality. Learn more →

Index

Project Stars
1 animegan2-pytorch 4,339
2 Kandinsky-2 2,695

Sponsored
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com