Instructions to use alvdansen/sketchedoutmanga with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use alvdansen/sketchedoutmanga 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("alvdansen/sketchedoutmanga") prompt = "a boy in a sailor suit frowning" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Add 6 files
Browse files
Sketched_Out_Manga.safetensors
ADDED
|
@@ -0,0 +1,3 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
+
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:d61fcb8a98b1d0976aa256ea551b656c8d3e7217fd3922fe684aa58c43becdb6
|
| 3 |
+
size 456490484
|
images/ComfyUI_00287_.png
ADDED
|
Git LFS Details
|
images/ComfyUI_00289_.png
ADDED
|
Git LFS Details
|
images/Sketched_Out_Manga_e000007_00_20240605225444.jpeg
ADDED
|
Git LFS Details
|
images/Sketched_Out_Manga_e000007_01_20240605225456 (1).jpeg
ADDED
|
Git LFS Details
|
images/Sketched_Out_Manga_e000007_02_20240605225508.jpeg
ADDED
|
Git LFS Details
|