Skip to main content

AI Landscapes - Views of Mt Fuji

Mixing image generators, image prompts, and weird problems.

Google's Gemini does a pretty good job of imagining Mt Fuji as Vincent Van Gogh ...


... and Caspar David Friedrich


... but it flat out refuses to imagine them on display in a museum.

I tried both inputting the image, as well as rewriting the prompt.

Nope. Can't do it.

So I use Fooocus, a Stable Diffusion-based generator to get around these restrictions.

Straight-up using these images as prompts causes a re-imagining of the painting. Not what I want.

Easiest is just to outpaint and expand the borders.

Hmm. A bit too modern-art-gallery. After some fiddling, I could get exhibit label ...

... or a fancy period frame ...


... but somehow, not both.

Anyway, not a bad result after 1 hour fiddling, including generation time.

Comments

Popular posts from this blog

Transcode to PSP using Handbrake

Source: Handbrake 0.9.9.5530 64-bit edition Target: (Phat) Playstation Portable PSP-1000 , System Software: 6.60 Many internet articles on how to transcode video to PSP using Handbrake have not worked for me. Even the most helpful are incomplete. I hope this post will help fill in the blanks. There is no longer any PSP preset for Handbrake, but from what I can gather, the preset had only limited success as the x264 encoder would change syntax and settings between versions. Other presets that may have worked before, like 'iPod' and 'Apple-Universal' now do not. Here is what worked for me, step by step:

Scatterbox - build an Android Tor Socks Proxy Server

Cloak your location and create a firewall bypass device with a smartphone. 🕵Uses the Tor network . Does not require root. 1 - from Google Play, download and install: Orbot Orweb browser Socks Server Ultimate (Optional)

Firefox History Statistics - Extracting from Places.sqlite

If you want to take a look at Firefox surfing activity, the about:me add-on is a good start. However, it presents only one view of data and is thus limited in its ability to present more detailed statistics. We will view that data in a different program. So let's first extract it from the browsing history stored in the Places.sqlite file into a CSV file using a Firefox add-on. Step 1 - Locate and copy Places.sqlite to a working location On Windows machines, Places.sqlite is found in a directory similar to: C:\Users\User1\AppData\Roaming\Mozilla\Firefox\Profiles\ .default\places.sqlite Copy the file to another location. The database will be locked while using Firefox, and the SQLite plugin we will use to open it.