Text-to-Image
Diffusers
Safetensors
StableDiffusionPipeline
Anime
Photorealistic
Base Model
FallenIncursio
stable-diffusion
stable-diffusion-diffusers
Instructions to use Yntec/MemeDiffusion with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use Yntec/MemeDiffusion with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("Yntec/MemeDiffusion", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
File size: 1,235 Bytes
6ad5280 5d55a18 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 | ---
license: creativeml-openrail-m
library_name: diffusers
pipeline_tag: text-to-image
tags:
- Anime
- Photorealistic
- Base Model
- FallenIncursio
- stable-diffusion
- stable-diffusion-diffusers
- text-to-image
- diffusers
---
# Incursio's Meme Diffusion 1.6
This model with AnythingV4's settings. Original page: https://civitai.com/models/100402?modelVersionId=107467
Comparison:

Sample and prompt:

made of CHERRY CHEESE, moore, detailed, centered, digital painting, artstation, concept art, hdr, james jean, joseph christian chibi character, daz, wlop, ORNATE, white, 8 k resolution, CHIPS, visible brushstrokes, Pretty CUTE, extremely detailed, Cartoon Girl, beautiful, establishing shot, artistic, dangelico pino, Iconic, DETAILED CHIBI
# Recipe
SuperMerger Weight Sum Train Difference Alpha 0:
Model A: incursiosMeme_v16NonPruned.safetensors
Model B: AnythingV4 (https://huggingface.co/Yntec/AnythingV4-768/resolve/main/AnythingV4.safetensors)
Output: MemeDiffusion |