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("0RisingStar0/HighRiseMixV1", dtype=torch.bfloat16, device_map="cuda")

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

V2 is out! : https://huggingface.co/0RisingStar0/HighRiseMixV2

HighRiseMixV1

U-Net mixed model specialized for city and skyscrapers background.

FP16 Pruned version(No EMA).

(Quality change may occur in very small details on buildings' textures)

Recommended prompts :

(masterpiece, best quality, excellent quality), ((1girl, solo)), sky, city, (skyscrapers), trees, pavement, lens flare

EasyNegative, moss, phone, man, pedestrians, extras, border, outside border, white border

(EasyNegative is a negative embedding : https://huggingface.co/datasets/gsdf/EasyNegative)

Recommended settings :

Sampler : DPM++ 2M Karras OR DPM++ SDE Karras

Sampling steps : 25 ~ 30

Resolution : 512x768 OR 768x512

CFG Scale : 9

Upscale is a must-do!! Otherwise, you won't get great results.

Upscaler : Latent (nearest)

Hires steps : 0

Denoise : 0.6

Upscale 2x

Mixed models :

AbyssOrangeMix2_NSFW, AnythingV4.5, BasilMixFixed, CounterfeitV2.5, EerieOrangeMix2, PowercolorV2

(Thanks to everyone who made above models!)

This is my first mixed model being uploaded to public site, so feel free to give feedbacks as you wish, I'll try and work around with it.

Downloads last month
34
Inference Providers NEW
This model isn't deployed by any Inference Provider. πŸ™‹ Ask for provider support

Space using 0RisingStar0/HighRiseMixV1 1