Text-to-Image
Diffusers
Trained with AutoTrain
stable-diffusion-xl
stable-diffusion-xl-diffusers
lora
template:sd-lora
Instructions to use LinAnnJose/boycharactergenerationv2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use LinAnnJose/boycharactergenerationv2 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("LinAnnJose/boycharactergenerationv2") prompt = "single child sketch of charctr_cby is running and standing wearing grey T-shirt and black is running shorts with a plain green background" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Add generated example
#2
by LinAnnJose - opened
- README.md +5 -0
- images/example_c3mpd0ya8.png +0 -0
README.md
CHANGED
|
@@ -18,6 +18,11 @@ widget:
|
|
| 18 |
T-shirt and black is running shorts with a plain green background
|
| 19 |
output:
|
| 20 |
url: images/example_s3nw9p26g.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 21 |
|
| 22 |
---
|
| 23 |
|
|
|
|
| 18 |
T-shirt and black is running shorts with a plain green background
|
| 19 |
output:
|
| 20 |
url: images/example_s3nw9p26g.png
|
| 21 |
+
- text: >-
|
| 22 |
+
single child sketch of charctr_cby is clapping and standing wearing grey
|
| 23 |
+
T-shirt and black is running shorts with a plain green background
|
| 24 |
+
output:
|
| 25 |
+
url: images/example_c3mpd0ya8.png
|
| 26 |
|
| 27 |
---
|
| 28 |
|
images/example_c3mpd0ya8.png
ADDED
|