Text-to-Image
Diffusers
stable-diffusion
lora
template:sd-lora
concept
logo
metal
emo
text
goth
band logo
harrowed
Instructions to use HarroweD/HarrlogosXL with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use HarroweD/HarrlogosXL 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("HarroweD/HarrlogosXL") prompt = "(HarroweD text logo), neon green, purple, spikey, splattered, dripping, blood, crown, fog, moon, trees" image = pipe(prompt).images[0] - Inference
- Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Fix migration issue
#1
by multimodalart HF Staff - opened
Harrlogos_v2.0.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
-
size
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:69be44ee26ec8fb5d7bb47ab890cb54f5f2126951586d66711cd0ab77b1d0c7e
|
| 3 |
+
size 228464708
|