Instructions to use d1ngdongji/MCSkin with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use d1ngdongji/MCSkin 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.2-klein-9B", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("d1ngdongji/MCSkin") prompt = "Generate a 64x64 pixel texture maps of this Minecraft character" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -16,6 +16,8 @@ license: apache-2.0
|
|
| 16 |
|
| 17 |
<Gallery />
|
| 18 |
|
|
|
|
|
|
|
| 19 |
|
| 20 |
## Trigger words
|
| 21 |
|
|
@@ -41,3 +43,8 @@ Using this prompt in nanobanana pro to generate input image:
|
|
| 41 |
- 在上述约束下,尽可能完美、准确的还原[图1]中的角色,包括外貌特征、全身所有服装、各种饰品等(不包括手持物品)
|
| 42 |
|
| 43 |
```
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 16 |
|
| 17 |
<Gallery />
|
| 18 |
|
| 19 |
+
# 转载需注明作者Bilibili uid1556354384
|
| 20 |
+
|
| 21 |
|
| 22 |
## Trigger words
|
| 23 |
|
|
|
|
| 43 |
- 在上述约束下,尽可能完美、准确的还原[图1]中的角色,包括外貌特征、全身所有服装、各种饰品等(不包括手持物品)
|
| 44 |
|
| 45 |
```
|
| 46 |
+
|
| 47 |
+
### [image2]([图2]) example:
|
| 48 |
+

|
| 49 |
+

|
| 50 |
+

|