Update README.md
Browse files
README.md
CHANGED
@@ -30,6 +30,7 @@ library_name: diffusers
|
|
30 |
---
|
31 |
<Gallery />
|
32 |
|
|
|
33 |
### BitDiffusionXL v0.1
|
34 |
|
35 |
This is the initial version of the image model trained on the Bittensor network within Pixel subnet. It's not expected for this model to perform as well as MidJourney V6 at the moment. However, it does generate better images than base SDXL model.
|
@@ -79,7 +80,7 @@ vae = AutoencoderKL.from_pretrained(
|
|
79 |
|
80 |
# Configure the pipeline
|
81 |
pipe = StableDiffusionXLPipeline.from_pretrained(
|
82 |
-
"
|
83 |
vae=vae,
|
84 |
torch_dtype=torch.float16
|
85 |
)
|
|
|
30 |
---
|
31 |
<Gallery />
|
32 |
|
33 |
+
(From <a href="https://huggingface.co/PlixAI/BitDiffusionV0.1">PlixAI BitDiffusion model</a>)
|
34 |
### BitDiffusionXL v0.1
|
35 |
|
36 |
This is the initial version of the image model trained on the Bittensor network within Pixel subnet. It's not expected for this model to perform as well as MidJourney V6 at the moment. However, it does generate better images than base SDXL model.
|
|
|
80 |
|
81 |
# Configure the pipeline
|
82 |
pipe = StableDiffusionXLPipeline.from_pretrained(
|
83 |
+
"CortexLM/BitDiffusionXL-v0.1",
|
84 |
vae=vae,
|
85 |
torch_dtype=torch.float16
|
86 |
)
|