How to use from the
Use from the
Diffusers library
pip install -U diffusers transformers accelerate
import torch
from diffusers import DiffusionPipeline

# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("Anonim3327/m3rii4-style", dtype=torch.bfloat16, device_map="cuda")

prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]

M3rii4-Style Dreambooth model trained by Anonim3327 with TheLastBen's fast-DreamBooth notebook

The model is based on Anything diffusion v4.5 (!!!VAE is not needed!!!)

The images were taken from M3rii4 social media: https://vk.com/m3rii44, https://twitter.com/m3rii4

Test the concept via A1111 Colab fast-Colab-A1111

Sample pictures of this concept:

Prompt: Young Woman sit in park, skirt, purple t-shirt

Neg. Prompt: (bad quality:1.3), (bad anatomy:1.2), (bad finger anatomy:1.2),

Sampler: K_Euler_a

Guidance: 6

0 1

Prompt: Young Woman sit street, skirt, purple t-shirt

Neg. Prompt: (bad quality:1.3), (bad anatomy:1.2), (bad finger anatomy:1.2),

Sampler: K_Euler_a

Guidance: 6

2

Downloads last month
1
Inference Providers NEW
This model isn't deployed by any Inference Provider. 🙋 Ask for provider support