--- 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 - digital art - scifi - scenery - style - woman - man base_model: stabilityai/stable-diffusion-xl-base-1.0 instance_prompt: widget: - text: 'scifi, thrift store in a pristine glimmering indigo fantasy mountainside megacity outside of reality, masterpiece' output: url: >- 4442890.jpeg - text: 'scifi, epic,Metaphysical scifi megacity outside of the multiverse' output: url: >- 4442884.jpeg - text: 'scifi, amazing,epic scifi metropolis beyond the beginning of time' output: url: >- 4442722.jpeg - text: '2010s anime style digital painting, 1boy, man, ruggedly handsome, brightly lit interior, in a Quaint Old bookshop' output: url: >- 4442726.jpeg - text: '2010s anime style digital painting, 1girl, woman, beautiful, morning, scenery, in a Isolated Research Bases' output: url: >- 4442732.jpeg - text: 'scifi, little italy in a gargantuan,far future scifi megacity beyond the end of time, masterpiece' output: url: >- 4442733.jpeg - text: '2010s anime style digital painting, 1boy, man, ruggedly handsome, noon, scenery, "at the Infrared soaring infinity"' output: url: >- 4442734.jpeg --- # Envy Anime Digital Painting XL 02 ([CivitAI](https://civitai.com/models/230924)) ## Model description

A digital painting lora for anime checkpoints with somewhat less effect on style than Anime Digital Painting XL 01.

## Download model Weights for this model are available in Safetensors format. [Download](/e-n-v-y/envy-anime-digital-painting-xl-02/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-anime-digital-painting-xl-02', weight_name='EnvyAnimeDigitalPaintingXL02.safetensors') image = pipeline('2010s anime style digital painting, 1boy, man, ruggedly handsome, noon, scenery, "at the Infrared soaring infinity"').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)