--- license: other license_name: bespoke-lora-trained-license license_link: https://multimodal.art/civitai-licenses?allowNoCredit=True&allowCommercialUse=Sell&allowDerivatives=True&allowDifferentLicense=True tags: - text-to-image - stable-diffusion - lora - diffusers - template:sd-lora - anime - architecture - cyberpunk - scifi - japan - style - fantasy - styles base_model: stabilityai/stable-diffusion-xl-base-1.0 instance_prompt: kyotopunk widget: - text: 'kyotopunk, cyberpunk, anime style, noon, scenery, "at the soaring Conclave"' output: url: >- 4615793.jpeg - text: 'kyotopunk, zukuri, anime style, morning, blue sky, clouds, scenery, in a evocative Hydroponic Agriculture Domes' output: url: >- 4615797.jpeg - text: 'kyotopunk, zukuri, anime style, fantasy, wonderous fantasy megastructure outside of reality' output: url: >- 4615813.jpeg - text: 'kyotopunk, cyberpunk, anime style, 1girl, woman, beautiful, noon, architecture, "at the Cataclysmic Anomaly"' output: url: >- 4615785.jpeg - text: 'kyotopunk, zukuri, anime style, 1boy, man, ruggedly handsome, warmly lit interior, in a Lively Rainforest canopy walkway' output: url: >- 4615786.jpeg - text: 'kyotopunk, zukuri, anime style, fantasy, modern art gallery in a gargantuan,Hyperborean scifi arcology at the beginning of reality, masterpiece, by Juhani Jokinen' output: url: >- 4615900.jpeg - text: 'kyotopunk, zukuri, anime style, 1boy, man, ruggedly handsome, golden hour, blue sky, clouds, architecture, "at the Unearthly Nexus"' output: url: >- 4615789.jpeg - text: 'kyotopunk, zukuri, anime style, 1boy, man, ruggedly handsome, natural sunlight, interior, in a Bohemian Rooftop terrace cafe' output: url: >- 4615790.jpeg - text: 'kyotopunk, zukuri, anime style, fantasy, robot maid cafe in a utopian fantasy megastructure at the beginning of time, masterpiece' output: url: >- 4615791.jpeg --- # Envy Kyotopunk XL 01 ## Model description

An outlandish, over-the-top, Japanese-inspired architectural and character style that works great for scifi, fantasy, and cyberpunk.

## Trigger words You should use `kyotopunk` to trigger the image generation. ## Download model Weights for this model are available in Safetensors format. [Download](/e-n-v-y/envy-kyotopunk-xl-01/tree/main) them in the Files & versions tab. ## Use it with the [🧨 diffusers library](https://github.com/huggingface/diffusers) ```py from diffusers import AutoPipelineForText2Image import torch pipeline = AutoPipelineForText2Image.from_pretrained('stabilityai/stable-diffusion-xl-base-1.0', torch_dtype=torch.float16).to('cuda') pipeline.load_lora_weights('e-n-v-y/envy-kyotopunk-xl-01', weight_name='EnvyKyotopunkXL01.safetensors') image = pipeline('kyotopunk, zukuri, anime style, fantasy, robot maid cafe in a utopian fantasy megastructure at the beginning of time, masterpiece').images[0] ``` For more details, including weighting, merging and fusing LoRAs, check the [documentation on loading LoRAs in diffusers](https://huggingface.co/docs/diffusers/main/en/using-diffusers/loading_adapters)