Instructions to use loyal-misc/jenny with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use loyal-misc/jenny with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("LyliaEngine/Pony_Diffusion_V6_XL", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("loyal-misc/jenny") prompt = "jenny,anthro," image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -6,7 +6,7 @@ tags:
|
|
| 6 |
- template:diffusion-lora
|
| 7 |
widget:
|
| 8 |
- output:
|
| 9 |
-
url:
|
| 10 |
text: jenny,anthro,
|
| 11 |
base_model: LyliaEngine/Pony_Diffusion_V6_XL
|
| 12 |
instance_prompt: jenny, furry, female
|
|
|
|
| 6 |
- template:diffusion-lora
|
| 7 |
widget:
|
| 8 |
- output:
|
| 9 |
+
url: jenny-011.png
|
| 10 |
text: jenny,anthro,
|
| 11 |
base_model: LyliaEngine/Pony_Diffusion_V6_XL
|
| 12 |
instance_prompt: jenny, furry, female
|