#🤝|tech-support
1 messages · Page 74 of 1
and i don't even got any full ram/gpu usage either
it barely using 6 gb vram
but says cuda out of memory wow
m forced to use sd 1.5 and 512x512 images
oh well need to program scriptable objects architecture
i use AI for visual novel game assets lol
its frustrating because i cant work on anything rn without a1111 breaking
well m just making things 512x512 rn lol
i can't anything sdxl or such
the xl lora don't show up or no xl models load
as soon i do that error press any button to continue
btw try some 2D skeletal animation tool to anmate them
do you have any recommendations?
you should go to Settings > System > About (at bottom) > Advanced system settings > Advanced tab > click performance settings > advanced tab > Change (under 'Virtual Memory) and see what it says under there
that don't have seamless tiling sadly
i need that to make my tilesets xD
my webui is working again now that i reinstalled it but didnt update
hopefully u get a fix soon buddy :(
the developer said its not their concern on that
its just for hobbies who want to make pretty images for what idk
for me i use AI assisted workflow i can make them manually everything but what is the point here produces similar result and manually takes way too long
can always try comfyui
nodes = ew
it's so good tho
its head spinning though
its good but learning curve which isnt worth it for me
i dont use any extra extensions or anything
at most i use hires fix and img2img
it's not that bad
I literally started stable diffusion 2 days ago
it's not that hard to learn
its not about hard its about god damn nodes
screw that
i will start smahing my pc if i do that
but the nodes is what makes it so good
its the node that it makes so much bad for me
i like my words and prompts
i like programming not visual scripting and connecting wires man
then you can use a simpler setup you don't have to go as advanced as I have
you could get similar to A1111 ease of use with like 6 nodes instead of my like 30-40
btw i found this
https://github.com/Stability-AI/StableSwarmUI
there is even a channel here for stable swarm
oh i did not notice
Alex is a pretty cool dude, he can help you out with stable swarm if you have problems
i just want to make seamless tiles and use sdxl that is all actually
Yes I tried this already, it's pretty good but based on comfyui workflows
oh no
not good with word promptings?
i basically do this lol
https://youtu.be/Ly6USRwTHe0
Generate images from within Krita with minimal fuss using Stable Diffusion.
https://github.com/Acly/krita-ai-diffusion
Now with ControlNet scribble & line art. More coming soon.
Select an area, push a button, and new content that matches your image will be generated. Expand your canvas or add detail to existing objects objects.
Video is runni...
i draw my doodles and then make textures with them
its good with word prompting, but you'll still need to work with workflows a little bit
we shouldnt use the tech support channel to talk about this though
as long it makes me those textures for 2D tilesets m good xD
i use my images as base references
so you got it working i guess?
yea it works
u should try it
see how you like it
well with the help of that it seems i can create 1024 images directly without cuda error
but still i can't use a sdxl model
hmm thats weird
are you running out of memory with SDXL
what model are you using for SDXL
no it says i am only using like 3 gb vram
i already had the A111 installed so i put that as ref for swarm
it starts the A111 tab
i can generate there but its not generating on swarm ui
oh weird
try restarting swarm because the first time I tried generating with it, it didnt work
but then I restarted it
and it worked the second time
Excuse me , does anybody know how to solve this problem? I have install diffusers using “pip install diffusers” already, but still not work....
1.My system is windows
2. Run the codes from "https://huggingface.co/docs/diffusers/en/using-diffusers/controlnet"
3. Run the codes on Anaconda Vscode jupyter notebook
does anyone here guide me how to train models on any specific person images for free ????
Hey, what are you trying to do?
Use OneTrainer or Khoya_ss
Both work localy
I used khoya_ss but its not loading in gardio
i just want some images of mine made through **AI **
thank you for helping me out
Can you explain that?
I want to train a model specifically on a dataset of only one person to create various images of that same person.
Alright, what's your GPU?
For training a lora you need at least an nvidia GPU with 6gb vram
can i train it on google colab ?
I think that's possible but can't help with collab
ohh so can you explain it its possible on my computer how can i ?
First check what's your GPU.
Open the taskmanager and click on the performance tab.
Then check for GPU0 or GPU1
will try , if not possible on mine i will do it on my friends pc
@light vine for google collab I found this, but dont know if it works:
https://colab.research.google.com/github/hollowstrawberry/kohya-colab/blob/main/Lora_Trainer.ipynb
Thanks for your help @ornate elk
No problem
@ornate elk how do i open comfyui with terminal commands?
Anyone around with general Python knowledge who can help me with an error? I'm sure it's easy for someone who knows what he's doing 😛
hi
how can I use the preprocessor depth anything?
when I use it say that I don't have the module
@low basin @karmic crown Is there a place to buy partially assembled PC products? I'd like to get a case with a mobo and cpu with a cooling solution already installed, then add my video card and memory, etc.
Is it Stable diffusion webui related?
Open up a cmd inside the comfyui folder and run the main.py
Not directly. It's a video text to image tool. The env is built correctly, it's just a numpy error. So just a general question
I'll split it into 2 messages sec
C:\st2v.venv\lib\site-packages\scipy_init_.py:155: UserWarning: A NumPy version >=1.18.5 and <1.25.0 is required for this version of SciPy (detected version 2.0.0
warnings.warn(f"A NumPy version >={np_minversion} and <{np_maxversion}"
Traceback (most recent call last):
File "C:\st2v\StreamingT2V\t2v_enhanced\inference.py", line 11, in <module>
from t2v_enhanced.model.video_ldm import VideoLDM
File "C:\st2v\StreamingT2V\t2v_enhanced\model\video_ldm.py", line 4, in <module>
import pytorch_lightning as pl
File "C:\st2v.venv\lib\site-packages\pytorch_lightning_init_.py", line 26, in <module>
from pytorch_lightning.callbacks import Callback # noqa: E402
File "C:\st2v.venv\lib\site-packages\pytorch_lightning\callbacks_init_.py", line 14, in <module>
from pytorch_lightning.callbacks.batch_size_finder import BatchSizeFinder
File "C:\st2v.venv\lib\site-packages\pytorch_lightning\callbacks\batch_size_finder.py", line 24, in <module>
from pytorch_lightning.callbacks.callback import Callback
File "C:\st2v.venv\lib\site-packages\pytorch_lightning\callbacks\callback.py", line 22, in <module>
from pytorch_lightning.utilities.types import STEP_OUTPUT
File "C:\st2v.venv\lib\site-packages\pytorch_lightning\utilities\types.py", line 40, in <module>
from torchmetrics import Metric
File "C:\st2v.venv\lib\site-packages\torchmetrics_init_.py", line 46, in <module>
from torchmetrics.image import ( # noqa: E402
File "C:\st2v.venv\lib\site-packages\torchmetrics\image_init_.py", line 26, in <module>
from torchmetrics.image.fid import FrechetInceptionDistance # noqa: F401
File "C:\st2v.venv\lib\site-packages\torchmetrics\image\fid.py", line 28, in <module>
from torch_fidelity.feature_extractor_inceptionv3 import FeatureExtractorInceptionV3
File "C:\st2v.venv\lib\site-packages\torch_fidelity_init_.py", line 6, in <module>
from torch_fidelity.metric_fid import KEY_METRIC_FID
File "C:\st2v.venv\lib\site-packages\torch_fidelity\metric_fid.py", line 6, in <module>
import scipy.linalg
File "C:\st2v.venv\lib\site-packages\scipy\linalg_init_.py", line 198, in <module>
from ._cythonized_array_utils import *
File "_cythonized_array_utils.pyx", line 1, in init scipy.linalg._cythonized_array_utils
ValueError: numpy.dtype size changed, may indicate binary incompatibility. Expected 96 from C header, got 88 from PyObject
It installed numpy 1.24.4
I uninstalled it to try an other version but can't get it it to work 😛
And what's the tool called you try to get running? And what python version do you have?
Python 3.10.11
The tool is built via VoC: https://github.com/Picsart-AI-Research/StreamingT2V?tab=readme-ov-file
And you installed it inside the venv?
Did you activated the venv before installing it?
Usually VoC does everything correct. It's the first time I get an error.
Yeah it built it's own venv instance in a separate folder
It somehow must be connected to just numpy
I found this, but don't understand half of what they say: https://stackoverflow.com/questions/66060487/valueerror-numpy-ndarray-size-changed-may-indicate-binary-incompatibility-exp
Have you installed the requirements.txt into the venv?
Check the file and maybe set a version number for numpy or add it there
You mean into this one?
Would I just add: numpy -- 1.20.0
For example?
Ok, let me try
With ==
Yep thanks
Same error
Install bat looks like this
Should I maybe add pip nympy etc and reinstall?
Say add to install:
echo *** VoC - patching datasets
pip install --force-reinstall numpy==1.20.3
Where did you get that file from. I don't see it on their repo?
Ah its from VoC
Yep
I will try installing StreamingT2V manually later
To see if I get the same error or not
Ok thank you ❤️
I will try reinstalling it with the modified bat
maybe it works
Will fresh ionstall everything with that fix ontop
Just noticed after fresh reinstalling. I put my fix at the end, so it will hopefully overwrite it
Also strange that it first installs xformers 0.0.19 and then 0.0.25
But could be because it then looks in modelscopes requirements file
So maybe you need to include the right numpy version there too or check that file too
You mean related to the xformers?
No related how it installs stuff
If it installs everything from requirements.txt and then installs microscope. It will then checks modelscopes requirements.txt and maybe overwrite some packages
Like it did with xformers
I see, thanks
tldr but iirc 0.0.19 was the cutting point in A111 for torch1
Yea true
For some reason in the last month my img2img generations went from using about 19gb of VRAM to requesting 72gb of VRAM and I have not changed any settings. I'm using traditional SD models, and trying to take a 512px by 920px image and upscale by 2.2 in a single pass. This has historically worked fine with my 24gb VRAM card, but now SD wants to allocate a huge amount of VRAM for this task - what changed? What settings should I be looking at to try and resolve this?
ComfyUI: https://github.com/comfyanonymous/ComfyUI
InsightFace Wheels: https://github.com/Gourieff/Assets/tree/main/Insightface
Commands: .\python_embeded\python.exe -m pip install [path-to-wheel] onnxruntime
In this quick video, we share how we can install insightface on windows as many people are having issues with it while using the new IPAd...
how do I do this 😦
with ZLUDA i aint got the python-embed file
Hey what webui do you use?
And what's your GPU ?
Do you want to use Reactor extension?
Because I got that running with zluda in comfyui
I'm using Automatic1111 running an Nvidia A5000. I had been previously using the Ultimate SD Upscale Script, but it seems that it has memory leaks now so that might be the problem.
before than which one do i install, im not sure what model is being used rn
is it 1.5 xl or
Make sure the extension is updated.
And you can also try to use the SD upscale script.
Set the resolution to a square and enable the script
That script works, but the image quality is lacking. The Ultimate SD Upscaler is installed via Git, does the Automatic1111 interface pull updates automatically or do I need to manually request updates?
You need to git pull manually to Update automatic1111 if you don't have git pull in your webui-user.bat.
Also what's in your webui-user.bat?
Make sure your using xformers
hey CS1o can you help me out a lil bit? like this thing, how do i use this in creating images? it says its a tool
xformers is setup and is working correctly. My set COMMANDLINE_ARGS=--xformers --listen --port 7860 --allow-code --api --autolaunch
Its an embedding.
It goes into the embeddings folder.
Then you have to add the embedding name to the negative prompt and it should work
Can I add the Gitpull as a commandline argument?
oh alright thanks
Nope it has to be added in its own empty row
What code would I use?
Just
git pull
also do styles work in the same way or are they different?
It depends on the file.
Check always the info box on what type it is.
Styles are Normaly different and go into the styles.csv
it says its lora type
Then its a lora. Goes into the models/lora folder
So the file should read:
@echo off
set PYTHON=
set GIT=
set VENV_DIR=
set COMMANDLINE_ARGS=--xformers --listen --port 7860 --allow-code --api --autolaunch
git pull
call webui.bat
alright, thanks man
NP, to use the lora click on the lora tab and select the lora there. Then it will be added to the prompt
If you never updated the webui before it can help to delete the venv folder
Then it will install the latest packages
My files in that folder are dated 8/21/2023, so probably not updated, eh?
Yes pretty outdated. Maybe a fresh reinstall would be better
A lot changed since then and it should be much faster and less vram consuming now
What version of SD is in ZLUDA comfyui?
Thank you for your help. This has me back up and running for now, but I will consider a fresh reinstall when I have time. Thanks again.
What happened to the Karras samplers? They seem to have disappeared - I had been using DPM++ 2m Karras for most of my workflow. Is there a better modern sampler that replaces it?
i believe their locations were changed, look for schedulers and choose karras
I have a couple questions, is comfyui using stable diffusion or is it just a seperate thing?
Is stable diffusion basically a model checkpoint or something?
Found it in options, thanks. Is there an advantage/disadvantage to using the karras schedule sigmas or not?
changing the sigmas does different things to the output so have fun experimenting. or dont jf youre not into that
I'll play around, thanks.
Automatic1111 and Comfyui are both Webuis to use Stable-diffusion.
Stable diffusion is a process to generate images.
Models (checkpoint's) are needed for image generation.
There are community models.
These are based on 1.5 or sdxl (the two base stable diffusion model versions)
Its under schedulers.
Leave it on automatic and it will use karras when 2m is selected as sampler
these models are for 1.5 and sdxl. check the end of the file name
thanks
but how do i know what model ZLUDAs running?
how do i check
also i noticed im missing the ipadapter file
do i just create a new file in the models folder?
https://youtu.be/C94pTaKoLbU?t=811
im following this guys guide, but im missing a couple of nodes which i cant seem to find online or in comfyui manager specifically
Prepare Image For InsightFace
Apply IPadapter FaceID
Load IPadapter Model and other Load IPadapter ___
I built an agent system which will autonomously iterate & generate img of AI model wearing certain cloth and produce millions+ social posts
Free access to run any comfyUI workflow, hands-restoration model, upscaler & more on Replicate: https://replicate.fyi/ai-jason
🔗 Links
- Follow me on twitter: https://twitter.com/jasonzhou1993
- Join my AI...
heres my workflow
i tested it and didnt found that node either
also IP-Adapter-Face-ID wont work with Zluda
but normal IP-Adapter-Plus-Face can work
that makes so much sense now
noticed that too
idk why regional prompter is so inconsistent
sometimes it works and sometimes it just does this
it just ignores the regions
also i don't normally use the ui this zoomed out, i only did that to fit the relevant settings into one screenshot
you have one BREAK to many
you only need 2 BREAK
i'm using base prompt and common prompt
what do you mean by that?
i think the base prompt affects the whole image and common prompt affects each of the regions individually
yea but you only have 2 Regions
so you only can use 1 base prompt and 2 region prompts
1 base prompt, 1 common prompt, 2 region prompts
i dont think there is a "common" prompt its mostly using the base prompt
i read this on a guide when trying to figure out how to use regional prompter
but tbh i still don't fully understand it
try without the common prompt and it will most likely work
i tested it rn
using 2 BREAK instead of 3 worked really good
but yea its very confusing with base and common
heyy, so do i only keep the .pt? or do i keep the -neg.pt part and rename it
you can leave the name as it is
.pt are embedding files
So i can name it Deformed.pt?
should work yes
sickk
hi all
can anyone help me with this error
ImportError: numpy.core.multiarray failed to import when I launch comfyui. I already tried pip install -U numpy and pip install -r requirements.txt but it didnt fix it.
is it possible to change a photo of myself that is standing, using maybe a controlnet pose? that is sitting down, which in return will keep my face but make my body sitting down from that controlnet pose???
Does anyone run demofusion?
Inpaint, maybe?
what checkpoint would be the best for this prompt?
im just trying to do SDXL
SD 1.5 i guess could work as well if i use a SDXL refiner
I may try and do Loras as well
Hey. I installed https://github.com/deroberon/demofusion-comfyui for comfy. In which folder do I download https://github.com/PRIS-CV/DemoFusion?tab=readme-ov-file?
SD 1.5 675x450 and upscale x16
or
SDXL 1350x900 and upscale x8
@ornate elk hey, im sorry but, how did you use negative prompts again?
i just have to add the entire name of the embedding and it will work?
Into the negative prompt yes
hi i just signed up for this but i used google is there a way to still link my discord account?
also where am i suppose to put in character files?
in lora folder?
wanted to try Pixart Sigma: where am i wrong?
i have no idea what that is, but it is not sdxl
you cant use
this is your problem
have you tried to use automatic? what happened?
Still curious about this, I just need checkpoint suggestions
I heard zavychroma is good
Other than like Facebook Marketplace or similar I haven't seen any. Not that it helps you but if you have a MicroCenter within a reasonable drive, they have CPU/mobo/ram combos for ridiculously good prices although you'd have to assemble and get a case
203 miles away, a bit of a trek, but I've seen worse. heh
Yeah... that's a little far... I'd just keep an eye on marketplace and craigslist. Quite often people sell whole pc's minus the gpu as they frequently sell them separate
Does anyone know if it's possible to set a specific save directory for generated images that are "before face restoration"? I want to keep both but would prefer to send pre to another directory
How much vram will the sd3large consume comparibg to medium?
import torch
from diffusers import StableDiffusion3Pipeline
pipe = StableDiffusion3Pipeline.from_pretrained("stabilityai/stable-diffusion-3-medium-diffusers", torch_dtype=torch.float16)
pipe = pipe.to("cuda")
image = pipe(
"A cat holding a sign that says hello world",
negative_prompt="",
num_inference_steps=28,
guidance_scale=7.0,
).images[0]
image
this is the error
403 Forbidden: Please enable access to public gated repositories in your fine-grained token settings to view this repository..
Cannot access content at: https://huggingface.co/api/models/stabilityai/stable-diffusion-3-medium-diffusers.
If you are trying to create or update content,make sure you have a token with the write role..
Will try to load from local cache.
HTTPError Traceback (most recent call last)
/usr/local/lib/python3.10/dist-packages/huggingface_hub/utils/_errors.py in hf_raise_for_status(response, endpoint_name)
303 try:
--> 304 response.raise_for_status()
305 except HTTPError as e:
9 frames
HTTPError: 403 Client Error: Forbidden for url: https://huggingface.co/api/models/stabilityai/stable-diffusion-3-medium-diffusers
The above exception was the direct cause of the following exception:
HfHubHTTPError Traceback (most recent call last)
HfHubHTTPError: (Request ID: Root=1-66711541-10dbd59c6f3d6f0f184eed18;9d468f6e-1b0d-4596-bef7-3306c3f8361d)
403 Forbidden: Please enable access to public gated repositories in your fine-grained token settings to view this repository..
Cannot access content at: https://huggingface.co/api/models/stabilityai/stable-diffusion-3-medium-diffusers.
OSError: Cannot load model stabilityai/stable-diffusion-3-medium-diffusers: model is not cached locally and an error occurred while trying to fetch metadata from the Hub. Please check out the root cause in the stacktrace above.
please fix it anyone
this is the code
this is the error
how do i use img-img to enlarge+improve a previous generation? its not working on my end
denoiser is too high
0.5 then?
0.4 even
i checked the sizes of the images from the files
1204x1540 is the target size i placed
images are showing 344x 440
show the full webpage and both input and output image
this one?
Negative prompt: comic, blurry, deformed hands, deformed face, deformed fingers, multiple limbs, ugly, bad anatomy, bad hands, ugly hands, deformed, blurry, bad anatomy, disfigured, poorly drawn face, mutation, mutated, extra limbs, ugly, poorly drawn hands, (grayscale), weird colors, censored, deformed glasses, lowres, bad hands, text, error, missing fingers, extra digit, fewer digits, cropped, worst quality, low quality, normal quality, jpeg artifacts, signature, watermark, username, badhandv4, easynegative
Steps: 30, Sampler: Euler a, CFG scale: 7, Seed: 1904565443, Size: 344x440, Model hash: 54ef3e3610, Model: meinamix_meinaV11, VAE hash: 235745af8d, VAE: klF8Anime2VAE_klF8Anime2VAE.safetensors, Denoising strength: 0.4, Lora hashes: "shirayuki-nvwls-v1-final: d8964aa638c9, Loraeyes_V1: da8286d2ab99", Version: v1.7.0```
I meant the full thing not just a croped part of it
ahh
also what does the console log says
here you go
which part do i look at?
it's unreadable
the whole thing
copy paste it into a file and drop said file in here
this is the console log right?
yes but again it's not the whole log
(still works just fine for me)
is it something i may have forgotten to press?
"oneDNN custom operations are on." what's your gpu ?
nvidia rtx 3050
v1.7.0 your webui is way outdated
update your webui and its extensions then try again
(got to go for now)
i dont use the webui that much 😅 so idk how to update it
alr ty!
git pull in its folder
git pull and latest SD github link?
just git pull
@ornate elk bro, i installed tilled diffusion as u instructed, but it is also really slow while generating a image in img2img..like 45 mins for 1 img....also when i checked my cmd, it showed that the multi diffusion process wasn't 100%, but it gave me a image anyway....does it mean that the extension is not working?
No I said don't enabled Tiled Diffusion.
Only enable Tiled VAE
Then it will be fast as before
ahhhh! my bad...
No problem 🙂 ik its a bit confusing with the tiled names xD
@thorny dragon enable tiled VAE when your using Upscaling like hires fix or going for high resolutions
hey can i use inpaint with refernce image? for instance i want to render a house with surrounding, i have normal boxes around it but i want these boxes to be inpainted and have a specfik style according to an image.
use canny with ip adapter
may you send me a tutorial?
https://blog.segmind.com/ip-adapter-xl-models-canny-depth-pose/ this one explain it well, but can i still use inpaint?
for instance i want a block to look like this or a part of an image not the whole of it
ip adapter also works with Inpaint, try using it
yes i will thanks alot sir
how do i solve this? {arc a750]
try using a python between 3.10.6 and 3.10.13
and rename comfyui_env folder to comfyui_env_back once you re done changing python
got it ,but there no exe for 3.10.13
doesnt matter get 3.10.11
ok
after installing python 3.10.11, and renaming the env it asking for torch see after it finshes
python 3.10.13 ? how did you install it on windows ? Also, logs please.
First time user here. I followed the 6 day old guide on Reddit and was very patient with the downloads. Now I am in StableSwarm and I am trying to generate my first image. I have been waiting for over 10 minutes now and it still has not finished. Python is running in background and it is using A LOT of ressources.
There is no way this should take this long or am I mistaken?
what s your gpu ?
My PC just froze and I had to restart. My memory was running on 98% because of python.
My GPU is AMD Radeon RX 5700
what guide did you follow ?
The "How To Run SD3-Medium Locally Right Now -- StableSwarmUI", which is pinned on the reddit
ok and what does the console log says ?
Last line is: User local requested 1 image with model 'sd3_medium.safetensors'...
not the last line
the whole log
and I mean whole
put it in a .txt and drop said file in here
Alright. I will restart another generation and put the log in a text file
sigh... trying SD3 API, again - "a full body portrait of a man laying on the grass" is okay, but "a full body portrait of a woman laying on the grass" is NSFW. what kind of sexism is that, for sake?
not to mention API itself is nowhere near capabilities we have when using local workflows with ComfyUI... is there any chance we'll get 4B weights, instead of that brain-damaged / poisoned 2B crap?
ur using sd3 large in that pic lol
sd3 as a whole used pretrained filters for nsfw/sexual content for the images it was trained on so whatever youre looking for, you wont find it in a 4gb model of sd3
maybe my wording wasn't clear, so let me rephrase it:
- NSFW filtering in API is idiotic
- API itself (only way to access 4B / 8B variants of SD3) is very limiting and crap compared to local workflows
- only SD3 model we can use locally (2B) is crap
Hey guys. I paid for 1000 credits on the stability website, made a python script based on their example, and got it running. I can choose from sd3-medium, sd3-long, sd3-long-turbo, ultra and core, I can set the style preset for core, aspect ratio and so on all inline in the terminal.
However I noticed that sd3-medium results were coming back blurry. Not only that but they're not deducting credits from my account. sd3-large gens do deduct credits and come out sharp. Any ideas?
If you want to see my script I'll DM it to you, it does not include my key but it's also not really ready to be released into the wild.
^ Pics related (medium vs. large)
Obviously if they were sharp I would have kept my mouth shut about the credits 😆
we should send SAI management, legal, and "safety" teams to any art gallery, so they have any idea of what is considered as safe / legal in modern society. or maybe even to elementary school, so they could see biology textbook and stop filtering out content like that
Lol yeah.
Maybe not a matter for tech support but yeah.
By the way here are some gens from earlier, they came out sharp and I swear I didn't change anything. No blurriness in any of the models
hello guys, i tried several times to fix this problem but it didnt work, help please
After 10 minutes the process crashed and complained about "not enough GPU video memory"
Hi, I have a question. Since I download a lot of checkpoints my hardware is full and I bought a new 4TB SSD. Does anyone one how I can clone all the SD stuff into the new SSD? Do I need a program to clone them? I didn't think checkpoints and all of that would take so much storage
You on windows or linux
on windows 11
I downloaded Macrium Reflect but it doesn't work now I try with Aomei. I looked it up, over 500GB are just my stable diffusion stuff
https://www.supportyourtech.com/tech/how-to-clone-a-hard-drive-windows-11-a-step-by-step-guide/
Some popular options include Macrium Reflect, EaseUS Todo Backup, and Clonezilla.
Learn how to clone a hard drive in Windows 11 with our easy step-by-step guide. Make an exact copy of your data quickly and efficiently.
you can simply copy and paste them onto the new drive, or cut and paste if you dont want two copies
I also did this at first, just copy&paste it but it didn't worked then I found out that I need a program to clone
what didnt work about it? curious
Thank you I look it up
ohhh i see, you want sd to use both drives?
I tried to do that a few days ago, just copy and paste it but when I tried to open it, it didn't worked so I delated everything from my new ssd. I want to clone them so I have storage on my pc. I can't download anything right know.
no only one one, only on my ssd so i can delate it from my main drive
this is how it looks right know
No idea what was happening to me earlier - I didn't repeat the exact same prompt but I'm getting non-blurry results now, and credits are deducting, guess it was a glitch
I want to move everything from C to D and then delate everything from C
Partitioning takes care of "deleting" everything on C
Unless you want it unrecoverable
the last one right?
Should be, don't do it yet though
yes, I want to delate everything from C
Oh, wait, you're on the clone page... I can't read German but that might be asking you about partitioning the new drive
yes, it says on the right side
on the left it says "clone one hard drive to another"
Okay well, you can partition the new drive D if you want, it makes no difference, but later when you're all done copying data over, you'll want to partition C too.
That should be a separate program in windows, partitioning (without cloning)
I didn't even know windows has a program for that
Ah, the correct term is "format", though it partitions as well
It should be in your start menu / programs list
yes, it's this
Yep!
Hi all, I would like to ask why my sliders are square shaped while other people I have seen them round, is there any way to change this?
I've looked at themes and other than changing the background and colour I haven't found anything.
typical of amd gpus, I d say drop swarm for now and use one of the AMD guide in the pinned messages
depends of your os, browser, etc
Can you share the link? Want to check xD. And with your card I would advise following my AMD Guides from the pinned messages of this channel.
I don't have made a swarm guide but thats the next on my list.
Comfyui will work with SD3.
Description
initial SD3 support
can load sd3_medium.safetensors from https://huggingface.co/stabilityai/stable-diffusion-3-medium
will download CLIP models from huggingface into models/CLIP direct...
Oh yea, but thats not even for AMD
yup saw it :p when I tried it, it was still significantly slower than comfyui. First implementation so that s to be expected
@ornate elk I was able to install the SD-ZLUDA, thank you very much for the help!!
how do i fix no module named pip after i tried to install tourch with webui-user bat
Ah nice! Np
why am getting this man , anyone know
File "C:\Users\SYSTECH SERVICING\AppData\Local\Programs\Python\Python310\lib\site-packages\torch\cuda_init_.py", line 769, in current_device
lazy_init()
File "C:\Users\SYSTECH SERVICING\AppData\Local\Programs\Python\Python310\lib\site-packages\torch\cuda_init.py", line 289, in _lazy_init
raise AssertionError("Torch not compiled with CUDA enabled")
AssertionError: Torch not compiled with CUDA enabled
Press any key to continue . . .
i did installed this pip install torch==2.1.0a0 torchvision==0.16.0a0 intel-extension-for-pytorch==2.1.10+xpu --extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/us/
. {intel arc a750}
Thats caused by an third party antivirus Programm.
Yea, you need to uninstall python.
Them disable the AV Programm.
Then install python 3.10.11 64bit
Then delete the venv folder.
Then enable the AV Programm.
Then relaunch the webui-user.bat
full log please
here
Not just... missing pip? 🤔
wait isn't it 3.10.6
3.10.6 will work too. But its easier to just upgrade to 3.10.11 as it has more bugs fixed
thank you for your help it is now downloading
hlo
did you follow the intel specific steps for comfyui install ? https://github.com/comfyanonymous/ComfyUI?tab=readme-ov-file#intel-gpus
ya
this one i followed
I dont know then, you can try opening a ticket on their github
this is stressing man without nvidias gpus
it can be more difficult with AMD gpus.... But with intel ones ..... it s way worse to setup
ease of use scales with the number of users.
Thank you. I will look into it
try SD.Next (vladmanics webui) as it supports intel + sd3
np, if you have any question feel free to ask
oh, defiantly gonna try thanks
Here is a link with Info and how to set it up:
https://github.com/vladmandic/automatic/wiki/Intel-ARC
yeah I have some.
In your guide it says that ZLUDA is faster and recommended, compared to DirectML. My issue is that I have a Radeon RX 5700, while your list of supported AMD cards for ZLUDA specifically lists the Radeon RX 5700XT. This brings up multiple questions:
Will it work with my RX 5700?
If not, does it make a significant difference if I use DirectML?
Oh and what do you recommend the most: Automatic111, ComfyUI, or Fooocus?
hey, good question.
As the 5700 is the same architecture and gfx version like the 5700xt it should work for it too 🙂
And yes it makes a significant difference between running it with zluda or directml!
I would suggest installing Automatic1111 with Zluda, as its the most stable and easiest to use and configure to your likings.
DirectML is slow and will run out of vram often. Zluda is faster and uses less vram so you can generate at higher resolution and use sdxl models too.
Great thank you, I will try and follow your guide then. I suppose I will be able to just delete my previous stable diffusion folder from the previous Swarm setup, to start fresh.
Oh and does sdxl only work with Zluda? I heard that the best general art models are 1.5 and XL, and if so, does that mean that I will be out of luck, if I have to use DirectML?
no problem, yea as people with vega gpus got it to work im sure it will work for your gpu easily too.
And nope, sdxl can work with directml too. but sdxl models are 6gb in size and do need a lot of vram and RAM to work without problems.
DirectML can work with sdxl but it will be very very slow and could crash when going out of the basic resolution
hy ive arc a750 8gb, dont i need to like med vram ? and others commands? and how do start after installation like by clicking webui.bat or creating own launcher?
It should use the right stuff automatically
Webui.bat
and the checkpoint folder?
What's with it?
Its called stable-diffusion here
There your checkpoints go in
theres launcher.py and webui.bat, shoulnd i create custom environment like comfy D:
cd "D:\sd\orginal comfy UI\Comfy"
call comfyui_env\scripts\activate
python main.py --bf16-unet
pause this was my comfy ui launcher
its downloading again everything when i launched webui.bat
hlo?
It has already a custom venv
You see it in the screenshot
no i mean the launcher like after instalation, i want to create one in desktop which will launch sd.next
Right click the webui.bat and click ,"Send to" Desktop
btw. have you seen this? no need to rush with sd3 anymore
thats not it, after i click it its downloading the same files like when i installed it, it isnt launching
It should be launching after installing the files
but i did install all of them once before, do ive to download everything every time i want to launch it?
do not mess with venv activation
call comfyui_env\scripts\activate
just run it directly
No it should do that only one time
comfyui_env\scripts\python something.py
Hes not using comfyui rn
but its twice man
python is python, no mather what 🙂
venv_name\scripts\python is a way to use python in that venv without activating it
btw. you can also do this
#!venv/Scripts/python
just replace the first line in something.py
and run that py file driectly
@burnt totem better use "Start in" then using cd somefolder
so you can actually remove half of that with those two things
oh. so like how comfy ui launcher works right, thannks man
when you create shortcut on deskop, go to properties
i am on mac, so i am finding images on google
i used this many times on windows before, to simplify my scripts
so if you put for example d:\folder in start in
that is same as cd d:\folder at the begining of the script
so you are sure that you are aleady in the right folder at start
ya i created thanks to you, by the way is there any command nedded like med_vram or for 8gb gpus bf 16 those?
so "D:\sd\orginal comfy UI\Comfy" in start in
and just run this
comfyui_env\scripts\python main.py --bf16-unet
instead of
call comfyui_env\scripts\activate
python main.py --bf16-unet
got it
in case someone haven't seen this yet
any recommended command argument for sd.next?
I'm still having issues with some gens that don't consume credits and come out blurry, if anyone associated with Stability or any experts could weigh in I'd appreciate it.
- This time I got blurry gens for sd3-large too, so it's not just sd3-medium like I thought it was
- Repeating the same seed and everything seems to repeat the blurry result (several minutes apart)
- No mention of soft focus, depth of field, etc. in the prompt
- The gen takes about the same time as always whether it's blurry or not
- 200 status every time, provided the prompt is clean
The images look like they were hit with a heavy uniform gaussian blur, see pic
it's censoring them when it's doing that'
well i live in a kinda of power inefficient city so the power went out while it was loading by the time it came back its started showing me this i tried deleting the stable diffusion tab and starting again but when i tried to redownload pip it just lags out for 30 min and then shows me this , is there anyway i can restart from the beginning of downloading pip cause im acctually kinda sure it wont go off again for a while
hey, delete the venv folder and relaunch the webui-user.bat
Thanks, makes sense. Gotta say, the filtering is more strict than midjourney
oof - you probably have corrupt files. i would delete everything, uninstall python itself, and just reinstall fresh. turn the machine off and leave it off for a full minute after you delete stuff to make sure cache is cleared.
I hit the filters for the phrase "wicked grin" earlier... remove wicked, presto
slight smile has the same effect as wicked grin, usually
It seems to be filtering anything with a woman in it. 4 attempts with this prompt ./imagine "peter mohrbacher, full-length, reptilian female, scaly" -m sd3-medium --ar 9:16
Guess it's still lifes only
I'll go generate a bowl of fruit and cry myself to sleep
try just using the word 'she'
what about "female alien"
Great
anyone knows how to add 2 diffrent characters ?
I mean look, idk how crass I should be in a tech support thread, but these are not sexy pictures or anything with a sexual/objectifying bent to them.
okay now try "female alien, blonde hair, ringlets, tan skin"
I should not need a klingon forehead crest to prevent the filter.
sadly bc it would be easier for me
Good lord, it's almost the female form. I'm gonna get a ban for that
now go from there and tweak the prompt. try your normal prompt, just put the word 'alien' at the end of it for example
someone can help me with adding 2 diffrent characters ?
What if I don't want aliens? My example was reptilians. They're both inhuman humanoids with female figures, what's the difference?
hey you know maybe how to add 2 diffrent characters ?
i know, but the token for alien seems to be disabling the filter
Interesting. I thought it was a visual filter.
just see how far down the prompt you can put it before it stops working, and it should just enhance the look of a reptilian character
use SD3 or use photoshop
This isn't working btw
Alien must need to be the subject, the subject is the first noun
i am trying to make pic which needs 2 characters
drat
the only AI image gen that handles that well is sd 3. but it's a beast, i'ts not a "drop in a prompt and go" AI right now. so you'll probalby be better off to generate 2 images, one for each character, and then composite in photoshop
the thing what i am doing needs 2 characters if you know what i am saying🤫
like idk how to make prompt to show me 2 diffrent characters with other clothing and ect
i do know. go to the #🗣|artisan-support-feedback channels, read the support channel i linked first, and use those channels with Ultra as the model. you should be able to prompt for that just fine
then say something like "a woman in a red dress and a man in a white business suit"
kk i will try
eyes now are broken
kk its working thx
welcome 🙂
😉 👏
Everything seemed to work out great until the very end ;C
No clue what this is trying to tell me, any ideas? This is the log of the webui-user.bat
Oh and what is step 2 for, if it adds a .zluda folder itself?
yes thats possible with the regional prompter extension
can yous show me the full cmd log?
but how to use that ? you got any video ?
Its python -.- But did it not install the correct python version itself?
Just installed it, but for some reason it still says 3.8.10
you need to install python 3.10.11 64bit
enable "add to path" when installing
then delete the venv folder
and relaunch the webui-user,bat
is this option supposed to be here?
are you refering to the venv folder under Python310\Lib or Python38\Lib?
add pythoon to environment variables
venv inside the stable-diffusion-webui folder
@halcyon cradle did it worked?
a bit
Still on it. Takes sooooo long to download. But I did get passed my previous issues and the UI popped up in the browser. Thank you
Should be easy enough for you! I think I'm close to the answer, but not fully there yet. I have my loras on my D:drive and the rest on my C:drive. There is a yaml file called "extra_model_paths", and it looks like this, and this is where you can change the base path to your A1111, for example "base_path: C:\Ai_Root\Stable-Diffusion_Forge\webui". I'm not quite sure if I can edit anything else in here to change my lora folder?
It does say "#all you have to do is change the base_path to where yours is installed". I figured that is the only thing that can read the path, or am I taking it too literal?
okay good 🙂 remeber the first image gen takes 15-40 minutes
Spoke too soon...
This will probably not solve this specific problem, but never have spaces in your folder/file names! If it hasen't already created problems for you, it will 😄
At this point, I'm not sure actually. I'd wait for CS1o to get back to you
Even tried changing the model, but it still says it failed to load
i cant upscale anymore in auto1111 always get errors
*** Unable to load ESRGAN model E:\stable-diffusion-webui\models\ESRGAN\4x-UltraMix_Balanced.pt[00:11<00:12, 1.51s/it]
Traceback (most recent call last):
File "E:\stable-diffusion-webui\modules\esrgan_model.py", line 31, in do_upscale
model = self.load_model(selected_model)
File "E:\stable-diffusion-webui\modules\esrgan_model.py", line 49, in load_model
return modelloader.load_spandrel_model(
File "E:\stable-diffusion-webui\modules\modelloader.py", line 150, in load_spandrel_model
model_descriptor = spandrel.ModelLoader(device=device).load_from_file(str(path))
File "E:\stable-diffusion-webui\venv\lib\site-packages\spandrel__helpers\loader.py", line 41, in load_from_file
state_dict = self.load_state_dict_from_file(path)
File "E:\stable-diffusion-webui\venv\lib\site-packages\spandrel__helpers\loader.py", line 58, in load_state_dict_from_file
state_dict = self._load_torchscript(path)
File "E:\stable-diffusion-webui\venv\lib\site-packages\spandrel__helpers\loader.py", line 89, in _load_torchscript
return torch.jit.load( # type: ignore
File "E:\stable-diffusion-webui\venv\lib\site-packages\torch\jit_serialization.py", line 162, in load
cpp_module = torch._C.import_ir_module(cu, str(f), map_location, _extra_files, _restore_shapes) # type: ignore[call-arg]
RuntimeError: PytorchStreamReader failed locating file constants.pkl: file not found
what i can do to make pictures looks better on stable diffusion ai ?
That's a very wide question. If you can be more specific I can try to help you out
less buggy like blured eyes,half arm,no leg and etc
there's hundreds, if not thousands of lora's and textual embeddings, that improves or removes those issues. If you're not using them at this point, you really should get into it
i am using only artstyle lora
You can also basically put anything in your negative prompt. Such as "blurry eyes, bad eyes, mutation, bad hands" etc etc
You can use more than one lora at the same time
the more loras you are using at once, the higher the chance is that the image breaks. But I usually use about 2-4 loras with no problems
1 lora is enough for me
alright, enjoy wonky eyes and hands then lmao
idk which lora i can add
bc you said if more using at once then the higher the chances are that the image breaks
I also said that I usually use 2-4 for my img gens, no need to worry
Even if an image breaks, you can just remove the loras from the prompt easily to fix it
kk but which should i add ?
There's tons and tons of checkpoints, loras, embeddings and more on civitai.com. https://civitai.com/search/models?modelType=LORA&sortBy=models_v9 here are some of the more popular ones, but you can basicaully just search for hands, eyes and stuff like that
kk i have another guestion
shoot
how to add 2 diffrent characters with diffrent clothing and diffrent poses
dont use SD3
it wont work in auto1111 for now
1.5 also did not work, or I might be using the wrong version
try any other model, for example dreamshaper v8
what is your most recommended model for brought art, mostly objects and fantasy creatures, that would work with this setup?
I'm usually generating one character at a time, so I'm not the best person to ask. But that is kind of advanced stuff if you're a beginner, I'd wait with adding more characters if I where you.
Something called "wildcards" can change the clothes and poses for example for you, and it's quite simple. You should look it up, I use them everyday
@jade surge
you got any video how to use that ?
When I first learned about wildcards, I watched https://youtu.be/s-1L6MCVh-E?si=9d-bbWovkziZdS67 and thought it was decent. You only need to pay attention to:
what to install, what a wildcard is, how it works, and the synthax. Then you're good to go
Hey there, engineers! Welcome to Prompt Geek. In today's video, I'll be showing you how to create infinite character portraits using stable diffusion and the dynamic prompts and wildcards extension. We'll start by installing the extension and enabling it. Then, I'll guide you through the process of creating your own wildcards to customize your c...
i don`t have anything better to do so i will try this
ouh for fantasy idk, but dreamshaper v8, or Unstable DIffusers are good fot that
It's very fun, you won't regret it. You won't understand how to use these now, but maybe for later. Here's a bunch of camera wildcards that I made, enjoy.
nope sry
i am making mostly 18+ stuff on it
The ones I posted will work very well with all kinds of pictures, even explicit ones
ok i see on this video that they don`t say anything about adding another character so i just need to make 2 diffrent wild cards and add it to prompts ?
As I said before, adding several people to a picture can be hard to make look good, and might need different loras or textual embeddings for it to work. You could try, instead of writing "1girl,solo", you can write stuff like "2girls,duo,clones,several girls," etc
Controlling what 1 character wears and how they look like is easy, but controlling 2 characters in the same image is hard to do
If you're curious about controlling 2 characters at once, go to civitai.com, go to images (or search for what you want) and start looking for images that has several characters that looks good. Check what their prompts are, settings, models and so on. That allows you to experiment with the same things
Good luck, I'm off to bed
Kk
welp now its showing me this
Hey there
Hope you are doing well
I am a senior full stack developer who has full experience in web and AI development
So if you have some projects, please let me know
thank you
https://github.com/typhon0130
https://figma.com/@typhon0130
What's your GPU?
what is going on here
Startup time: 70.2s (prepare environment: 92.5s, initialize shared: 2.2s, other imports: 4.1s, list SD models: 0.6s, load scripts: 3.2s, create ui: 1.5s, grModel loaded in 1030.0s (create model: 2.4s, apply weights to model: 2.5s, apply half(): 0.1s, move model to device: 0.1s, load textual inversion embeddings: 0.4s, calculate empty prompt: 1024.3s).
and now its stuck at
0%| | 0/16 [00:00<?, ?it/s]
What's your GPU again?
Yes zluda then needs to load again like the first time you set it up.
just let it load. It can take 15-40 mins. Like the first time
like i had a feeling that its redoing the process when i first installed it and it had to generate the image slower
yeah
Thats exactly what's happening
It can happen when updating drivers or the torch version changes
it took about 35 minutes to just load the model and calcualte the prompt
Okay, just let it load, I don't think it will take to long now if its already showing 0/16
its been showing 0/16 for about 10 minutes
is it normal that my PC is really slow when generating and even Youtube doesn't work properly when it's generating
Depends on the webui the gpu and what settings you use
you can turn on/off some things in your browser to stop it using gpu. dont forget that AI uses a graphical processor, so its graphical things are busy. 🙂
Anime or realism pony?
anime
cuz you are not making porn XD
Oh xD yea I dont
so you got maybe ?
Nope, I don't think there are any Lora's made for legs or arms.
Maybe a negative Embedding could help
what about eyes ?
ik
what you can try to do, is use controlnet to assist SD in knowing what goes where. an AI can't really do hands because it thinks in terms of put this-close to that, not logical things like if the thumb is behind then palm then the forefinger cant be here. thats what you get weird deformities of impossible limbs. controlnet can sort of draw everything out first so the model knows where to put the details
failing that, if you like an image, you can use inpaint+masking to select the bad part of the image and get it to do a dozen or so do-over attempts and pick a better one.
but thats just playing dice 🙂
True Controlnet openpose can help
hi, any advice here, moved back to a1111 after using forge for months and woop, back to the issues. forge was fine but when i get near the end of my image generation with a1111, i am getting a pause in the percentage bar (last 4%) for about 20 seconds and then my computer is slowing right down with some ram issue i suspect) and then the image comes out. getting a notification i should add the '--no-half-vae' command in to my webui.bat but i dont recall using this in the past, any ideas?
Hey, what's your GPU?
a great combo are depth images and openpose. that gives it both where things should be and a little logic about where in depth. middling results with drawings rather than photos though.
3070ti .. i'll add i was using this install of a1111 fine before moving to forge after its release.. i've updated a1111 since though etc and gotten latest nvidia drivers
my command line just has these arguments set COMMANDLINE_ARGS= --xformers --medvram-sdxl
Okay good.
If your using anime VAE files or sdxl with the official sdxl VAE you need to add --no-half-vae to the webui-user.bat
The freeze comes from the VAE step at the end.
To fix it you can download the sdxl fp16 VAE file and Installing the tiled VAE extension
hmm, ok, im not using other vae's i just have the vae part set to automatic... is tiled vae extension the multidiffusion extension? i already have it installed and activated
i have vae as an option set to automatic
why does forge not have these issues?
getting this too
Is it possible to run SD3 on 4GB of VRAM?
Yes tiled diffusion is multidiffusion. But only enabled Tiled VAE and leave it on default settings
What model do you use?
leosam helloworldxl
Okay yea then you need the fp16 sdxl vae
You can download it from here:
https://huggingface.co/madebyollin/sdxl-vae-fp16-fix/tree/main
I don't think so
Ehh
You can still try it but only use the 5gb sd3 model
The 4gb one won't work without the clip text encoders
The 5gb one has them included
I am using Face Fixer OpenCV (mikey nodes) and get this error - operands could not be broadcast together with shapes (1,4) (0,)
Eroor from Comfy. 'transformer_block' object has no attribute 'use_ada_layer_norm'
ANyone knows what that is?
File "D:\sd\auto11111\stable-diffusion-webui\venv\lib\site-packages\torch_dynamo\output_graph.py", line 675, in call_user_compiler
raise BackendCompilerFailed(self.compiler_fn, e) from e
torch._dynamo.exc.BackendCompilerFailed: openvino_fx raised RuntimeError: ShapeProp error for: node=%self_norm1 : [#users=1] = call_module[target=self_norm1](args = (%input_tensor,), kwargs = {}) with meta={'nn_module_stack': {'self_norm1': <class 'torch.nn.modules.normalization.GroupNorm'>}, 'stack_trace': ' File "D:\sd\auto11111\stable-diffusion-webui\venv\lib\site-packages\diffusers\models\resnet.py", line 691, in forward\n hidden_states = self.norm1(hidden_states)\n'}
While executing %self_norm1 : [#users=1] = call_module[target=self_norm1](args = (%input_tensor,), kwargs = {})
Original traceback:
File "D:\sd\auto11111\stable-diffusion-webui\venv\lib\site-packages\diffusers\models\resnet.py", line 691, in forward
hidden_states = self.norm1(hidden_states)
Set torch._dynamo.config.verbose=True for more information
You can suppress this exception and fall back to eager by setting:
torch._dynamo.config.suppress_errors = True
how do i fix it
Try updating ComfyUI
It|s a fresh install from 1h ago
hlo what about my problem? any idea?
Sorry no 😦
oh ok then 
On SD3 launch, people had trouble making human shapes with proper limbs, has that been resolved?
Hey guys, I'm running into this problem with automatic1111 webui:
You are running xformers 0.0.23. The program is tested to work with xformers 0.0.23.post1. To reinstall the desired version, run with commandline flag --reinstall-xformers.
I tried running --reinstall-xformers but it gave me 0.0.23, not 0.0.23.post1
What should I do?
Hey, whats your webui version?
i signed up for stability assistant with gmail, but my discord isnt tied to it
is there a way to tie it to it or do i need to make a new account
@ornate elk is this what you were referring to? thank you for any help 🙏
version 1.9.4...
this is my webui-user.bat commands currently:
`@echo off
git pull
set PYTHON=
set GIT=
set VENV_DIR=
set COMMANDLINE_ARGS= --xformers --autolaunch --medvram --update-check
call webui.bat`
Does anyone have a good workflow that I could simply use to SD3 medium? Becuase this really isn't it.
I can't get good images out of the box even with the example workflows provided by StabilityAI.
And I heard that negative prompts doesn't work with SD3 Medium, so why is it in the workflows?
Looks perfectly fine. I think you can ignore the xformers 0.0.23 post1 message
As stated by Replicate.com at least:
I can share you mine later
It uses the 5gb model without clip text encoders
oh ok, thanks, i noticed that the generation process has become slugglishly slow since receiving the message, is it normal? I have an RTX 4070 laptop GPU with 8GB Vram but generating SDXL images takes sometimes upwards of 3-5 mins
I don't mind. I'm sure it provides better outputs than what I get now. 😅
Oh an 8gb GPU needs --medvram-sdxl instead of --medvram
And then try deleting the venv folder to get a clean one when relaunching.
thank you, I will try that 🙂
And make sure your extensions are updated
Worked almost good enough with a long prompt surprisingly
@ornate elk
Thats me
seems it automatically went to the post1 version after deleting venv and reinstalling! thanks again
Perfect no problem 🙂
hy got this error File "D:\sd\auto11111\stable-diffusion-webui\venv\lib\site-packages\torch_dynamo\output_graph.py", line 675, in call_user_compiler
raise BackendCompilerFailed(self.compiler_fn, e) from e
torch._dynamo.exc.BackendCompilerFailed: openvino_fx raised RuntimeError: ShapeProp error for: node=%self_norm1 : [#users=1] = call_module[target=self_norm1](args = (%input_tensor,), kwargs = {}) with meta={'nn_module_stack': {'self_norm1': <class 'torch.nn.modules.normalization.GroupNorm'>}, 'stack_trace': ' File "D:\sd\auto11111\stable-diffusion-webui\venv\lib\site-packages\diffusers\models\resnet.py", line 691, in forward\n hidden_states = self.norm1(hidden_states)\n'}
While executing %self_norm1 : [#users=1] = call_module[target=self_norm1](args = (%input_tensor,), kwargs = {})
Original traceback:
File "D:\sd\auto11111\stable-diffusion-webui\venv\lib\site-packages\diffusers\models\resnet.py", line 691, in forward
hidden_states = self.norm1(hidden_states)
Set torch._dynamo.config.verbose=True for more information
You can suppress this exception and fall back to eager by setting:
torch._dynamo.config.suppress_errors = True, any idea?
What's in your webui-user.bat?
And did you used the OpenVino Custom Script?
Also did you even installed the right webui version?
i followed this https://github.com/openvinotoolkit/stable-diffusion-webui/wiki/Installation-on-Intel-Silicon - https://www.youtube.com/watch?v=5X0RmlH6JI4 for the webui. COMMANDLINE_ARGS=--skip-torch-cuda-test --precision full --no-half . after it launched there openvino accelerator script needed, so while it was downloading my internet wasnt that good so it took like 5 turns to finsh it, was it corrupted? if so how i uninstall it?
Stable Diffusion web UI. Contribute to openvinotoolkit/stable-diffusion-webui development by creating an account on GitHub.
Intel’s Bob Duffy demos the Automatic 1111 WebUI for Stable Diffusion and shows a variety of popular features, such as using custom checkpoints and in-painting, all running off an Intel® Arc™ GPU, powered by the “Accelerate with OpenVINO™ Toolkit” script. For generative AI tips, Bob knows his stuff!
Join us on Discord: https://discord.gg/intel ...
You can delete the venv and relaunch the webui-user.bat
Then in the txt2img settings you need to scroll down at script's there select Accelerate with Openvino
got it
it downloading nvidias torch? Creating venv in directory D:\sd\auto11111\stable-diffusion-webui\venv using python "C:\Users\SYSTECH SERVICING\AppData\Local\Programs\Python\Python310\python.exe"
venv "D:\sd\auto11111\stable-diffusion-webui\venv\Scripts\Python.exe"
fatal: No names found, cannot describe anything.
Python 3.10.11 (tags/v3.10.11:7d4cc5a, Apr 5 2023, 00:38:17) [MSC v.1929 64 bit (AMD64)]
Version: 1.6.0
Commit hash: e5a634da06c62d72dbdc764b16c65ef3408aa588
Installing torch and torchvision
Looking in indexes: https://pypi.org/simple, https://download.pytorch.org/whl/cu118
Collecting torch==2.0.1
Using cached https://download.pytorch.org/whl/cu118/torch-2.0.1%2Bcu118-cp310-cp310-win_amd64.whl (2619.1 MB)
. shoulnd it download like torch==2.1.0a0 torchvision==0.16.0a0 intel-extension-for-pytorch==2.1.10+xpu --extra-index-url https://pytorch-extension.intel.com/release-whl/stable/xpu/us/ intels xpu?
You have to run the torch-install.bat after that
That should install the openvino one
oh. ok
Ah no, it seems like that file doesn't exists anymore
Then open up a cmd and run
Pip cache purge
Then delete the venv folder again and relaunch the webui-user.bat
thers first time runner.bat?
ok
by the way
i wanted to install forge web.ui rather then auto11. is it possible with open vino like auto 111?
It could work yes
how to make lora for sd ?
With Kohya_ss or OneTrainer
do i need good gpu or cpu ?
i have 1060 gtx
@ornate elk
Yea you need at least 6gb vram.
On a 1060 it will take long
you got maybe one ? XD
Im on AMD and need to test training first.
And on my old 1080 it was slow
i can make you something for artstyle lora other then money bc i can`t pay with anything
Any chance you could share your workflow soon for SD3 Medium?
When im at home
You could also just remove the Clip text encoder. And connect the clip to the positive and negative prompt
Thats what I did and then select the 5gb sd3 model
how to make prompt have 100% chance to show up ?
@white tide here is the SD3-Fast Workflow:
so SD 1.5 with SDXL images? 😄
does woo like "missing fingers" still work given we've been prompting that for ages? i wanna know who the jerk is whos been training hard on missing finger related things to make this still a 2024 prompt to manager 😉
i guess not for sd3
anyone hear know how to use ipadapter
Yes
Hi, I'm having a bit of an issue! Stable Diffusion 2 has been great for me so far, but I attempted to install the optimised stable diffusion package and suddenly I'm being hit with "modulenotfounderror: no module named 'taming'"
However, I've gone through and used "pip install taming-transformers" and it did it's thing but I'm still getting the error... any ideas?
Hello everyone, I've been using Stable Diffusion WebUI Forge installed through Stability Matrix, and it's been working great for a long time. Now when I try to start it though, it seemingly gets stuck on the startup and nothing happens. I haven't updated it or anything so I don't understand why this has started to happen all of a sudden. Here's the console output before nothing else happens:
Python 3.10.11 (tags/v3.10.11:7d4cc5a, Apr 5 2023, 00:38:17) [MSC v.1929 64 bit (AMD64)]
Version: f0.0.17v1.8.0rc-latest-277-g0af28699
Commit hash: 0af28699c45c1c5bf9cb6818caac6ce881123131
Not sure where I'd start troubleshooting this kind of issue. Any help would be appreciated.
intel iris pro graphics 6200
@ornate elk I was able to launch stable diffusion webui but I now have this problem
Reinstalling Stable Diffusion after having it deleted for a few months, I am stuck with error code 2 no matter what I try I cannot get rid of it somebody help me. I've tried video tutorials and none of them have fixed it.
Can you show the full error log?
I'm trying again if it fails I'll send it
Can you show the full CMD log?
Then you need to install the webui for Intel CPU and GPU.
https://github.com/openvinotoolkit/stable-diffusion-webui/wiki/Installation-on-Intel-Silicon
Hey, you can try delete the venv and relaunch it.
But Forge isnt recommended anymore for normal Users because with the next updated it will change a lot and won't work normal anymore
So. Vlad automatic just gen broken images. Tried reinstalling 3 times. I got one successful gen, but after that I just get images like these:
Checked all the usual settings. The command window said something about invalid sampler, but when I try to gen again, it doesn't give me back the same error(after changing sampler as well).
What's your GPU?
rtx 4080
I picked the Cuda/nvidia option during install.
Does anyone know if it's possible to take a partially denoised latent from SDXL and then refine the last few steps with SD3? I've tried decoding the SDXL latent and re-encoding with SD3, but that just turns black.
Anyone know what checkpoint/model Ideogram.ai uses?
It'll be bespoke and have a custom workflow behind it all. Not something that can be run locally.
ComfyUI and TensoRRT - I built an SD3 TRT - sd3_clips_t5xxlfp8 - batch 1 - 1024 x 1024 - and using it gives this error = Given groups=1, weight of size [64, 4, 3, 3], expected input[1, 16, 128, 128] to have 4 channels, but got 16 channels instead
4 Channels will be for SDXL and 16 for SD3, so you've got something mixed there.
How do I flush RAM and VRAM at all?
With that gpu I Would suggest using Automatic1111
SDNext is always a bit buggy and handles stuff different
You can find my install guide in the pinned messages of this Channel.
using automatic 1111 how to set a argument for a different path for the wildcards in the webui?
ok so i already have this but it has always been in my models folder so i guess it's never ever been used? my generations have come out fine (sd vae setting was on 'automatic' ) with all models i've used in forge/a1111 since last year that i've had the a1111 install running. I put the vae in the VAE folder and no difference in speed tbh. I've tried tried with adding "--disable-nan-check --no-half-vae" to my webui bat command line and that removed some of the aforementioned errors but no change in speed. I also changed relevant settings in A1111 to the same ones that I had setup in forge and still no change, tried with the tiled VAE extension on and no change. My A1111 is up to date and graphic drivers are the latest.. I'm now thinking maybe it's just an issue with the latest version of A1111 or something? I am not having these issues with Forge though I think the version of A1111 behind forge is a bit outdated now so that may in part explain it? Thanks
my thing gets stuck here. I already got python and set up everything (I think) but when I run the .bat file it just sits here. I left it for like an hour and nothing happened
Yea VAE files need to be in the models/VAE folder and have to be selectet in the VAE dropdown then.
The fp16 VAE + enabling tiled vae reduces the generation speed for sdxl+hiresfix by 20 seconds tested on amd and nvidia
I don't think its an issue with Auto1111.
Hey, what's your GPU and what's inside your webui-user.bat
lagging I cant get task manager up one sec
There is one / wrong before python.exe
You also need launch args based on your GPU vram
Also how much RAM do you have?
Put it back in, it will help a lot
I prob should its summer no excuses anymore
anyway
I realized the fowrad vs backslash didnt matter
Your using an AMD GPU. But you installed the webui for nvidia
cause in the origial screenshot it read the "/" as ""
So you can delete the whole thing

delete the whole like
one sec
The stable-diffusion-webui folder
gone
And then you can checkout the first link in the pinned messages of this channel.
There are all my AMD stable-diffusion install guides.
For your card the best one would be
Automatic1111 with ZLUDA.
holy crap my gpu is old I wanna upgrade now
Ah damn.. at least I know now so thank you 
where would you recommend I make the SD-Zluda folder then?
Directly on C: drive for example
k
Or any other drive
I fucked up
I forgot to direct it to the folder
do I need to worry?
found it nvm
dw I just need to close the cmd
whoever made the instructions is a fucking genius
I would have said open cmd and then had them use cd this cd that to direct themselves to it losing half the people following it
I made these instructions xD and yea I wanted to make it as foolproof as possible
good shit
@ornate elk
what are the next steps lol
the error said it couldnt find the python directory do you want me to add that back?
You have to install python 3.10.11 64bit
And check "add python to path" when installing
oh I have it installed already
I just followed it and copied the path
oya that reminds me
ur pfp reminds me*
I need to continue watching one piece
Should add that to my guide xD
You started fresh?
naruto it took me until chunin exams and then I binged the hell out of it
Oh wow
yup I aint read it
does this happen often?
where it just sits here
I lied im on ep 25
sorry im all over the place I'll slow down
Then you have a epic journey in front of you!
It takes a bit time to get hooked because of the old episode styles.
But its totally worth it to watch further!
some dumbass spoiled so much for me already
the gear parts or whatever
That happened to someone here before. But normaly it should continue
slow and steady
Nothing more to say ^^ its gonna be epic
alr
I think you will have forgotten about it until your actually reaching it
nothing I've watched has topped naruto yet
soo
I've rewatched it like 3 times atp 💀
its stuck again on the cmd imma js go get some food tysm for the help
if I get stuck again you'll prob get pinged cause im an annoying turd
No problem, sure let me know if any step isnt clear enough. Some parts can be a bit tricky
I feel stupid for not being able to install i
Nah, its fine you would have been on the right track if you had an nvidia GPU.
AMD needs some extra steps to get the best performance out of it
its still on the same part 💀
hmm, well I looked up something and apparently it is just A1111 being not as good as Forge, it had been so long since i used a1111 that i forgot how inferiro it was anyway I saw a suggestion to set the VAE to TAESD and that seems to have cured the lag at the end, speed seems similar to forge now! I didn't know about the tiled vae trick that you mentioned before so i should just use that all the time now by default? Thanks
Enable tiled VAE anytime you upscale with hires fix and sdxl.
And use the fp16 sdxl vae. Also remove --disable-nan-check it won't fix anything.
oh question
@ornate elk
do I need to leave the cmd open while I have the localhost running
I'd assume so
yes
ok thanks and does one lose anything from using the TAESD VAE?
also yes
setting TAESD for preview will only impact the previews, so no. You'll just get imprecise previews.
sorry i meant here
you'll loose some little details then. It's your call to decide if it's worthy.
do some comparaison with fixed seed, similar prompt+settings
hah wow, just did, quite a different composition, only expected a quality difference but the picture is quite different
thanks
did you set a seed ?
yup, exact same settings just the full/taesd option toggled
can you show both results ?
sorry i was trying to figure this out as something weird is going on, i was testing with a gibberish text prompt 'yryt' and swapping between the 2 VAE modes and i got a different image, then i tried a more proper prompt like 'a bridge in california' and swapped between the 2 VAE's and as you said there are just minute differences between the 2 but the same picture and now I am trying to swap between the 1st example i tried but it is giving a similar picture again and i can't recreate the difference so maybe I swapped a setting somewhere despite the 2 prompt/settings files being exactly the same except for the VAE/SD switching so yeah... i have probably touched another setting that i can't recall but is not showing in the text file that has changed the composition
what do y'all think of the "VAE Checkpoints to cache in RAM" any reason to enable this, any caveats etc?
it will store xxxx vae in ram instead of having to load them from the ssd/harddrive
so if you keep switching VAE it will help a little during the initial loading time, but will use more of your ram (not vram). Note that the VAE will still be sent to GPU's vram. It's not "keep it in ram instead of vram", it's "keep it in ram before sending it to vram"
"but will use more of your ram (not vram)" - unless you they are on Mac, than it will use their unified RAM in both cases 🙂
yes ofc cause mac does not get proper vram :p
which is great when you have 192GB of unified ram, so its like having 128GB of VRAM 🙂
Hello does anyone know how to fix this issue when i click generate some blue scrambles comeout then the result becomes grey. I've tried other models and its exactly the same
hm... this is strange. i saw that problem only on Mac. can you try to use this
i know what is the reason for that on mac, but it should not happen on windows
what is your gpu and what your parameters in webui-user.bat are?
what's that model ?
its 3060 but what's parameters in webui-user.bat
its a random one i found from huggingface
link please
one min
yup that's not a sd model
whats the difference
im new to this
which ones should i downlaod
oh ok
so i should download the ones 2gb and more
because yea ive notices that small one dont work
yes you should download a proper sd model.
but large size work
ok thanks for the help
like I said anything under 2gb is not an sd model
yea
eg of a sd1.5 model https://civitai.com/models/4384/dreamshaper
got it thanks👍
this one is nice
@fervent halo let me know if it worked 🙂
It did thanks
What's the issue?
i had a problem with stable diffusion 1.5 now a bro told me a solution i am trying it bro
how i can add shading to pictures ?
is it possible to download Fooocus after already having Comfyui still in use?
in other words I wanna use comfyui and fooocus simultaneously
what checkpoint is this?
isn`t it character lora /
yeah it is but i wanna know what checkpoint was used to make it
from where you got this pircture ?
do you have civitai link for this image?
it should have all the information if it is from civitai
you got 580 wtf
it says "pony" but the base model says "SDXL 1.0" https://civitai.com/models/370998/pony-xl-10-yorha-2b
found it
yeah...
heard about some zluda stuff but don't know if my gpu is compatible
SDXL 1.0
AutismMix SDXL
its for pony
check the link i sent
yeah i couldn't seem to find the model
you have all parameters there
yeah i did thanks
zluda wtf ?
i don't think my laptop is powerful enough for pony cuz it'll always freeze when generating
RX 580 8GB
man im new to this stuff. please
what do you want to know ?
yeah but is it compatible with my gpu
i am not sure, thats why it is better to wait for CS1o
i'm trying to use my gpu instead of my cpu
i don`t think you can
i tried to create one using directml but it took 30minutes
i just don't see how this can be a pony image when it looks like anime 2d cuz i thought that pony was more realistic 3d right?
i guess it used my cpu because an error
then just say in negative prompt 3d
oh
ton of tutorials that says different things and i'm really confuseed
and source_anime