Instructions to use 0RisingStar0/HighRiseMixV2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use 0RisingStar0/HighRiseMixV2 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("0RisingStar0/HighRiseMixV2", 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
- Draw Things
- DiffusionBee
%2C%20((1girl%2C%20solo))%2C%20(gradient%20pink%20eye%2C%20black%20hair%2C%20short%20hair%2C%20school%20uniform%2C%20mic.png)
%2C%20(1girl%2C%20solo%2C%20cowboy%20shot)%2C%20looking%20at%20viewer%2C%20sky%2C%20city%2C%20skyscrapers%2C%20pavement%2C.png)
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)
V2 Update Log :
Added models : AikimixPv1.0, Counterfeit V2.0, pastelmix-better-vae
Adjusted character style(more cute, anime style)
V2.5 Update Log :
Added models : AikimixCv1.5
Just some very little changes to textures adjusted to my taste. It doesn't matter which one to use. There are pros and cons between V2 and V2.5 so you can just use what you want.
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 intended results.
Upscaler : Latent (nearest)
Hires steps : 0
Denoise : 0.6
Upscale 2x
Recommended VAEs :
kl-f8-anime2
orangemix.vae.pt
Mixed models :
AbyssOrangeMix2_NSFW, AnythingV4.5, AikimiXPv1.0, BasilMixFixed, Counterfeit V2.0, CounterfeitV2.5, EerieOrangeMix2, pastelmix-better-vae, 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
- 47