Instructions to use songkey/hm_control2 with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use songkey/hm_control2 with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("songkey/hm_control2", dtype=torch.bfloat16, device_map="cuda") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
Upload HMControlNet2
Browse files- README.md +2 -2
- diffusion_pytorch_model.safetensors +1 -1
README.md
CHANGED
|
@@ -1,8 +1,8 @@
|
|
| 1 |
---
|
| 2 |
-
library_name: diffusers
|
| 3 |
-
license: mit
|
| 4 |
base_model:
|
| 5 |
- stable-diffusion-v1-5/stable-diffusion-v1-5
|
|
|
|
|
|
|
| 6 |
---
|
| 7 |
|
| 8 |
Model of [**HelloMeme**](https://songkey.github.io/hellomeme/)
|
|
|
|
| 1 |
---
|
|
|
|
|
|
|
| 2 |
base_model:
|
| 3 |
- stable-diffusion-v1-5/stable-diffusion-v1-5
|
| 4 |
+
library_name: diffusers
|
| 5 |
+
license: mit
|
| 6 |
---
|
| 7 |
|
| 8 |
Model of [**HelloMeme**](https://songkey.github.io/hellomeme/)
|
diffusion_pytorch_model.safetensors
CHANGED
|
@@ -1,3 +1,3 @@
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
-
oid sha256:
|
| 3 |
size 150188456
|
|
|
|
| 1 |
version https://git-lfs.github.com/spec/v1
|
| 2 |
+
oid sha256:baddb06195d8177042e950052cc2d14f6b2d3c90365b156a4a22e10263c735ff
|
| 3 |
size 150188456
|