ActivityPub Viewer

A small tool to view real-world ActivityPub objects as JSON! Enter a URL or username from Mastodon or a similar service below, and we'll send a request with the right Accept header to the server to view the underlying object.

Open in browser →
{ "@context": [ "https://www.w3.org/ns/activitystreams", "https://pl.kitsunemimi.club/schemas/litepub-0.1.jsonld", { "@language": "und" } ], "actor": "https://pl.kitsunemimi.club/users/bronze", "attachment": [ { "mediaType": "image/jpeg", "name": "fox girl brings you the graphics card you desperately need", "type": "Document", "url": "https://pl.kitsunemimi.club/media/99cc4abb30dc7329fa38d8558c8e70ec9b563b41c396482cd12e021f270aff04.jpg" }, { "mediaType": "image/jpeg", "name": "fox girl brings you the graphics card you desperately need", "type": "Document", "url": "https://pl.kitsunemimi.club/media/692ab712ac8c09287effba949e4fa9ca7d98c75fa052b878a1c4f541df8dbcf4.jpg" }, { "mediaType": "image/jpeg", "name": "whoa this one looks like its magic powered?", "type": "Document", "url": "https://pl.kitsunemimi.club/media/52c40a85ce2ba873db669c2adb0b3a46bd50b20a2a41a105ff72864a0a3e0d57.jpg" }, { "mediaType": "image/jpeg", "name": "fantasy graphics cards are circular LOL", "type": "Document", "url": "https://pl.kitsunemimi.club/media/2f64e8f08228e688e6fabb3b5c660a3ab579da64fa0220e0903217b807c46608.jpg" } ], "attributedTo": "https://pl.kitsunemimi.club/users/bronze", "cc": [ "https://pl.kitsunemimi.club/users/bronze/followers" ], "content": "&gt;UPDATED 3/9/2023<br><br>Alright, I&#39;m gonna spill my secrets on how I got this AI thing to work with only the CPU.<br>Before you go any further, I recommend you do this on a PC / server you&#39;re not actively using. If you&#39;re poor, and only have one computer you do everything with, you can follow the cputard guide here so you can at least get something that works:<br><a href=\"https://rentry.org/cputard\" rel=\"ugc\">https://rentry.org/cputard</a><br>Or you can dual boot and follow the rest of this guide on a separate linux partition. I only say all of this because I don&#39;t like shitting up my main desktop, and considering how memory intensive this all is, you wouldn&#39;t want a whole GUI running beside it too.<br><br>You&#39;re gonna need docker with docker-compose, a pretty good CPU (you have one of those right?) and lots of RAM. The memory thing is no joke, like this thing will hog up like 3-4 chrome tabs worth of RAM which means 8gb won&#39;t cut it. You&#39;ll want 16gb and above or else you&#39;ll be stuck in swap hell where you can&#39;t do jack shit.<br><br>Got docker running? Perfect, now clone this git repo:<br>git clone <a href=\"https://github.com/AbdBarho/stable-diffusion-webui-docker\" rel=\"ugc\">https://github.com/AbdBarho/stable-diffusion-webui-docker</a><br>once cloned, cd into the folder and follow the setup guide here<br><a href=\"https://github.com/AbdBarho/stable-diffusion-webui-docker/wiki/Setup\" rel=\"ugc\">https://github.com/AbdBarho/stable-diffusion-webui-docker/wiki/Setup</a><br><br>You can find the links for the waifu generator models here:<br><a href=\"https://rentry.org/voldy#-guide-\" rel=\"ugc\">https://rentry.org/voldy#-guide-</a><br>And plenty of models here:<br><a href=\"https://huggingface.co/models?other=stable-diffusion\" rel=\"ugc\">https://huggingface.co/models?other=stable-diffusion</a><br>My personal favorites are anything-v4.0 and pastel-mix. Also any model on hugging face can be downloaded with curl or wget (just open the model repo, click the model, right click the &quot;download&quot; hyperlink and copy it for your terminal).<br><br>put the .ckpt file you want in data/StableDiffusion/<br><br>and bring up the AI and the UI with:<br><br>docker compose --profile auto-cpu up --build<br><br>It takes a few minutes but once its up you can connect to the webui over your LAN using<br>http://<ip-of-your-server>:7860<br><br>Enjoy your anime waifus. No I will not answer your question about the weird error you got (its probably your fault anyways). If I missed anything in this post TOUGH SHIT SORRY BUDDY (ok just reply to this and I&#39;ll edit the post with the correct info).<br><br>Huge thanks to <span class=\"h-card\"><a class=\"u-url mention\" data-user=\"APNxeGWYUjs2GQzvKC\" href=\"https://wolfgirl.bar/users/skylar\" rel=\"ugc\">@<span>skylar</span></a></span> <span class=\"h-card\"><a class=\"u-url mention\" data-user=\"AT7XaK1A7hUAyT0q1Y\" href=\"https://wolfgirl.bar/users/mkultra\" rel=\"ugc\">@<span>mkultra</span></a></span> and <span class=\"h-card\"><a class=\"u-url mention\" data-user=\"APNxjVm3DuNJ0bkO6C\" href=\"https://social.handholding.io/users/fluffy\" rel=\"ugc\">@<span>fluffy</span></a></span> for the prompts and pointers when I started out. If I missed anyone else, thank you as well!", "context": "https://pl.kitsunemimi.club/contexts/7fb52614-31fd-4726-9b64-5b195fb958d9", "conversation": "https://pl.kitsunemimi.club/contexts/7fb52614-31fd-4726-9b64-5b195fb958d9", "id": "https://pl.kitsunemimi.club/objects/5e7b15df-b127-40f6-bc3d-8ee334fc34ba", "published": "2023-03-09T11:43:30.125040Z", "replies": { "items": [ "https://pl.kitsunemimi.club/objects/420ee1e5-edc3-417c-a74c-898bbe00ea6d" ], "type": "Collection" }, "repliesCount": 2, "sensitive": null, "source": { "content": ">UPDATED 3/9/2023\r\n\r\nAlright, I'm gonna spill my secrets on how I got this AI thing to work with only the CPU.\r\nBefore you go any further, I recommend you do this on a PC / server you're not actively using. If you're poor, and only have one computer you do everything with, you can follow the cputard guide here so you can at least get something that works:\r\nhttps://rentry.org/cputard\r\nOr you can dual boot and follow the rest of this guide on a separate linux partition. I only say all of this because I don't like shitting up my main desktop, and considering how memory intensive this all is, you wouldn't want a whole GUI running beside it too.\r\n\r\nYou're gonna need docker with docker-compose, a pretty good CPU (you have one of those right?) and lots of RAM. The memory thing is no joke, like this thing will hog up like 3-4 chrome tabs worth of RAM which means 8gb won't cut it. You'll want 16gb and above or else you'll be stuck in swap hell where you can't do jack shit.\r\n\r\nGot docker running? Perfect, now clone this git repo:\r\ngit clone https://github.com/AbdBarho/stable-diffusion-webui-docker\r\nonce cloned, cd into the folder and follow the setup guide here\r\nhttps://github.com/AbdBarho/stable-diffusion-webui-docker/wiki/Setup\r\n\r\nYou can find the links for the waifu generator models here:\r\nhttps://rentry.org/voldy#-guide-\r\nAnd plenty of models here:\r\nhttps://huggingface.co/models?other=stable-diffusion\r\nMy personal favorites are anything-v4.0 and pastel-mix. Also any model on hugging face can be downloaded with curl or wget (just open the model repo, click the model, right click the \"download\" hyperlink and copy it for your terminal).\r\n\r\nput the .ckpt file you want in data/StableDiffusion/\r\n\r\nand bring up the AI and the UI with:\r\n\r\ndocker compose --profile auto-cpu up --build\r\n\r\nIt takes a few minutes but once its up you can connect to the webui over your LAN using\r\nhttp://<ip-of-your-server>:7860\r\n\r\nEnjoy your anime waifus. No I will not answer your question about the weird error you got (its probably your fault anyways). If I missed anything in this post TOUGH SHIT SORRY BUDDY (ok just reply to this and I'll edit the post with the correct info).\r\n\r\nHuge thanks to @skylar@wolfgirl.bar @mkultra@wolfgirl.bar and @fluffy@social.handholding.io for the prompts and pointers when I started out. If I missed anyone else, thank you as well!", "mediaType": "text/plain" }, "summary": "SHITTY STABLE DIFFUSION AI GUIDE FOR CPU ONLY POORS", "tag": [ { "href": "https://social.handholding.io/users/fluffy", "name": "@fluffy@social.handholding.io", "type": "Mention" }, { "href": "https://wolfgirl.bar/users/mkultra", "name": "@mkultra@wolfgirl.bar", "type": "Mention" }, { "href": "https://wolfgirl.bar/users/skylar", "name": "@skylar@wolfgirl.bar", "type": "Mention" } ], "to": [ "https://www.w3.org/ns/activitystreams#Public", "https://social.handholding.io/users/fluffy", "https://wolfgirl.bar/users/mkultra", "https://wolfgirl.bar/users/skylar" ], "type": "Note" }