--- license: other license_name: bespoke-lora-trained-license license_link: https://multimodal.art/civitai-licenses?allowNoCredit=True&allowCommercialUse=Rent&allowDerivatives=True&allowDifferentLicense=True tags: - text-to-image - stable-diffusion - lora - diffusers - template:sd-lora - design - style - minimalistic - lifestyle - muji base_model: stabilityai/stable-diffusion-xl-base-1.0 instance_prompt: By MUJI widget: - text: ' ' output: url: >- 3049355.jpeg - text: 'vr goggles made of glass, woman wearing , By MUJI' output: url: >- 3048806.jpeg - text: 'Moka pot , By MUJI' output: url: >- 3048804.jpeg - text: 'high speed train at the station , By MUJI' output: url: >- 3048807.jpeg - text: 'a bottle of coke , By MUJI' output: url: >- 3048805.jpeg - text: 'commercial photography, coffee machine ,By MUJI ' output: url: >- 3048811.jpeg - text: 'female robot, half body, transparent chest, bald, cyberpunk, neon light, rainy, futuristic city view in the background, highly detailed ,By MUJI ' output: url: >- 3048810.jpeg - text: 'sci-fi infantry helmet, transparent , By MUJI ' output: url: >- 3048809.jpeg - text: 'bottle of whisky, in a bar , By MUJI' output: url: >- 3048812.jpeg - text: 'sport car in front of a club at night , By MUJI' output: url: >- 3048815.jpeg --- # BY MUJI / 無印良品スタイル / 无印良品风格 ([CivitAI](https://civitai.com/models/163112)) ## Model description

If you're a fan of Muji, and are looking to create designs in the Muji style, perhaps this LoRA can offer you some assistance.

This LoRA is based on the SDXL 1.0 checkpoint and has been trained on 300 high-quality images. When using, please add the trigger word: BY MUJI, with a recommended weight of 0.8.

Prompt example:

bottle of whisky, in a bar <lora:muji_v1.1_XL:0.8>, By MUJI

If you like this work, please leave a review.

You're also welcome to check out some of my other works, which I've listed in the section below titled "Suggested Resources".


もし、MUJIのファンで、MUJIスタイルのデザインを作成したいなら、このLoRAが役立つかもしれません。

このLoRAはSDXL 1.0 checkpointに基づいており、300枚の高品質な画像でトレーニングされています。使用する際には、トリガーワード「BY MUJI」を追加し、推奨ウェイトは0.8です。

プロンプトの例:

bottle of whisky, in a bar <lora:muji_v1.1_XL:0.8>, By MUJI

この作品が気に入ったら、レビューを残してください。

また、下の「推奨リソース」というセクションにリストされている私の他の作品もチェックしてみてください。


如果您是无印良品的粉丝,并希望创建具有无印良品风格的设计,那么这个 LoRA 也许可以为您提供一些帮助。

这个 LoRA 基于 SDXL 1.0 checkpoint,并在 300 张高质量的图片上进行了训练。使用时,请加上触发词:BY MUJI,推荐的权重(weight) 为 0.8

Prompt 示例:

bottle of whisky, in a bar <lora:muji_v1.1_XL:0.8>, By MUJI

如果您喜欢这项工作,请留下评论。

您也可以查看我列在下面名为“推荐资源”的部分中的其他作品。

## Trigger words You should use `By MUJI` to trigger the image generation. ## Download model Weights for this model are available in Safetensors format. [Download](/lordjia/by-muji-wu-yin-liang-pin-sutairu-wu-yin-liang-pin-feng-ge/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('lordjia/by-muji-wu-yin-liang-pin-sutairu-wu-yin-liang-pin-feng-ge', weight_name='muji_v1.1_XL.safetensors') image = pipeline('sport car in front of a club at night , By MUJI').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)