--- 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 - style - ink painting - comic - manhua - feng zikai base_model: stabilityai/stable-diffusion-xl-base-1.0 instance_prompt: by Feng Zikai widget: - text: 'Batman at night, by Feng Zikai ' output: url: >- 3495572.jpeg - text: 'iron man flying over the city, by Feng Zikai ' output: url: >- 3495565.jpeg - text: 'spider man jumping among buildings, by Feng Zikai ' output: url: >- 3495566.jpeg - text: 'wonder woman fighting against super man, by Feng Zikai ' output: url: >- 3495571.jpeg - text: 'Arcee in Transformers, by Feng Zikai ' output: url: >- 3495811.jpeg - text: 'Hot Rod in Transformers, by Feng Zikai ' output: url: >- 3495810.jpeg - text: 'Bumblebee, Transformers, by Feng Zikai ' output: url: >- 3495813.jpeg - text: 'Optimus Prime, Transformers, by Feng Zikai ' output: url: >- 3495812.jpeg - text: 'city view of hongkong, bay view, at night, by Feng Zikai ' output: url: >- 3495822.jpeg - text: 'city view of london, river view, by Feng Zikai ' output: url: >- 3495823.jpeg --- # 丰子恺漫画 - By FENG Zikai ([CivitAI](https://civitai.com/models/194494)) ## Model description

丰子恺(维基百科),中国散文家、画家、文学家、美术家与音乐教育家。师从弘一法师李叔同,以中西融合画法创作漫画及散文而著名,是中国漫画艺术的先驱。他的漫画造形简约,画风朴实,饶富童趣,在众多画家中,独树一格。此 LoRA 意在模仿其标志性水墨漫画风格,希望给喜欢丰子恺作品的朋友带来快乐。

基于 SDXL 1.0 checkpoint。使用时,请加上触发词:by Feng Zikai,推荐权重(weight)0.8-1.0

Prompt 示例:

Batman at night, by Feng Zikai <lora:fengzikai_v1.0_XL:0.8>

Feng Zikai (Wikipedia), Chinese essayist, painter, writer, artist and music educator. He studied under Master Hongyi Li Shutong and is famous for his comics and prose creations that combine Chinese and Western painting techniques. He is a pioneer of Chinese comics art. His comics have simple shapes, simple style, and full of childishness, making him unique among many painters. This LoRA is intended to imitate his iconic ink comic style, hoping to bring happiness to friends who like Feng Zikai’s works.

Based on SDXL 1.0 checkpoint. When using, please add trigger words: by Feng Zikai, with a recommended weight of 0.8~1.0.

Prompt sample:

Batman at night, by Feng Zikai <lora:fengzikai_v1.0_XL:0.8>
## Trigger words You should use `by Feng Zikai` to trigger the image generation. ## Download model Weights for this model are available in Safetensors format. [Download](/lordjia/feng-zi-kai-man-hua-by-feng-zikai/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/feng-zi-kai-man-hua-by-feng-zikai', weight_name='fengzikai_v1.0_XL.safetensors') image = pipeline('city view of london, river view, by Feng Zikai ').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)