Instructions to use YucaCreative/arch_mix_SD with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use YucaCreative/arch_mix_SD with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("xinsir/controlnet-union-sdxl-1.0", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("YucaCreative/arch_mix_SD") prompt = "masterpiece,best quality,indoors,no humans,scenery,simple background,building,architecture,lineart,<lora:Architectural cross section perspective:0.6>,skyscraper," image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
ArchMix ControlNet

- Prompt
- masterpiece,best quality,indoors,no humans,scenery,simple background,building,architecture,lineart,<lora:Architectural cross section perspective:0.6>,skyscraper,
- Negative Prompt
- EasyNegativeV2,black cyan,over sharpening,dirt,bad color matching,graying,wrong perspective,distorted person,Twisted Car,NSFW,(worst quality:2),(low quality:2),(normal quality:2),lowres,(monochrome),(grayscale),blurry,signature,drawing,sketch,text,word,logo,cropped,out of frame,nsfw,nsfw,glare,soft light,black wood,many colors of wood,lowres,bad anatomy,bad hands,te14t,error,missing fingers,e14tra digit,fewer digits,cropped,worst quality,low quality,normal quality,jpeg artifacts,signature,watermark,username,blurry,bad-picture-chill-75v EasyNegative,Negative Embedding for Realistic Vision v2.0_v1.0,paintings,sketches,((monochrome)),(low quality:2),(normal quality:2),lowres,((monochrome)),(grayscale:1.2),skin spots,acnes,skin blemishes,age spot,glans,e12tra fingers,fewer fingers,(watermark:1.2),(letters:1.2),(nsfw:1.2),teeth,mole,multiple breasts,(mutated hands and fingers:1.5 ),(long body :1.3),(mutation, poorly drawn :1.2),blurred,one hand with more than 5 fingers,one hand with less than 5 fingers,one hand with more than 5 digit,one hand with less than 5 digit,more than two shoes,more than 2 nipples,different nipples,more than 1 left hand,more than 1 right hand,more than 2 thighs,more than 2 legs,worst quality,low quality,normal quality,watermark,bad anatomy,nude,topless,EasyNegative,paintings,sketches,(worst quality:2),(low quality:2),(normal quality:2),lowres,normal quality,logo,((te12t)),nsfw,dark screen color,
Model description
Testing architecture control model.
Trigger words
You should use architecture to trigger the image generation.
Download model
Weights for this model are available in Safetensors format.
Download them in the Files & versions tab.
- Downloads last month
- 28
Model tree for YucaCreative/arch_mix_SD
Base model
xinsir/controlnet-union-sdxl-1.0