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
#6
by LinAnnJose - opened
- README.md +6 -0
- images/example_zyrezvoj8.png +0 -0
README.md
CHANGED
|
@@ -41,6 +41,12 @@ widget:
|
|
| 41 |
background
|
| 42 |
output:
|
| 43 |
url: images/example_ijput3igw.png
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 44 |
|
| 45 |
---
|
| 46 |
|
|
|
|
| 41 |
background
|
| 42 |
output:
|
| 43 |
url: images/example_ijput3igw.png
|
| 44 |
+
- text: >-
|
| 45 |
+
sideview of a single child photo of charctr_cby is crying and sitting
|
| 46 |
+
wearing grey T-shirt and black is running shorts with a plain green
|
| 47 |
+
background
|
| 48 |
+
output:
|
| 49 |
+
url: images/example_zyrezvoj8.png
|
| 50 |
|
| 51 |
---
|
| 52 |
|
images/example_zyrezvoj8.png
ADDED
|