Instructions to use leonel4rd/Comicflux with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use leonel4rd/Comicflux with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("stabilityai/stable-diffusion-xl-base-1.0", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("leonel4rd/Comicflux") prompt = "UNICODE\u0000\u0000<\u0000l\u0000o\u0000r\u0000a\u0000:\u0000c\u0000o\u0000m\u0000i\u0000c\u0000_\u0000S\u0000D\u0000X\u0000L\u0000_\u0000v\u00001\u0000:\u00000\u0000.\u00005\u0000>\u0000,\u0000 \u0000(\u0000a\u0000n\u0000i\u0000m\u0000e\u0000 \u0000c\u0000o\u0000l\u0000o\u0000r\u0000i\u0000n\u0000g\u0000:\u00000\u0000.\u00008\u0000)\u0000,\u0000 \u0000l\u0000a\u0000n\u0000d\u0000s\u0000c\u0000a\u0000p\u0000e\u0000,\u0000 \u0000m\u0000a\u0000n\u0000g\u0000a\u0000_\u0000a\u0000r\u0000t\u0000,\u0000 \u0000i\u0000n\u0000i\u0000p\u0000h\u0000i\u0000z\u0000i\u0000,\u0000 \u0000o\u0000e\u0000k\u0000a\u0000k\u0000i\u0000,\u0000 \u0000c\u0000i\u0000t\u0000y\u0000,\u0000 \u0000s\u0000h\u0000i\u0000b\u0000u\u0000y\u0000a\u0000 \u0000\\\u0000(\u0000t\u0000o\u0000k\u0000y\u0000o\u0000\\\u0000)\u0000,\u0000 \u0000" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
| tags: | |
| - text-to-image | |
| - lora | |
| - diffusers | |
| - template:diffusion-lora | |
| widget: | |
| - text: "UNICODE\0\0<\0l\0o\0r\0a\0:\0c\0o\0m\0i\0c\0_\0S\0D\0X\0L\0_\0v\01\0:\00\0.\05\0>\0,\0 \0(\0a\0n\0i\0m\0e\0 \0c\0o\0l\0o\0r\0i\0n\0g\0:\00\0.\08\0)\0,\0 \0l\0a\0n\0d\0s\0c\0a\0p\0e\0,\0 \0m\0a\0n\0g\0a\0_\0a\0r\0t\0,\0 \0i\0n\0i\0p\0h\0i\0z\0i\0,\0 \0o\0e\0k\0a\0k\0i\0,\0 \0c\0i\0t\0y\0,\0 \0s\0h\0i\0b\0u\0y\0a\0 \0\\\0(\0t\0o\0k\0y\0o\0\\\0)\0,\0 \0" | |
| output: | |
| url: images/00037-3963023035.jpeg | |
| base_model: stabilityai/stable-diffusion-xl-base-1.0 | |
| instance_prompt: anime coloring, manga_art, iniphizi, oekaki | |
| # Comicflux | |
| <Gallery /> | |
| ## Trigger words | |
| You should use `anime coloring` to trigger the image generation. | |
| You should use `manga_art` to trigger the image generation. | |
| You should use `iniphizi` to trigger the image generation. | |
| You should use `oekaki` to trigger the image generation. | |
| ## Download model | |
| Weights for this model are available in Safetensors format. | |
| [Download](/leonel4rd/Comicflux/tree/main) them in the Files & versions tab. | |