Instructions to use CoolKrishh/Comic-SDXL-LoRA with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use CoolKrishh/Comic-SDXL-LoRA 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("CoolKrishh/Comic-SDXL-LoRA") prompt = "-" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add generated example
#1
by CoolKrishh - opened
- README.md +6 -0
- images/example_r2cbwhnoi.png +3 -0
README.md
CHANGED
|
@@ -8,9 +8,15 @@ widget:
|
|
| 8 |
- output:
|
| 9 |
url: images/050.png
|
| 10 |
text: '-'
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 11 |
base_model: stabilityai/stable-diffusion-xl-base-1.0
|
| 12 |
instance_prompt: Comic Style, Comic Art, Mythic, Illustration
|
| 13 |
license: openrail++
|
|
|
|
| 14 |
---
|
| 15 |
# Comic_SDXL_LoRA
|
| 16 |
|
|
|
|
| 8 |
- output:
|
| 9 |
url: images/050.png
|
| 10 |
text: '-'
|
| 11 |
+
- text: >-
|
| 12 |
+
a comic style superhero flying over a futuristic city skyline, dramatic
|
| 13 |
+
lighting, vibrant colors
|
| 14 |
+
output:
|
| 15 |
+
url: images/example_r2cbwhnoi.png
|
| 16 |
base_model: stabilityai/stable-diffusion-xl-base-1.0
|
| 17 |
instance_prompt: Comic Style, Comic Art, Mythic, Illustration
|
| 18 |
license: openrail++
|
| 19 |
+
|
| 20 |
---
|
| 21 |
# Comic_SDXL_LoRA
|
| 22 |
|
images/example_r2cbwhnoi.png
ADDED
|
Git LFS Details
|