Instructions to use leonel4rd/HorrorAnimeManga with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use leonel4rd/HorrorAnimeManga with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("black-forest-labs/FLUX.1-dev,LyliaEngine/Pony_Diffusion_V6_XL", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("leonel4rd/HorrorAnimeManga") prompt = "-" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,16 +1,17 @@
|
|
| 1 |
---
|
| 2 |
tags:
|
| 3 |
-
|
| 4 |
-
|
| 5 |
-
|
| 6 |
-
|
| 7 |
widget:
|
| 8 |
- text: '-'
|
| 9 |
output:
|
| 10 |
url: images/2024 17_43_00(1).png
|
| 11 |
-
base_model:
|
|
|
|
|
|
|
| 12 |
instance_prompt: junj11t0, junji ito, monochrome, creepy, manga
|
| 13 |
-
|
| 14 |
---
|
| 15 |
# Horroranimemanga
|
| 16 |
|
|
@@ -34,4 +35,4 @@ You should use `manga` to trigger the image generation.
|
|
| 34 |
|
| 35 |
Weights for this model are available in Safetensors format.
|
| 36 |
|
| 37 |
-
[Download](/leonel4rd/HorrorAnimeManga/tree/main) them in the Files & versions tab.
|
|
|
|
| 1 |
---
|
| 2 |
tags:
|
| 3 |
+
- text-to-image
|
| 4 |
+
- lora
|
| 5 |
+
- diffusers
|
| 6 |
+
- template:diffusion-lora
|
| 7 |
widget:
|
| 8 |
- text: '-'
|
| 9 |
output:
|
| 10 |
url: images/2024 17_43_00(1).png
|
| 11 |
+
base_model:
|
| 12 |
+
- black-forest-labs/FLUX.1-dev
|
| 13 |
+
- LyliaEngine/Pony_Diffusion_V6_XL
|
| 14 |
instance_prompt: junj11t0, junji ito, monochrome, creepy, manga
|
|
|
|
| 15 |
---
|
| 16 |
# Horroranimemanga
|
| 17 |
|
|
|
|
| 35 |
|
| 36 |
Weights for this model are available in Safetensors format.
|
| 37 |
|
| 38 |
+
[Download](/leonel4rd/HorrorAnimeManga/tree/main) them in the Files & versions tab.
|