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
Update README.md
Browse files
README.md
CHANGED
|
@@ -44,4 +44,6 @@ You should use `daiton` to trigger the image generation.
|
|
| 44 |
|
| 45 |
Weights for this model are available in Safetensors format.
|
| 46 |
|
|
|
|
|
|
|
| 47 |
[Download](/alvdansen/sketchedoutmanga/tree/main) them in the Files & versions tab.
|
|
|
|
| 44 |
|
| 45 |
Weights for this model are available in Safetensors format.
|
| 46 |
|
| 47 |
+
Model release is for research purposes only. For commercial use, please contact me directly.
|
| 48 |
+
|
| 49 |
[Download](/alvdansen/sketchedoutmanga/tree/main) them in the Files & versions tab.
|