Instructions to use TheRemixer/misc-small-experiment with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use TheRemixer/misc-small-experiment with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("CabalResearch/NoobAI-Flux2VAE-RectifiedFlow-0.3", dtype=torch.bfloat16, device_map="cuda") pipe.load_lora_weights("TheRemixer/misc-small-experiment") prompt = "Astronaut in a jungle, cold color palette, muted colors, detailed, 8k" image = pipe(prompt).images[0] - Notebooks
- Google Colab
- Kaggle
- Local Apps
- Draw Things
Update README.md
Browse files
README.md
CHANGED
|
@@ -7,6 +7,15 @@ tags:
|
|
| 7 |
- lora
|
| 8 |
---
|
| 9 |
# Files:
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 10 |
## **Loras/Mugen_NoobFlux2RF_Test-000003.safetensors**
|
| 11 |
|
| 12 |
Produces different results, *normally* worse, trained for [Mugen](https://huggingface.co/CabalResearch/Mugen) with an auxillary training objective from https://arxiv.org/abs/2411.04873.
|
|
|
|
| 7 |
- lora
|
| 8 |
---
|
| 9 |
# Files:
|
| 10 |
+
|
| 11 |
+
## **Loras/Mugen-Consistency-Test-Muon-000004.safetensors**
|
| 12 |
+
|
| 13 |
+
Consistency lora trained similarly to the ones, but with Muon
|
| 14 |
+
|
| 15 |
+
Changes structure more than other consistency loras
|
| 16 |
+
|
| 17 |
+
|
| 18 |
+
|
| 19 |
## **Loras/Mugen_NoobFlux2RF_Test-000003.safetensors**
|
| 20 |
|
| 21 |
Produces different results, *normally* worse, trained for [Mugen](https://huggingface.co/CabalResearch/Mugen) with an auxillary training objective from https://arxiv.org/abs/2411.04873.
|