Instructions to use bkrs/ICBINF with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use bkrs/ICBINF with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("bkrs/ICBINF", 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
- Local Apps Settings
- Draw Things
- DiffusionBee
Update README.md
Browse files
README.md
CHANGED
|
@@ -14,8 +14,6 @@ tags:
|
|
| 14 |
- art
|
| 15 |
---
|
| 16 |
|
| 17 |
-
<img src="https://huggingface.co/sda7/ICBINF/resolve/main/00734-7b6741ddf6-3289842378.png" alt="image" width="640"/>
|
| 18 |
-
|
| 19 |
1.5 and 1.75 versions are continuation of training with a few more added styles, styles list included can be [found here](https://huggingface.co/sda7/ICBINF/blob/main/artists_v3.228.txt).
|
| 20 |
|
| 21 |
Yet another XL shittune, don't expect much from it, it's more like artist knowledge reinforce, with combination of datasets from [here](https://civitai.com/models/723360/ai-styles-dump-illustriousrouweinoob) and [here](https://civitai.com/models/808215/illustriousnoob-vpred-xl-148-styles-collection) it was trained from noob-vpred1.0 checkpoint. List of all styles that was trained can be found [here](https://huggingface.co/sda7/ICBINF/blob/main/artists_v3.228.txt)
|
|
|
|
| 14 |
- art
|
| 15 |
---
|
| 16 |
|
|
|
|
|
|
|
| 17 |
1.5 and 1.75 versions are continuation of training with a few more added styles, styles list included can be [found here](https://huggingface.co/sda7/ICBINF/blob/main/artists_v3.228.txt).
|
| 18 |
|
| 19 |
Yet another XL shittune, don't expect much from it, it's more like artist knowledge reinforce, with combination of datasets from [here](https://civitai.com/models/723360/ai-styles-dump-illustriousrouweinoob) and [here](https://civitai.com/models/808215/illustriousnoob-vpred-xl-148-styles-collection) it was trained from noob-vpred1.0 checkpoint. List of all styles that was trained can be found [here](https://huggingface.co/sda7/ICBINF/blob/main/artists_v3.228.txt)
|