Instructions to use WarriorMama777/OrangeMixs with libraries, inference providers, notebooks, and local apps. Follow these links to get started.
- Libraries
- Diffusers
How to use WarriorMama777/OrangeMixs with Diffusers:
pip install -U diffusers transformers accelerate
import torch from diffusers import DiffusionPipeline # switch to "mps" for apple devices pipe = DiffusionPipeline.from_pretrained("WarriorMama777/OrangeMixs", 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
- Draw Things
- DiffusionBee
sdweb-merge-block-weighted-gui
#4
by Hosioka - opened
Is there a guide out there so I can learn what each sliders does. as of now im unable to figure out what it can do could you show me a way?
The full function of each layer has not yet been elucidated. However, a rough role has been clarified by verification. For example, "Isn't OUT4~5 the facial layer?
Currently, the following is detailed (in Japanese).
https://seesaawiki.jp/nai_ch/d/%b3%ac%c1%d8%a5%de%a1%bc%a5%b8
I see thank you for the link, if you don't mind can we share contacts via discord? you're more knowledgeable in this field than I am so if you'd like to exchange contacts I am GenkiKun#6396
If you would be so kind I would also like to exchange contacts Rakosz#2468
WarriorMama777 changed discussion status to closed
WarriorMama777 changed discussion status to open