Spaces:
Paused
Paused
Commit
•
b91379d
1
Parent(s):
c1d1ff8
pivotal with diffusers
Browse files
app.py
CHANGED
@@ -79,7 +79,7 @@ def update_selection(selected_state: gr.SelectData):
|
|
79 |
elif not is_pivotal:
|
80 |
use_with_diffusers += "This LoRA is not compatible with diffusers natively yet. But you can still use it on diffusers with `bmaltais/kohya_ss` LoRA class, check out this [Google Colab](https://colab.research.google.com/drive/14aEJsKdEQ9_kyfsiV6JDok799kxPul0j )"
|
81 |
else:
|
82 |
-
use_with_diffusers += f"This LoRA is not compatible with diffusers natively yet. But you can still use it on diffusers with sdxl-cog `TokenEmbeddingsHandler` class, check out the [model repo](https://huggingface.co/{lora_repo})"
|
83 |
use_with_uis = f'''
|
84 |
## Use it with Comfy UI, Invoke AI, SD.Next, AUTO1111:
|
85 |
|
|
|
79 |
elif not is_pivotal:
|
80 |
use_with_diffusers += "This LoRA is not compatible with diffusers natively yet. But you can still use it on diffusers with `bmaltais/kohya_ss` LoRA class, check out this [Google Colab](https://colab.research.google.com/drive/14aEJsKdEQ9_kyfsiV6JDok799kxPul0j )"
|
81 |
else:
|
82 |
+
use_with_diffusers += f"This LoRA is not compatible with diffusers natively yet. But you can still use it on diffusers with sdxl-cog `TokenEmbeddingsHandler` class, check out the [model repo](https://huggingface.co/{lora_repo}#inference-with-🧨-diffusers)"
|
83 |
use_with_uis = f'''
|
84 |
## Use it with Comfy UI, Invoke AI, SD.Next, AUTO1111:
|
85 |
|