sibelius / ccsseraphini

cc @sseraphini
https://ccsseraphini.vercel.app/
174 stars 50 forks source link

sseramemes stable diffusion #1236

Open sibelius opened 1 year ago

sibelius commented 1 year ago
nephi-dev commented 1 year ago

gonna leave some refs here:

Stability just dropped SD v2

The colab to Dreambooth(fine tune memes in it)

The colab to Textual Inversion(fine tune subjects, styles, anything. Less effective as DB)

sibelius commented 1 year ago

we can use v1

nephi-dev commented 1 year ago

it's easier(and has more implementations than the v2), I also sugest using it, 1.4 or 1.5, both are good

sibelius commented 1 year ago

how would you combine image + text ?

like this https://imgflip.com/memegenerator

nephi-dev commented 1 year ago

maybe using PIL to interpolate both, it has a func to add text to an image(on a specific pixel), maybe the hard part will be detecting where it needs to go, or just selecting the pixel by yourself should be enough