BY MUJI / 無印良品スタイル / 无印良品风格
(CivitAI)
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 them in the Files & versions tab.
Use it with the 🧨 diffusers library
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
- Downloads last month
- 9
Model tree for lordjia/by-muji-wu-yin-liang-pin-sutairu-wu-yin-liang-pin-feng-ge
Base model
stabilityai/stable-diffusion-xl-base-1.0