Text-to-Image
Diffusers
Safetensors
English
StableDiffusionPipeline
General
Photorealistic
Hassan
stable-diffusion
stable-diffusion-diffusers
import torch
from diffusers import DiffusionPipeline
# switch to "mps" for apple devices
pipe = DiffusionPipeline.from_pretrained("Yntec/HassanBlend12", dtype=torch.bfloat16, device_map="cuda")
prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k"
image = pipe(prompt).images[0]Hassan Blend 1.2
A model better at anything than Hassan Blend 1.5.1.2, except photorealism. It has the MoistMixV2 VAE baked in.
Sample and prompt:
concept art of CUTE girl in a pixel, chibi character, DETAILED EYES, key visual, summer day, magazine ad, 1940, iconic, highly detailed, digital painting, artstation, concept art, sharp focus, in harmony with nature, streamlined, hyperrealism by makoto shinkai and akihiko yoshida and wlop
Original page:
- Downloads last month
- 13
